GoodTagGroup


Grupo de Tags.

Modelo GoodTagGroup

{
    "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 -

Insertar GoodTagGroup

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"
}

Listar GoodTagGroup

Display a listing of the resource.

Método URI Cabeceras
GET /companies/{companyId}/good-tag-groups Authorization

Mostrar GoodTagGroup

{info} Soporta: Carga dinámica

Display the specified resource.

Método URI Cabeceras
GET /companies/{companyId}/good-tag-groups/{goodTagGroupId} Authorization

Actualizar GoodTagGroup

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"
}

Eliminar GoodTagGroup

Store a newly created resource in storage.

Método URI Cabeceras
DELETE /companies/{companyId}/good-tag-groups/{goodTagGroupId} Authorization

Enlaces de GoodTagGroup