# Update a section's question **PUT /api/v1/form/{form_uuid}/question/{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 - **form_uuid** (string) - **uuid** (string) ### Body: application/json (object) - **type** (string) The type of the question - **required** (boolean) Whether the question is required or not - **title** (string) The title of the question - **help_text** (string) Input placeholder - **caption** (string) Field description - **position** (integer) The position of the question in the section. - **selection_options** (array) The selection options for the question IF the question is of type selection. - **section_uuid** (string(uuid)) The uuid of the section to move the question to. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **section** (object) The section this question belongs to - **title** (string) The title of the question - **help_text** (string) Input placeholder text - **caption** (string) Text to describe the input - **type** (string) The type of question - **required** (boolean) Whether the question is required - **position** (integer) The position of the question in the section - **selection_options** (array[string]) The options for selection questions - **target_field** (string) The field to update upon question completion - **key** (string) The key to use when updating the target field - **linked_question** (object) the linked form question - **linked_primary** (boolean) Will the this linked field become a primary Address/Phone Number/Email Address [Powered by Bump.sh](https://bump.sh)