v1
latestOpenAPI 3.1.02026-08-043160244.3 KBTasks
Submit a task
Used to approve or deny a pending task.
post/task/{uid}
Path parameters
uidstring required
Task uid
Task uid
Request body
Example request
{
"data": {
"approved": true
}
}Response
Status of submitted task
Example response
{
"success": true
}