Update Label
Update an existing label.
Path Parameters
label_id*string
Query Parameters
name?|
Label name
color?|
Label color (hex)
description?|
Label description
Response Body
application/json
application/json
curl -X PUT "http://127.0.0.1:14242/labels/string"{
"id": "string",
"name": "string",
"color": "string",
"description": "string",
"created_at": "string",
"updated_at": "string",
"usage_count": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}