Add a new HITL to a project.
Add a new HITL to a project.
Path Parameters
- project_id integer required
ID of the project to get
- 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
- 201
- 400
- 401
- 403
- 500
HITL was created
- 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 is not authenticated. This means token is either not present or invalid
User does not have the minimal required project role "MANAGER"
Something is wrong with the API.
Loading...