/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
| Field | Description |
|---|---|
|
Full path of the document in the repository Note: Collection
separators "/" must be encoded as "%7C".
|
Query string parameters
| Field | Description |
|---|---|
|
|
Determine whetherto retain or overwrite existing assignments Note:
Possible values are |
Request body
| Field | Type | Description |
|---|---|---|
|
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 |
|---|---|---|
|
String |
Empty string if the change assignments has worked, error message otherwise |