Skip to content

Commit f83bf4a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 8184971 of spec repo
1 parent 02eb0e2 commit f83bf4a

4 files changed

Lines changed: 30 additions & 36 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93046,21 +93046,18 @@ paths:
9304693046
security:
9304793047
- apiKeyAuth: []
9304893048
servers:
93049-
- url: https://{subdomain}.{site}
93049+
- url: https://{site}
9305093050
variables:
9305193051
site:
93052-
default: datadoghq.com
93053-
description: The regional site for customers.
93052+
default: browser-intake-datadoghq.com
93053+
description: The intake domain for the regional site.
9305493054
enum:
93055-
- datadoghq.com
93056-
- us3.datadoghq.com
93057-
- us5.datadoghq.com
93058-
- ap1.datadoghq.com
93059-
- ap2.datadoghq.com
93060-
- datadoghq.eu
93061-
subdomain:
93062-
default: browser-intake
93063-
description: The subdomain where the API is deployed.
93055+
- browser-intake-datadoghq.com
93056+
- browser-intake-us3-datadoghq.com
93057+
- browser-intake-us5-datadoghq.com
93058+
- browser-intake-ap1-datadoghq.com
93059+
- browser-intake-ap2-datadoghq.com
93060+
- browser-intake-datadoghq.eu
9306493061
- url: '{protocol}://{name}'
9306593062
variables:
9306693063
name:
@@ -93075,7 +93072,7 @@ paths:
9307593072
default: datadoghq.com
9307693073
description: Any Datadog deployment.
9307793074
subdomain:
93078-
default: browser-intake
93075+
default: api
9307993076
description: The subdomain where the API is deployed.
9308093077
summary: Send server-side events
9308193078
tags:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-02-18T16:57:05.121Z
1+
2026-01-07T12:38:45.716Z

cassettes/features/v2/synthetics/Create-a-test-suite-returns-OK-response.yml

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/datadog_api_client/configuration.rb

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -967,24 +967,20 @@ def operation_server_settings
967967
],
968968
"v2.submit_product_analytics_event": [
969969
{
970-
url: +"https://{subdomain}.{site}",
970+
url: +"https://{site}",
971971
description: "No description provided",
972972
variables: {
973973
site: {
974-
description: "The regional site for customers.",
975-
default_value: "datadoghq.com",
974+
description: "The intake domain for the regional site.",
975+
default_value: "browser-intake-datadoghq.com",
976976
enum_values: [
977-
"datadoghq.com",
978-
"us3.datadoghq.com",
979-
"us5.datadoghq.com",
980-
"ap1.datadoghq.com",
981-
"ap2.datadoghq.com",
982-
"datadoghq.eu"
977+
"browser-intake-datadoghq.com",
978+
"browser-intake-us3-datadoghq.com",
979+
"browser-intake-us5-datadoghq.com",
980+
"browser-intake-ap1-datadoghq.com",
981+
"browser-intake-ap2-datadoghq.com",
982+
"browser-intake-datadoghq.eu"
983983
]
984-
},
985-
subdomain: {
986-
description: "The subdomain where the API is deployed.",
987-
default_value: "browser-intake",
988984
}
989985
}
990986
},
@@ -1012,7 +1008,7 @@ def operation_server_settings
10121008
},
10131009
subdomain: {
10141010
description: "The subdomain where the API is deployed.",
1015-
default_value: "browser-intake",
1011+
default_value: "api",
10161012
}
10171013
}
10181014
}

0 commit comments

Comments
 (0)