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 nullable

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.

Changes