# Update a tag **PUT /api/v1/tag/{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) Update tag description - **colour** (string) Update tag colour ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) UUID of the tag - **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 tag - **slug** (string) The slug of the tag - **colour** (string) The colour of the tag [Powered by Bump.sh](https://bump.sh)