File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-05-15 14:46:55.396215 ",
8
- "spec_repo_commit": "4e2ffe7b "
7
+ "regenerated": "2024-05-17 20:25:17.165272 ",
8
+ "spec_repo_commit": "77064b00 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-05-15 14:46:55.414272 ",
13
- "spec_repo_commit": "4e2ffe7b "
12
+ "regenerated": "2024-05-17 20:25:17.183286 ",
13
+ "spec_repo_commit": "77064b00 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -34134,6 +34134,11 @@ paths:
34134
34134
$ref: '#/components/responses/SpansUnprocessableEntityResponse'
34135
34135
'429':
34136
34136
$ref: '#/components/responses/SpansTooManyRequestsResponse'
34137
+ security:
34138
+ - apiKeyAuth: []
34139
+ appKeyAuth: []
34140
+ - AuthZ:
34141
+ - apm_read
34137
34142
summary: Get a list of spans
34138
34143
tags:
34139
34144
- Spans
@@ -34177,6 +34182,11 @@ paths:
34177
34182
$ref: '#/components/responses/SpansUnprocessableEntityResponse'
34178
34183
'429':
34179
34184
$ref: '#/components/responses/SpansTooManyRequestsResponse'
34185
+ security:
34186
+ - apiKeyAuth: []
34187
+ appKeyAuth: []
34188
+ - AuthZ:
34189
+ - apm_read
34180
34190
summary: Search spans
34181
34191
tags:
34182
34192
- Spans
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ export class SpansApiRequestFactory extends BaseAPIRequestFactory {
105
105
106
106
// Apply auth methods
107
107
applySecurityAuthentication ( _config , requestContext , [
108
+ "AuthZ" ,
108
109
"apiKeyAuth" ,
109
110
"appKeyAuth" ,
110
111
] ) ;
@@ -173,6 +174,7 @@ export class SpansApiRequestFactory extends BaseAPIRequestFactory {
173
174
174
175
// Apply auth methods
175
176
applySecurityAuthentication ( _config , requestContext , [
177
+ "AuthZ" ,
176
178
"apiKeyAuth" ,
177
179
"appKeyAuth" ,
178
180
] ) ;
You can’t perform that action at this time.
0 commit comments