latestOpenAPI 3.0.02026-08-10330179317.3 KB
0534e4d70b77
Requests
Accept a request
This end point allows authorized users to accept a request which was assigned to them, and will enable the assignment of a performer from the performing team.
Approved >> Awaiting Assignment
- Authorized users: admins and assignee at the time.
patch/api/v1/requests/{id}/accept
Path parameters
idinteger required
The request ID
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"priority": "Medium"
}
}Response
OK