Endpoints for label create/update/delete and fetch label details
POST/api/v1/workspaces/:slug/projects/:project_id/labels/
Create a new label in the specified project with name, color, and description.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
Label created successfully
Invalid request data provided
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
The requested resource was not found.
Label with the same name already exists