# Update budget **PUT /data/projects/{project_id}/budgets/{budget_id}** Update a budget for given production. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier - **budget_id** (string(uuid)) Budget unique identifier ## Body parameters Content-type: application/json - **name** (string) Budget name - **currency** (string) Budget currency code ## Responses ### 200: Budget updated #### Body Parameters: application/json (object) object [Powered by Bump.sh](https://bump.sh)