diff --git a/cache/api.github.com/webhook-events-and-payloads.html b/cache/api.github.com/webhook-events-and-payloads.html index 8c17bf1f0..b211b2459 100644 --- a/cache/api.github.com/webhook-events-and-payloads.html +++ b/cache/api.github.com/webhook-events-and-payloads.html @@ -8405,7 +8405,7 @@

"description": "Basic Plan", "monthly_price_in_cents": 1000, "yearly_price_in_cents": 10000, - "price_model": "per-unit", + "price_model": "PER_UNIT", "has_free_trial": true, "unit_name": "seat", "bullets": [ diff --git a/cache/github.ae/webhook-events-and-payloads.html b/cache/github.ae/webhook-events-and-payloads.html index fecb06cce..e05629b9e 100644 --- a/cache/github.ae/webhook-events-and-payloads.html +++ b/cache/github.ae/webhook-events-and-payloads.html @@ -270,135 +270,162 @@

In this article

  • -
    - pull_request + project_card
  • -
    - pull_request_review + project_column
  • -
    - pull_request_review_comment + public
  • -
    - pull_request_review_thread + pull_request
  • -
    - push + pull_request_review
  • -
    - release + pull_request_review_comment
  • -
    - repository_dispatch + pull_request_review_thread
  • -
    - repository + push
  • -
    - star + release
  • -
    - status + repository_dispatch
  • -
    - team + repository
  • -
    - team_add + star
  • -
    - user + status
  • -
    - watch + team
  • +
    + team_add +
    +
  • +
    +
    +
  • +
    + user +
    +
  • +
    +
    +
  • +
    + watch +
    +
  • +
    +
    +
  • - workflow_job + workflow_job
  • @@ -10403,8 +10430,8 @@

    }

    -

    - + fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z" >pull_request + >project_card

    - Activity related to pull requests. The type of activity is specified in - the action property of the payload object. For more - information, see the "pull requestsaction property of the payload object. For + more information, see the "project cards" REST API.

    @@ -10456,7 +10483,10 @@

    action string - The action that was performed. Can be one of: - + The action performed on the project card. Can be + created, edited, moved, + converted, or deleted. - - number - integer - The pull request number. - changes object - The changes to the comment if the action was edited. + The changes to the project card if the action was + edited or converted. - changes[title][from] + changes[note][from] string - The previous version of the title if the action was - edited. + The previous version of the note if the action was + edited or converted. - changes[body][from] - string + after_id + integer - The previous version of the body if the action was - edited. + The id of the card that this card now follows if the action was + "moved". Will be null if it is the first card in a + column. - pull_request + project_card object The - pull requestproject card itself. @@ -10628,28 +10627,19 @@

    >Webhook payload example

    -

    - Deliveries for review_requested and - review_request_removed events will have an additional field - called requested_reviewer. -

    {
    -  "action": "opened",
    -  "number": 2,
    -  "pull_request": {
    -    "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2",
    -    "id": 2,
    -    "node_id": "MDExOlB1bGxSZXF1ZXN0Mg==",
    -    "html_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2",
    -    "diff_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2.diff",
    -    "patch_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2.patch",
    -    "issue_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2",
    -    "number": 2,
    -    "state": "open",
    -    "locked": false,
    -    "title": "Update the README with new information.",
    -    "user": {
    +  "action": "created",
    +  "project_card": {
    +    "url": "https://octocoders.github.io/api/v3/projects/columns/cards/8",
    +    "project_url": "https://octocoders.github.io/api/v3/projects/6",
    +    "column_url": "https://octocoders.github.io/api/v3/projects/columns/8",
    +    "column_id": 8,
    +    "id": 8,
    +    "node_id": "MDExOlByb2plY3RDYXJkOA==",
    +    "note": "Work that can be completed in one hour or less.",
    +    "archived": false,
    +    "creator": {
           "login": "Codertocat",
           "id": 4,
           "node_id": "MDQ6VXNlcjQ=",
    @@ -10669,130 +10659,1151 @@ 

    "type": "User", "site_admin": false }, - "body": "This is a pretty simple change that we need to pull into master.", - "created_at": "2019-05-15T19:38:02Z", - "updated_at": "2019-05-15T19:38:02Z", - "closed_at": null, - "merged_at": null, - "merge_commit_sha": null, - "assignee": null, - "assignees": [], - "requested_reviewers": [], - "requested_teams": [], - "labels": [], - "milestone": null, - "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/commits", - "review_comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/comments", - "review_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/comments{/number}", - "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2/comments", - "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/14977a7b5485400124827221a04bfb474bcd72d1", - "head": { - "label": "Codertocat:changes", - "ref": "changes", - "sha": "14977a7b5485400124827221a04bfb474bcd72d1", - "user": { - "login": "Codertocat", - "id": 4, - "node_id": "MDQ6VXNlcjQ=", - "avatar_url": "https://octocoders.github.io/avatars/u/4?", - "gravatar_id": "", - "url": "https://octocoders.github.io/api/v3/users/Codertocat", - "html_url": "https://octocoders.github.io/Codertocat", - "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers", - "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}", - "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}", - "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions", - "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs", - "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos", - "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}", - "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "repo": { - "id": 118, - "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=", - "name": "Hello-World", - "full_name": "Codertocat/Hello-World", - "private": false, - "owner": { - "login": "Codertocat", - "id": 4, - "node_id": "MDQ6VXNlcjQ=", - "avatar_url": "https://octocoders.github.io/avatars/u/4?", - "gravatar_id": "", - "url": "https://octocoders.github.io/api/v3/users/Codertocat", - "html_url": "https://octocoders.github.io/Codertocat", - "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers", - "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}", - "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}", - "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions", - "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs", - "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos", - "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}", - "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "html_url": "https://octocoders.github.io/Codertocat/Hello-World", - "description": null, - "fork": false, - "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World", - "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks", - "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}", - "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}", - "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams", - "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks", - "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}", - "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events", - "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}", - "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}", - "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags", - "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}", - "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}", - "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}", - "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}", - "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}", - "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages", - "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers", - "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors", - "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers", - "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription", - "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}", - "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}", - "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}", - "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}", - "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}", - "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}", - "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges", - "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}", - "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads", - "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}", - "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}", - "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}", - "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}", - "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}", - "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}", - "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments", - "created_at": "2019-05-15T19:37:07Z", - "updated_at": "2019-05-15T19:37:10Z", - "pushed_at": "2019-05-15T19:38:03Z", - "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git", - "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git", - "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git", - "svn_url": "https://octocoders.github.io/Codertocat/Hello-World", - "homepage": null, - "size": 0, - "stargazers_count": 0, - "watchers_count": 0, - "language": null, - "has_issues": true, - "has_projects": true, - "has_downloads": true, - "has_wiki": true, - "has_pages": true, + "created_at": "2019-05-15T19:39:01Z", + "updated_at": "2019-05-15T19:39:01Z" + }, + "repository": { + "id": 118, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 4, + "node_id": "MDQ6VXNlcjQ=", + "avatar_url": "https://octocoders.github.io/avatars/u/4?", + "gravatar_id": "", + "url": "https://octocoders.github.io/api/v3/users/Codertocat", + "html_url": "https://octocoders.github.io/Codertocat", + "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers", + "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}", + "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}", + "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions", + "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs", + "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos", + "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}", + "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://octocoders.github.io/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World", + "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks", + "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events", + "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges", + "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T19:37:07Z", + "updated_at": "2019-05-15T19:38:27Z", + "pushed_at": "2019-05-15T19:38:23Z", + "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git", + "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git", + "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git", + "svn_url": "https://octocoders.github.io/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 0, + "default_branch": "master" + }, + "enterprise": { + "id": 1, + "slug": "github", + "name": "GitHub", + "node_id": "MDg6QnVzaW5lc3Mx", + "avatar_url": "https://octocoders.github.io/avatars/b/1?", + "description": null, + "website_url": null, + "html_url": "https://octocoders.github.io/businesses/github", + "created_at": "2019-05-14T19:31:12Z", + "updated_at": "2019-05-14T19:31:12Z" + }, + "sender": { + "login": "Codertocat", + "id": 4, + "node_id": "MDQ6VXNlcjQ=", + "avatar_url": "https://octocoders.github.io/avatars/u/4?", + "gravatar_id": "", + "url": "https://octocoders.github.io/api/v3/users/Codertocat", + "html_url": "https://octocoders.github.io/Codertocat", + "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers", + "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}", + "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}", + "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions", + "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs", + "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos", + "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}", + "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } +} +

    +
    +

    + + project_column +

    +

    + Activity related to columns in a project board. The type of activity is + specified in the action property of the payload object. For + more information, see the "project columns" REST API. +

    +

    + + Availability +

    + +

    + + Webhook payload object +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    KeyTypeDescription
    actionstring + The action that was performed on the project column. Can be one of + created, edited, moved or + deleted. +
    changesobject + The changes to the project column if the action was + edited. +
    changes[name][from]string + The previous version of the name if the action was + edited. +
    after_idinteger + The id of the column that this column now follows if the action + was "moved". Will be null if it is the first column + in a project. +
    project_columnobject + The + project column + itself. +
    repositoryobject + The + repository + where the event occurred. +
    organizationobject + Webhook payloads contain the + organization + object when the webhook is configured for an organization or the + event occurs from activity in a repository owned by an + organization. +
    installationobject + The GitHub App installation. Webhook payloads contain the + installation property when the event is configured + for and sent to a GitHub App. +
    senderobjectThe user that triggered the event.
    +

    + + Webhook payload example +

    +
    +
    {
    +  "action": "created",
    +  "project_column": {
    +    "url": "https://octocoders.github.io/api/v3/projects/columns/8",
    +    "project_url": "https://octocoders.github.io/api/v3/projects/6",
    +    "cards_url": "https://octocoders.github.io/api/v3/projects/columns/8/cards",
    +    "id": 8,
    +    "node_id": "MDEzOlByb2plY3RDb2x1bW44",
    +    "name": "Small bugfixes",
    +    "created_at": "2019-05-15T19:39:01Z",
    +    "updated_at": "2019-05-15T19:39:01Z"
    +  },
    +  "repository": {
    +    "id": 118,
    +    "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=",
    +    "name": "Hello-World",
    +    "full_name": "Codertocat/Hello-World",
    +    "private": false,
    +    "owner": {
    +      "login": "Codertocat",
    +      "id": 4,
    +      "node_id": "MDQ6VXNlcjQ=",
    +      "avatar_url": "https://octocoders.github.io/avatars/u/4?",
    +      "gravatar_id": "",
    +      "url": "https://octocoders.github.io/api/v3/users/Codertocat",
    +      "html_url": "https://octocoders.github.io/Codertocat",
    +      "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
    +      "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
    +      "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
    +      "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
    +      "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
    +      "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
    +      "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
    +      "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
    +      "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
    +      "type": "User",
    +      "site_admin": false
    +    },
    +    "html_url": "https://octocoders.github.io/Codertocat/Hello-World",
    +    "description": null,
    +    "fork": false,
    +    "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World",
    +    "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks",
    +    "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}",
    +    "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}",
    +    "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams",
    +    "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks",
    +    "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}",
    +    "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events",
    +    "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}",
    +    "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}",
    +    "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags",
    +    "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}",
    +    "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}",
    +    "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}",
    +    "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}",
    +    "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}",
    +    "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages",
    +    "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers",
    +    "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors",
    +    "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers",
    +    "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription",
    +    "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}",
    +    "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}",
    +    "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}",
    +    "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}",
    +    "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}",
    +    "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}",
    +    "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges",
    +    "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}",
    +    "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads",
    +    "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}",
    +    "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}",
    +    "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}",
    +    "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
    +    "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}",
    +    "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}",
    +    "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments",
    +    "created_at": "2019-05-15T19:37:07Z",
    +    "updated_at": "2019-05-15T19:38:27Z",
    +    "pushed_at": "2019-05-15T19:38:23Z",
    +    "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git",
    +    "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git",
    +    "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git",
    +    "svn_url": "https://octocoders.github.io/Codertocat/Hello-World",
    +    "homepage": null,
    +    "size": 0,
    +    "stargazers_count": 0,
    +    "watchers_count": 0,
    +    "language": "Ruby",
    +    "has_issues": true,
    +    "has_projects": true,
    +    "has_downloads": true,
    +    "has_wiki": true,
    +    "has_pages": true,
    +    "forks_count": 0,
    +    "mirror_url": null,
    +    "archived": false,
    +    "disabled": false,
    +    "open_issues_count": 2,
    +    "license": null,
    +    "forks": 0,
    +    "open_issues": 2,
    +    "watchers": 0,
    +    "default_branch": "master"
    +  },
    +  "enterprise": {
    +    "id": 1,
    +    "slug": "github",
    +    "name": "GitHub",
    +    "node_id": "MDg6QnVzaW5lc3Mx",
    +    "avatar_url": "https://octocoders.github.io/avatars/b/1?",
    +    "description": null,
    +    "website_url": null,
    +    "html_url": "https://octocoders.github.io/businesses/github",
    +    "created_at": "2019-05-14T19:31:12Z",
    +    "updated_at": "2019-05-14T19:31:12Z"
    +  },
    +  "sender": {
    +    "login": "Codertocat",
    +    "id": 4,
    +    "node_id": "MDQ6VXNlcjQ=",
    +    "avatar_url": "https://octocoders.github.io/avatars/u/4?",
    +    "gravatar_id": "",
    +    "url": "https://octocoders.github.io/api/v3/users/Codertocat",
    +    "html_url": "https://octocoders.github.io/Codertocat",
    +    "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
    +    "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
    +    "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
    +    "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
    +    "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
    +    "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
    +    "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
    +    "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
    +    "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
    +    "type": "User",
    +    "site_admin": false
    +  },
    +  "installation": {
    +    "id": 5,
    +    "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uNQ=="
    +  }
    +}
    +
    +
    +

    + + public +

    +

    + When a private repository is made public. Without a doubt: the best + GitHub AE event. +

    +

    + + Availability +

    + +

    + + Webhook payload object +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    KeyTypeDescription
    repositoryobject + The + repository + where the event occurred. +
    organizationobject + Webhook payloads contain the + organization + object when the webhook is configured for an organization or the + event occurs from activity in a repository owned by an + organization. +
    installationobject + The GitHub App installation. Webhook payloads contain the + installation property when the event is configured + for and sent to a GitHub App. +
    senderobjectThe user that triggered the event.
    +

    + + Webhook payload example +

    +
    +
    {
    +  "repository": {
    +    "id": 118,
    +    "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=",
    +    "name": "Hello-World",
    +    "full_name": "Codertocat/Hello-World",
    +    "private": false,
    +    "owner": {
    +      "login": "Codertocat",
    +      "id": 4,
    +      "node_id": "MDQ6VXNlcjQ=",
    +      "avatar_url": "https://octocoders.github.io/avatars/u/4?",
    +      "gravatar_id": "",
    +      "url": "https://octocoders.github.io/api/v3/users/Codertocat",
    +      "html_url": "https://octocoders.github.io/Codertocat",
    +      "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
    +      "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
    +      "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
    +      "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
    +      "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
    +      "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
    +      "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
    +      "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
    +      "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
    +      "type": "User",
    +      "site_admin": false
    +    },
    +    "html_url": "https://octocoders.github.io/Codertocat/Hello-World",
    +    "description": null,
    +    "fork": false,
    +    "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World",
    +    "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks",
    +    "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}",
    +    "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}",
    +    "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams",
    +    "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks",
    +    "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}",
    +    "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events",
    +    "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}",
    +    "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}",
    +    "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags",
    +    "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}",
    +    "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}",
    +    "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}",
    +    "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}",
    +    "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}",
    +    "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages",
    +    "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers",
    +    "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors",
    +    "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers",
    +    "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription",
    +    "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}",
    +    "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}",
    +    "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}",
    +    "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}",
    +    "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}",
    +    "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}",
    +    "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges",
    +    "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}",
    +    "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads",
    +    "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}",
    +    "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}",
    +    "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}",
    +    "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
    +    "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}",
    +    "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}",
    +    "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments",
    +    "created_at": "2019-05-15T19:37:07Z",
    +    "updated_at": "2019-05-15T19:38:25Z",
    +    "pushed_at": "2019-05-15T19:38:23Z",
    +    "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git",
    +    "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git",
    +    "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git",
    +    "svn_url": "https://octocoders.github.io/Codertocat/Hello-World",
    +    "homepage": null,
    +    "size": 0,
    +    "stargazers_count": 0,
    +    "watchers_count": 0,
    +    "language": "Ruby",
    +    "has_issues": true,
    +    "has_projects": true,
    +    "has_downloads": true,
    +    "has_wiki": true,
    +    "has_pages": true,
    +    "forks_count": 0,
    +    "mirror_url": null,
    +    "archived": false,
    +    "disabled": false,
    +    "open_issues_count": 2,
    +    "license": null,
    +    "forks": 0,
    +    "open_issues": 2,
    +    "watchers": 0,
    +    "default_branch": "master"
    +  },
    +  "enterprise": {
    +    "id": 1,
    +    "slug": "github",
    +    "name": "GitHub",
    +    "node_id": "MDg6QnVzaW5lc3Mx",
    +    "avatar_url": "https://octocoders.github.io/avatars/b/1?",
    +    "description": null,
    +    "website_url": null,
    +    "html_url": "https://octocoders.github.io/businesses/github",
    +    "created_at": "2019-05-14T19:31:12Z",
    +    "updated_at": "2019-05-14T19:31:12Z"
    +  },
    +  "sender": {
    +    "login": "Codertocat",
    +    "id": 4,
    +    "node_id": "MDQ6VXNlcjQ=",
    +    "avatar_url": "https://octocoders.github.io/avatars/u/4?",
    +    "gravatar_id": "",
    +    "url": "https://octocoders.github.io/api/v3/users/Codertocat",
    +    "html_url": "https://octocoders.github.io/Codertocat",
    +    "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
    +    "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
    +    "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
    +    "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
    +    "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
    +    "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
    +    "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
    +    "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
    +    "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
    +    "type": "User",
    +    "site_admin": false
    +  },
    +  "installation": {
    +    "id": 5,
    +    "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uNQ=="
    +  }
    +}
    +
    +
    +

    + + pull_request +

    +

    + Activity related to pull requests. The type of activity is specified in + the action property of the payload object. For more + information, see the "pull requests" REST API. +

    +

    + + Availability +

    + +

    + + Webhook payload object +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    KeyTypeDescription
    actionstring + The action that was performed. Can be one of: +
      +
    • assigned
    • +
    • auto_merge_disabled
    • +
    • auto_merge_enabled
    • +
    • + closed: If the action is closed and + the merged key is false, the pull + request was closed with unmerged commits. If the action is + closed and the merged key is + true, the pull request was merged. +
    • +
    • converted_to_draft
    • +
    • edited
    • +
    • labeled
    • +
    • locked
    • +
    • opened
    • +
    • ready_for_review
    • +
    • reopened
    • +
    • review_request_removed
    • +
    • review_requested
    • +
    • + synchronize: Triggered when a pull request's head + branch is updated. For example, when the head branch is + updated from the base branch, when new commits are pushed to + the head branch, or when the base branch is changed. +
    • +
    • unassigned
    • +
    • unlabeled
    • +
    • unlocked
    • +
    +
    numberintegerThe pull request number.
    changesobject + The changes to the comment if the action was edited. +
    changes[title][from]string + The previous version of the title if the action was + edited. +
    changes[body][from]string + The previous version of the body if the action was + edited. +
    pull_requestobject + The + pull request + itself. +
    repositoryobject + The + repository + where the event occurred. +
    organizationobject + Webhook payloads contain the + organization + object when the webhook is configured for an organization or the + event occurs from activity in a repository owned by an + organization. +
    installationobject + The GitHub App installation. Webhook payloads contain the + installation property when the event is configured + for and sent to a GitHub App. +
    senderobjectThe user that triggered the event.
    +

    + + Webhook payload example +

    +

    + Deliveries for review_requested and + review_request_removed events will have an additional field + called requested_reviewer. +

    +
    +
    {
    +  "action": "opened",
    +  "number": 2,
    +  "pull_request": {
    +    "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2",
    +    "id": 2,
    +    "node_id": "MDExOlB1bGxSZXF1ZXN0Mg==",
    +    "html_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2",
    +    "diff_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2.diff",
    +    "patch_url": "https://octocoders.github.io/Codertocat/Hello-World/pull/2.patch",
    +    "issue_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2",
    +    "number": 2,
    +    "state": "open",
    +    "locked": false,
    +    "title": "Update the README with new information.",
    +    "user": {
    +      "login": "Codertocat",
    +      "id": 4,
    +      "node_id": "MDQ6VXNlcjQ=",
    +      "avatar_url": "https://octocoders.github.io/avatars/u/4?",
    +      "gravatar_id": "",
    +      "url": "https://octocoders.github.io/api/v3/users/Codertocat",
    +      "html_url": "https://octocoders.github.io/Codertocat",
    +      "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
    +      "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
    +      "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
    +      "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
    +      "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
    +      "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
    +      "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
    +      "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
    +      "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
    +      "type": "User",
    +      "site_admin": false
    +    },
    +    "body": "This is a pretty simple change that we need to pull into master.",
    +    "created_at": "2019-05-15T19:38:02Z",
    +    "updated_at": "2019-05-15T19:38:02Z",
    +    "closed_at": null,
    +    "merged_at": null,
    +    "merge_commit_sha": null,
    +    "assignee": null,
    +    "assignees": [],
    +    "requested_reviewers": [],
    +    "requested_teams": [],
    +    "labels": [],
    +    "milestone": null,
    +    "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/commits",
    +    "review_comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/2/comments",
    +    "review_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls/comments{/number}",
    +    "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/2/comments",
    +    "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/14977a7b5485400124827221a04bfb474bcd72d1",
    +    "head": {
    +      "label": "Codertocat:changes",
    +      "ref": "changes",
    +      "sha": "14977a7b5485400124827221a04bfb474bcd72d1",
    +      "user": {
    +        "login": "Codertocat",
    +        "id": 4,
    +        "node_id": "MDQ6VXNlcjQ=",
    +        "avatar_url": "https://octocoders.github.io/avatars/u/4?",
    +        "gravatar_id": "",
    +        "url": "https://octocoders.github.io/api/v3/users/Codertocat",
    +        "html_url": "https://octocoders.github.io/Codertocat",
    +        "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
    +        "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
    +        "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
    +        "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
    +        "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
    +        "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
    +        "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
    +        "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
    +        "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
    +        "type": "User",
    +        "site_admin": false
    +      },
    +      "repo": {
    +        "id": 118,
    +        "node_id": "MDEwOlJlcG9zaXRvcnkxMTg=",
    +        "name": "Hello-World",
    +        "full_name": "Codertocat/Hello-World",
    +        "private": false,
    +        "owner": {
    +          "login": "Codertocat",
    +          "id": 4,
    +          "node_id": "MDQ6VXNlcjQ=",
    +          "avatar_url": "https://octocoders.github.io/avatars/u/4?",
    +          "gravatar_id": "",
    +          "url": "https://octocoders.github.io/api/v3/users/Codertocat",
    +          "html_url": "https://octocoders.github.io/Codertocat",
    +          "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
    +          "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
    +          "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
    +          "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
    +          "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
    +          "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
    +          "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
    +          "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
    +          "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
    +          "type": "User",
    +          "site_admin": false
    +        },
    +        "html_url": "https://octocoders.github.io/Codertocat/Hello-World",
    +        "description": null,
    +        "fork": false,
    +        "url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World",
    +        "forks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/forks",
    +        "keys_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/keys{/key_id}",
    +        "collaborators_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/collaborators{/collaborator}",
    +        "teams_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/teams",
    +        "hooks_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/hooks",
    +        "issue_events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/events{/number}",
    +        "events_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/events",
    +        "assignees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/assignees{/user}",
    +        "branches_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/branches{/branch}",
    +        "tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/tags",
    +        "blobs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/blobs{/sha}",
    +        "git_tags_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/tags{/sha}",
    +        "git_refs_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/refs{/sha}",
    +        "trees_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/trees{/sha}",
    +        "statuses_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/statuses/{sha}",
    +        "languages_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/languages",
    +        "stargazers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/stargazers",
    +        "contributors_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contributors",
    +        "subscribers_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscribers",
    +        "subscription_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/subscription",
    +        "commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/commits{/sha}",
    +        "git_commits_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/git/commits{/sha}",
    +        "comments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/comments{/number}",
    +        "issue_comment_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues/comments{/number}",
    +        "contents_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/contents/{+path}",
    +        "compare_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/compare/{base}...{head}",
    +        "merges_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/merges",
    +        "archive_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/{archive_format}{/ref}",
    +        "downloads_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/downloads",
    +        "issues_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/issues{/number}",
    +        "pulls_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/pulls{/number}",
    +        "milestones_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/milestones{/number}",
    +        "notifications_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/notifications{?since,all,participating}",
    +        "labels_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/labels{/name}",
    +        "releases_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/releases{/id}",
    +        "deployments_url": "https://octocoders.github.io/api/v3/repos/Codertocat/Hello-World/deployments",
    +        "created_at": "2019-05-15T19:37:07Z",
    +        "updated_at": "2019-05-15T19:37:10Z",
    +        "pushed_at": "2019-05-15T19:38:03Z",
    +        "git_url": "git://octocoders.github.io/Codertocat/Hello-World.git",
    +        "ssh_url": "git@octocoders.github.io:Codertocat/Hello-World.git",
    +        "clone_url": "https://octocoders.github.io/Codertocat/Hello-World.git",
    +        "svn_url": "https://octocoders.github.io/Codertocat/Hello-World",
    +        "homepage": null,
    +        "size": 0,
    +        "stargazers_count": 0,
    +        "watchers_count": 0,
    +        "language": null,
    +        "has_issues": true,
    +        "has_projects": true,
    +        "has_downloads": true,
    +        "has_wiki": true,
    +        "has_pages": true,
             "forks_count": 0,
             "mirror_url": null,
             "archived": false,
    @@ -11127,8 +12138,8 @@ 

    >pull request reviews" REST API.

    -

    - +
  • Organization webhooks
  • GitHub Apps with Pull requests permission
  • -

    - + -

    - + >pull request review comments" REST API.

    -

    - +
  • Organization webhooks
  • GitHub Apps with Pull requests permission
  • -

    - + -

    - + resolved or unresolved. The type of activity is specified in the action property of the payload object.

    -

    - +
  • Organization webhooks
  • GitHub Apps with Pull requests permission
  • -

    - + -

    - + when you push more than three tags at once.

    -

    - +
  • Organization webhooks
  • GitHub Apps with Contents permission
  • -

    - + -

    - + >releases" REST API.

    -

    - +
  • Organization webhooks
  • GitHub Apps with Contents permission
  • -

    - + -

    - + >Create a repository dispatch event" endpoint.

    -

    - +
    • GitHub Apps with Contents permission
    -

    - + >repositories" REST API.

    -

    - + event types except deleted -

    - + -

    - + >starring" REST API.

    -

    - +
  • Repository webhooks
  • Organization webhooks
  • -

    - + -

    - + >statuses" REST API.

    -

    - +
  • Organization webhooks
  • GitHub Apps with Commit statuses permission
  • -

    - + -

    - + >teams" REST API.

    -

    - +
  • Organization webhooks
  • GitHub Apps with Members permission
  • -

    - + -

    - + >repository is added to a team.

    -

    - +
  • Organization webhooks
  • GitHub Apps with Members permission
  • -

    - + -

    - + >user

    When a user is created or deleted.

    -

    - + >." -

    - + repository that was starred.

    -

    - +
  • Organization webhooks
  • GitHub Apps with Metadata permission
  • -

    - + -

    - + been completed on a repository. The type of activity is specified in the action property of the payload object.

    -

    - +
  • Organization webhooks
  • Enterprise webhooks
  • -

    - + -

    - +