Add a tag
Apply a tag to a case. Requires the tags:write scope.
The tag must be an enabled option in your tenant’s managed tag
vocabulary (configured under Settings → Tags in the portal); an
arbitrary label is rejected with 400, so the console’s chips, colours,
and filters stay consistent. The applier is recorded as your API key,
never a client-supplied createdBy.
Idempotent: applying a tag the case already carries returns 200 OK
with the originally stored createdBy / createdAt, not 201.
Authorizations
A tenant-scoped API key provisioned by Frayme.
Path Parameters
The case identifier returned by POST /cases.
Body
The tag to apply. Must be an enabled option in the tenant's managed tag vocabulary.
64Response
The case already carried the tag (idempotent re-apply).