@@ -601,25 +601,21 @@ func NewConfiguration() *Configuration {
601601 },
602602 "v2.ProductAnalyticsApi.SubmitProductAnalyticsEvent" : {
603603 {
604- URL : "https://{subdomain}.{ site}" ,
604+ URL : "https://{site}" ,
605605 Description : "No description provided" ,
606606 Variables : map [string ]ServerVariable {
607607 "site" : {
608- Description : "The regional site for customers ." ,
609- DefaultValue : "datadoghq.com" ,
608+ Description : "The intake domain for the regional site ." ,
609+ DefaultValue : "browser-intake- datadoghq.com" ,
610610 EnumValues : []string {
611- "datadoghq.com" ,
612- "us3. datadoghq.com" ,
613- "us5. datadoghq.com" ,
614- "ap1. datadoghq.com" ,
615- "ap2. datadoghq.com" ,
616- "datadoghq.eu" ,
611+ "browser-intake- datadoghq.com" ,
612+ "browser-intake- us3- datadoghq.com" ,
613+ "browser-intake- us5- datadoghq.com" ,
614+ "browser-intake- ap1- datadoghq.com" ,
615+ "browser-intake- ap2- datadoghq.com" ,
616+ "browser-intake- datadoghq.eu" ,
617617 },
618618 },
619- "subdomain" : {
620- Description : "The subdomain where the API is deployed." ,
621- DefaultValue : "browser-intake" ,
622- },
623619 },
624620 },
625621 {
@@ -646,7 +642,7 @@ func NewConfiguration() *Configuration {
646642 },
647643 "subdomain" : {
648644 Description : "The subdomain where the API is deployed." ,
649- DefaultValue : "browser-intake " ,
645+ DefaultValue : "api " ,
650646 },
651647 },
652648 },
0 commit comments