SeoAction

Eigenschaften

Name Typ Format Erforderlich
id integer erforderlich
kind string erforderlich
title string erforderlich
detail string | null
gitSha string | null
occurredAt string erforderlich
source string erforderlich
issueId integer | null
author string | null

Beispiel-JSON

{
    "id": 0,
    "kind": "string",
    "title": "string",
    "detail": "string",
    "gitSha": "string",
    "occurredAt": "string",
    "source": "string",
    "issueId": 0,
    "author": "string"
}