Grupo de Tags.
{
"id": 38,
"name": "$SystemTags",
"in_order": 65536,
"created_at": "2023-05-17 16:09:58",
"updated_at": "2023-05-17 16:09:58"
}
Atributo | Tipo | Descripción |
---|---|---|
id |
int |
- |
name |
string |
- |
in_order |
int |
- |
created_at |
datetime\|null |
- |
updated_at |
datetime\|null |
- |
Store a newly created resource in storage.
Método | URI | Cabeceras |
---|---|---|
POST | /companies/{companyId}/good-tag-groups |
Authorization |
{
"name": "required|string|max:64",
"in_order": "integer|min:0"
}
Display a listing of the resource.
Método | URI | Cabeceras |
---|---|---|
GET | /companies/{companyId}/good-tag-groups |
Authorization |
{info} Soporta: Carga dinámica
Display the specified resource.
Método | URI | Cabeceras |
---|---|---|
GET | /companies/{companyId}/good-tag-groups/{goodTagGroupId} |
Authorization |
Store a newly created resource in storage.
Método | URI | Cabeceras |
---|---|---|
PATCH | /companies/{companyId}/good-tag-groups/{goodTagGroupId} |
Authorization |
{
"name": "required|string|max:64",
"in_order": "integer|min:0"
}
Store a newly created resource in storage.
Método | URI | Cabeceras |
---|---|---|
DELETE | /companies/{companyId}/good-tag-groups/{goodTagGroupId} |
Authorization |
allLogs
HasMany ApiLogcompany
BelongsTo Companylogs
HasMany ApiLogtaggedGoods
HasMany TaggedGoodtags
HasMany GoodTag