Add Tag to Persona Case

post/api/evs/api/v1/cases/{caseId}/add-tag

Adds a single tag to an existing Persona case.

Path Parameters

  • caseIdstringRequired
    The ID of the Persona case to add a tag to.
    Min length: >= 1 characters

Request Body

meta object required
The tag metadata object containing the tag name to apply.
tag-name string required
The name of the tag to apply to the case.

200 Response

data object required
type string required
id string required
Min length: >= 1 characters
attributes object required
relationships object required
included array[object] required
type string
id string
attributes object
relationships object
This definition isn't complete - fields being used are added ad-hoc