Hi.
I am using the REST API `PUT /rest/api/content/{contentId}`. To edit a page.
However, I was unable to find an example on how to set the comment on the edit.
How can I do that?
Ok, it works with recent versions. For the update page request, add a "message" property to "version", like this:
"version": {"number": latest_page_version + 1, "message": "Your message goes in here"}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've been looking through the source code for 5.8.8 and it seems that through rest is not possible. I can dig up the action itself if you are interested (you can POST to the action), but I am convinced that /rest/api/content/{contentId} won't do what you want to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Too bad.
It's frustrating that you could do that with SOAP (deprecated) but not with REST.
SOAP doc: Remote Confluence Methods: Management
updatePage(String token, Page page, PageUpdateOptions pageUpdateOptions)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any updates on this?
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.
Sorry. I should have been more specific.
I mean the comment about what you changed.
This field when saving the chnages:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think you can do both an edit and set the comment in one call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.