Skip to content

Commit 56ae88c

Browse files
OAS Update
1 parent 0619a63 commit 56ae88c

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

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

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,6 @@
610610
},
611611
"ListDatabase": {
612612
"properties": {
613-
"created": {
614-
"$ref": "#/components/schemas/database.created"
615-
},
616613
"id": {
617614
"$ref": "#/components/schemas/database.id"
618615
},
@@ -626,7 +623,6 @@
626623
"required": [
627624
"id",
628625
"name",
629-
"created",
630626
"owner"
631627
],
632628
"type": "object"
@@ -1151,11 +1147,6 @@
11511147
"example": "de-DE",
11521148
"type": "string"
11531149
},
1154-
"database.created": {
1155-
"description": "The data when the database was created in RFC3339 format.",
1156-
"example": "2003-04-08T09:13:36.39Z",
1157-
"type": "string"
1158-
},
11591150
"database.id": {
11601151
"description": "The id of the database.",
11611152
"example": 1,
@@ -3884,14 +3875,7 @@
38843875
"required": true
38853876
},
38863877
"responses": {
3887-
"200": {
3888-
"content": {
3889-
"application/json": {
3890-
"schema": {
3891-
"$ref": "#/components/schemas/UpdateDatabasePartiallyResponse"
3892-
}
3893-
}
3894-
},
3878+
"202": {
38953879
"description": "Accepted: The request was accepted"
38963880
},
38973881
"400": {
@@ -4034,14 +4018,7 @@
40344018
"required": true
40354019
},
40364020
"responses": {
4037-
"200": {
4038-
"content": {
4039-
"application/json": {
4040-
"schema": {
4041-
"$ref": "#/components/schemas/UpdateDatabaseResponse"
4042-
}
4043-
}
4044-
},
4021+
"202": {
40454022
"description": "Accepted: The request was accepted"
40464023
},
40474024
"400": {

0 commit comments

Comments
 (0)