Skip to content

Commit 5350ab3

Browse files
OAS Update
1 parent ede687f commit 5350ab3

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

services/vpn/v1/vpn.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,10 @@
578578
"example": "coffee",
579579
"type": "string"
580580
},
581+
"errorMessage": {
582+
"description": "A descriptive message provided when the gateway is in an error state.",
583+
"type": "string"
584+
},
581585
"gatewayStatus": {
582586
"$ref": "#/components/schemas/GatewayStatus"
583587
},

services/vpn/v1alpha1/vpn.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,10 @@
578578
"example": "coffee",
579579
"type": "string"
580580
},
581+
"errorMessage": {
582+
"description": "A descriptive message provided when the gateway is in an error state.",
583+
"type": "string"
584+
},
581585
"gatewayStatus": {
582586
"$ref": "#/components/schemas/GatewayStatus"
583587
},

services/vpn/v1beta1/vpn.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,10 @@
578578
"example": "coffee",
579579
"type": "string"
580580
},
581+
"errorMessage": {
582+
"description": "A descriptive message provided when the gateway is in an error state.",
583+
"type": "string"
584+
},
581585
"gatewayStatus": {
582586
"$ref": "#/components/schemas/GatewayStatus"
583587
},

0 commit comments

Comments
 (0)