Skip to content

Commit e3f3632

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 59b5864 of spec repo
1 parent 31ca826 commit e3f3632

File tree

2 files changed

+20
-27
lines changed

2 files changed

+20
-27
lines changed

.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:

src/datadog_api_client/v2/api/product_analytics_api.py

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,20 @@ def __init__(self, api_client=None):
3333
"version": "v2",
3434
"servers": [
3535
{
36-
"url": "https://{subdomain}.{site}",
36+
"url": "https://{site}",
3737
"variables": {
3838
"site": {
39-
"description": "The regional site for customers.",
40-
"default_value": "datadoghq.com",
39+
"description": "The intake domain for the regional site.",
40+
"default_value": "browser-intake-datadoghq.com",
4141
"enum_values": [
42-
"datadoghq.com",
43-
"us3.datadoghq.com",
44-
"us5.datadoghq.com",
45-
"ap1.datadoghq.com",
46-
"ap2.datadoghq.com",
47-
"datadoghq.eu",
42+
"browser-intake-datadoghq.com",
43+
"browser-intake-us3-datadoghq.com",
44+
"browser-intake-us5-datadoghq.com",
45+
"browser-intake-ap1-datadoghq.com",
46+
"browser-intake-ap2-datadoghq.com",
47+
"browser-intake-datadoghq.eu",
4848
],
4949
},
50-
"subdomain": {
51-
"description": "The subdomain where the API is deployed.",
52-
"default_value": "browser-intake",
53-
},
5450
},
5551
},
5652
{
@@ -75,7 +71,7 @@ def __init__(self, api_client=None):
7571
},
7672
"subdomain": {
7773
"description": "The subdomain where the API is deployed.",
78-
"default_value": "browser-intake",
74+
"default_value": "api",
7975
},
8076
},
8177
},

0 commit comments

Comments
 (0)