# Update a fact-find block **PUT /api/v2/fact-find/blocks/{factFindBlock_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **factFindBlock_uuid** (string) ### Body: application/json (object) - **name** (string) The name of the fact find block. Must be unique within the section. - **introduction_html** (string) HTML introduction shown at the start of this block. - **position** (integer) The position/order of this block within the section. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) - **created_at** (string) - **updated_at** (string) - **fact_find_section** (object) - **name** (string) - **introduction_html** (string) - **position** (integer) [Powered by Bump.sh](https://bump.sh)