latestOpenAPI 3.1.02026-08-18211327769.0 KB
b2d286e1ae94
Labels
Create a label
post/api/v1/labels
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 created successfully
Example response
{
"color": "#0366d6",
"description": "Important items that need attention",
"name": "verified"
}