Create Possible Task
This endpoint allows an admin user to create a new possible task.
POST
/PossibleTask/CreatePossibleTaskAuthorization
AuthorizationRequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
DescriptionstringThe description of the task, which must not be empty and cannot exceed 500 characters.
ShortDescriptionstringThe short description of the task, which must not be empty and cannot exceed 50 characters.
PointsintegerThe point value of the task, which must be greater than zero and not exceed 100.
Format:
"int32"MaxPerPeriodintegerAn optional parameter specifying the maximum number of tasks that can be completed per period. If not provided, it defaults to null.
Format:
"int32"Returns the created task.