Skip to main content
PATCH
/
v1
/
workspaces
/
{workspace_id}
/
budgets
/
{budget_id}
Update a Budget
curl --request PATCH \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/budgets/{budget_id} \
  --header 'Authorization: Bearer <token>'
Updates a budget. Requires owner or admin role. At least one field must be provided.
This endpoint uses session authentication, not API key authentication. See Authentication.
See also: Budget management.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.