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/pinResponse
Response fields
successbooleanAlways true on success.
Response
{ "success": true }DELETE
/v1/cases/:key/documents/:docIdResponse
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.