Skip to content

Commit a97f32a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a474e90 of spec repo
1 parent 7713313 commit a97f32a

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55270,11 +55270,13 @@ paths:
5527055270
security:
5527155271
- apiKeyAuth: []
5527255272
appKeyAuth: []
55273-
- AuthZ:
55274-
- cloud_cost_management_write
5527555273
summary: Create or update a budget
5527655274
tags:
5527755275
- Cloud Cost Management
55276+
x-permission:
55277+
operator: OR
55278+
permissions:
55279+
- cloud_cost_management_write
5527855280
/api/v2/cost/budget/{budget_id}:
5527955281
delete:
5528055282
description: Delete a budget.
@@ -55338,11 +55340,13 @@ paths:
5533855340
security:
5533955341
- apiKeyAuth: []
5534055342
appKeyAuth: []
55341-
- AuthZ:
55342-
- cloud_cost_management_read
5534355343
summary: List budgets
5534455344
tags:
5534555345
- Cloud Cost Management
55346+
x-permission:
55347+
operator: OR
55348+
permissions:
55349+
- cloud_cost_management_read
5534655350
/api/v2/cost/custom_costs:
5534755351
get:
5534855352
description: List the Custom Costs files.

lib/datadog_api_client/v2/api/cloud_cost_management_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ def list_budgets_with_http_info(opts = {})
13801380
return_type = opts[:debug_return_type] || 'BudgetArray'
13811381

13821382
# auth_names
1383-
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
1383+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
13841384

13851385
new_options = opts.merge(
13861386
:operation => :list_budgets,
@@ -2335,7 +2335,7 @@ def upsert_budget_with_http_info(body, opts = {})
23352335
return_type = opts[:debug_return_type] || 'BudgetWithEntries'
23362336

23372337
# auth_names
2338-
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
2338+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
23392339

23402340
new_options = opts.merge(
23412341
:operation => :upsert_budget,

0 commit comments

Comments
 (0)