Schema
UpdatePolicyResponse
Type:
object
The full policy before and after the update.
new
· required
Schema:
Policy
old
· required
Schema:
Policy
All schema constraints and annotations
{
"description": "The full policy before and after the update.",
"properties": {
"new": {
"$ref": "#/components/schemas/Policy"
},
"old": {
"$ref": "#/components/schemas/Policy"
}
},
"required": [
"old",
"new"
],
"type": "object"
}