Add a new label to a project.
You cannot add labels to an ABSA project
Path Parameters
- project_id integer required
ID of the project to get
- application/json
Request Body required
- name string
The label's name.
Responses
- 201
- 400
- 401
- 403
- 500
Label was created
- application/json
- Schema
- Example (from schema)
Schema
- id integer
The ID of the label
- name string
The label's name.
{
"id": 1,
"name": "POS"
}
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...