# Update a Field for a Life Stage Section for a Firm **PUT /api/v1/expenditure-structure/field/{lifeStageField_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **lifeStageField_uuid** (string) The uuid of the Life Stage Field. ### Body: application/json (object) - **name** (string) The name of the Life Stage Field. - **life_stage_section_uuid** (string) The uuid of the parent Life Stage Section. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) uuid of the Life Stage Field. - **name** (string) The name of the Life Stage Field. - **section** (string) The parent Life Stage Section of Field. Example: "Housekeeping Expenses" - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. [Powered by Bump.sh](https://bump.sh)