# Update client tag **PUT /api/v2/companysettings/clienttags/{TagGUID}** This endpoint allows users to update a company client tag. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **TagGUID** (string(uuid)) The GUID of the client tag to update. ### Body: application/json (object) - **TagName** (string) The name of the client tag. - **TagColour** (string) It must be in the format # followed by exactly 6 hexadecimal digits (e.g. #1a2b3c). - **ExcludeFormattedValues** (string | null) If set to any value, formatted values will be excluded from the response. ## Responses ### 200 Success #### Body: application/json (object) - **success** (boolean) - **data** (object) ### 403 Permission error. #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 422 Validation error. #### Body: application/json (object) - **success** (boolean) - **message** (string) - **data** (object) Example validation error message. [Powered by Bump.sh](https://bump.sh)