curl --request PATCH \
--url http://co-mind-platform-host/v1/document-analyzer/sessions/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Update a document analysis session.
curl --request PATCH \
--url http://co-mind-platform-host/v1/document-analyzer/sessions/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>The session ID
The body is of type object.
Session updated
The response is of type object.