Skip to content

Commit 105ebbe

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2427d61 of spec repo
1 parent c16cac4 commit 105ebbe

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
@@ -56634,12 +56634,14 @@ paths:
5663456634
security:
5663556635
- apiKeyAuth: []
5663656636
appKeyAuth: []
56637-
- AuthZ:
56638-
- cloud_cost_management_write
5663956637
summary: Create or update a budget
5664056638
tags:
5664156639
- Cloud Cost Management
5664256640
x-menu-order: 34
56641+
x-permission:
56642+
operator: OR
56643+
permissions:
56644+
- cloud_cost_management_write
5664356645
x-undo:
5664456646
operationId: DeleteBudget
5664556647
parameters:
@@ -56715,12 +56717,14 @@ paths:
5671556717
security:
5671656718
- apiKeyAuth: []
5671756719
appKeyAuth: []
56718-
- AuthZ:
56719-
- cloud_cost_management_read
5672056720
summary: List budgets
5672156721
tags:
5672256722
- Cloud Cost Management
5672356723
x-menu-order: 33
56724+
x-permission:
56725+
operator: OR
56726+
permissions:
56727+
- cloud_cost_management_read
5672456728
x-undo:
5672556729
type: safe
5672656730
/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
@@ -453021,18 +453021,19 @@
453021453021
{
453022453022
"apiKeyAuth": [],
453023453023
"appKeyAuth": []
453024-
},
453025-
{
453026-
"AuthZ": [
453027-
"cloud_cost_management_write"
453028-
]
453029453024
}
453030453025
],
453031453026
"summary": "Create or update a budget",
453032453027
"tags": [
453033453028
"Cloud Cost Management"
453034453029
],
453035453030
"x-menu-order": 34,
453031+
"x-permission": {
453032+
"operator": "OR",
453033+
"permissions": [
453034+
"cloud_cost_management_write"
453035+
]
453036+
},
453036453037
"x-undo": {
453037453038
"operationId": "DeleteBudget",
453038453039
"parameters": [
@@ -453587,18 +453588,19 @@
453587453588
{
453588453589
"apiKeyAuth": [],
453589453590
"appKeyAuth": []
453590-
},
453591-
{
453592-
"AuthZ": [
453593-
"cloud_cost_management_read"
453594-
]
453595453591
}
453596453592
],
453597453593
"summary": "List budgets",
453598453594
"tags": [
453599453595
"Cloud Cost Management"
453600453596
],
453601453597
"x-menu-order": 33,
453598+
"x-permission": {
453599+
"operator": "OR",
453600+
"permissions": [
453601+
"cloud_cost_management_read"
453602+
]
453603+
},
453602453604
"x-undo": {
453603453605
"type": "safe"
453604453606
}

static/resources/json/full_spec_v2.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -453021,18 +453021,19 @@
453021453021
{
453022453022
"apiKeyAuth": [],
453023453023
"appKeyAuth": []
453024-
},
453025-
{
453026-
"AuthZ": [
453027-
"cloud_cost_management_write"
453028-
]
453029453024
}
453030453025
],
453031453026
"summary": "Create or update a budget",
453032453027
"tags": [
453033453028
"Cloud Cost Management"
453034453029
],
453035453030
"x-menu-order": 34,
453031+
"x-permission": {
453032+
"operator": "OR",
453033+
"permissions": [
453034+
"cloud_cost_management_write"
453035+
]
453036+
},
453036453037
"x-undo": {
453037453038
"operationId": "DeleteBudget",
453038453039
"parameters": [
@@ -453587,18 +453588,19 @@
453587453588
{
453588453589
"apiKeyAuth": [],
453589453590
"appKeyAuth": []
453590-
},
453591-
{
453592-
"AuthZ": [
453593-
"cloud_cost_management_read"
453594-
]
453595453591
}
453596453592
],
453597453593
"summary": "List budgets",
453598453594
"tags": [
453599453595
"Cloud Cost Management"
453600453596
],
453601453597
"x-menu-order": 33,
453598+
"x-permission": {
453599+
"operator": "OR",
453600+
"permissions": [
453601+
"cloud_cost_management_read"
453602+
]
453603+
},
453602453604
"x-undo": {
453603453605
"type": "safe"
453604453606
}

0 commit comments

Comments
 (0)