Share Attachment
documentedRetrieve a shareable link/editor URL for the attachment.
POST /api/v1/attachments/{id}/shareAttachments & Filesno 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.rev.com/api/v1/attachments/{{$attachment_id}}/share" \
-X POST \
-H "Authorization: Rev {{REV_CLIENT_API_KEY}}:{{REV_USER_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"access_level": "{{$access_level}}"}'