v4

OpenAPI 3.1.02026-08-01207318738.7 KB
Documents

Move document

put/api/v1/documents/{identifier}/move

Path parameters

identifierstring required

Document identifier (either document ID or identifier slug)

Example:abc123

Document identifier (either document ID or identifier slug)

Request body

folderPathstring nullable required

Destination folder path (null for root)

scope'restricted' | 'organization'

Access scope for the document

Response

Document moved successfully

successboolean required

Whether the operation was successful

Example response

{
  "success": true
}