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
The UUID of the case to archive or unarchive.
Body
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.
The case UUID.
ISO 8601 timestamp set when the case was archived, or
null if the case is not archived.