We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942e305 commit 9fef736Copy full SHA for 9fef736
services/postgres-flex/v3alpha1/postgres-flex.json
@@ -531,21 +531,12 @@
531
},
532
"GetUserResponse": {
533
"properties": {
534
- "connectionString": {
535
- "$ref": "#/components/schemas/user.connectionString"
536
- },
537
- "host": {
538
- "$ref": "#/components/schemas/user.host"
539
540
"id": {
541
"$ref": "#/components/schemas/user.id"
542
543
"name": {
544
"$ref": "#/components/schemas/user.name"
545
546
- "port": {
547
- "$ref": "#/components/schemas/user.port"
548
549
"roles": {
550
"description": "A list of user roles.",
551
"example": [
@@ -563,11 +554,8 @@
563
554
}
564
555
565
556
"required": [
566
- "connectionString",
567
557
"id",
568
558
"name",
569
- "host",
570
- "port",
571
559
"roles",
572
560
"status"
573
561
],
0 commit comments