Skip to content

Confluence: enforce fixed page width on creation

Tim Jaacks requested to merge confluence-set-fixed-page-width into master

On page creation via the API, the page always seems to be created with full width, even if "full_width=False" is set. Update the page right after creating it in order to correctly set it to fixed width.

Merge request reports