v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v3] Approval

Change status of approval

Change status of approval

put/v3/approval/{id}/change-status

Path parameters

idstring required
Example:74356654

Headers

Acceptstring
Example:application/json
Content-Typestring
Example:application/json

Request body

statusinteger required

New status:

0 - Open

1 - Approved

2 - Pending

3 - Rejected

messagestring

Comment send in mail

Example request

{
  "status": 1,
  "message": "this is message"
}

Response

OK