Skip to main content
PUT
/
content
/
documentlists
/
{documentListName}
/
documents
/
move
Error
A valid request URL is required to generate request examples
{
  "totalCount": 123,
  "moveCount": 123,
  "duplicateCount": 123,
  "messages": [
    "<string>"
  ],
  "sourcePath": "<string>",
  "destPath": "<string>",
  "preview": true,
  "renameDuplicates": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

documentListName
string
required

DocumentListName name where the document resides

Query Parameters

sourcePath
string

Source path

destPath
string

Destination path

renameDuplicates
boolean
default:true

Flag to rename file if duplicate filename exists in destination (defaults to true)

previewMode
boolean
default:false

Flag to denote whether to preview move operation or actually perform (defaults to false)

responseFields
string

limits which fields are returned in the response body

Response

Success

Summary information for Move operation

totalCount
integer<int64>
moveCount
integer<int64>
duplicateCount
integer<int64>
messages
string[] | null
sourcePath
string | null
destPath
string | null
preview
boolean
renameDuplicates
boolean