Update Brand

PUT {{baseUrl}}/brands/:brand

This endpoint allows you to update brand details by providing the ID of the brand you want to update its details in the brand path parameter.

Request Body

{"name"=>"<string>", "logo"=>"<string>", "description"=>"<string>", "banner"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;status&quot;:&quot;\u003cnumber\u003e&quot;,&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;data&quot;:{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;banner&quot;:&quot;\u003cstring\u003e&quot;,&quot;logo&quot;:&quot;\u003cstring\u003e&quot;,&quot;ar_char&quot;:&quot;\u003cstring\u003e&quot;,&quot;en_char&quot;:&quot;\u003cstring\u003e&quot;}}