GitHub · Example Payload

Github Repo Subscription Api Repository Subscription Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Repo Subscription Api Repository Subscription 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

subscribedignoredreasoncreated_aturlrepository_url

Example Payload

Raw ↑
{
  "subscribed": true,
  "ignored": true,
  "reason": "example_value",
  "created_at": "2012-10-06T21:34:12Z",
  "url": "https://api.github.com/repos/octocat/example/subscription",
  "repository_url": "https://api.github.com/repos/octocat/example"
}