File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.generator/src/generator/templates
packages/datadog-api-client-common Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export const operationServers: { [endpoint: string]: BaseServerConfiguration[] }
76
76
{% - for _ , _ , operation in operations |sort (attribute ="2.operationId" ) %}
77
77
{% - for server in operation .servers %}
78
78
{% - if loop .first %}
79
- "{{ version }}.{{ operation.tags[0] .replace(" ", "") }}Api.{{ operation.operationId|untitle_case }}": [
79
+ "{{ version }}.{{ operation.tags[0] .replace(" ", "").replace("-", "") }}Api.{{ operation.operationId|untitle_case }}": [
80
80
{% - endif %}
81
81
new ServerConfiguration<{
82
82
{% - for name , value in server .get ("variables" , {}).items () %}
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export const operationServers: {
182
182
subdomain : "http-intake.logs" ,
183
183
} ) ,
184
184
] ,
185
- "v2.On-CallPagingApi .acknowledgeOnCallPage" : [
185
+ "v2.OnCallPagingApi .acknowledgeOnCallPage" : [
186
186
new ServerConfiguration < {
187
187
site :
188
188
| "saffron.oncall.datadoghq.com"
@@ -208,7 +208,7 @@ export const operationServers: {
208
208
subdomain : "api" ,
209
209
} ) ,
210
210
] ,
211
- "v2.On-CallPagingApi .createOnCallPage" : [
211
+ "v2.OnCallPagingApi .createOnCallPage" : [
212
212
new ServerConfiguration < {
213
213
site :
214
214
| "saffron.oncall.datadoghq.com"
@@ -234,7 +234,7 @@ export const operationServers: {
234
234
subdomain : "api" ,
235
235
} ) ,
236
236
] ,
237
- "v2.On-CallPagingApi .escalateOnCallPage" : [
237
+ "v2.OnCallPagingApi .escalateOnCallPage" : [
238
238
new ServerConfiguration < {
239
239
site :
240
240
| "saffron.oncall.datadoghq.com"
@@ -260,7 +260,7 @@ export const operationServers: {
260
260
subdomain : "api" ,
261
261
} ) ,
262
262
] ,
263
- "v2.On-CallPagingApi .resolveOnCallPage" : [
263
+ "v2.OnCallPagingApi .resolveOnCallPage" : [
264
264
new ServerConfiguration < {
265
265
site :
266
266
| "saffron.oncall.datadoghq.com"
You can’t perform that action at this time.
0 commit comments