We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94313a0 commit e43d714Copy full SHA for e43d714
1 file changed
services/redis/v2/redis.json
@@ -629,18 +629,10 @@
629
"type": "object"
630
},
631
"ListBackupsResponse": {
632
- "properties": {
633
- "instanceBackups": {
634
- "items": {
635
- "$ref": "#/components/schemas/Backup"
636
- },
637
- "type": "array"
638
- }
+ "items": {
+ "$ref": "#/components/schemas/Backup"
639
640
- "required": [
641
- "instanceBackups"
642
- ],
643
- "type": "object"
+ "type": "array"
644
645
"ListCredentialsResponse": {
646
"properties": {
0 commit comments