# Update a case type **PUT /api/v1/cases-type/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **uuid** (string) ### Body: application/json (object) - **name** (string) name of the type ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the type - **name** (string) Name of the type - **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)