confluence.update_page - add a change comment possible?

58 Views Asked by At

I user the python-confluence-API which gives the
confluence.update_page(page_id, title, body, parent_id=None, type='page', representation='storage', minor_edit=False, full_width=False)
method. I see no way to add a change comment like editing in the confluence GUI. Is this possible via the python API at all?

0

There are 0 best solutions below