File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -55252,11 +55252,13 @@ paths:
55252
55252
security:
55253
55253
- apiKeyAuth: []
55254
55254
appKeyAuth: []
55255
- - AuthZ:
55256
- - cloud_cost_management_write
55257
55255
summary: Create or update a budget
55258
55256
tags:
55259
55257
- Cloud Cost Management
55258
+ x-permission:
55259
+ operator: OR
55260
+ permissions:
55261
+ - cloud_cost_management_write
55260
55262
/api/v2/cost/budget/{budget_id}:
55261
55263
delete:
55262
55264
description: Delete a budget.
@@ -55320,11 +55322,13 @@ paths:
55320
55322
security:
55321
55323
- apiKeyAuth: []
55322
55324
appKeyAuth: []
55323
- - AuthZ:
55324
- - cloud_cost_management_read
55325
55325
summary: List budgets
55326
55326
tags:
55327
55327
- Cloud Cost Management
55328
+ x-permission:
55329
+ operator: OR
55330
+ permissions:
55331
+ - cloud_cost_management_read
55328
55332
/api/v2/cost/custom_costs:
55329
55333
get:
55330
55334
description: List the Custom Costs files.
Original file line number Diff line number Diff line change @@ -784,7 +784,6 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory
784
784
applySecurityAuthentication ( _config , requestContext , [
785
785
"apiKeyAuth" ,
786
786
"appKeyAuth" ,
787
- "AuthZ" ,
788
787
] ) ;
789
788
790
789
return requestContext ;
@@ -1367,7 +1366,6 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory
1367
1366
applySecurityAuthentication ( _config , requestContext , [
1368
1367
"apiKeyAuth" ,
1369
1368
"appKeyAuth" ,
1370
- "AuthZ" ,
1371
1369
] ) ;
1372
1370
1373
1371
return requestContext ;
You can’t perform that action at this time.
0 commit comments