PUT /api/v1/admin/brands/{brand-id}
Update an existing brand.
Permission | Description |
---|---|
brands.view_all | Access brands |
brands.update | Update a brand |
Name | Type | Required | Description |
---|---|---|---|
name | string | No | Name of the brand (max 255) |
link | string | No | Website link (max 255, optional) |
description | string | No | Description (optional) |
All parameters are optional. If omitted, they will not be updated.
{
"brand": {<brand resource>}
}