# Update a Brand name Update a brand name for the current Company Endpoint: PUT /api/brands/{id} Version: 1.0 Security: Bearer ## Path parameters: - `id` (string, required) ## Request fields (application/json-patch+json): - `brandName` (string, required) - `brandNameVariants` (array,null) - `brandNameVariants.name` (string,null) - `brandNameVariants.languageCode` (string,null) - `externalCode` (string, required) ## Response 200 fields (application/json): - `brandId` (string) ## Response 400 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null) ## Response 403 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)