Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56574,12 +56574,14 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- cloud_cost_management_write
summary: Create or update a budget
tags:
- Cloud Cost Management
x-menu-order: 34
x-permission:
operator: OR
permissions:
- cloud_cost_management_write
x-undo:
operationId: DeleteBudget
parameters:
Expand Down Expand Up @@ -56655,12 +56657,14 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- cloud_cost_management_read
summary: List budgets
tags:
- Cloud Cost Management
x-menu-order: 33
x-permission:
operator: OR
permissions:
- cloud_cost_management_read
x-undo:
type: safe
/api/v2/cost/custom_costs:
Expand Down
22 changes: 12 additions & 10 deletions data/api/v2/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -452096,18 +452096,19 @@
{
"apiKeyAuth": [],
"appKeyAuth": []
},
{
"AuthZ": [
"cloud_cost_management_write"
]
}
],
"summary": "Create or update a budget",
"tags": [
"Cloud Cost Management"
],
"x-menu-order": 34,
"x-permission": {
"operator": "OR",
"permissions": [
"cloud_cost_management_write"
]
},
"x-undo": {
"operationId": "DeleteBudget",
"parameters": [
Expand Down Expand Up @@ -452662,18 +452663,19 @@
{
"apiKeyAuth": [],
"appKeyAuth": []
},
{
"AuthZ": [
"cloud_cost_management_read"
]
}
],
"summary": "List budgets",
"tags": [
"Cloud Cost Management"
],
"x-menu-order": 33,
"x-permission": {
"operator": "OR",
"permissions": [
"cloud_cost_management_read"
]
},
"x-undo": {
"type": "safe"
}
Expand Down
22 changes: 12 additions & 10 deletions static/resources/json/full_spec_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -452096,18 +452096,19 @@
{
"apiKeyAuth": [],
"appKeyAuth": []
},
{
"AuthZ": [
"cloud_cost_management_write"
]
}
],
"summary": "Create or update a budget",
"tags": [
"Cloud Cost Management"
],
"x-menu-order": 34,
"x-permission": {
"operator": "OR",
"permissions": [
"cloud_cost_management_write"
]
},
"x-undo": {
"operationId": "DeleteBudget",
"parameters": [
Expand Down Expand Up @@ -452662,18 +452663,19 @@
{
"apiKeyAuth": [],
"appKeyAuth": []
},
{
"AuthZ": [
"cloud_cost_management_read"
]
}
],
"summary": "List budgets",
"tags": [
"Cloud Cost Management"
],
"x-menu-order": 33,
"x-permission": {
"operator": "OR",
"permissions": [
"cloud_cost_management_read"
]
},
"x-undo": {
"type": "safe"
}
Expand Down
Loading