v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v3] Approval

Bulk change status of approval

Bulk change status of approval

put/v3/approval/bulk-change-status

Headers

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

Request body

statusinteger required

New status:

0 - Open

1 - Approved

2 - Pending

3 - Rejected

Example request

{
  "approvalIds": [
    34523534,
    34535345
  ],
  "status": 1
}

Response

OK