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