Tasks

Retry a failed or cancelled task

post/api/v1/tasks/{taskId}/retry

Path parameters

taskIdstring uuid required

Response

Task accepted for processing

oktrue

Example response

{
  "data": {
    "statusUrl": "/api/v1/tasks/{taskId}"
  }
}

Changes