This article explains how to enable page numbering while page creation through REST API.
\uD83D\uDCD8 Instructions
Add the below payload in REST Call.
...
Numbered Headings through REST API.
Instructions
Here are the steps to do so.
Create a Confluence page without enabling the Numbered Heading macro.
Copy the page ID as per the screenshot.
Go to the Postman or any REST API app (based on your environment).
Add this REST endpoint link to the POST section of the tool. Here example.atlassian.net is the URL and XXXXXXXX are the page id
Code Block https://example.atlassian.net/wiki/api/v2/pages/XXXXXXXX/properties
Change the page ID based on the specific Confluence page.
Add this code in the Body section.
Code Block {"key": "nl_avisi_nh", "value": { "isEnabled": true } } } }
s
s
s
s
s
Info |
---|
Highlight important information in a panel like this one. To edit this panel's color or style, select one of the options in the menu. |
\uD83D\uDCCB Related articles
...
Click Send.
Refresh the Confluence page and verify that the Numbered Heading is enabled.
Info |
---|
|