Difference between revisions of "API: File Uploads"
From Charitylog Manual
(Created page with "right You can upload files against clients and referrals, these can only be uploaded to Amazon S3. [POST] https://api.dizions.co.uk/v2/clients/...") |
|||
Line 8: | Line 8: | ||
In the body you'll need the files along with user_visibility and group_visibility settings which are IDs (comma separated if there's more than one) | In the body you'll need the files along with user_visibility and group_visibility settings which are IDs (comma separated if there's more than one) | ||
+ | |||
+ | ---- |
Revision as of 09:53, 5 August 2019
You can upload files against clients and referrals, these can only be uploaded to Amazon S3.
[POST] https://api.dizions.co.uk/v2/clients/id/CLIENT_ID/uploads
[POST] https://api.dizions.co.uk/v2/referrals/id/REFERRAL_ID/uploads
In the body you'll need the files along with user_visibility and group_visibility settings which are IDs (comma separated if there's more than one)