Hi,
I want to upload a file using an external service to a confiforms file field that I have. Afaik confiforms REST API 1 do not support file upload and REST API 0 do not offer authentication for external services (e.g. using PAT, which API 1 does).
What would be the best method to go about this? How does authentication work for API 0?
Hi @Ryan Kafoor
ConfiForms APIs use the same auth method as your Confluence.
Version 1 also supports auth with PATs
In Version 1 we dont have a separate method to upload files but create/update API endpoints accept multipart form data which you can use to create entries with files
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.