Set Possible Task State
This endpoint allows an admin user to activate or deactivate a possible task.
POST
/PossibleTask/SetPossibleTaskState
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
TaskId
stringThe ID of the task to be updated, which must not be empty.
Format:
"uuid"
State
booleanA boolean indicating whether the task should be active (true) or inactive (false).
NoContent if the task state is successfully updated.