cURL
curl --request PUT \ --url https://api.nugen.in/api/v3/documents/{id}/categories \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "categories": [ "<string>" ] }'
"<any>"
Add a new document category.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request model for updating document categories
Successful Response
The response is of type any.
any
Was this page helpful?