v1

latestOpenAPI 3.0.02026-07-14135106116.2 KB
documents

Move documents to another inbox

Move documents in the provided list to another inbox.

If the destination inbox is the same as the original inbox, the request will be aborted.

Permission required: review

patch/documents/{inbox_id}/move_inbox

Request body

document_idsstring[]

Example request

{
  "document_ids": [
    "abcdef123456789abcdef123"
  ]
}

Response

Success