# Update a Page **PUT /profiles/{profile_id}/pages/{page_id}** ## Servers - https://servername.iformbuilder.com/exzact/api/v60: https://servername.iformbuilder.com/exzact/api/v60 () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **profile_id** (string) id of the profile - **page_id** (number) id of the page ### Body: application/json (object) - **description** (string) - **icon** (string) - **is_disabled** (boolean) - **label** (string) - **label_icons** (string) - **name** (string) - **page_javascript** (string) - **reference_id_1** (string) - **reference_id_2** (string) - **reference_id_3** (string) - **reference_id_4** (string) - **reference_id_5** (string) - **sort_order** (number) ## Responses ### 200 OK #### Body: application/json (object) - **id** (number) the updated page id [Powered by Bump.sh](https://bump.sh)