Skip to end of banner
Go to start of banner

How to enable page numbering while page creation through REST API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This article explains how to enable page numbering while page creation through REST API.

\uD83D\uDCD8 Instructions

Add the below payload in REST Call.

"metadata": {
       "properties": {
            "nl_avisi_nh": {
                  "key": "nl_avisi_nh",
                  "value": {
                      "isEnabled": true
                   }
            }
      }
}

  • No labels