Policy Override
Policy Overrides
Submit a policy override. The policy override can be submitted or it can be submitted and approved in a single request.
post/api/3/policy_overrides
Request body
Example request
{
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"review": {
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
]
},
"scope": {
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
]
},
"submit": {
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
]
}
}Response
OK