Hi there,
I am updating a confluence page using the API (Confluence module for Python) and I'd like to add a message for that version of the page Do you know if it's possible? I cannot see anything in the documentation...
Python I am using currently:
confluence.update_page(page_id=pageID(), title=page, body=body, type='page', representation='storage', minor_edit=False)
Many thanks in advance
@DPKJ - thanks for the tip. Just tested that and it works nicely! This may be what I have to resort to. This script checks user changes to the page and reverts them if they fail validation. The message needs the context of the specific version to make sense. I suppose I could include the page version in the comment but it's not ideal.
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.