Tasks
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
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.