Skip to content

Commit cf63076

Browse files
OAS Update
1 parent 80d2e9a commit cf63076

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

services/postgres-flex/v3alpha1/postgres-flex.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,24 @@
2828
"type": "INTERNAL_ERROR"
2929
}
3030
},
31+
"invalidDatabaseIdError": {
32+
"summary": "Bad Request",
33+
"value": {
34+
"code": 400,
35+
"message": "invalid database id",
36+
"traceId": "885bef8bbc18649c",
37+
"type": "BAD_REQUEST_ERROR"
38+
}
39+
},
40+
"invalidUserIdError": {
41+
"summary": "Bad Request",
42+
"value": {
43+
"code": 400,
44+
"message": "invalid user id",
45+
"traceId": "885bef8bbc18649c",
46+
"type": "BAD_REQUEST_ERROR"
47+
}
48+
},
3149
"notFoundError": {
3250
"summary": "Not Found",
3351
"value": {
@@ -3474,7 +3492,7 @@
34743492
"application/json": {
34753493
"examples": {
34763494
"badRequestError": {
3477-
"$ref": "#/components/examples/badRequestError"
3495+
"$ref": "#/components/examples/invalidDatabaseIdError"
34783496
}
34793497
},
34803498
"schema": {
@@ -4256,7 +4274,7 @@
42564274
"application/json": {
42574275
"examples": {
42584276
"badRequestError": {
4259-
"$ref": "#/components/examples/badRequestError"
4277+
"$ref": "#/components/examples/invalidUserIdError"
42604278
}
42614279
},
42624280
"schema": {

0 commit comments

Comments
 (0)