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:
5525255252 security:
5525355253 - apiKeyAuth: []
5525455254 appKeyAuth: []
55255- - AuthZ:
55256- - cloud_cost_management_write
5525755255 summary: Create or update a budget
5525855256 tags:
5525955257 - Cloud Cost Management
55258+ x-permission:
55259+ operator: OR
55260+ permissions:
55261+ - cloud_cost_management_write
5526055262 /api/v2/cost/budget/{budget_id}:
5526155263 delete:
5526255264 description: Delete a budget.
@@ -55320,11 +55322,13 @@ paths:
5532055322 security:
5532155323 - apiKeyAuth: []
5532255324 appKeyAuth: []
55323- - AuthZ:
55324- - cloud_cost_management_read
5532555325 summary: List budgets
5532655326 tags:
5532755327 - Cloud Cost Management
55328+ x-permission:
55329+ operator: OR
55330+ permissions:
55331+ - cloud_cost_management_read
5532855332 /api/v2/cost/custom_costs:
5532955333 get:
5533055334 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
784784 applySecurityAuthentication ( _config , requestContext , [
785785 "apiKeyAuth" ,
786786 "appKeyAuth" ,
787- "AuthZ" ,
788787 ] ) ;
789788
790789 return requestContext ;
@@ -1367,7 +1366,6 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory
13671366 applySecurityAuthentication ( _config , requestContext , [
13681367 "apiKeyAuth" ,
13691368 "appKeyAuth" ,
1370- "AuthZ" ,
13711369 ] ) ;
13721370
13731371 return requestContext ;
You can’t perform that action at this time.
0 commit comments