Change label's data based on label name
Change label's data based on label name
Path Parameters
- project_id integer required
ID of the project to change
- name string 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...