Forgejo · Example Payload

Hook Example

Hook a hook is a web hook when one repository changed

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Hook Example is an example object payload from Forgejo, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionexample

Example Payload

Raw ↑
{
  "title": "Forgejo Hook Example",
  "description": "Hook a hook is a web hook when one repository changed",
  "example": {
    "active": false,
    "authorization_header": "string",
    "branch_filter": "string",
    "config": {},
    "content_type": "string",
    "created_at": "2024-01-15T12:00:00Z",
    "events": [
      "string"
    ],
    "id": 1,
    "type": "string"
  }
}