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