GitHub · Example Payload

Github Feeds Webhook Check Run Completed Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Feeds Webhook Check Run Completed Example is an example object payload from GitHub, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

actioncheck_runinstallationorganizationrepositorysender

Example Payload

Raw ↑
{
  "action": "completed",
  "check_run": "example_value",
  "installation": "example_value",
  "organization": "example_value",
  "repository": "example_value",
  "sender": "example_value"
}