Add Quarantine
POST {{baseUrl}}/1/admin/quarantine
Quarantine a given object, either a message, document, or blob. Quarantining a document hides all document content behind a quarantine notice and blocks all edits. Quarantining a message hides all message content behind a quarantine notice. Quarantining a blob hides the blob from its thread.
Request Body
[{"name"=>"company_id", "value"=>"IMbAcASGu56", "datatype"=>"string"}, {"name"=>"object_id", "value"=>"AuINVs2WcPGAzNG04GDu8Q", "datatype"=>"string"}, {"name"=>"blob_thread_id", "value"=>"LDOAAAHxvUo", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"object_id":"AuINVs2WcPGAzNG04GDu8Q"}