Update an existing brand.
| Permission | Description |
|---|---|
brands.view_all | Access brands |
brands.update | Update a brand |
| Name | Type | Required | Description |
|---|---|---|---|
title | 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.
Returns the updated brand resource.
{
"data": { /* brand resource */ }
}
See Brand Resource.
| Status | Description | Reference |
|---|---|---|
| 422 | Validation error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |