# Update a checklist **PATCH /api/v1/checklist/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **uuid** (string) - **checklist** (string) The UUID of the checklist. ### Body: application/json (object) - **name** (string) The updated name of the checklist. - **order** (integer) The display order of the checklist. ## 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 name of the checklist. - **order** (integer) The display order of the checklist. - **items** (array[object]) The items within this checklist. [Powered by Bump.sh](https://bump.sh)