Logo
Emporix Digital Commerce Platform API Documentation

Updating a brand

PUT {{api-url}}/brand/brands/{{brandId}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-language
string




RESPONSES

status





Curl
curl -X PUT 'api-url/brand/brands/brandId' -H 'Content-language: *' -d '{"name":"Test brand","description":"Test description after update.","localizedName":{"en":"Test brand en","de":"Test brand de"},"localizedDescription":{"en":"Desc in en","de":"Desc in de"},"metadata":{"version":1}}'

ENDPOINTS