Update Task Action Type
POST/api/taskactiontypes/updatetaskactiontype
Tier: Public — stable, supported for third-party integration.
Renames a task action type. Only the Type field is mutable — SystemType is not settable through this action.
Request
Responses
- 200
- 400
- 401
- 403
The updated action type. See Tasks.TaskActionTypeSummaryDto.
Unknown id — NotFound (verified live, correctly null-guarded); or validator failures (e.g. duplicate Type).
Caller is not authenticated.
Caller does not have Update permission on the Task module.