Skip to content

Commit 766f6f5

Browse files
OAS Update
1 parent e9fe931 commit 766f6f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

services/valkey/v1/valkey.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,15 +1174,15 @@
11741174
}
11751175
],
11761176
"responses": {
1177-
"201": {
1177+
"200": {
11781178
"content": {
11791179
"application/json": {
11801180
"schema": {
11811181
"$ref": "#/components/schemas/CreateBackupResponse"
11821182
}
11831183
}
11841184
},
1185-
"description": "Created"
1185+
"description": "OK"
11861186
},
11871187
"400": {
11881188
"$ref": "#/components/responses/BadRequest"

services/valkey/v2/valkey.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,15 +1167,15 @@
11671167
}
11681168
],
11691169
"responses": {
1170-
"201": {
1170+
"200": {
11711171
"content": {
11721172
"application/json": {
11731173
"schema": {
11741174
"$ref": "#/components/schemas/CreateBackupResponse"
11751175
}
11761176
}
11771177
},
1178-
"description": "Created"
1178+
"description": "OK"
11791179
},
11801180
"400": {
11811181
"$ref": "#/components/responses/BadRequest"

0 commit comments

Comments
 (0)