# Update a brand tag by id **PATCH /manager/brand-tags/{id}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Parameters #### Path parameters - **id** (integer) The brand tag id ## Body parameters Content-type: application/json - **visibility_chat** (number) - **images** (array[object]) - **names** (array[object]) ## Responses ### 200: returns the updated brand tag #### Body Parameters: application/json (object) - **id_brand_tag** (integer(int32)) - **visibility_chat** (integer) - **name** (string) - **image** (string) - **images** (array[object]) - **names** (array[object]) - **members** (object) ### 401: Unauthorized. #### Body Parameters: application/json (object) - **message** (string) ### 403: Forbidden - You don't have permission to access this route ### 404: Not found - The brand tag does not exist [Powered by Bump.sh](https://bump.sh)