Skip to content

Commit b62bc23

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 31f47f0 of spec repo
1 parent d27091b commit b62bc23

File tree

3 files changed

+32
-24
lines changed

3 files changed

+32
-24
lines changed

data/api/v2/full_spec.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56556,12 +56556,14 @@ paths:
5655656556
security:
5655756557
- apiKeyAuth: []
5655856558
appKeyAuth: []
56559-
- AuthZ:
56560-
- cloud_cost_management_write
5656156559
summary: Create or update a budget
5656256560
tags:
5656356561
- Cloud Cost Management
5656456562
x-menu-order: 34
56563+
x-permission:
56564+
operator: OR
56565+
permissions:
56566+
- cloud_cost_management_write
5656556567
x-undo:
5656656568
operationId: DeleteBudget
5656756569
parameters:
@@ -56637,12 +56639,14 @@ paths:
5663756639
security:
5663856640
- apiKeyAuth: []
5663956641
appKeyAuth: []
56640-
- AuthZ:
56641-
- cloud_cost_management_read
5664256642
summary: List budgets
5664356643
tags:
5664456644
- Cloud Cost Management
5664556645
x-menu-order: 33
56646+
x-permission:
56647+
operator: OR
56648+
permissions:
56649+
- cloud_cost_management_read
5664656650
x-undo:
5664756651
type: safe
5664856652
/api/v2/cost/custom_costs:

data/api/v2/full_spec_deref.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -451583,18 +451583,19 @@
451583451583
{
451584451584
"apiKeyAuth": [],
451585451585
"appKeyAuth": []
451586-
},
451587-
{
451588-
"AuthZ": [
451589-
"cloud_cost_management_write"
451590-
]
451591451586
}
451592451587
],
451593451588
"summary": "Create or update a budget",
451594451589
"tags": [
451595451590
"Cloud Cost Management"
451596451591
],
451597451592
"x-menu-order": 34,
451593+
"x-permission": {
451594+
"operator": "OR",
451595+
"permissions": [
451596+
"cloud_cost_management_write"
451597+
]
451598+
},
451598451599
"x-undo": {
451599451600
"operationId": "DeleteBudget",
451600451601
"parameters": [
@@ -452149,18 +452150,19 @@
452149452150
{
452150452151
"apiKeyAuth": [],
452151452152
"appKeyAuth": []
452152-
},
452153-
{
452154-
"AuthZ": [
452155-
"cloud_cost_management_read"
452156-
]
452157452153
}
452158452154
],
452159452155
"summary": "List budgets",
452160452156
"tags": [
452161452157
"Cloud Cost Management"
452162452158
],
452163452159
"x-menu-order": 33,
452160+
"x-permission": {
452161+
"operator": "OR",
452162+
"permissions": [
452163+
"cloud_cost_management_read"
452164+
]
452165+
},
452164452166
"x-undo": {
452165452167
"type": "safe"
452166452168
}

static/resources/json/full_spec_v2.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -451583,18 +451583,19 @@
451583451583
{
451584451584
"apiKeyAuth": [],
451585451585
"appKeyAuth": []
451586-
},
451587-
{
451588-
"AuthZ": [
451589-
"cloud_cost_management_write"
451590-
]
451591451586
}
451592451587
],
451593451588
"summary": "Create or update a budget",
451594451589
"tags": [
451595451590
"Cloud Cost Management"
451596451591
],
451597451592
"x-menu-order": 34,
451593+
"x-permission": {
451594+
"operator": "OR",
451595+
"permissions": [
451596+
"cloud_cost_management_write"
451597+
]
451598+
},
451598451599
"x-undo": {
451599451600
"operationId": "DeleteBudget",
451600451601
"parameters": [
@@ -452149,18 +452150,19 @@
452149452150
{
452150452151
"apiKeyAuth": [],
452151452152
"appKeyAuth": []
452152-
},
452153-
{
452154-
"AuthZ": [
452155-
"cloud_cost_management_read"
452156-
]
452157452153
}
452158452154
],
452159452155
"summary": "List budgets",
452160452156
"tags": [
452161452157
"Cloud Cost Management"
452162452158
],
452163452159
"x-menu-order": 33,
452160+
"x-permission": {
452161+
"operator": "OR",
452162+
"permissions": [
452163+
"cloud_cost_management_read"
452164+
]
452165+
},
452164452166
"x-undo": {
452165452167
"type": "safe"
452166452168
}

0 commit comments

Comments
 (0)