CommentCreated

Eigenschaften

Name Typ Format Erforderlich
id integer erforderlich
content string erforderlich
createdAt string | null date-time

Beispiel-JSON

{
    "id": 0,
    "content": "string",
    "createdAt": "2026-01-01T00:00:00+00:00"
}