Update Label
Update an existing label.
Path Parameters
label_id*Label Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "http://127.0.0.1:14242/labels/string" \ -H "Content-Type: application/json" \ -d '{}'{
"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": {}
}
]
}