Sign in

Update column

documented

Update a column on a project.

PUT /api_v2/projects/{project_id}/columns/{column_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://www.bugherd.com/api_v2/projects/{{$project_id}}/columns/{{$column_id}}.json" \
  -X PUT \
  -u "{{BUGHERD_API_KEY}}:x" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"column": {"name": "{{$name}}"}}'
Update column · bugherd · OpenIntegrations