v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBproject
v1
Bulk assign batch of documents to a review team member
Params:
document_id: int
assignee_id: int
Returns:
bool (number of reassigned documents)
post/api/v1/project/projects/{id}/assign_document/
Path parameters
idstring required
A unique integer value identifying this project.
Request body
Example request
{
"document_id": 6,
"assignee_id": 0
}Response
Example response
{
"success": 0
}