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 @@
- 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.
action
string
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
created
, edited
, moved
,
+ converted
, or deleted
.
number
integer
changes
object
edited
.
+ The changes to the project card if the action was
+ edited
or converted
.
changes[title][from]
changes[note][from]
string
edited
.
+ The previous version of the note if the action was
+ edited
or converted
.
changes[body][from]
string
after_id
integer
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
- 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
+ }
+}
+
+
+ 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.
+
Key | +Type | +Description | +
---|---|---|
action |
+ string |
+
+ The action that was performed on the project column. Can be one of
+ created , edited , moved or
+ deleted .
+ |
+
changes |
+ object |
+
+ 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_id |
+ integer |
+
+ 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_column |
+ object |
+ + The + project column + itself. + | +
repository |
+ object |
+
+ The
+ repository
+ where the event occurred.
+ |
+
organization |
+ object |
+
+ 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.
+ |
+
installation |
+ object |
+
+ The GitHub App installation. Webhook payloads contain the
+ installation property when the event is configured
+ for and sent to a GitHub App.
+ |
+
sender |
+ object |
+ The user that triggered the event. | +
{
+ "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=="
+ }
+}
+
+ + When a private repository is made public. Without a doubt: the best + GitHub AE event. +
+Key | +Type | +Description | +
---|---|---|
repository |
+ object |
+
+ The
+ repository
+ where the event occurred.
+ |
+
organization |
+ object |
+
+ 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.
+ |
+
installation |
+ object |
+
+ The GitHub App installation. Webhook payloads contain the
+ installation property when the event is configured
+ for and sent to a GitHub App.
+ |
+
sender |
+ object |
+ The user that triggered the event. | +
{
+ "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=="
+ }
+}
+
+
+ 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.
+
Key | +Type | +Description | +
---|---|---|
action |
+ string |
+
+ The action that was performed. Can be one of:
+
|
+
number |
+ integer |
+ The pull request number. | +
changes |
+ object |
+
+ 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_request |
+ object |
+ + The + pull request + itself. + | +
repository |
+ object |
+
+ The
+ repository
+ where the event occurred.
+ |
+
organization |
+ object |
+
+ 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.
+ |
+
installation |
+ object |
+
+ The GitHub App installation. Webhook payloads contain the
+ installation property when the event is configured
+ for and sent to a GitHub App.
+ |
+
sender |
+ object |
+ The user that triggered the event. | +
+ 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.
-
-
+
action
property of the payload object.
- deleted
- When a user is created
or deleted
.
action
property of the payload object.
-