File tree Expand file tree Collapse file tree 3 files changed +32
-24
lines changed Expand file tree Collapse file tree 3 files changed +32
-24
lines changed Original file line number Diff line number Diff line change @@ -56556,12 +56556,14 @@ paths:
56556
56556
security:
56557
56557
- apiKeyAuth: []
56558
56558
appKeyAuth: []
56559
- - AuthZ:
56560
- - cloud_cost_management_write
56561
56559
summary: Create or update a budget
56562
56560
tags:
56563
56561
- Cloud Cost Management
56564
56562
x-menu-order: 34
56563
+ x-permission:
56564
+ operator: OR
56565
+ permissions:
56566
+ - cloud_cost_management_write
56565
56567
x-undo:
56566
56568
operationId: DeleteBudget
56567
56569
parameters:
@@ -56637,12 +56639,14 @@ paths:
56637
56639
security:
56638
56640
- apiKeyAuth: []
56639
56641
appKeyAuth: []
56640
- - AuthZ:
56641
- - cloud_cost_management_read
56642
56642
summary: List budgets
56643
56643
tags:
56644
56644
- Cloud Cost Management
56645
56645
x-menu-order: 33
56646
+ x-permission:
56647
+ operator: OR
56648
+ permissions:
56649
+ - cloud_cost_management_read
56646
56650
x-undo:
56647
56651
type: safe
56648
56652
/api/v2/cost/custom_costs:
Original file line number Diff line number Diff line change @@ -451583,18 +451583,19 @@
451583
451583
{
451584
451584
"apiKeyAuth": [],
451585
451585
"appKeyAuth": []
451586
- },
451587
- {
451588
- "AuthZ": [
451589
- "cloud_cost_management_write"
451590
- ]
451591
451586
}
451592
451587
],
451593
451588
"summary": "Create or update a budget",
451594
451589
"tags": [
451595
451590
"Cloud Cost Management"
451596
451591
],
451597
451592
"x-menu-order": 34,
451593
+ "x-permission": {
451594
+ "operator": "OR",
451595
+ "permissions": [
451596
+ "cloud_cost_management_write"
451597
+ ]
451598
+ },
451598
451599
"x-undo": {
451599
451600
"operationId": "DeleteBudget",
451600
451601
"parameters": [
@@ -452149,18 +452150,19 @@
452149
452150
{
452150
452151
"apiKeyAuth": [],
452151
452152
"appKeyAuth": []
452152
- },
452153
- {
452154
- "AuthZ": [
452155
- "cloud_cost_management_read"
452156
- ]
452157
452153
}
452158
452154
],
452159
452155
"summary": "List budgets",
452160
452156
"tags": [
452161
452157
"Cloud Cost Management"
452162
452158
],
452163
452159
"x-menu-order": 33,
452160
+ "x-permission": {
452161
+ "operator": "OR",
452162
+ "permissions": [
452163
+ "cloud_cost_management_read"
452164
+ ]
452165
+ },
452164
452166
"x-undo": {
452165
452167
"type": "safe"
452166
452168
}
Original file line number Diff line number Diff line change @@ -451583,18 +451583,19 @@
451583
451583
{
451584
451584
"apiKeyAuth": [],
451585
451585
"appKeyAuth": []
451586
- },
451587
- {
451588
- "AuthZ": [
451589
- "cloud_cost_management_write"
451590
- ]
451591
451586
}
451592
451587
],
451593
451588
"summary": "Create or update a budget",
451594
451589
"tags": [
451595
451590
"Cloud Cost Management"
451596
451591
],
451597
451592
"x-menu-order": 34,
451593
+ "x-permission": {
451594
+ "operator": "OR",
451595
+ "permissions": [
451596
+ "cloud_cost_management_write"
451597
+ ]
451598
+ },
451598
451599
"x-undo": {
451599
451600
"operationId": "DeleteBudget",
451600
451601
"parameters": [
@@ -452149,18 +452150,19 @@
452149
452150
{
452150
452151
"apiKeyAuth": [],
452151
452152
"appKeyAuth": []
452152
- },
452153
- {
452154
- "AuthZ": [
452155
- "cloud_cost_management_read"
452156
- ]
452157
452153
}
452158
452154
],
452159
452155
"summary": "List budgets",
452160
452156
"tags": [
452161
452157
"Cloud Cost Management"
452162
452158
],
452163
452159
"x-menu-order": 33,
452160
+ "x-permission": {
452161
+ "operator": "OR",
452162
+ "permissions": [
452163
+ "cloud_cost_management_read"
452164
+ ]
452165
+ },
452164
452166
"x-undo": {
452165
452167
"type": "safe"
452166
452168
}
You can’t perform that action at this time.
0 commit comments