Skip to main content

Case Documents

Pin or remove documents within a case. Pinned documents are highlighted in the case view and preserved during case operations.

POST/v1/cases/:key/documents/:docId/pin

Response

Response fields

successbooleanAlways true on success.

Response

{ "success": true }
DELETE/v1/cases/:key/documents/:docId

Response

Response fields

successbooleanAlways true on success.

Response

{ "success": true }

Errors

Error responses

400bad_requestInvalid case key or document ID format.
401unauthorizedMissing or invalid API key.
404not_foundCase not found.
429rate_limitedToo many requests. Retry after the period indicated in the Retry-After header.