GroupSettings

Eigenschaften

Name Typ Format Erforderlich
id integer erforderlich
slug string erforderlich
name string erforderlich
description string | null
tags array | null
visibility string | null
createdAt string | null date-time
updatedAt string | null date-time

Beispiel-JSON

{
    "id": 0,
    "slug": "string",
    "name": "string",
    "description": "string",
    "tags": [
        "string"
    ],
    "visibility": "string",
    "createdAt": "2026-01-01T00:00:00+00:00",
    "updatedAt": "2026-01-01T00:00:00+00:00"
}