Asynchronously queue context data to add to the context processor
This endpoint accepts context data and queues it for asynchronous processing by the context processor. It returns a success or error response depending on the queuing result.
Request body
Response
Context queued successfully
Example response
{
"queued": true,
"jobId": "context-add-123456"
}Changes
Changed in 3 of the 29 revisions of this API.38
- ▲
the request property
context_typebecame requiredrequest-property-became-required
- ▲
the request property
documentsbecame requiredrequest-property-became-required
- ▲
the request property
sourcebecame requiredrequest-property-became-required
- ○
the request property
scopewith a default value became requiredrequest-property-became-required-with-default
- ○
the response property
jobIdbecame required for the status201response-property-became-required
- ○
the response property
messagebecame required for the status400response-property-became-required
- ○
the response property
queuedbecame required for the status201response-property-became-required
- ○
the response property
statusbecame required for the status400response-property-became-required
- ○
the response property
successbecame required for the status400response-property-became-required
- ▲
- ○
api operation id
addContextAsyncwas addedapi-operation-id-added
- ○
- ○
endpoint added
endpoint-added
- ○