1
0
mirror of synced 2026-01-18 15:02:54 -05:00

Merge branch 'main' into dihydroJen-1

This commit is contained in:
Jenni Christensen
2022-03-15 18:09:00 -07:00
committed by GitHub
13 changed files with 1693 additions and 646 deletions

View File

@@ -246,6 +246,11 @@
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs"
},
{
"slug": "re-run-a-job-from-a-workflow-run",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun"
},
{
"slug": "get-github-actions-permissions-for-a-repository",
"verb": "get",
@@ -406,6 +411,11 @@
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"
},
{
"slug": "re-run-failed-jobs-from-a-workflow-run",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs"
},
{
"slug": "list-repository-secrets",
"verb": "get",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -111781,15 +111781,19 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the reaction type has already been added to this team discussion comment",
"content": {
"application/json": {
"schema": {
@@ -112624,8 +112628,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -135754,6 +135762,96 @@
}
}
},
"/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": {
"post": {
"summary": "Re-run a job from a workflow run",
"description": "Re-run a job and its dependent jobs in a workflow run. You must authenticate using an access token with the `repo` scope to use this endpoint. GitHub Apps must have the `actions:write` permission to use this endpoint.",
"tags": [
"actions"
],
"operationId": "actions/re-run-job-for-workflow-run",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/reference/actions#re-run-job-for-workflow-run"
},
"parameters": [
{
"name": "owner",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "repo",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "job_id",
"description": "job_id parameter",
"in": "path",
"required": true,
"schema": {
"type": "integer"
}
}
],
"responses": {
"201": {
"description": "Response",
"content": {
"application/json": {
"schema": {
"title": "Empty Object",
"description": "An object without any properties.",
"type": "object",
"properties": {
},
"additionalProperties": false
}
}
}
},
"403": {
"description": "Forbidden",
"content": {
"application/json": {
"schema": {
"title": "Basic Error",
"description": "Basic Error",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"documentation_url": {
"type": "string"
},
"url": {
"type": "string"
},
"status": {
"type": "string"
}
}
}
}
}
}
},
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "actions",
"subcategory": "workflow-runs"
}
}
},
"/repos/{owner}/{repo}/actions/permissions": {
"get": {
"summary": "Get GitHub Actions permissions for a repository",
@@ -155747,6 +155845,70 @@
"deprecated": true
}
},
"/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": {
"post": {
"summary": "Re-run failed jobs from a workflow run",
"description": "Re-run all of the failed jobs and their dependent jobs in a workflow run using the `id` of the workflow run. You must authenticate using an access token with the `repo` scope to use this endpoint.",
"tags": [
"actions"
],
"operationId": "actions/re-run-workflow-failed-jobs",
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/rest/reference/actions#re-run-workflow-failed-jobs"
},
"parameters": [
{
"name": "owner",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "repo",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "run_id",
"description": "The id of the workflow run.",
"in": "path",
"required": true,
"schema": {
"type": "integer"
}
}
],
"responses": {
"201": {
"description": "Response",
"content": {
"application/json": {
"schema": {
"title": "Empty Object",
"description": "An object without any properties.",
"type": "object",
"properties": {
},
"additionalProperties": false
}
}
}
}
},
"x-github": {
"githubCloudOnly": false,
"enabledForGitHubApps": true,
"category": "actions",
"subcategory": "workflow-runs"
}
}
},
"/repos/{owner}/{repo}/actions/runs/{run_id}/timing": {
"get": {
"summary": "Get workflow run usage",
@@ -179314,7 +179476,7 @@
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
@@ -179400,6 +179562,99 @@
}
]
}
},
"example-of-in-progress-conclusion": {
"summary": "Response for completed conclusion",
"value": {
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
"status": "in_progress",
"conclusion": null,
"started_at": "2018-05-04T01:14:52Z",
"completed_at": null,
"output": {
"title": "Mighty Readme report",
"summary": "There are 0 failures, 2 warnings, and 1 notice.",
"text": "You may have some misspelled words on lines 2 and 4. You also may want to add a section in your README about how to install your app.",
"annotations_count": 2,
"annotations_url": "https://api.github.com/repos/github/hello-world/check-runs/4/annotations"
},
"name": "mighty_readme",
"check_suite": {
"id": 5
},
"app": {
"id": 1,
"slug": "octoapp",
"node_id": "MDExOkludGVncmF0aW9uMQ==",
"owner": {
"login": "github",
"id": 1,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
"url": "https://api.github.com/orgs/github",
"repos_url": "https://api.github.com/orgs/github/repos",
"events_url": "https://api.github.com/orgs/github/events",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": true
},
"name": "Octocat App",
"description": "",
"external_url": "https://example.com",
"html_url": "https://github.com/apps/octoapp",
"created_at": "2017-07-08T16:18:44-04:00",
"updated_at": "2017-07-08T16:18:44-04:00",
"permissions": {
"metadata": "read",
"contents": "read",
"issues": "write",
"single_file": "write"
},
"events": [
"push",
"pull_request"
]
},
"pull_requests": [
{
"url": "https://api.github.com/repos/github/hello-world/pulls/1",
"id": 1934,
"number": 3956,
"head": {
"ref": "say-hello",
"sha": "3dca65fa3e8d4b3da3f3d056c59aee1c50f41390",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
},
"base": {
"ref": "master",
"sha": "e7fdf7640066d71ad16a86fbcbb9c6a10a18af4f",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
}
}
]
}
}
}
}
@@ -181944,15 +182199,19 @@
"head_sha"
]
},
"example": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
"examples": {
"default": {
"value": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
}
}
}
}
}
},
"responses": {
"200": {
"description": "when the suite already existed",
"description": "Response when the suite already exists",
"content": {
"application/json": {
"schema": {
@@ -198803,9 +199062,13 @@
}
}
},
"example": {
"repository_id": 1,
"ref": "main"
"examples": {
"default": {
"value": {
"repository_id": 1,
"ref": "main"
}
}
}
}
}
@@ -208316,7 +208579,11 @@
]
},
"example": {
"content": "heart"
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -249356,7 +249623,7 @@
},
"patch": {
"summary": "Update an import",
"description": "An import can be updated with credentials or a project choice by passing in the appropriate parameters in this API\nrequest. If no parameters are provided, the import will be restarted.",
"description": "An import can be updated with credentials or a project choice by passing in the appropriate parameters in this API\nrequest. If no parameters are provided, the import will be restarted.\n\nSome servers (e.g. TFS servers) can have several projects at a single URL. In those cases the import progress will\nhave the status `detection_found_multiple` and the Import Progress response will include a `project_choices` array.\nYou can select the project to import by providing one of the objects in the `project_choices` array in the update request.",
"tags": [
"migrations"
],
@@ -249400,10 +249667,18 @@
},
"vcs": {
"type": "string",
"description": "The type of version control system you are migrating from.",
"enum": [
"subversion",
"tfvc",
"git",
"mercurial"
],
"example": "\"git\""
},
"tfvc_project": {
"type": "string",
"description": "For a tfvc import, the name of the project that is being imported.",
"example": "\"project1\""
}
},
@@ -249411,11 +249686,22 @@
},
"examples": {
"example-1": {
"summary": "Example 1",
"summary": "Update authentication for an import",
"value": {
"vcs_username": "octocat",
"vcs_password": "secret"
}
},
"example-2": {
"summary": "Updating the project choice",
"value": {
"vcs": "tfvc",
"tfvc_project": "project1",
"human_name": "project1 (tfs)"
}
},
"example-3": {
"summary": "Restarting an import"
}
}
}
@@ -249590,7 +249876,7 @@
"repository_url": "https://api.github.com/repos/octocat/socm"
}
},
"response": {
"example-3": {
"summary": "Response",
"value": {
"vcs": "subversion",
@@ -263950,8 +264236,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -293714,8 +294004,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -325926,8 +326220,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -333255,9 +333553,13 @@
}
}
},
"example": {
"repository_id": 1,
"ref": "main"
"examples": {
"default": {
"value": {
"repository_id": 1,
"ref": "main"
}
}
}
}
}
@@ -338656,16 +338958,6 @@
]
},
"examples": {
"example-for-a-single-line-comment": {
"summary": "Example for a single-line comment",
"value": {
"body": "Let's add this deleted line back.",
"commit_id": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
"path": "file1.txt",
"line": 5,
"side": "LEFT"
}
},
"example-for-a-multi-line-comment": {
"summary": "Example for a multi-line comment",
"value": {
@@ -360049,8 +360341,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -386001,17 +386297,21 @@
"name"
]
},
"example": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
"examples": {
"default": {
"value": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the updated information already exists",
"content": {
"application/json": {
"schema": {
@@ -403341,10 +403641,14 @@
}
]
},
"example": {
"repository_id": 1,
"ref": "main",
"location": "WestUs2"
"examples": {
"default": {
"value": {
"repository_id": 1,
"ref": "main",
"location": "WestUs2"
}
}
}
}
}

View File

@@ -55227,11 +55227,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -55315,8 +55310,7 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
"members_can_create_pages": true,
"members_can_fork_private_repositories": false
"members_can_create_pages": true
}
}
}
@@ -55468,11 +55462,6 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
"default": false
},
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -55721,11 +55710,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -55808,7 +55792,6 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
"members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
}
@@ -82454,11 +82437,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -83088,11 +83066,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -83699,11 +83672,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -87514,15 +87482,19 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the reaction type has already been added to this team discussion comment",
"content": {
"application/json": {
"schema": {
@@ -88372,8 +88344,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -143275,7 +143251,7 @@
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
@@ -143361,6 +143337,99 @@
}
]
}
},
"example-of-in-progress-conclusion": {
"summary": "Response for completed conclusion",
"value": {
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
"status": "in_progress",
"conclusion": null,
"started_at": "2018-05-04T01:14:52Z",
"completed_at": null,
"output": {
"title": "Mighty Readme report",
"summary": "There are 0 failures, 2 warnings, and 1 notice.",
"text": "You may have some misspelled words on lines 2 and 4. You also may want to add a section in your README about how to install your app.",
"annotations_count": 2,
"annotations_url": "https://api.github.com/repos/github/hello-world/check-runs/4/annotations"
},
"name": "mighty_readme",
"check_suite": {
"id": 5
},
"app": {
"id": 1,
"slug": "octoapp",
"node_id": "MDExOkludGVncmF0aW9uMQ==",
"owner": {
"login": "github",
"id": 1,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
"url": "https://api.github.com/orgs/github",
"repos_url": "https://api.github.com/orgs/github/repos",
"events_url": "https://api.github.com/orgs/github/events",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": true
},
"name": "Octocat App",
"description": "",
"external_url": "https://example.com",
"html_url": "https://github.com/apps/octoapp",
"created_at": "2017-07-08T16:18:44-04:00",
"updated_at": "2017-07-08T16:18:44-04:00",
"permissions": {
"metadata": "read",
"contents": "read",
"issues": "write",
"single_file": "write"
},
"events": [
"push",
"pull_request"
]
},
"pull_requests": [
{
"url": "https://api.github.com/repos/github/hello-world/pulls/1",
"id": 1934,
"number": 3956,
"head": {
"ref": "say-hello",
"sha": "3dca65fa3e8d4b3da3f3d056c59aee1c50f41390",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
},
"base": {
"ref": "master",
"sha": "e7fdf7640066d71ad16a86fbcbb9c6a10a18af4f",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
}
}
]
}
}
}
}
@@ -145765,15 +145834,19 @@
"head_sha"
]
},
"example": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
"examples": {
"default": {
"value": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
}
}
}
}
}
},
"responses": {
"200": {
"description": "when the suite already existed",
"description": "Response when the suite already exists",
"content": {
"application/json": {
"schema": {
@@ -164094,7 +164167,11 @@
]
},
"example": {
"content": "heart"
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -214471,8 +214548,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -244225,8 +244306,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -276304,8 +276389,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -284255,16 +284344,6 @@
]
},
"examples": {
"example-for-a-single-line-comment": {
"summary": "Example for a single-line comment",
"value": {
"body": "Let's add this deleted line back.",
"commit_id": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
"path": "file1.txt",
"line": 5,
"side": "LEFT"
}
},
"example-for-a-multi-line-comment": {
"summary": "Example for a multi-line comment",
"value": {
@@ -324542,11 +324621,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -324756,17 +324830,21 @@
"name"
]
},
"example": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
"examples": {
"default": {
"value": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the updated information already exists",
"content": {
"application/json": {
"schema": {
@@ -325150,11 +325228,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -325648,11 +325721,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -359654,11 +359722,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"

View File

@@ -56210,11 +56210,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -56298,8 +56293,7 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
"members_can_create_pages": true,
"members_can_fork_private_repositories": false
"members_can_create_pages": true
}
}
}
@@ -56451,11 +56445,6 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
"default": false
},
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -56704,11 +56693,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -56791,7 +56775,6 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
"members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
}
@@ -84409,11 +84392,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -85043,11 +85021,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -85654,11 +85627,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -89469,15 +89437,19 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the reaction type has already been added to this team discussion comment",
"content": {
"application/json": {
"schema": {
@@ -90327,8 +90299,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -146930,7 +146906,7 @@
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
@@ -147016,6 +146992,99 @@
}
]
}
},
"example-of-in-progress-conclusion": {
"summary": "Response for completed conclusion",
"value": {
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
"status": "in_progress",
"conclusion": null,
"started_at": "2018-05-04T01:14:52Z",
"completed_at": null,
"output": {
"title": "Mighty Readme report",
"summary": "There are 0 failures, 2 warnings, and 1 notice.",
"text": "You may have some misspelled words on lines 2 and 4. You also may want to add a section in your README about how to install your app.",
"annotations_count": 2,
"annotations_url": "https://api.github.com/repos/github/hello-world/check-runs/4/annotations"
},
"name": "mighty_readme",
"check_suite": {
"id": 5
},
"app": {
"id": 1,
"slug": "octoapp",
"node_id": "MDExOkludGVncmF0aW9uMQ==",
"owner": {
"login": "github",
"id": 1,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
"url": "https://api.github.com/orgs/github",
"repos_url": "https://api.github.com/orgs/github/repos",
"events_url": "https://api.github.com/orgs/github/events",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": true
},
"name": "Octocat App",
"description": "",
"external_url": "https://example.com",
"html_url": "https://github.com/apps/octoapp",
"created_at": "2017-07-08T16:18:44-04:00",
"updated_at": "2017-07-08T16:18:44-04:00",
"permissions": {
"metadata": "read",
"contents": "read",
"issues": "write",
"single_file": "write"
},
"events": [
"push",
"pull_request"
]
},
"pull_requests": [
{
"url": "https://api.github.com/repos/github/hello-world/pulls/1",
"id": 1934,
"number": 3956,
"head": {
"ref": "say-hello",
"sha": "3dca65fa3e8d4b3da3f3d056c59aee1c50f41390",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
},
"base": {
"ref": "master",
"sha": "e7fdf7640066d71ad16a86fbcbb9c6a10a18af4f",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
}
}
]
}
}
}
}
@@ -149420,15 +149489,19 @@
"head_sha"
]
},
"example": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
"examples": {
"default": {
"value": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
}
}
}
}
}
},
"responses": {
"200": {
"description": "when the suite already existed",
"description": "Response when the suite already exists",
"content": {
"application/json": {
"schema": {
@@ -167828,7 +167901,11 @@
]
},
"example": {
"content": "heart"
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -221198,8 +221275,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -251006,8 +251087,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -283123,8 +283208,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -291074,16 +291163,6 @@
]
},
"examples": {
"example-for-a-single-line-comment": {
"summary": "Example for a single-line comment",
"value": {
"body": "Let's add this deleted line back.",
"commit_id": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
"path": "file1.txt",
"line": 5,
"side": "LEFT"
}
},
"example-for-a-multi-line-comment": {
"summary": "Example for a multi-line comment",
"value": {
@@ -312249,8 +312328,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -332908,11 +332991,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -333122,17 +333200,21 @@
"name"
]
},
"example": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
"examples": {
"default": {
"value": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the updated information already exists",
"content": {
"application/json": {
"schema": {
@@ -333516,11 +333598,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -334014,11 +334091,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -368125,11 +368197,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"

View File

@@ -56445,11 +56445,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -56533,8 +56528,7 @@
"members_can_create_public_repositories": false,
"members_can_create_private_repositories": false,
"members_can_create_internal_repositories": false,
"members_can_create_pages": true,
"members_can_fork_private_repositories": false
"members_can_create_pages": true
}
}
}
@@ -56681,11 +56675,6 @@
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"default": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"description": "Toggles whether organization members can fork private organization repositories. Can be one of: \n\\* `true` - all organization members can fork private repositories within the organization. \n\\* `false` - no organization members can fork private repositories within the organization.",
"default": false
},
"blog": {
"type": "string",
"example": "\"http://github.blog\""
@@ -56934,11 +56923,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -57021,7 +57005,6 @@
"members_can_create_pages": true,
"members_can_create_public_pages": true,
"members_can_create_private_pages": true,
"members_can_fork_private_repositories": false,
"updated_at": "2014-03-03T18:58:10Z"
}
}
@@ -87478,11 +87461,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -88112,11 +88090,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -88723,11 +88696,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -92485,15 +92453,19 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the reaction type has already been added to this team discussion comment",
"content": {
"application/json": {
"schema": {
@@ -93328,8 +93300,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -149798,7 +149774,7 @@
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
@@ -149884,6 +149860,99 @@
}
]
}
},
"example-of-in-progress-conclusion": {
"summary": "Response for completed conclusion",
"value": {
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
"status": "in_progress",
"conclusion": null,
"started_at": "2018-05-04T01:14:52Z",
"completed_at": null,
"output": {
"title": "Mighty Readme report",
"summary": "There are 0 failures, 2 warnings, and 1 notice.",
"text": "You may have some misspelled words on lines 2 and 4. You also may want to add a section in your README about how to install your app.",
"annotations_count": 2,
"annotations_url": "https://api.github.com/repos/github/hello-world/check-runs/4/annotations"
},
"name": "mighty_readme",
"check_suite": {
"id": 5
},
"app": {
"id": 1,
"slug": "octoapp",
"node_id": "MDExOkludGVncmF0aW9uMQ==",
"owner": {
"login": "github",
"id": 1,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
"url": "https://api.github.com/orgs/github",
"repos_url": "https://api.github.com/orgs/github/repos",
"events_url": "https://api.github.com/orgs/github/events",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": true
},
"name": "Octocat App",
"description": "",
"external_url": "https://example.com",
"html_url": "https://github.com/apps/octoapp",
"created_at": "2017-07-08T16:18:44-04:00",
"updated_at": "2017-07-08T16:18:44-04:00",
"permissions": {
"metadata": "read",
"contents": "read",
"issues": "write",
"single_file": "write"
},
"events": [
"push",
"pull_request"
]
},
"pull_requests": [
{
"url": "https://api.github.com/repos/github/hello-world/pulls/1",
"id": 1934,
"number": 3956,
"head": {
"ref": "say-hello",
"sha": "3dca65fa3e8d4b3da3f3d056c59aee1c50f41390",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
},
"base": {
"ref": "master",
"sha": "e7fdf7640066d71ad16a86fbcbb9c6a10a18af4f",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
}
}
]
}
}
}
}
@@ -152434,15 +152503,19 @@
"head_sha"
]
},
"example": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
"examples": {
"default": {
"value": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
}
}
}
}
}
},
"responses": {
"200": {
"description": "when the suite already existed",
"description": "Response when the suite already exists",
"content": {
"application/json": {
"schema": {
@@ -170815,7 +170888,11 @@
]
},
"example": {
"content": "heart"
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -224075,8 +224152,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -253839,8 +253920,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -286058,8 +286143,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -293989,16 +294078,6 @@
]
},
"examples": {
"example-for-a-single-line-comment": {
"summary": "Example for a single-line comment",
"value": {
"body": "Let's add this deleted line back.",
"commit_id": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
"path": "file1.txt",
"line": 5,
"side": "LEFT"
}
},
"example-for-a-multi-line-comment": {
"summary": "Example for a multi-line comment",
"value": {
@@ -315292,8 +315371,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -336087,11 +336170,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -336301,17 +336379,21 @@
"name"
]
},
"example": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
"examples": {
"default": {
"value": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the updated information already exists",
"content": {
"application/json": {
"schema": {
@@ -336695,11 +336777,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -337193,11 +337270,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"
@@ -371201,11 +371273,6 @@
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"updated_at": {
"type": "string",
"format": "date-time"

View File

@@ -102709,15 +102709,19 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the reaction type has already been added to this team discussion comment",
"content": {
"application/json": {
"schema": {
@@ -103552,8 +103556,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -163206,7 +163214,7 @@
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
@@ -163292,6 +163300,99 @@
}
]
}
},
"example-of-in-progress-conclusion": {
"summary": "Response for completed conclusion",
"value": {
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
"status": "in_progress",
"conclusion": null,
"started_at": "2018-05-04T01:14:52Z",
"completed_at": null,
"output": {
"title": "Mighty Readme report",
"summary": "There are 0 failures, 2 warnings, and 1 notice.",
"text": "You may have some misspelled words on lines 2 and 4. You also may want to add a section in your README about how to install your app.",
"annotations_count": 2,
"annotations_url": "https://api.github.com/repos/github/hello-world/check-runs/4/annotations"
},
"name": "mighty_readme",
"check_suite": {
"id": 5
},
"app": {
"id": 1,
"slug": "octoapp",
"node_id": "MDExOkludGVncmF0aW9uMQ==",
"owner": {
"login": "github",
"id": 1,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
"url": "https://api.github.com/orgs/github",
"repos_url": "https://api.github.com/orgs/github/repos",
"events_url": "https://api.github.com/orgs/github/events",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": true
},
"name": "Octocat App",
"description": "",
"external_url": "https://example.com",
"html_url": "https://github.com/apps/octoapp",
"created_at": "2017-07-08T16:18:44-04:00",
"updated_at": "2017-07-08T16:18:44-04:00",
"permissions": {
"metadata": "read",
"contents": "read",
"issues": "write",
"single_file": "write"
},
"events": [
"push",
"pull_request"
]
},
"pull_requests": [
{
"url": "https://api.github.com/repos/github/hello-world/pulls/1",
"id": 1934,
"number": 3956,
"head": {
"ref": "say-hello",
"sha": "3dca65fa3e8d4b3da3f3d056c59aee1c50f41390",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
},
"base": {
"ref": "master",
"sha": "e7fdf7640066d71ad16a86fbcbb9c6a10a18af4f",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
}
}
]
}
}
}
}
@@ -165836,15 +165937,19 @@
"head_sha"
]
},
"example": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
"examples": {
"default": {
"value": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
}
}
}
}
}
},
"responses": {
"200": {
"description": "when the suite already existed",
"description": "Response when the suite already exists",
"content": {
"application/json": {
"schema": {
@@ -184323,7 +184428,11 @@
]
},
"example": {
"content": "heart"
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -237704,8 +237813,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -267468,8 +267581,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -299687,8 +299804,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -307618,16 +307739,6 @@
]
},
"examples": {
"example-for-a-single-line-comment": {
"summary": "Example for a single-line comment",
"value": {
"body": "Let's add this deleted line back.",
"commit_id": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
"path": "file1.txt",
"line": 5,
"side": "LEFT"
}
},
"example-for-a-multi-line-comment": {
"summary": "Example for a multi-line comment",
"value": {
@@ -328921,8 +329032,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -350127,17 +350242,21 @@
"name"
]
},
"example": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
"examples": {
"default": {
"value": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the updated information already exists",
"content": {
"application/json": {
"schema": {

View File

@@ -70505,15 +70505,19 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the reaction type has already been added to this team discussion comment",
"content": {
"application/json": {
"schema": {
@@ -71363,8 +71367,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -132858,7 +132866,7 @@
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
@@ -132944,6 +132952,99 @@
}
]
}
},
"example-of-in-progress-conclusion": {
"summary": "Response for completed conclusion",
"value": {
"id": 4,
"head_sha": "ce587453ced02b1526dfb4cb910479d431683101",
"node_id": "MDg6Q2hlY2tSdW40",
"external_id": "42",
"url": "https://api.github.com/repos/github/hello-world/check-runs/4",
"html_url": "https://github.com/github/hello-world/runs/4",
"details_url": "https://example.com",
"status": "in_progress",
"conclusion": null,
"started_at": "2018-05-04T01:14:52Z",
"completed_at": null,
"output": {
"title": "Mighty Readme report",
"summary": "There are 0 failures, 2 warnings, and 1 notice.",
"text": "You may have some misspelled words on lines 2 and 4. You also may want to add a section in your README about how to install your app.",
"annotations_count": 2,
"annotations_url": "https://api.github.com/repos/github/hello-world/check-runs/4/annotations"
},
"name": "mighty_readme",
"check_suite": {
"id": 5
},
"app": {
"id": 1,
"slug": "octoapp",
"node_id": "MDExOkludGVncmF0aW9uMQ==",
"owner": {
"login": "github",
"id": 1,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
"url": "https://api.github.com/orgs/github",
"repos_url": "https://api.github.com/orgs/github/repos",
"events_url": "https://api.github.com/orgs/github/events",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"site_admin": true
},
"name": "Octocat App",
"description": "",
"external_url": "https://example.com",
"html_url": "https://github.com/apps/octoapp",
"created_at": "2017-07-08T16:18:44-04:00",
"updated_at": "2017-07-08T16:18:44-04:00",
"permissions": {
"metadata": "read",
"contents": "read",
"issues": "write",
"single_file": "write"
},
"events": [
"push",
"pull_request"
]
},
"pull_requests": [
{
"url": "https://api.github.com/repos/github/hello-world/pulls/1",
"id": 1934,
"number": 3956,
"head": {
"ref": "say-hello",
"sha": "3dca65fa3e8d4b3da3f3d056c59aee1c50f41390",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
},
"base": {
"ref": "master",
"sha": "e7fdf7640066d71ad16a86fbcbb9c6a10a18af4f",
"repo": {
"id": 526,
"url": "https://api.github.com/repos/github/hello-world",
"name": "hello-world"
}
}
}
]
}
}
}
}
@@ -135488,15 +135589,19 @@
"head_sha"
]
},
"example": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
"examples": {
"default": {
"value": {
"head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
}
}
}
}
}
},
"responses": {
"200": {
"description": "when the suite already existed",
"description": "Response when the suite already exists",
"content": {
"application/json": {
"schema": {
@@ -154033,7 +154138,11 @@
]
},
"example": {
"content": "heart"
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -205092,8 +205201,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -234871,8 +234984,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -266724,8 +266841,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -274665,16 +274786,6 @@
]
},
"examples": {
"example-for-a-single-line-comment": {
"summary": "Example for a single-line comment",
"value": {
"body": "Let's add this deleted line back.",
"commit_id": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
"path": "file1.txt",
"line": 5,
"side": "LEFT"
}
},
"example-for-a-multi-line-comment": {
"summary": "Example for a multi-line comment",
"value": {
@@ -295859,8 +295970,12 @@
"content"
]
},
"example": {
"content": "heart"
"examples": {
"default": {
"value": {
"content": "heart"
}
}
}
}
}
@@ -314028,17 +314143,21 @@
"name"
]
},
"example": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
"examples": {
"default": {
"value": {
"name": "new team name",
"description": "new team description",
"privacy": "closed"
}
}
}
}
}
},
"responses": {
"200": {
"description": "Response",
"description": "Response when the updated information already exists",
"content": {
"application/json": {
"schema": {