Is it possible to upload an Image via REST Api? If so, how?
Thanks for your help
Is it possible to upload an Image via REST Api? If so, how?
Thanks for your help
For system attachments (not attached to record)
https://docs.cortezaproject.org/corteza-api-docs/corteza-server/2024.9/index.html#/Attachments
For compose attachments (attached to a record)
https://docs.cortezaproject.org/corteza-api-docs/corteza-server/2024.9/index.html?urls.primaryName=Compose#/Attachments
Hey. Thanks for the answer, but in both Cases I only see GET and DELETE Endpoints… So these are not for uploading I guess (?)
Oh my bad, you can search for “/attachment” on that page.
You’ll see there are two POST endpoints
Worked. Thanks a lot