Sign in

Upload attachment

documented

Upload a new attachment to a task.

POST /api_v2/projects/{project_id}/tasks/{task_id}/attachments/uploadProjectsno 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}}/tasks/{{$task_id}}/attachments/upload" \
  -X POST \
  -u "{{BUGHERD_API_KEY}}:x" \
  -H "Accept: application/json" \
  -F "file=@{{$path_to_file}};filename={{$filename}}"