Process HITL feedback
POST/v1/spaces/:spaceId/documents/:documentId:processHITLFeedback/:token/:humanInTheLoopRequestId
Callback endpoint for the ONEA Human-In-The-Loop service. This endpoint is secured using a JWT token in the URL path. The token must be valid, unexpired, and contain 'spaceId' and 'documentId' claims that match the corresponding path variables.
Scope: []
This Endpoint is part of: connectors-document
Request
Responses
- 202
- 400
- 403
- 404
HITL Feedback processed.
Bad Request.
Forbidden. Returned if the JWT token is missing, invalid, expired, or if the 'spaceId' and 'documentId' claims do not match the URL.
Not Found.