Add multiple classes to a project
Add multiple classes to a project
Path Parameters
- project_id integer required
ID of the project to get
- application/json
Request Body array required
- name string
The class's name.
- example string
A usage example.
- description string
The class's description to help the annotator.
- id integer
The ID of the label
Responses
- 201
- 400
- 401
- 403
- 500
Classes were created
- application/json
- Schema
- Example (from schema)
Schema array
- name string
The class's name.
- example string
A usage example.
- description string
The class's description to help the annotator.
- id integer
The ID of the label
[
{
"name": "Comfort",
"example": "This is a good example",
"description": "This is a good description",
"id": 1
}
]
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 is read-only or does not have the minimal required project role "MANAGER"
Something is wrong with the API.
Loading...