Brand Edit
POST {{apiBaseUrl}}/v1/brand/edit?brandId={{brandId}}
This API is used to edit the brand. Brand details like brand name, brand logo, background color, etc., can be edited in the existing brand.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
brandId | string | The brand Id obtained after successful brand creation needs to be passed while editing the brand. |
Request Body
[{"name"=>"BrandName", "value"=>"BoldSign", "datatype"=>"string"}, {"name"=>"BrandLogo", "value"=>nil, "datatype"=>"null"}]
RESPONSES
status: OK
{"brandId":"12345678-xxxx-xxxx-xxxx-123456a78o90"}