GitHub · Example Payload

Github Teams Team Example

This is an example repository

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

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

Top-level fields

idnode_idnameslugdescriptionprivacypermissionpermissionsurlhtml_url

Example Payload

Raw ↑
{
  "id": 42,
  "node_id": "12345678",
  "name": "octocat",
  "slug": "example_value",
  "description": "This is an example repository",
  "privacy": "example_value",
  "permission": "example_value",
  "permissions": {
    "pull": true,
    "triage": true,
    "push": true,
    "maintain": true,
    "admin": true
  },
  "url": "https://api.github.com/repos/octocat/Hello-World",
  "html_url": "https://github.com/orgs/rails/teams/core"
}