Hello, I have about 1000 pages I need add the "Attachment" macro to. It's not needed on every single page on the entire space, just under a certain branch where these 1000+ pages lie.
I found something similar to this question, but not even sure how to complete this action:
The link you referenced was adding the macro to all pages by modifying the layout. Where you want to add a macro only to specific pages, you probably need to write a script (for example, using Python) that updates each of these pages using the REST API.
You can see some examples here rest.
If you are not familiar with scripting or using a REST API, either be prepared for a steep learning curve, or find someone who is,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.