Collections
Assign Document to Collection
POST
/
v2
/
assign_document_to_collection
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
collection_id
string
requiredCollection ID
Response
200 - application/json
The response is of type any
.
Was this page helpful?