GitHub · Example Payload

Github Gists Gist Comment Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Gists Gist Comment Example is an example object payload from GitHub, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnode_idurlbodyusercreated_atupdated_atauthor_association

Example Payload

Raw ↑
{
  "id": 1,
  "node_id": "MDExOkdpc3RDb21tZW50MQ==",
  "url": "https://api.github.com/gists/a6db0bec360bb87e9418/comments/1",
  "body": "Body of the attachment",
  "user": "example_value",
  "created_at": "2011-04-18T23:23:56Z",
  "updated_at": "2011-04-18T23:23:56Z",
  "author_association": "example_value"
}