v32

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

Update Request Data

Update the request data on a task that is currently in a form step. The submitted data is validated against the form schema before being applied.

post/api/v1/tasks/{task_id}/action/update-request-data

Path parameters

task_idstring required

The ID of the task containing the request data to update.

Request body

dataobject

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.