/documents/{docPath}/addAssignments - Add assignments to a document

Creates or adds assignments for a document.

End-point

PUT /documents/{docPath}/addAssignments

Path parameters

Field Description

docPath

Full path of the document in the repository

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

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

Response body

Field Type Description

result

String[…]

List of assignments for that document