# Update a valuation **PUT /api/v1/plans/{plan_uuid}/sub-accounts/{subAccount_uuid}/valuations/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **plan_uuid** (string) - **subAccount_uuid** (string) - **uuid** (string) ### Body: application/json (object) - **value** (integer) Money value of the valuation as an integer eg 4000 = £40.00 ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) - **created_at** (string) - **updated_at** (string) - **valued_at** (string) - **value** (object) - **sub_account** (object) [Powered by Bump.sh](https://bump.sh)