Etiquetas de un Good. Se tienen planes de implementar búsquedas relacionadas con los Tags, pero no está implementado.
{
"id": 9,
"name": "Pantalla",
"created_at": "2019-11-19 20:29:52",
"updated_at": "2019-11-28 14:45:35"
}
Store a newly created resource in storage.
| Método | URI | Cabeceras |
|---|---|---|
| POST | /companies/{companyId}/good-tag-groups/{groupId}/good-tags |
Authorization |
{
"name": "required|string|max:64"
}
Display a listing of the resource.
| Método | URI | Cabeceras |
|---|---|---|
| GET | /companies/{companyId}/good-tag-groups/{groupId}/good-tags |
Authorization |
{info} Soporta: Paginación
| Método | URI | Cabeceras |
|---|---|---|
| GET | /companies/{companyId}/goods/{goodId}/good-tags |
Authorization |
Display the specified resource.
| Método | URI | Cabeceras |
|---|---|---|
| GET | /companies/{companyId}/good-tags/{goodTagId} |
Authorization |
Store a newly created resource in storage.
| Método | URI | Cabeceras |
|---|---|---|
| PATCH | /companies/{companyId}/good-tags/{goodTagId} |
Authorization |
{
"name": "required|string|max:64"
}
| Método | URI | Cabeceras |
|---|---|---|
| PUT | /companies/{companyId}/goods/{goodId}/good-tags |
Authorization |
[
"integer"
]
Store a newly created resource in storage.
| Método | URI | Cabeceras |
|---|---|---|
| DELETE | /companies/{companyId}/good-tags/{goodTagId} |
Authorization |
company BelongsTo Companygoods HasMany Goodgroup BelongsTo GoodTagGroup