# Update an Element **PUT /profiles/{profile_id}/pages/{page_id}/elements/{element_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 - **element_id** (number) id of the element ### Body: application/json (object) - **attachment_link** (string) - **client_validation** (string) - **condition_value** (string) - **data_size** (number) - **data_type** (number) - **default_value** (string) - **description** (string) - **dynamic_label** (string) - **dynamic_value** (string) - **high_value** (number) - **is_action** (boolean) - **is_disabled** (boolean) - **is_encrypt** (boolean) - **is_hide_typing** (boolean) - **is_readonly** (boolean) - **is_required** (boolean) - **keyboard_type** (number) - **label** (string) - **low_value** (number) - **name** (string) - **optionlist_id** (number) - **reference_id_1** (string) - **smart_tbl_search** (string) - **smart_tbl_search_col** (string) - **sort_order** (number) - **validation_message** (string) - **weighted_score** (number) - **widget_type** (string) ## Responses ### 200 OK #### Body: application/json (object) - **id** (number) the updated element id [Powered by Bump.sh](https://bump.sh)