GitHub · Example Payload

Github Notifications Thread Subscription Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Notifications Thread Subscription Example is an example object payload from GitHub, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

subscribedignoredreasoncreated_aturlthread_urlrepository_url

Example Payload

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