SeoAction

Properties

Name Type Format Required
id integer required
kind string required
title string required
detail string | null
gitSha string | null
occurredAt string required
source string required
issueId integer | null
author string | null

Example JSON

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