# Update a goal **PUT /api/v1/client/{client_uuid}/goal/{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 - **client_uuid** (string) - **uuid** (string) ### Body: application/json (object) - **name** (string) The goal's name. - **description** (string) The goal's description. - **target_amount** (integer) The goal's target amount. - **progress** (integer) The goal's progress as a percentage. - **timeframe** (string) The goal's timeframe. - **complete_goal_by** (string) The goal's deadline as a specific date. - **priority** (integer) The goal's priority on a scale from 1 to 5. - **shared_owner_uuid** (string) Optional UUID of an owner account. The client must be a shared type. ## 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. - **name** (string) The goal's name. - **description** (string) The goal's description. - **target_amount** (object) The goal's target amount. - **progress** (string) The goal's progress as a percentage. - **timeframe** (string) The goal's timeframe. - **complete_goal_by** (string) The goal's deadline as a specific date. - **priority** (string) The goal's priority on a scale from 1 to 5. - **shared_owner_type** (string) Denotes if the goal is shared across the client or belongs to one of the owners of the client. (Only applicable for joint/business/trust clients) - **shared_owner** (object) The owner of the goal. Only provided if the shared_owner_type is "individual". [Powered by Bump.sh](https://bump.sh)