v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Task

Skip Step

Skip a specific policy step in a task, advancing the task to the next step in the workflow.

post/api/v1/tasks/{task_id}/action/skip-step

Path parameters

task_idstring required

The ID of the task containing the step to skip.

Request body

commentstring

The comment attached to the request.

policyStepIdstring required

The ID of the policy step to skip.

Response

A generic response for task action endpoints, containing the updated task and the ID of the action that was created.

ticketActionIdstring

The ID of the task action created by this request.