GroupSettings

Properties

Name Type Format Required
id integer required
slug string required
name string required
description string | null
tags array | null
visibility string | null
createdAt string | null date-time
updatedAt string | null date-time

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