Mass update of brands
Method: PATCH
URL: https://pim-client.wizart.ai/api/v2.1/brands/
Headers: Accept: application/json, Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…, Content-Type: application/json
Body:
{
"data": [
{
"type": "brands",
"id": "{{BRAND_UUID_1}}",
"attributes": {
"name": "<string>",
"is_visible": "<string>",
"order": "<string>"
}
},
{
"type": "brands",
"id": "{{BRAND_UUID_2}}",
"attributes": {
"name": "<string>",
"is_visible": "<string>",
"order": "<string>"
}
}
]
}