v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBLabels
Update a label
put/api/v1/labels/{name}
Path parameters
namestring required
Label name
Example:verified
Label name
Query parameters
userIdstring uuid
Target user membership ID (for org-scoped API keys)
Target user membership ID (for org-scoped API keys)
Request body
Example request
{
"color": "#0366d6",
"description": "Important items that need attention",
"name": "important"
}Response
Label updated successfully
Example response
{
"color": "#0366d6",
"description": "Important items that need attention",
"name": "verified"
}