Create a new brand.
| Permission | Description |
|---|---|
brands.view_all |
Access brands |
brands.create |
Create a brand |
| Name | Type | Required | Description |
|---|---|---|---|
title |
string | Yes | Name of the brand (max 255) |
link |
string | No | Website link (max 255, optional) |
description |
string | No | Description (optional) |
Returns the created brand resource.
{
"data": { /* brand resource */ }
}See Brand Resource.
| Status | Description | Reference |
|---|---|---|
| 422 | Validation error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |