Skip to content

Commit 05525a1

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 82c6db9 of spec repo
1 parent aa275e4 commit 05525a1

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
@@ -55330,11 +55330,13 @@ paths:
5533055330
security:
5533155331
- apiKeyAuth: []
5533255332
appKeyAuth: []
55333-
- AuthZ:
55334-
- cloud_cost_management_write
5533555333
summary: Create or update a budget
5533655334
tags:
5533755335
- Cloud Cost Management
55336+
x-permission:
55337+
operator: OR
55338+
permissions:
55339+
- cloud_cost_management_write
5533855340
/api/v2/cost/budget/{budget_id}:
5533955341
delete:
5534055342
description: Delete a budget.
@@ -55398,11 +55400,13 @@ paths:
5539855400
security:
5539955401
- apiKeyAuth: []
5540055402
appKeyAuth: []
55401-
- AuthZ:
55402-
- cloud_cost_management_read
5540355403
summary: List budgets
5540455404
tags:
5540555405
- Cloud Cost Management
55406+
x-permission:
55407+
operator: OR
55408+
permissions:
55409+
- cloud_cost_management_read
5540655410
/api/v2/cost/custom_costs:
5540755411
get:
5540855412
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)