v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
project
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

assignee_idinteger nullable
document_idinteger nullable

Example request

{
  "document_id": 6,
  "assignee_id": 0
}

Response

successinteger nullable

Example response

{
  "success": 0
}