---
title: "How to enable Numbered Heading through REST API"
canonical: "https://support.appfire.com/space/SUPPORT/332334154/How%20to%20enable%20Numbered%20Heading%20through%20REST%20API"
format: markdown
---
This article explains how to enable Numbered Headings through REST API.

## Instructions

Here are the steps to do so.

1. Create a Confluence page without enabling the Numbered Heading macro.
2. Copy the page ID as per the screenshot.
3. Go to the Postman or any REST API app (based on your environment).
4. 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
5. Change the page ID based on the specific Confluence page.
6. Add this code in the **Body** section.
7. Click **Send**.
8. Refresh the Confluence page and verify that the Numbered Heading is enabled.

> ℹ️ - Refer to the link for Atlassian latest Confluence Cloud REST API [https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties/#api-group-content-properties](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties/#api-group-content-properties)