Change label's data based on label ID
Change label's data based on label ID
Path Parameters
- project_id integer required
ID of the project to change
- label_id integer required
ID of the label to change
- application/json
Request Body required
- name string
The label's name.
Responses
- 200
- 400
- 403
- 404
- 500
Label was changed
- 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 does not have the minimal required project role "MANAGER"
The project or label was not found
Something is wrong with the API.
Loading...