...
Method | URI | Query Params | Token Scope | Token Space(s) | Description | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| api_url | pageId token |
| can be limited using space list or empty to allow all spaces. | Returns an array of Macro for Assets configuration for a specific page using pageId param.
| |||||||||||||||||||||||
| api_url | pageId token |
| can be limited using space list or empty to allow all spaces. | Updates all Macro for Assets configuration specified in the body for a specific page using pageId param. Use
Example;
body:
| |||||||||||||||||||||||
| api_url | spaceKey token |
| can be limited using space list or empty to allow all spaces. | Creates one or more new page(s) with Macro for Assets added and pre-configured. spaceKey determine what space to add the page in. Body takes an array of pages title and parent with macro configuration. Example;
body:
| |||||||||||||||||||||||
| api_url/copy | spaceKey pageId token |
| can be limited using space list or empty to allow all spaces. | Copies one or more new page(s) with Macro for Assets added and pre-configured. spaceKey determine what space to add the page in. Body takes an array of pages with macro configuration Example;
body:
|
...