# Update a case **PUT /api/v1/cases/{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 - **uuid** (string) ### Body: application/json (object) - **name** (string) Name of the case - **status** (string(uuid)) The uuid of the status chosen for the case - **status_position** (integer) The case status's new position on the status list. Starting from 1. Only used if you are formatting cases in a kanban layout. - **assigned_to_uuids** (array) Array of account UUIDs - **group_uuids** (array) UUIDs of groups that will be assigned when the case is created. - **review_at** (string(date)) Timestamp of when the case will be reviewed - **type** (string(uuid)) The uuid of the type chosen for the case - **value** (integer) Expect value the case will generate in pennies - **completed_at** (string(date)) Timestamp of when the case was completed - **plans** (array) The uuids of the plans that will be associated to the case when it is created. Leave NULL to disassociate all plans from the case. ## 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) Name of the case - **slug** (string) Slug of the case - **status** (object) Case status - **type** (object) Case type - **review_at** (string) Timestamp of when the case should be reviewed - **assigned_to_uuids** (array[string]) UUIDs of accounts that will be assigned to the case when it is created. - **group_uuids** (array[string]) UUIDs of groups that will be assigned when the case is created. - **completed_at** (string) Timestamp of when the case was completed - **value** (object) Expected value of this case - **status_position** (integer) The case status's position on the status list. Starting from 1. Only used if you are formatting cases in a kanban layout. - **participants_count** (integer) The number of participants on the case - **participants** (object) Participants on this case (if included) - **task_board_uuid** (string) UUID of the task board - **plans** (object) Plans in this case (if included) - **custom_fields** (array[object]) Any custom fields on the model. [Powered by Bump.sh](https://bump.sh)