Skip to content
Pile
Esc
navigateopen⌘Jpreview

Update label

PATCH/workspaces/{organizationId}/labels/{id}
Path parameters
organizationIdstringrequired
idstringrequired
Request body
application/json
namestring
min length 1
colorstring
Responses
200Label updated
idstringrequired
organizationIdstringrequired
namestringrequired
colorstring | nullrequired
createdAtstringrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X PATCH "/workspaces/string/labels/string" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "string",
  "color": "string"
}'
Response
{
  "id": "string",
  "organizationId": "string",
  "name": "string",
  "color": "string",
  "createdAt": "string"
}