Skip to content

Commit 5b9b92f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d50fca1 of spec repo
1 parent eecd19a commit 5b9b92f

2 files changed

Lines changed: 20 additions & 27 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91322,21 +91322,18 @@ paths:
9132291322
security:
9132391323
- apiKeyAuth: []
9132491324
servers:
91325-
- url: https://{subdomain}.{site}
91325+
- url: https://{site}
9132691326
variables:
9132791327
site:
91328-
default: datadoghq.com
91329-
description: The regional site for customers.
91328+
default: browser-intake-datadoghq.com
91329+
description: The intake domain for the regional site.
9133091330
enum:
91331-
- datadoghq.com
91332-
- us3.datadoghq.com
91333-
- us5.datadoghq.com
91334-
- ap1.datadoghq.com
91335-
- ap2.datadoghq.com
91336-
- datadoghq.eu
91337-
subdomain:
91338-
default: browser-intake
91339-
description: The subdomain where the API is deployed.
91331+
- browser-intake-datadoghq.com
91332+
- browser-intake-us3-datadoghq.com
91333+
- browser-intake-us5-datadoghq.com
91334+
- browser-intake-ap1-datadoghq.com
91335+
- browser-intake-ap2-datadoghq.com
91336+
- browser-intake-datadoghq.eu
9134091337
- url: '{protocol}://{name}'
9134191338
variables:
9134291339
name:
@@ -91351,7 +91348,7 @@ paths:
9135191348
default: datadoghq.com
9135291349
description: Any Datadog deployment.
9135391350
subdomain:
91354-
default: browser-intake
91351+
default: api
9135591352
description: The subdomain where the API is deployed.
9135691353
summary: Send server-side events
9135791354
tags:

lib/datadog_api_client/configuration.rb

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -963,24 +963,20 @@ def operation_server_settings
963963
],
964964
"v2.submit_product_analytics_event": [
965965
{
966-
url: +"https://{subdomain}.{site}",
966+
url: +"https://{site}",
967967
description: "No description provided",
968968
variables: {
969969
site: {
970-
description: "The regional site for customers.",
971-
default_value: "datadoghq.com",
970+
description: "The intake domain for the regional site.",
971+
default_value: "browser-intake-datadoghq.com",
972972
enum_values: [
973-
"datadoghq.com",
974-
"us3.datadoghq.com",
975-
"us5.datadoghq.com",
976-
"ap1.datadoghq.com",
977-
"ap2.datadoghq.com",
978-
"datadoghq.eu"
973+
"browser-intake-datadoghq.com",
974+
"browser-intake-us3-datadoghq.com",
975+
"browser-intake-us5-datadoghq.com",
976+
"browser-intake-ap1-datadoghq.com",
977+
"browser-intake-ap2-datadoghq.com",
978+
"browser-intake-datadoghq.eu"
979979
]
980-
},
981-
subdomain: {
982-
description: "The subdomain where the API is deployed.",
983-
default_value: "browser-intake",
984980
}
985981
}
986982
},
@@ -1008,7 +1004,7 @@ def operation_server_settings
10081004
},
10091005
subdomain: {
10101006
description: "The subdomain where the API is deployed.",
1011-
default_value: "browser-intake",
1007+
default_value: "api",
10121008
}
10131009
}
10141010
}

0 commit comments

Comments
 (0)