# Update a Page HTTP Callback **PUT /profiles/{profile_id}/pages/{page_id}/http_callbacks/{http_callback_id}** ## Servers - https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D: https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **profile_id** (string) id of the profile - **page_id** (number) id of the page - **http_callback_id** (number) id of the http callback ### Body: application/json (object) - **contenttype_header_string_optional_must_match_header_or_keyvaluepair** (string) - **error_email** (string) must be valid email - **feed_format** (string) must match "json" or "xml" - **feed_format_version** (number) must be 9 or 10. - **is_disabled** (boolean) - **is_guaranteed_delivery** (boolean) - **keyvaluepairkey_string_optional_reuqired_if_contenttype_is_keyvaluepair** (string) - **mode** (string) - **name** (string) - **notification_email** (string) must be valid email - **secure_key** (string) - **secure_type** (string) - **trigger_post_email** (string) - **url** (string) ## Responses ### 200 OK #### Body: application/json (object) - **id** (number) the updated page http callback id [Powered by Bump.sh](https://bump.sh)