SCA API 2.0
//
Update Project Policy Pri...
Updates the priority of policies in a given project. 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
PUT
{ "uuids": [ "123e4567-e89b-12d3-a456-426655440000" ] }
Response
- APPROVE
- CONDITIONS
- CREATE_ISSUE
- REASSIGN
- REJECT
{ "supportToken": "1171c60d", "retVal": [ { … } ] }