SCA API 2.0
//
Update Organization Polic...
Updates the priority of policies in a given organization. Policies are numbered and then evaluated sequentially. The request body should contain a list of policy UUIDs in the desired order, starting from highest priority. The service returns a list or ordered policies.
Security
bearer-key
- Generated server urlhttps://api-saas.mend.io/api/v2.0/orgs/{orgToken}/policies/priority
{ "uuids": [ "123e4567-e89b-12d3-a456-426655440000" ] }
Response
{ "supportToken": "1171c60d", "retVal": [ { … } ] }