Update attachment
documentedUpdate an attachment by ID.
PUT /personAttachments/{id}People Attachmentsno 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://api.followupboss.com/v1/personAttachments/{{$attachment_id}}" \
-X PUT \
-H "Authorization: Basic {{FOLLOWUPBOSS_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"uri": "{{$uri}}"}'