cURL
curl --request PATCH \ --url https://api.example.com/documents/{documentId} \ --header 'Content-Type: application/json' \ --data ' { "category": "kbis" } '
{}
Updates the category metadata of a document. Requires SET_DOCUMENT_CATEGORY permission.
the document id to patch metadata
category of the document
"kbis"
AI classification correction context, provided when overriding an AI suggestion
Show child attributes
The response is of type object.
object
Was this page helpful?