v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBBudgets
Update a budget
Updates the specified budget.
patch/analytics/v1/budgets/{id}
Path parameters
idstring required
Request body
Example request
{
"scopes": [
{
"id": "cloud_provider",
"type": "fixed",
"inverse": false,
"values": [
"google-cloud"
]
}
]
}Response
OK - Budget updated.
Example response
{
"scopes": [
{
"id": "cloud_provider",
"type": "fixed",
"inverse": false,
"values": [
"google-cloud"
]
}
]
}