{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DeployActionVersionRequestContent",
"title": "DeployActionVersionRequestContent",
"type": [
"object",
"null"
],
"additionalProperties": false,
"properties": {
"update_draft": {
"type": "boolean",
"description": "True if the draft of the action should be updated with the reverted version.",
"default": false
}
}
}