Update an agent
PATCH/v1/agents/:id/update/
Update an agent.
Request
Path Parameters
id uuidrequired
- application/json
Body
3.9
- 3.93.10
- 3.103.11
- 3.113.12
- 3.12
name string
script string
requirements string
env_vars string
python_version string
Possible values: [3.9
, 3.10
, 3.11
, 3.12
]
store_id uuid
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
3.9
- 3.93.10
- 3.103.11
- 3.113.12
- 3.12
id uuidrequired
name stringrequired
script stringrequired
requirements stringrequired
env_vars stringrequired
python_version stringrequired
Possible values: [3.9
, 3.10
, 3.11
, 3.12
]
store_id uuidrequired
created date-timerequired
modified date-timerequired
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"script": "string",
"requirements": "string",
"env_vars": "string",
"python_version": "3.9",
"store_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created": "2024-12-28T11:16:10.050Z",
"modified": "2024-12-28T11:16:10.050Z"
}
Loading...