I want to append content to confluence page, but the put command is updating entire page.
Hi @Shashikumar Have you tried reading the entire page body, storing it in a variable and then append the new lines to it and pass it back to PUT command ?
If i want to update few small things there, need to pull entire page content, search and update it.
Is there any better solution for this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's right, there's no other shortcut here. Are you looking for search and replace some text in your pages? In that case, there are plenty of plugins available on Atlassian Marketplace which you can explore to see if that meets your requirement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.