File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
services/postgres-flex/v3alpha1 Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 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" : {
34743492 "application/json" : {
34753493 "examples" : {
34763494 "badRequestError" : {
3477- "$ref" : " #/components/examples/badRequestError "
3495+ "$ref" : " #/components/examples/invalidDatabaseIdError "
34783496 }
34793497 },
34803498 "schema" : {
42564274 "application/json" : {
42574275 "examples" : {
42584276 "badRequestError" : {
4259- "$ref" : " #/components/examples/badRequestError "
4277+ "$ref" : " #/components/examples/invalidUserIdError "
42604278 }
42614279 },
42624280 "schema" : {
You can’t perform that action at this time.
0 commit comments