Update a label
PUT/api/v1/project/labels/:id
Update a label
Request
Path Parameters
id numberrequired
Label ID
- application/json
Body
required
name stringrequired
Name of the label
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
id numberrequired
Unique identifier of the label
name stringrequired
Name of the label
{
"id": 0,
"name": "string"
}
Loading...