Cases
Archive Case
Archive or unarchive a case
POST
Archive or unarchive a case. Set
archived to true to archive the case, or false to restore (unarchive) it.
Path Parameters
string
required
The UUID of the case to archive or unarchive.
Body
boolean
required
Set to
true to archive the case, or false to unarchive (restore) it.Response
Returns the updated case, including its steps and schema. Thearchived_at timestamp is set when the case is archived, and null when it is restored.
string
The case UUID.
string | null
ISO 8601 timestamp set when the case was archived, or
null if the case is not archived.