PT-482 label suggestions
GET/api/tasks/labels
PT-482 label suggestions. Returns the distinct labels in use for the tenant (optionally narrowed to one project), most-used first, as the autocomplete vocabulary behind the Jira-style label combobox. Tenant-scoped; the response is non-sensitive autocomplete strings, never task content — so the gate is lighter than the goal view: an active member who can read OR create tasks. Any scope satisfies it — full tasks.read / tasks.create or the .own-scoped variants (tasks.read.own / tasks.create.own).
Request
Responses
- 200
- 400
- 401
- 403
Successful response
Bad Request — invalid projectId, over-length q, or non-numeric limit
Unauthorized — authentication credentials are missing or invalid
Forbidden — requires 'tasks.read' or 'tasks.create' plus an active membership