Skip to content

Commit fc1f6ec

Browse files
author
Andrew Gray
committed
[HCS-1428] Add take_snapshot field to restore snapshot request
1 parent 92698e7 commit fc1f6ec

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

hcs/swagger.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "HashiCorp Consul Service (HCS)",
55
"description": "Azure Managed App API for HCS",
6-
"version": "2020-10-22"
6+
"version": "2020-11-02"
77
},
88
"schemes": [
99
"https"
@@ -2109,6 +2109,11 @@
21092109
"snapshotId": {
21102110
"type": "string",
21112111
"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."
21122117
}
21132118
},
21142119
"title": "See ConsulAMAService.RestoreSnapshot"

0 commit comments

Comments
 (0)