Hi there,
I have a file which contains some information and it changes every week.
We would like to keep this file in a shared location(Confluence) so that users can get the updated information.
So we want to upload this new file each week and delete the existing one, since it is out datated.
1. So, How to delete the existing file and upload the new file to the space using REST API(CURL command)?
or
2. Can we update the content of the existing file using Rest api(CURL command)?
3. If so, what is the curl command?
Thanks,
Jee