/documents/{docPath}/moveAssignments - Change assignments

Changes the assignments for a document.

Note:

The following changed for this method in 6.8:

The keepExisting is a new parameter that determines whether existing assignments should be retained or overwritten.

End-point

PUT /documents/{docPath}/moveAssignments

Path parameters

FieldDescription

docPath

Full path of the document in the repository

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

Query string parameters

Field Description

keepExisting

Determine whetherto retain or overwrite existing assignments
Note:

Possible values are yes and no.

Request body

Field Type Description

data

AssignmentRequest[...]

List of document's assignments

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Results field

Field Type Description

result

String

Empty string if the change assignments has worked, error message otherwise