We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5428e2c commit 3eb0f2aCopy full SHA for 3eb0f2a
api/edge_services/v1beta1/edge_services_sdk.go
@@ -1222,7 +1222,10 @@ type DNSStage struct {
1222
// ID: ID of the DNS stage.
1223
ID string `json:"id"`
1224
1225
- // Fqdns: list of Fully Qualified Domain Names attached to the stage.
+ // DefaultFqdn: default Fully Qualified Domain Name attached to the stage.
1226
+ DefaultFqdn string `json:"default_fqdn"`
1227
+
1228
+ // Fqdns: list of additional (custom) Fully Qualified Domain Names attached to the stage.
1229
Fqdns []string `json:"fqdns"`
1230
1231
// Type: type of the stage.
0 commit comments