Create an attachment
documentedUpload a file as an attachment.
POST /attachments.jsonAttachmentsno implementation yet0 runsNo 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://3.basecampapi.com/{{$ACCOUNT_ID}}/attachments.json?name={{$NAME}}" -X POST -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Content-Type: {{$CONTENT_TYPE}}" -H "Accept: application/json" -H "User-Agent: {{$USER_AGENT}}" --data-binary @{{$FILEPATH}}