Skip to content

Commit 9fef736

Browse files
OAS Update
1 parent 942e305 commit 9fef736

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -531,21 +531,12 @@
531531
},
532532
"GetUserResponse": {
533533
"properties": {
534-
"connectionString": {
535-
"$ref": "#/components/schemas/user.connectionString"
536-
},
537-
"host": {
538-
"$ref": "#/components/schemas/user.host"
539-
},
540534
"id": {
541535
"$ref": "#/components/schemas/user.id"
542536
},
543537
"name": {
544538
"$ref": "#/components/schemas/user.name"
545539
},
546-
"port": {
547-
"$ref": "#/components/schemas/user.port"
548-
},
549540
"roles": {
550541
"description": "A list of user roles.",
551542
"example": [
@@ -563,11 +554,8 @@
563554
}
564555
},
565556
"required": [
566-
"connectionString",
567557
"id",
568558
"name",
569-
"host",
570-
"port",
571559
"roles",
572560
"status"
573561
],

0 commit comments

Comments
 (0)