I am using the Confluence REST API for our Server installation in VBA macros to update (change or add) attachments to Confluence pages and to edit the page content.
Everything works fine but currently I have many subsequent API calls to a given page each of which triggers a notification e-mail to all people watching the page.
Is there an option in the API that I can use to use the "save" instead of the "save and notify" option?
Alternatively, is there a way to combine multiple calls to a given page so that they are all done together?