Update HITL's data based on HITL ID
Update HITL's data based on HITL ID
Path Parameters
- project_id integer required
ID of the project to change
- hitl_id integer required
ID of the hitl to change
- application/json
Request Body
- name string
Possible values:
<= 120 characters
- description string
Possible values:
<= 255 characters
- assigned_user_id integer
- model_id integer
- is_live boolean
- webhook_url string
Possible values:
<= 255 characters
Responses
- 200
- 400
- 403
- 404
- 500
HITL was updated
- application/json
- Schema
- Example (from schema)
Schema
- id integer
- name string
Possible values:
<= 120 characters
- description string
Possible values:
<= 255 characters
- project_id integer
- created_at date-time
- updated_at date-time
- assigned_user_id integer
- model_id integer
- is_live boolean
- webhook_url string
Possible values:
<= 255 characters
- labels object
{
"id": 0,
"name": "string",
"description": "string",
"project_id": 0,
"created_at": "2023-11-02",
"updated_at": "2023-11-02",
"assigned_user_id": 0,
"model_id": 0,
"is_live": true,
"webhook_url": "string",
"labels": {}
}
The body sent is invalid. Check the error message for more details
User does not have the minimal required project role "MANAGER"
The project or HITL was not found
Something is wrong with the API.
Loading...