We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92698e7 commit fc1f6ecCopy full SHA for fc1f6ec
1 file changed
hcs/swagger.json
@@ -3,7 +3,7 @@
3
"info": {
4
"title": "HashiCorp Consul Service (HCS)",
5
"description": "Azure Managed App API for HCS",
6
- "version": "2020-10-22"
+ "version": "2020-11-02"
7
},
8
"schemes": [
9
"https"
@@ -2109,6 +2109,11 @@
2109
"snapshotId": {
2110
"type": "string",
2111
"description": "snapshot_id is the ID of the Consul snapshot to restore."
2112
+ },
2113
+ "takeSnapshot": {
2114
+ "type": "boolean",
2115
+ "format": "boolean",
2116
+ "description": "take_snapshot determines if a snapshot should be taken before performing a restore."
2117
}
2118
2119
"title": "See ConsulAMAService.RestoreSnapshot"
0 commit comments