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 @@ -56634,12 +56634,14 @@ paths:
56634
56634
security:
56635
56635
- apiKeyAuth: []
56636
56636
appKeyAuth: []
56637
- - AuthZ:
56638
- - cloud_cost_management_write
56639
56637
summary: Create or update a budget
56640
56638
tags:
56641
56639
- Cloud Cost Management
56642
56640
x-menu-order: 34
56641
+ x-permission:
56642
+ operator: OR
56643
+ permissions:
56644
+ - cloud_cost_management_write
56643
56645
x-undo:
56644
56646
operationId: DeleteBudget
56645
56647
parameters:
@@ -56715,12 +56717,14 @@ paths:
56715
56717
security:
56716
56718
- apiKeyAuth: []
56717
56719
appKeyAuth: []
56718
- - AuthZ:
56719
- - cloud_cost_management_read
56720
56720
summary: List budgets
56721
56721
tags:
56722
56722
- Cloud Cost Management
56723
56723
x-menu-order: 33
56724
+ x-permission:
56725
+ operator: OR
56726
+ permissions:
56727
+ - cloud_cost_management_read
56724
56728
x-undo:
56725
56729
type: safe
56726
56730
/api/v2/cost/custom_costs:
Original file line number Diff line number Diff line change @@ -453021,18 +453021,19 @@
453021
453021
{
453022
453022
"apiKeyAuth": [],
453023
453023
"appKeyAuth": []
453024
- },
453025
- {
453026
- "AuthZ": [
453027
- "cloud_cost_management_write"
453028
- ]
453029
453024
}
453030
453025
],
453031
453026
"summary": "Create or update a budget",
453032
453027
"tags": [
453033
453028
"Cloud Cost Management"
453034
453029
],
453035
453030
"x-menu-order": 34,
453031
+ "x-permission": {
453032
+ "operator": "OR",
453033
+ "permissions": [
453034
+ "cloud_cost_management_write"
453035
+ ]
453036
+ },
453036
453037
"x-undo": {
453037
453038
"operationId": "DeleteBudget",
453038
453039
"parameters": [
@@ -453587,18 +453588,19 @@
453587
453588
{
453588
453589
"apiKeyAuth": [],
453589
453590
"appKeyAuth": []
453590
- },
453591
- {
453592
- "AuthZ": [
453593
- "cloud_cost_management_read"
453594
- ]
453595
453591
}
453596
453592
],
453597
453593
"summary": "List budgets",
453598
453594
"tags": [
453599
453595
"Cloud Cost Management"
453600
453596
],
453601
453597
"x-menu-order": 33,
453598
+ "x-permission": {
453599
+ "operator": "OR",
453600
+ "permissions": [
453601
+ "cloud_cost_management_read"
453602
+ ]
453603
+ },
453602
453604
"x-undo": {
453603
453605
"type": "safe"
453604
453606
}
Original file line number Diff line number Diff line change @@ -453021,18 +453021,19 @@
453021
453021
{
453022
453022
"apiKeyAuth": [],
453023
453023
"appKeyAuth": []
453024
- },
453025
- {
453026
- "AuthZ": [
453027
- "cloud_cost_management_write"
453028
- ]
453029
453024
}
453030
453025
],
453031
453026
"summary": "Create or update a budget",
453032
453027
"tags": [
453033
453028
"Cloud Cost Management"
453034
453029
],
453035
453030
"x-menu-order": 34,
453031
+ "x-permission": {
453032
+ "operator": "OR",
453033
+ "permissions": [
453034
+ "cloud_cost_management_write"
453035
+ ]
453036
+ },
453036
453037
"x-undo": {
453037
453038
"operationId": "DeleteBudget",
453038
453039
"parameters": [
@@ -453587,18 +453588,19 @@
453587
453588
{
453588
453589
"apiKeyAuth": [],
453589
453590
"appKeyAuth": []
453590
- },
453591
- {
453592
- "AuthZ": [
453593
- "cloud_cost_management_read"
453594
- ]
453595
453591
}
453596
453592
],
453597
453593
"summary": "List budgets",
453598
453594
"tags": [
453599
453595
"Cloud Cost Management"
453600
453596
],
453601
453597
"x-menu-order": 33,
453598
+ "x-permission": {
453599
+ "operator": "OR",
453600
+ "permissions": [
453601
+ "cloud_cost_management_read"
453602
+ ]
453603
+ },
453602
453604
"x-undo": {
453603
453605
"type": "safe"
453604
453606
}
You can’t perform that action at this time.
0 commit comments