Completes validation or export of a task.

The task's state must be pending:complete_client_action and its client_action must match the action parameter to make this request.

When a validation action is specified, the request body should be a Validation Results object containing the data for the validated task.

When an export action is specified, the request body should be empty.

After a successful request, the task's state is set to runningand task processing continues as defined by the project settings.

Language