tasks

Skip a single task

post/v1/tasks/{taskId}/skip

Path parameters

taskIdstring required

Response

Task skipped successfully

{"stackTrail":"paths:/v1/tasks/{taskId}/skip:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"message":"Task skipped successfully","payload":{"task":{"taskId":"lP0Zg2keMz","status":"skipped"}}}}

Example response

{
  "message": "Task skipped successfully",
  "payload": {
    "task": {
      "taskId": "lP0Zg2keMz",
      "status": "skipped"
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.