JOC API

Version 2.8.0

Download RAML
JOC API
/approval/approvers/ordering
POST

reorders the stored approvers according to the order of account names in the request


Parameters in the POST body schema

Name Type Description Example Default
accountNames required, array A sorted list of approver names. The order of this list will be taken as the new ordering of the account names. accountNames" : [ "approver1", "js", "approver2" ]