Update Task Action Status
POST/api/tasks/updatetaskactionstatus
Tier: Public — stable, supported for third-party integration.
Sets a single task action's Enums.TaskActionState,
cascading AutoStart/AutoComplete onto the parent task (see
Enums.TaskMasterState).
Request
Responses
- 200
- 400
- 401
- 403
The parent task, reflecting any cascaded state change. See Tasks.TaskDetailDto.
NotFound/"task" — the action id does not resolve to a task; or OperationFailed — the action does not belong to the resolved task.
Caller is not authenticated.
Caller does not have Update permission on the Task module.