Sign in

Update project

documented

Update a specific project.

PUT /projects/{project_id}.jsonProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.breeze.pm/projects/{{$project_id}}.json?team_id={{TEAM_ID}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -u "{{$BREEZE_API_KEY}}": \
  -d '{"name": "{{$name}}", "description": "{{$description}}", "budget_amount": "{{$budget_amount}}", "budget_hours": {{$budget_hours}}, "hourly_rate": {{$hourly_rate}}, "currency_symbol": "{{$currency_symbol}}", "workspace_id": {{$workspace_id}} }'"}
Update project · Breeze · OpenIntegrations