Skip to main content
PATCH
Update group budget
Set the group’s total monthly budget. Set monthly_budget to 0 for unlimited spending. Returns an empty response on success.
This is applicable only in Group Budget mode.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

The group ID

Body

application/json
monthly_budget
number<double>
required

Total monthly budget for the group in USD. Set to 0 for unlimited spending.

Example:

1000

Response

Group budget updated successfully

Last modified on July 26, 2026