latestOpenAPI 3.0.12026-08-08175166.0 KB
e93b1cd07aaf
Spend Limits (v1)
Update Spend Limit
Updates a Spend Limit
put/v1/budgets/{id}
Path parameters
idstring required
Headers
Idempotency-Keystring required
Request body
Example request
{
"limit": {
"amount": 700,
"currency": "USD"
}
}Response
The Spend Limit that was updated
Example response
{
"limit": {
"amount": 700,
"currency": "USD"
},
"current_period_balance": {
"balance": {
"amount": 700,
"currency": "USD"
}
}
}