Groups
Assign Document to Group
POST
/
v2
/
assign_document_to_group
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
document_id
string
requiredDocument ID
group_id
string
requiredGroup ID
Response
200 - application/json
The response is of type any
.
Was this page helpful?