Hi,
I'm using Confluence API v2. I successfully execute a curl put. It runs, and the value gets updated. However, the entire page gets overwritten. Is there a way to perform an append without having to first retrieve the content of the page, append my string to it, and then execute the curl put?
Thank you,
Francesco
PS: I noticed that there are other posts requesting the same thing, but I took the liberty to repost as those posts I found are even up to 5 years old or more. I was wondering if anything has changed in the meantime.
In your scenario, it seems you need to retrieve the existing page content, append the new content to it, and then proceed with the HTTP request to update the content. I just read the documentation, and unfortunately, I think that there is no direct REST API method or parameter to append content without overwriting it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.