Labels
Create Label
Mints a label in the focused project with optional display metadata
(color, icon). Use this when you want to set metadata up front;
POST /v1/assets/{id}/labels will otherwise auto-create a bare
label by name on first attach.
POST
Error
Authorizations
Personal Access Token, sent verbatim as pat_<32 chars>. PATs are
minted from the Chief settings UI.
Headers
Project identifier scoping the request. Required on every
project-scoped public endpoint. Missing or malformed values respond
with HTTP 400 and code publicapi.tenancy.project.missing.
Pattern:
^project_[a-z0-9]{20}$Body
application/json
Previous
Retrieve LabelReturns the full label view, including display metadata (color,
icon) that the listing omits.
Next
Error