Update task

šŸ” This endpoint requires HTTP authentication (either Basic or Bearer). For authenticating with Bearer token, required scopes are: catalog(w).

Update the status of a single task to queue or cancel it.

Path Params
int32
required
Query Params
string
required
length between 1 and 100

The key of the index to use.

Body Params
string
enum
required

This contains the new status that you want to update the task with. It is only allowed to cancel queued tasks by setting their status to CANCELED or re-run tasks that are not in progress by setting their status to QUEUED.In-progress tasks cannot be modified.

Allowed:
Responses

400

Validation Error

401

Credentials are not passed or action is forbidden.

403

The supplied token does not have the required permissions.

404

Not Found

409

Conflict

429

Rate limit breached

Language
Credentials
:
LoadingLoading…
Response
Choose an example:
application/json