Confluence API Change when creating pages

Hi community,

Did something change in the API of Confluence? I used to be able to create pages via the REST API, passing on the storage format, and the page rendered ok in the new editor.
Now the created pages are published in the legacy format, and macros are broken.

Didn’t see any communication regarding API changes…

Not sure about the API behavior, but as a possible workaround I suppose you could try setting the "editor" content property to "v2". That might be an extra request if it isn’t possible in your original one, but should at least let the pages appear in the new editor again.

Cheers,
Sven

1 Like

Thanks Sven, will try that. Anyway, the problem seems to have “magically” solved itself…

1 Like