File tree Expand file tree Collapse file tree 3 files changed +34
-4
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 3 files changed +34
-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-07-01 17:39:12.993959 ",
8
- "spec_repo_commit": "acfbfe3f "
7
+ "regenerated": "2024-07-02 14:03:43.501505 ",
8
+ "spec_repo_commit": "dd2bff15 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-07-01 17:39:13.012154 ",
13
- "spec_repo_commit": "acfbfe3f "
12
+ "regenerated": "2024-07-02 14:03:43.519370 ",
13
+ "spec_repo_commit": "dd2bff15 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -23566,6 +23566,11 @@ paths:
23566
23566
description: Forbidden
23567
23567
'429':
23568
23568
$ref: '#/components/responses/TooManyRequestsResponse'
23569
+ security:
23570
+ - apiKeyAuth: []
23571
+ appKeyAuth: []
23572
+ - AuthZ:
23573
+ - apm_api_catalog_read
23569
23574
summary: List APIs
23570
23575
tags:
23571
23576
- API Management
@@ -23606,6 +23611,11 @@ paths:
23606
23611
description: API not found error
23607
23612
'429':
23608
23613
$ref: '#/components/responses/TooManyRequestsResponse'
23614
+ security:
23615
+ - apiKeyAuth: []
23616
+ appKeyAuth: []
23617
+ - AuthZ:
23618
+ - apm_api_catalog_write
23609
23619
summary: Delete an API
23610
23620
tags:
23611
23621
- API Management
@@ -23652,6 +23662,11 @@ paths:
23652
23662
description: API not found error
23653
23663
'429':
23654
23664
$ref: '#/components/responses/TooManyRequestsResponse'
23665
+ security:
23666
+ - apiKeyAuth: []
23667
+ appKeyAuth: []
23668
+ - AuthZ:
23669
+ - apm_api_catalog_read
23655
23670
summary: Get an API
23656
23671
tags:
23657
23672
- API Management
@@ -23707,6 +23722,11 @@ paths:
23707
23722
description: API not found error
23708
23723
'429':
23709
23724
$ref: '#/components/responses/TooManyRequestsResponse'
23725
+ security:
23726
+ - apiKeyAuth: []
23727
+ appKeyAuth: []
23728
+ - AuthZ:
23729
+ - apm_api_catalog_write
23710
23730
summary: Update an API
23711
23731
tags:
23712
23732
- API Management
@@ -23754,6 +23774,11 @@ paths:
23754
23774
description: Forbidden
23755
23775
'429':
23756
23776
$ref: '#/components/responses/TooManyRequestsResponse'
23777
+ security:
23778
+ - apiKeyAuth: []
23779
+ appKeyAuth: []
23780
+ - AuthZ:
23781
+ - apm_api_catalog_write
23757
23782
summary: Create a new API
23758
23783
tags:
23759
23784
- API Management
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export class APIManagementApiRequestFactory extends BaseAPIRequestFactory {
61
61
62
62
// Apply auth methods
63
63
applySecurityAuthentication ( _config , requestContext , [
64
+ "AuthZ" ,
64
65
"apiKeyAuth" ,
65
66
"appKeyAuth" ,
66
67
] ) ;
@@ -99,6 +100,7 @@ export class APIManagementApiRequestFactory extends BaseAPIRequestFactory {
99
100
100
101
// Apply auth methods
101
102
applySecurityAuthentication ( _config , requestContext , [
103
+ "AuthZ" ,
102
104
"apiKeyAuth" ,
103
105
"appKeyAuth" ,
104
106
] ) ;
@@ -140,6 +142,7 @@ export class APIManagementApiRequestFactory extends BaseAPIRequestFactory {
140
142
141
143
// Apply auth methods
142
144
applySecurityAuthentication ( _config , requestContext , [
145
+ "AuthZ" ,
143
146
"apiKeyAuth" ,
144
147
"appKeyAuth" ,
145
148
] ) ;
@@ -192,6 +195,7 @@ export class APIManagementApiRequestFactory extends BaseAPIRequestFactory {
192
195
193
196
// Apply auth methods
194
197
applySecurityAuthentication ( _config , requestContext , [
198
+ "AuthZ" ,
195
199
"apiKeyAuth" ,
196
200
"appKeyAuth" ,
197
201
] ) ;
@@ -243,6 +247,7 @@ export class APIManagementApiRequestFactory extends BaseAPIRequestFactory {
243
247
244
248
// Apply auth methods
245
249
applySecurityAuthentication ( _config , requestContext , [
250
+ "AuthZ" ,
246
251
"apiKeyAuth" ,
247
252
"appKeyAuth" ,
248
253
] ) ;
You can’t perform that action at this time.
0 commit comments