Move Document

Changes the status of the document and/or assigns it to a user.

End-point

PUT /documents/{docPath}/move

Path Parameters

FieldDescription

docPath

Full path of the document in the repository.

Collection separators "/" must be encoded as "%7C".

Request Body

FieldTypeDescription

data

MoveRequest

Information required to perform the move.

Possible Responses

HTTP StatusDescription

200

The operation completed successfully.

401

There is no session or the session is invalid.

Results Fields

FieldTypeDescription

result

String

Empty string if the move has worked, error message otherwise.