Skip to main content
POST
Add a tag

Authorizations

X-API-Key
string
header
required

A tenant-scoped API key provisioned by Frayme.

Path Parameters

caseId
string
required

The case identifier returned by POST /cases.

Body

application/json
tag
string
required

The tag to apply. Must be an enabled option in the tenant's managed tag vocabulary.

Maximum string length: 64

Response

The case already carried the tag (idempotent re-apply).

tag
string

The tag label.

createdBy
string

Who applied the tag. For tags added via the API this is the API key (apikey:<keyId>); for tags added by an analyst it is their user id.

createdAt
string<date-time>

When the tag was applied (RFC 3339).