diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 779554a1f..736bf9d28 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -5989,7 +5989,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } }, "repository_selection": { @@ -9772,6 +9776,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -68580,7 +68592,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } } } diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 415a2f66d..382588a05 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -4200,7 +4200,8 @@ paths: repositories: type: array items: - "$ref": "#/components/schemas/repository" + allOf: + - "$ref": "#/components/schemas/repository" repository_selection: type: string examples: @@ -6989,6 +6990,15 @@ paths: public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits` type: boolean + size: + description: The machine size of the runner. To list available sizes, + use `GET actions/hosted-runners/machine-sizes` + type: string + image_id: + description: The unique identifier of the runner image. To list + all available images, use `GET /actions/hosted-runners/images/github-owned` + or `GET /actions/hosted-runners/images/partner`. + type: string image_version: description: The version of the runner image to deploy. This is relevant only for runners using custom images. @@ -49732,7 +49742,8 @@ paths: repositories: type: array items: - "$ref": "#/components/schemas/repository" + allOf: + - "$ref": "#/components/schemas/repository" examples: default: "$ref": "#/components/examples/repository-paginated" diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 779554a1f..736bf9d28 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -5989,7 +5989,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } }, "repository_selection": { @@ -9772,6 +9776,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -68580,7 +68592,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } } } diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 415a2f66d..382588a05 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -4200,7 +4200,8 @@ paths: repositories: type: array items: - "$ref": "#/components/schemas/repository" + allOf: + - "$ref": "#/components/schemas/repository" repository_selection: type: string examples: @@ -6989,6 +6990,15 @@ paths: public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits` type: boolean + size: + description: The machine size of the runner. To list available sizes, + use `GET actions/hosted-runners/machine-sizes` + type: string + image_id: + description: The unique identifier of the runner image. To list + all available images, use `GET /actions/hosted-runners/images/github-owned` + or `GET /actions/hosted-runners/images/partner`. + type: string image_version: description: The version of the runner image to deploy. This is relevant only for runners using custom images. @@ -49732,7 +49742,8 @@ paths: repositories: type: array items: - "$ref": "#/components/schemas/repository" + allOf: + - "$ref": "#/components/schemas/repository" examples: default: "$ref": "#/components/examples/repository-paginated" diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 2d71ee308..689b6ae2a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -52822,952 +52822,956 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "type": "integer", - "format": "int64", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "examples": [ - "Team Environment" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "license": { - "anyOf": [ - { - "type": "null" + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, - { - "title": "License Simple", - "description": "License Simple", + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { "type": "object", "properties": { - "key": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { "type": "string", "examples": [ - "mit" + "octocat" ] }, - "name": { + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { "type": "string", "examples": [ - "MIT License" + "MDQ6VXNlcjE=" ] }, - "url": { - "type": [ - "string", - "null" - ], + "avatar_url": { + "type": "string", "format": "uri", "examples": [ - "https://api.github.com/licenses/mit" + "https://github.com/images/error/octocat_happy.gif" ] }, - "spdx_id": { + "gravatar_id": { "type": [ "string", "null" ], "examples": [ - "MIT" + "41d064eb2195891e12d0413f63227ea7" ] }, - "node_id": { + "url": { "type": "string", + "format": "uri", "examples": [ - "MDc6TGljZW5zZW1pdA==" + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" }, - "triage": { + "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "push": { - "type": "boolean" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { + "description": { "type": [ "string", "null" + ], + "examples": [ + "This your first repo!" ] }, - "email": { - "type": [ - "string", - "null" + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" ] }, - "login": { + "archive_url": { "type": "string", "examples": [ - "octocat" + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" ] }, - "id": { - "type": "integer", - "format": "int64", + "assignees_url": { + "type": "string", "examples": [ - 1 + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" ] }, - "node_id": { + "blobs_url": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" ] }, - "avatar_url": { + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/images/error/octocat_happy.gif" + "http://api.github.com/repos/octocat/Hello-World/contributors" ] }, - "gravatar_id": { - "type": [ - "string", - "null" - ], + "deployments_url": { + "type": "string", + "format": "uri", "examples": [ - "41d064eb2195891e12d0413f63227ea7" + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, - "url": { + "downloads_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat" + "http://api.github.com/repos/octocat/Hello-World/downloads" ] }, - "html_url": { + "events_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/octocat" + "http://api.github.com/repos/octocat/Hello-World/events" ] }, - "followers_url": { + "forks_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/followers" + "http://api.github.com/repos/octocat/Hello-World/forks" ] }, - "following_url": { + "git_commits_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" ] }, - "gists_url": { + "git_refs_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" ] }, - "starred_url": { + "git_tags_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" ] }, - "subscriptions_url": { + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" + "http://api.github.com/repos/octocat/Hello-World/languages" ] }, - "organizations_url": { + "merges_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/orgs" + "http://api.github.com/repos/octocat/Hello-World/merges" ] }, - "repos_url": { + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/repos" + "http://api.github.com/repos/octocat/Hello-World/stargazers" ] }, - "events_url": { + "statuses_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" ] }, - "received_events_url": { + "subscribers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" + "http://api.github.com/repos/octocat/Hello-World/subscribers" ] }, - "type": { + "subscription_url": { "type": "string", + "format": "uri", "examples": [ - "User" + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "site_admin": { + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, + "type": "boolean" + }, + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." + }, + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", "examples": [ - "\"2020-07-09T00:17:55Z\"" + true ] }, - "user_view_type": { + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { "type": "string", "examples": [ - "public" + "\"2020-07-09T00:17:42Z\"" ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + }, + "code_search_index_status": { + "type": "object", + "description": "The status of the code search index for this repository", + "properties": { + "lexical_search_ok": { + "type": "boolean" + }, + "lexical_commit_sha": { + "type": "string" + } + } } }, "required": [ - "avatar_url", + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", "html_url", "id", "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string", - "examples": [ - "git:github.com/octocat/Hello-World.git" - ] - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string", - "examples": [ - "git@github.com:octocat/Hello-World.git" - ] - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string", - "examples": [ - "https://github.com/octocat/Hello-World.git" - ] - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "git:git.example.com/octocat/Hello-World" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://svn.github.com/octocat/Hello-World" - ] - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://github.com" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer", - "examples": [ - 9 - ] - }, - "stargazers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "watchers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "size": { - "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer", - "examples": [ - 108 - ] - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "examples": [ - "master" - ] - }, - "open_issues_count": { - "type": "integer", - "examples": [ - 0 - ] - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "deprecated": true, - "examples": [ - true - ] - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "allow_update_branch": { - "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "use_squash_pr_title_as_default": { - "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", - "default": false, - "deprecated": true - }, - "squash_merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "COMMIT_OR_PR_TITLE" - ], - "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." - }, - "squash_merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "COMMIT_MESSAGES", - "BLANK" - ], - "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." - }, - "merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "MERGE_MESSAGE" - ], - "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." - }, - "merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "PR_TITLE", - "BLANK" - ], - "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_forking": { - "description": "Whether to allow forking this repo", - "type": "boolean" - }, - "web_commit_signoff_required": { - "description": "Whether to require contributors to sign off on web-based commits", - "default": false, - "type": "boolean" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:42Z\"" + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" ] - }, - "anonymous_access_enabled": { - "type": "boolean", - "description": "Whether anonymous git access is enabled for this repository" - }, - "code_search_index_status": { - "type": "object", - "description": "The status of the code search index for this repository", - "properties": { - "lexical_search_ok": { - "type": "boolean" - }, - "lexical_commit_sha": { - "type": "string" - } - } } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" ] } }, @@ -83280,6 +83284,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -656246,952 +656258,956 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "type": "integer", - "format": "int64", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "examples": [ - "Team Environment" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "license": { - "anyOf": [ - { - "type": "null" + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, - { - "title": "License Simple", - "description": "License Simple", + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { "type": "object", "properties": { - "key": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { "type": "string", "examples": [ - "mit" + "octocat" ] }, - "name": { + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { "type": "string", "examples": [ - "MIT License" + "MDQ6VXNlcjE=" ] }, - "url": { - "type": [ - "string", - "null" - ], + "avatar_url": { + "type": "string", "format": "uri", "examples": [ - "https://api.github.com/licenses/mit" + "https://github.com/images/error/octocat_happy.gif" ] }, - "spdx_id": { + "gravatar_id": { "type": [ "string", "null" ], "examples": [ - "MIT" + "41d064eb2195891e12d0413f63227ea7" ] }, - "node_id": { + "url": { "type": "string", + "format": "uri", "examples": [ - "MDc6TGljZW5zZW1pdA==" + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" }, - "triage": { + "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "push": { - "type": "boolean" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { + "description": { "type": [ "string", "null" + ], + "examples": [ + "This your first repo!" ] }, - "email": { - "type": [ - "string", - "null" + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" ] }, - "login": { + "archive_url": { "type": "string", "examples": [ - "octocat" + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" ] }, - "id": { - "type": "integer", - "format": "int64", + "assignees_url": { + "type": "string", "examples": [ - 1 + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" ] }, - "node_id": { + "blobs_url": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" ] }, - "avatar_url": { + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/images/error/octocat_happy.gif" + "http://api.github.com/repos/octocat/Hello-World/contributors" ] }, - "gravatar_id": { - "type": [ - "string", - "null" - ], + "deployments_url": { + "type": "string", + "format": "uri", "examples": [ - "41d064eb2195891e12d0413f63227ea7" + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, - "url": { + "downloads_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat" + "http://api.github.com/repos/octocat/Hello-World/downloads" ] }, - "html_url": { + "events_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/octocat" + "http://api.github.com/repos/octocat/Hello-World/events" ] }, - "followers_url": { + "forks_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/followers" + "http://api.github.com/repos/octocat/Hello-World/forks" ] }, - "following_url": { + "git_commits_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" ] }, - "gists_url": { + "git_refs_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" ] }, - "starred_url": { + "git_tags_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" ] }, - "subscriptions_url": { + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" + "http://api.github.com/repos/octocat/Hello-World/languages" ] }, - "organizations_url": { + "merges_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/orgs" + "http://api.github.com/repos/octocat/Hello-World/merges" ] }, - "repos_url": { + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/repos" + "http://api.github.com/repos/octocat/Hello-World/stargazers" ] }, - "events_url": { + "statuses_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" ] }, - "received_events_url": { + "subscribers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" + "http://api.github.com/repos/octocat/Hello-World/subscribers" ] }, - "type": { + "subscription_url": { "type": "string", + "format": "uri", "examples": [ - "User" + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "site_admin": { + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, + "type": "boolean" + }, + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." + }, + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", "examples": [ - "\"2020-07-09T00:17:55Z\"" + true ] }, - "user_view_type": { + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { "type": "string", "examples": [ - "public" + "\"2020-07-09T00:17:42Z\"" ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + }, + "code_search_index_status": { + "type": "object", + "description": "The status of the code search index for this repository", + "properties": { + "lexical_search_ok": { + "type": "boolean" + }, + "lexical_commit_sha": { + "type": "string" + } + } } }, "required": [ - "avatar_url", + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", "html_url", "id", "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string", - "examples": [ - "git:github.com/octocat/Hello-World.git" - ] - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string", - "examples": [ - "git@github.com:octocat/Hello-World.git" - ] - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string", - "examples": [ - "https://github.com/octocat/Hello-World.git" - ] - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "git:git.example.com/octocat/Hello-World" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://svn.github.com/octocat/Hello-World" - ] - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://github.com" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer", - "examples": [ - 9 - ] - }, - "stargazers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "watchers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "size": { - "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer", - "examples": [ - 108 - ] - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "examples": [ - "master" - ] - }, - "open_issues_count": { - "type": "integer", - "examples": [ - 0 - ] - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "deprecated": true, - "examples": [ - true - ] - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "allow_update_branch": { - "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "use_squash_pr_title_as_default": { - "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", - "default": false, - "deprecated": true - }, - "squash_merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "COMMIT_OR_PR_TITLE" - ], - "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." - }, - "squash_merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "COMMIT_MESSAGES", - "BLANK" - ], - "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." - }, - "merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "MERGE_MESSAGE" - ], - "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." - }, - "merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "PR_TITLE", - "BLANK" - ], - "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_forking": { - "description": "Whether to allow forking this repo", - "type": "boolean" - }, - "web_commit_signoff_required": { - "description": "Whether to require contributors to sign off on web-based commits", - "default": false, - "type": "boolean" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:42Z\"" + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" ] - }, - "anonymous_access_enabled": { - "type": "boolean", - "description": "Whether anonymous git access is enabled for this repository" - }, - "code_search_index_status": { - "type": "object", - "description": "The status of the code search index for this repository", - "properties": { - "lexical_search_ok": { - "type": "boolean" - }, - "lexical_commit_sha": { - "type": "string" - } - } } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" ] } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 6db5a69e9..538f15158 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -14991,7 +14991,9 @@ paths: type: integer repositories: type: array - items: *69 + items: + allOf: + - *69 repository_selection: type: string examples: @@ -21141,6 +21143,15 @@ paths: public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits` type: boolean + size: + description: The machine size of the runner. To list available sizes, + use `GET actions/hosted-runners/machine-sizes` + type: string + image_id: + description: The unique identifier of the runner image. To list + all available images, use `GET /actions/hosted-runners/images/github-owned` + or `GET /actions/hosted-runners/images/partner`. + type: string image_version: description: The version of the runner image to deploy. This is relevant only for runners using custom images. @@ -101956,7 +101967,9 @@ paths: type: string repositories: type: array - items: *69 + items: + allOf: + - *69 examples: default: *136 headers: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 2d71ee308..689b6ae2a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -52822,952 +52822,956 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "type": "integer", - "format": "int64", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "examples": [ - "Team Environment" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "license": { - "anyOf": [ - { - "type": "null" + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, - { - "title": "License Simple", - "description": "License Simple", + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { "type": "object", "properties": { - "key": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { "type": "string", "examples": [ - "mit" + "octocat" ] }, - "name": { + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { "type": "string", "examples": [ - "MIT License" + "MDQ6VXNlcjE=" ] }, - "url": { - "type": [ - "string", - "null" - ], + "avatar_url": { + "type": "string", "format": "uri", "examples": [ - "https://api.github.com/licenses/mit" + "https://github.com/images/error/octocat_happy.gif" ] }, - "spdx_id": { + "gravatar_id": { "type": [ "string", "null" ], "examples": [ - "MIT" + "41d064eb2195891e12d0413f63227ea7" ] }, - "node_id": { + "url": { "type": "string", + "format": "uri", "examples": [ - "MDc6TGljZW5zZW1pdA==" + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" }, - "triage": { + "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "push": { - "type": "boolean" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { + "description": { "type": [ "string", "null" + ], + "examples": [ + "This your first repo!" ] }, - "email": { - "type": [ - "string", - "null" + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" ] }, - "login": { + "archive_url": { "type": "string", "examples": [ - "octocat" + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" ] }, - "id": { - "type": "integer", - "format": "int64", + "assignees_url": { + "type": "string", "examples": [ - 1 + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" ] }, - "node_id": { + "blobs_url": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" ] }, - "avatar_url": { + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/images/error/octocat_happy.gif" + "http://api.github.com/repos/octocat/Hello-World/contributors" ] }, - "gravatar_id": { - "type": [ - "string", - "null" - ], + "deployments_url": { + "type": "string", + "format": "uri", "examples": [ - "41d064eb2195891e12d0413f63227ea7" + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, - "url": { + "downloads_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat" + "http://api.github.com/repos/octocat/Hello-World/downloads" ] }, - "html_url": { + "events_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/octocat" + "http://api.github.com/repos/octocat/Hello-World/events" ] }, - "followers_url": { + "forks_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/followers" + "http://api.github.com/repos/octocat/Hello-World/forks" ] }, - "following_url": { + "git_commits_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" ] }, - "gists_url": { + "git_refs_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" ] }, - "starred_url": { + "git_tags_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" ] }, - "subscriptions_url": { + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" + "http://api.github.com/repos/octocat/Hello-World/languages" ] }, - "organizations_url": { + "merges_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/orgs" + "http://api.github.com/repos/octocat/Hello-World/merges" ] }, - "repos_url": { + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/repos" + "http://api.github.com/repos/octocat/Hello-World/stargazers" ] }, - "events_url": { + "statuses_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" ] }, - "received_events_url": { + "subscribers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" + "http://api.github.com/repos/octocat/Hello-World/subscribers" ] }, - "type": { + "subscription_url": { "type": "string", + "format": "uri", "examples": [ - "User" + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "site_admin": { + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, + "type": "boolean" + }, + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." + }, + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", "examples": [ - "\"2020-07-09T00:17:55Z\"" + true ] }, - "user_view_type": { + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { "type": "string", "examples": [ - "public" + "\"2020-07-09T00:17:42Z\"" ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + }, + "code_search_index_status": { + "type": "object", + "description": "The status of the code search index for this repository", + "properties": { + "lexical_search_ok": { + "type": "boolean" + }, + "lexical_commit_sha": { + "type": "string" + } + } } }, "required": [ - "avatar_url", + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", "html_url", "id", "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string", - "examples": [ - "git:github.com/octocat/Hello-World.git" - ] - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string", - "examples": [ - "git@github.com:octocat/Hello-World.git" - ] - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string", - "examples": [ - "https://github.com/octocat/Hello-World.git" - ] - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "git:git.example.com/octocat/Hello-World" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://svn.github.com/octocat/Hello-World" - ] - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://github.com" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer", - "examples": [ - 9 - ] - }, - "stargazers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "watchers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "size": { - "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer", - "examples": [ - 108 - ] - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "examples": [ - "master" - ] - }, - "open_issues_count": { - "type": "integer", - "examples": [ - 0 - ] - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "deprecated": true, - "examples": [ - true - ] - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "allow_update_branch": { - "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "use_squash_pr_title_as_default": { - "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", - "default": false, - "deprecated": true - }, - "squash_merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "COMMIT_OR_PR_TITLE" - ], - "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." - }, - "squash_merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "COMMIT_MESSAGES", - "BLANK" - ], - "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." - }, - "merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "MERGE_MESSAGE" - ], - "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." - }, - "merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "PR_TITLE", - "BLANK" - ], - "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_forking": { - "description": "Whether to allow forking this repo", - "type": "boolean" - }, - "web_commit_signoff_required": { - "description": "Whether to require contributors to sign off on web-based commits", - "default": false, - "type": "boolean" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:42Z\"" + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" ] - }, - "anonymous_access_enabled": { - "type": "boolean", - "description": "Whether anonymous git access is enabled for this repository" - }, - "code_search_index_status": { - "type": "object", - "description": "The status of the code search index for this repository", - "properties": { - "lexical_search_ok": { - "type": "boolean" - }, - "lexical_commit_sha": { - "type": "string" - } - } } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" ] } }, @@ -83280,6 +83284,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -656246,952 +656258,956 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "type": "integer", - "format": "int64", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "examples": [ - "Team Environment" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "license": { - "anyOf": [ - { - "type": "null" + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, - { - "title": "License Simple", - "description": "License Simple", + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { "type": "object", "properties": { - "key": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { "type": "string", "examples": [ - "mit" + "octocat" ] }, - "name": { + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { "type": "string", "examples": [ - "MIT License" + "MDQ6VXNlcjE=" ] }, - "url": { - "type": [ - "string", - "null" - ], + "avatar_url": { + "type": "string", "format": "uri", "examples": [ - "https://api.github.com/licenses/mit" + "https://github.com/images/error/octocat_happy.gif" ] }, - "spdx_id": { + "gravatar_id": { "type": [ "string", "null" ], "examples": [ - "MIT" + "41d064eb2195891e12d0413f63227ea7" ] }, - "node_id": { + "url": { "type": "string", + "format": "uri", "examples": [ - "MDc6TGljZW5zZW1pdA==" + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" }, - "triage": { + "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "push": { - "type": "boolean" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { + "description": { "type": [ "string", "null" + ], + "examples": [ + "This your first repo!" ] }, - "email": { - "type": [ - "string", - "null" + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" ] }, - "login": { + "archive_url": { "type": "string", "examples": [ - "octocat" + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" ] }, - "id": { - "type": "integer", - "format": "int64", + "assignees_url": { + "type": "string", "examples": [ - 1 + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" ] }, - "node_id": { + "blobs_url": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" ] }, - "avatar_url": { + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/images/error/octocat_happy.gif" + "http://api.github.com/repos/octocat/Hello-World/contributors" ] }, - "gravatar_id": { - "type": [ - "string", - "null" - ], + "deployments_url": { + "type": "string", + "format": "uri", "examples": [ - "41d064eb2195891e12d0413f63227ea7" + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, - "url": { + "downloads_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat" + "http://api.github.com/repos/octocat/Hello-World/downloads" ] }, - "html_url": { + "events_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/octocat" + "http://api.github.com/repos/octocat/Hello-World/events" ] }, - "followers_url": { + "forks_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/followers" + "http://api.github.com/repos/octocat/Hello-World/forks" ] }, - "following_url": { + "git_commits_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" ] }, - "gists_url": { + "git_refs_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" ] }, - "starred_url": { + "git_tags_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" ] }, - "subscriptions_url": { + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" + "http://api.github.com/repos/octocat/Hello-World/languages" ] }, - "organizations_url": { + "merges_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/orgs" + "http://api.github.com/repos/octocat/Hello-World/merges" ] }, - "repos_url": { + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/repos" + "http://api.github.com/repos/octocat/Hello-World/stargazers" ] }, - "events_url": { + "statuses_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" ] }, - "received_events_url": { + "subscribers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" + "http://api.github.com/repos/octocat/Hello-World/subscribers" ] }, - "type": { + "subscription_url": { "type": "string", + "format": "uri", "examples": [ - "User" + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "site_admin": { + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, + "type": "boolean" + }, + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." + }, + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", "examples": [ - "\"2020-07-09T00:17:55Z\"" + true ] }, - "user_view_type": { + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { "type": "string", "examples": [ - "public" + "\"2020-07-09T00:17:42Z\"" ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + }, + "code_search_index_status": { + "type": "object", + "description": "The status of the code search index for this repository", + "properties": { + "lexical_search_ok": { + "type": "boolean" + }, + "lexical_commit_sha": { + "type": "string" + } + } } }, "required": [ - "avatar_url", + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", "html_url", "id", "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string", - "examples": [ - "git:github.com/octocat/Hello-World.git" - ] - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string", - "examples": [ - "git@github.com:octocat/Hello-World.git" - ] - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string", - "examples": [ - "https://github.com/octocat/Hello-World.git" - ] - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "git:git.example.com/octocat/Hello-World" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://svn.github.com/octocat/Hello-World" - ] - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://github.com" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer", - "examples": [ - 9 - ] - }, - "stargazers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "watchers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "size": { - "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer", - "examples": [ - 108 - ] - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "examples": [ - "master" - ] - }, - "open_issues_count": { - "type": "integer", - "examples": [ - 0 - ] - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "deprecated": true, - "examples": [ - true - ] - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "allow_update_branch": { - "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "use_squash_pr_title_as_default": { - "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", - "default": false, - "deprecated": true - }, - "squash_merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "COMMIT_OR_PR_TITLE" - ], - "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." - }, - "squash_merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "COMMIT_MESSAGES", - "BLANK" - ], - "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." - }, - "merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "MERGE_MESSAGE" - ], - "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." - }, - "merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "PR_TITLE", - "BLANK" - ], - "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_forking": { - "description": "Whether to allow forking this repo", - "type": "boolean" - }, - "web_commit_signoff_required": { - "description": "Whether to require contributors to sign off on web-based commits", - "default": false, - "type": "boolean" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:42Z\"" + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" ] - }, - "anonymous_access_enabled": { - "type": "boolean", - "description": "Whether anonymous git access is enabled for this repository" - }, - "code_search_index_status": { - "type": "object", - "description": "The status of the code search index for this repository", - "properties": { - "lexical_search_ok": { - "type": "boolean" - }, - "lexical_commit_sha": { - "type": "string" - } - } } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" ] } } diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 6db5a69e9..538f15158 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -14991,7 +14991,9 @@ paths: type: integer repositories: type: array - items: *69 + items: + allOf: + - *69 repository_selection: type: string examples: @@ -21141,6 +21143,15 @@ paths: public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits` type: boolean + size: + description: The machine size of the runner. To list available sizes, + use `GET actions/hosted-runners/machine-sizes` + type: string + image_id: + description: The unique identifier of the runner image. To list + all available images, use `GET /actions/hosted-runners/images/github-owned` + or `GET /actions/hosted-runners/images/partner`. + type: string image_version: description: The version of the runner image to deploy. This is relevant only for runners using custom images. @@ -101956,7 +101967,9 @@ paths: type: string repositories: type: array - items: *69 + items: + allOf: + - *69 examples: default: *136 headers: diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index c2c4fcc5d..3ccf82971 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -22350,6 +22350,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -70593,299 +70601,321 @@ "schema": { "type": "string" } - } - ], - "responses": { - "200": { - "description": "Response when getting a cost center", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "id": { - "type": "string", - "description": "ID of the cost center." - }, - "name": { - "type": "string", - "description": "Name of the cost center." - }, - "azure_subscription": { - "type": [ - "string", - "null" - ], - "description": "Azure subscription ID associated with the cost center. Only present for cost centers linked to Azure subscriptions." - }, - "state": { - "type": "string", - "description": "State of the cost center.", - "enum": [ - "active", - "deleted" - ] - }, - "resources": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Type of the resource." - }, - "name": { - "type": "string", - "description": "Name of the resource." - } - }, - "required": [ - "type", - "name" - ] - } - } - }, - "required": [ - "id", - "name", - "resources" - ] - }, - "examples": { - "default": { - "value": { - "id": "2eeb8ffe-6903-11ee-8c99-0242ac120002", - "name": "Cost Center Name", - "state": "active", - "azure_subscription": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", - "resources": [ - { - "type": "User", - "name": "Monalisa" - }, - { - "type": "Repo", - "name": "octocat/hello-world" - } - ] - } - } - } - } - } - }, - "400": { - "description": "Bad Request", - "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" - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": [ - "string", - "null" - ] - }, - "documentation_url": { - "type": [ - "string", - "null" - ] - }, - "detail": { - "type": [ - "string", - "null" - ] - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": [ - "string", - "null" - ] - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, - "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" - } - } - } - } - } - }, - "500": { - "description": "Internal Error", - "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" - } - } - } - } - } }, - "503": { - "description": "Service unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": true, - "enabledForGitHubApps": false, - "category": "billing", - "subcategory": "cost-centers" - } - }, - "patch": { - "summary": "Update a cost center name", - "description": "Updates an existing cost center name.", - "tags": [ - "billing" - ], - "operationId": "billing/update-cost-center", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#update-a-cost-center-name" - }, - "parameters": [ { - "name": "enterprise", - "in": "path", - "required": true, + "name": "page", + "description": "The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", + "in": "query", "schema": { - "type": "string" - }, - "description": "The slug version of the enterprise name" + "type": "integer", + "default": 1 + } }, { - "name": "cost_center_id", - "in": "path", - "required": true, + "name": "per_page", + "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", + "in": "query", "schema": { - "type": "string" - }, - "description": "The unique identifier of the cost center" - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "description": "The new name for the cost center" - } - } - }, - "examples": { - "update-cost-center": { - "summary": "Update cost center name example", - "value": { - "name": "New Cost Center Name" - } - } - } + "type": "integer", + "default": 30 } } - }, + ], "responses": { "200": { - "description": "Response when updating a cost center", + "description": "Response when getting a cost center", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "ID of the cost center." + }, + "name": { + "type": "string", + "description": "Name of the cost center." + }, + "azure_subscription": { + "type": [ + "string", + "null" + ], + "description": "Azure subscription ID associated with the cost center. Only present for cost centers linked to Azure subscriptions." + }, + "state": { + "type": "string", + "description": "State of the cost center.", + "enum": [ + "active", + "deleted" + ] + }, + "resources": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Type of the resource." + }, + "name": { + "type": "string", + "description": "Name of the resource." + } + }, + "required": [ + "type", + "name" + ] + } + }, + "has_next_page": { + "type": "boolean", + "description": "Indicates if there are more resources available for pagination. Only present when pagination is used." + } + }, + "required": [ + "id", + "name", + "resources" + ] + }, + "examples": { + "default": { + "value": { + "id": "2eeb8ffe-6903-11ee-8c99-0242ac120002", + "name": "Cost Center Name", + "state": "active", + "azure_subscription": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", + "resources": [ + { + "type": "User", + "name": "Monalisa" + }, + { + "type": "Repo", + "name": "octocat/hello-world" + } + ] + } + } + } + } + } + }, + "400": { + "description": "Bad Request", + "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" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": [ + "string", + "null" + ] + }, + "documentation_url": { + "type": [ + "string", + "null" + ] + }, + "detail": { + "type": [ + "string", + "null" + ] + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": [ + "string", + "null" + ] + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "503": { + "description": "Service unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "billing", + "subcategory": "cost-centers" + } + }, + "patch": { + "summary": "Update a cost center name", + "description": "Updates an existing cost center name.", + "tags": [ + "billing" + ], + "operationId": "billing/update-cost-center", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#update-a-cost-center-name" + }, + "parameters": [ + { + "name": "enterprise", + "in": "path", + "required": true, + "schema": { + "type": "string" + }, + "description": "The slug version of the enterprise name" + }, + { + "name": "cost_center_id", + "in": "path", + "required": true, + "schema": { + "type": "string" + }, + "description": "The unique identifier of the cost center" + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "description": "The new name for the cost center" + } + } + }, + "examples": { + "update-cost-center": { + "summary": "Update cost center name example", + "value": { + "name": "New Cost Center Name" + } + } + } + } + } + }, + "responses": { + "200": { + "description": "Response when updating a cost center", "content": { "application/json": { "schema": { @@ -101140,952 +101170,956 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "type": "integer", - "format": "int64", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "examples": [ - "Team Environment" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "license": { - "anyOf": [ - { - "type": "null" + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, - { - "title": "License Simple", - "description": "License Simple", + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { "type": "object", "properties": { - "key": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { "type": "string", "examples": [ - "mit" + "octocat" ] }, - "name": { + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { "type": "string", "examples": [ - "MIT License" + "MDQ6VXNlcjE=" ] }, - "url": { - "type": [ - "string", - "null" - ], + "avatar_url": { + "type": "string", "format": "uri", "examples": [ - "https://api.github.com/licenses/mit" + "https://github.com/images/error/octocat_happy.gif" ] }, - "spdx_id": { + "gravatar_id": { "type": [ "string", "null" ], "examples": [ - "MIT" + "41d064eb2195891e12d0413f63227ea7" ] }, - "node_id": { + "url": { "type": "string", + "format": "uri", "examples": [ - "MDc6TGljZW5zZW1pdA==" + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" }, - "triage": { + "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "push": { - "type": "boolean" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { + "description": { "type": [ "string", "null" + ], + "examples": [ + "This your first repo!" ] }, - "email": { - "type": [ - "string", - "null" + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" ] }, - "login": { + "archive_url": { "type": "string", "examples": [ - "octocat" + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" ] }, - "id": { - "type": "integer", - "format": "int64", + "assignees_url": { + "type": "string", "examples": [ - 1 + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" ] }, - "node_id": { + "blobs_url": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" ] }, - "avatar_url": { + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/images/error/octocat_happy.gif" + "http://api.github.com/repos/octocat/Hello-World/contributors" ] }, - "gravatar_id": { - "type": [ - "string", - "null" - ], + "deployments_url": { + "type": "string", + "format": "uri", "examples": [ - "41d064eb2195891e12d0413f63227ea7" + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, - "url": { + "downloads_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat" + "http://api.github.com/repos/octocat/Hello-World/downloads" ] }, - "html_url": { + "events_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/octocat" + "http://api.github.com/repos/octocat/Hello-World/events" ] }, - "followers_url": { + "forks_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/followers" + "http://api.github.com/repos/octocat/Hello-World/forks" ] }, - "following_url": { + "git_commits_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" ] }, - "gists_url": { + "git_refs_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" ] }, - "starred_url": { + "git_tags_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" ] }, - "subscriptions_url": { + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" + "http://api.github.com/repos/octocat/Hello-World/languages" ] }, - "organizations_url": { + "merges_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/orgs" + "http://api.github.com/repos/octocat/Hello-World/merges" ] }, - "repos_url": { + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/repos" + "http://api.github.com/repos/octocat/Hello-World/stargazers" ] }, - "events_url": { + "statuses_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" ] }, - "received_events_url": { + "subscribers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" + "http://api.github.com/repos/octocat/Hello-World/subscribers" ] }, - "type": { + "subscription_url": { "type": "string", + "format": "uri", "examples": [ - "User" + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "site_admin": { + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, + "type": "boolean" + }, + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." + }, + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", "examples": [ - "\"2020-07-09T00:17:55Z\"" + true ] }, - "user_view_type": { + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { "type": "string", "examples": [ - "public" + "\"2020-07-09T00:17:42Z\"" ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + }, + "code_search_index_status": { + "type": "object", + "description": "The status of the code search index for this repository", + "properties": { + "lexical_search_ok": { + "type": "boolean" + }, + "lexical_commit_sha": { + "type": "string" + } + } } }, "required": [ - "avatar_url", + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", "html_url", "id", "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string", - "examples": [ - "git:github.com/octocat/Hello-World.git" - ] - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string", - "examples": [ - "git@github.com:octocat/Hello-World.git" - ] - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string", - "examples": [ - "https://github.com/octocat/Hello-World.git" - ] - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "git:git.example.com/octocat/Hello-World" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://svn.github.com/octocat/Hello-World" - ] - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://github.com" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer", - "examples": [ - 9 - ] - }, - "stargazers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "watchers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "size": { - "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer", - "examples": [ - 108 - ] - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "examples": [ - "master" - ] - }, - "open_issues_count": { - "type": "integer", - "examples": [ - 0 - ] - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "deprecated": true, - "examples": [ - true - ] - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "allow_update_branch": { - "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "use_squash_pr_title_as_default": { - "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", - "default": false, - "deprecated": true - }, - "squash_merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "COMMIT_OR_PR_TITLE" - ], - "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." - }, - "squash_merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "COMMIT_MESSAGES", - "BLANK" - ], - "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." - }, - "merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "MERGE_MESSAGE" - ], - "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." - }, - "merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "PR_TITLE", - "BLANK" - ], - "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_forking": { - "description": "Whether to allow forking this repo", - "type": "boolean" - }, - "web_commit_signoff_required": { - "description": "Whether to require contributors to sign off on web-based commits", - "default": false, - "type": "boolean" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:42Z\"" + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" ] - }, - "anonymous_access_enabled": { - "type": "boolean", - "description": "Whether anonymous git access is enabled for this repository" - }, - "code_search_index_status": { - "type": "object", - "description": "The status of the code search index for this repository", - "properties": { - "lexical_search_ok": { - "type": "boolean" - }, - "lexical_commit_sha": { - "type": "string" - } - } } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" ] } }, @@ -129946,6 +129980,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -731690,952 +731732,956 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "type": "integer", - "format": "int64", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "examples": [ - "Team Environment" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "license": { - "anyOf": [ - { - "type": "null" + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, - { - "title": "License Simple", - "description": "License Simple", + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { "type": "object", "properties": { - "key": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { "type": "string", "examples": [ - "mit" + "octocat" ] }, - "name": { + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { "type": "string", "examples": [ - "MIT License" + "MDQ6VXNlcjE=" ] }, - "url": { - "type": [ - "string", - "null" - ], + "avatar_url": { + "type": "string", "format": "uri", "examples": [ - "https://api.github.com/licenses/mit" + "https://github.com/images/error/octocat_happy.gif" ] }, - "spdx_id": { + "gravatar_id": { "type": [ "string", "null" ], "examples": [ - "MIT" + "41d064eb2195891e12d0413f63227ea7" ] }, - "node_id": { + "url": { "type": "string", + "format": "uri", "examples": [ - "MDc6TGljZW5zZW1pdA==" + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" }, - "triage": { + "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "push": { - "type": "boolean" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { + "description": { "type": [ "string", "null" + ], + "examples": [ + "This your first repo!" ] }, - "email": { - "type": [ - "string", - "null" + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" ] }, - "login": { + "archive_url": { "type": "string", "examples": [ - "octocat" + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" ] }, - "id": { - "type": "integer", - "format": "int64", + "assignees_url": { + "type": "string", "examples": [ - 1 + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" ] }, - "node_id": { + "blobs_url": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" ] }, - "avatar_url": { + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/images/error/octocat_happy.gif" + "http://api.github.com/repos/octocat/Hello-World/contributors" ] }, - "gravatar_id": { - "type": [ - "string", - "null" - ], + "deployments_url": { + "type": "string", + "format": "uri", "examples": [ - "41d064eb2195891e12d0413f63227ea7" + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, - "url": { + "downloads_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat" + "http://api.github.com/repos/octocat/Hello-World/downloads" ] }, - "html_url": { + "events_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/octocat" + "http://api.github.com/repos/octocat/Hello-World/events" ] }, - "followers_url": { + "forks_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/followers" + "http://api.github.com/repos/octocat/Hello-World/forks" ] }, - "following_url": { + "git_commits_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" ] }, - "gists_url": { + "git_refs_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" ] }, - "starred_url": { + "git_tags_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" ] }, - "subscriptions_url": { + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" + "http://api.github.com/repos/octocat/Hello-World/languages" ] }, - "organizations_url": { + "merges_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/orgs" + "http://api.github.com/repos/octocat/Hello-World/merges" ] }, - "repos_url": { + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/repos" + "http://api.github.com/repos/octocat/Hello-World/stargazers" ] }, - "events_url": { + "statuses_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" ] }, - "received_events_url": { + "subscribers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" + "http://api.github.com/repos/octocat/Hello-World/subscribers" ] }, - "type": { + "subscription_url": { "type": "string", + "format": "uri", "examples": [ - "User" + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "site_admin": { + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, + "type": "boolean" + }, + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." + }, + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", "examples": [ - "\"2020-07-09T00:17:55Z\"" + true ] }, - "user_view_type": { + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { "type": "string", "examples": [ - "public" + "\"2020-07-09T00:17:42Z\"" ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + }, + "code_search_index_status": { + "type": "object", + "description": "The status of the code search index for this repository", + "properties": { + "lexical_search_ok": { + "type": "boolean" + }, + "lexical_commit_sha": { + "type": "string" + } + } } }, "required": [ - "avatar_url", + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", "html_url", "id", "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string", - "examples": [ - "git:github.com/octocat/Hello-World.git" - ] - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string", - "examples": [ - "git@github.com:octocat/Hello-World.git" - ] - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string", - "examples": [ - "https://github.com/octocat/Hello-World.git" - ] - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "git:git.example.com/octocat/Hello-World" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://svn.github.com/octocat/Hello-World" - ] - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://github.com" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer", - "examples": [ - 9 - ] - }, - "stargazers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "watchers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "size": { - "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer", - "examples": [ - 108 - ] - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "examples": [ - "master" - ] - }, - "open_issues_count": { - "type": "integer", - "examples": [ - 0 - ] - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "deprecated": true, - "examples": [ - true - ] - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "allow_update_branch": { - "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "use_squash_pr_title_as_default": { - "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", - "default": false, - "deprecated": true - }, - "squash_merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "COMMIT_OR_PR_TITLE" - ], - "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." - }, - "squash_merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "COMMIT_MESSAGES", - "BLANK" - ], - "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." - }, - "merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "MERGE_MESSAGE" - ], - "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." - }, - "merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "PR_TITLE", - "BLANK" - ], - "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_forking": { - "description": "Whether to allow forking this repo", - "type": "boolean" - }, - "web_commit_signoff_required": { - "description": "Whether to require contributors to sign off on web-based commits", - "default": false, - "type": "boolean" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:42Z\"" + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" ] - }, - "anonymous_access_enabled": { - "type": "boolean", - "description": "Whether anonymous git access is enabled for this repository" - }, - "code_search_index_status": { - "type": "object", - "description": "The status of the code search index for this repository", - "properties": { - "lexical_search_ok": { - "type": "boolean" - }, - "lexical_commit_sha": { - "type": "string" - } - } } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" ] } } diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 6e73f00ba..a0355b373 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -913,7 +913,7 @@ paths: - subscriptions_url - type - url - type: &424 + type: &423 type: string description: The type of credit the user is receiving. enum: @@ -1046,7 +1046,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &249 + schema: &248 title: Validation Error Simple description: Validation Error Simple type: object @@ -1079,7 +1079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &727 + - &726 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1664,7 +1664,7 @@ paths: schema: type: integer default: 30 - - &336 + - &335 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1680,7 +1680,7 @@ paths: application/json: schema: type: array - items: &337 + items: &336 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1776,7 +1776,7 @@ paths: - installation_id - repository_id examples: - default: &338 + default: &337 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1808,7 +1808,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &737 + schema: &736 title: Scim Error description: Scim Error type: object @@ -1839,7 +1839,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &248 + schema: &247 title: Validation Error description: Validation Error type: object @@ -1911,7 +1911,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &338 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2046,7 +2046,7 @@ paths: - request - response examples: - default: &340 + default: &339 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2250,7 +2250,7 @@ paths: parameters: - *17 - *19 - - &219 + - &218 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -3081,7 +3081,7 @@ paths: license: anyOf: - type: 'null' - - &216 + - &215 title: License Simple description: License Simple type: object @@ -7984,7 +7984,7 @@ paths: description: Response content: application/json: - schema: &250 + schema: &249 type: object properties: total_active_caches_count: @@ -7999,7 +7999,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &251 + default: &250 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -8214,7 +8214,7 @@ paths: - public_ip_enabled - platform examples: - default: &252 + default: &251 value: total_count: 2 runners: @@ -8518,7 +8518,7 @@ paths: application/json: schema: *47 examples: - default: &253 + default: &252 value: id: 1 platform: linux-x64 @@ -8663,7 +8663,7 @@ paths: application/json: schema: *50 examples: - default: &254 + default: &253 value: version: 1.0.0 size_gb: 75 @@ -8831,7 +8831,7 @@ paths: description: Response content: application/json: - schema: &255 + schema: &254 type: object properties: public_ips: @@ -8858,7 +8858,7 @@ paths: required: - public_ips examples: - default: &256 + default: &255 value: public_ips: current_usage: 17 @@ -8898,7 +8898,7 @@ paths: type: array items: *54 examples: - default: &257 + default: &256 value: id: 4-core cpu_cores: 4 @@ -9027,6 +9027,15 @@ paths: public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits` type: boolean + size: + description: The machine size of the runner. To list available sizes, + use `GET actions/hosted-runners/machine-sizes` + type: string + image_id: + description: The unique identifier of the runner image. To list + all available images, use `GET /actions/hosted-runners/images/github-owned` + or `GET /actions/hosted-runners/images/partner`. + type: string image_version: description: The version of the runner image to deploy. This is relevant only for runners using custom images. @@ -9162,7 +9171,7 @@ paths: - all - local_only - selected - selected_actions_url: &260 + selected_actions_url: &259 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -9242,7 +9251,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &262 + schema: &261 type: object properties: days: @@ -9260,7 +9269,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &738 + '401': &737 description: Authorization failure '404': *6 x-github: @@ -9288,7 +9297,7 @@ paths: required: true content: application/json: - schema: &263 + schema: &262 type: object properties: days: @@ -9337,7 +9346,7 @@ paths: required: - approval_policy examples: - default: &264 + default: &263 value: approval_policy: first_time_contributors '404': *6 @@ -9395,7 +9404,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &264 type: object required: - run_workflows_from_fork_pull_requests @@ -9449,7 +9458,7 @@ paths: required: true content: application/json: - schema: &266 + schema: &265 type: object required: - run_workflows_from_fork_pull_requests @@ -9885,7 +9894,7 @@ paths: description: Success response content: application/json: - schema: &269 + schema: &268 type: object properties: default_workflow_permissions: &65 @@ -9933,7 +9942,7 @@ paths: required: true content: application/json: - schema: &270 + schema: &269 type: object properties: default_workflow_permissions: *65 @@ -10778,7 +10787,7 @@ paths: application/json: schema: type: array - items: &274 + items: &273 title: Runner Application description: Runner Application type: object @@ -10803,7 +10812,7 @@ paths: - download_url - filename examples: - default: &275 + default: &274 value: - os: osx architecture: x64 @@ -10887,7 +10896,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &276 + '201': &275 description: Response content: application/json: @@ -11006,7 +11015,7 @@ paths: - token - expires_at examples: - default: &277 + default: &276 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -11046,7 +11055,7 @@ paths: application/json: schema: *77 examples: - default: &278 + default: &277 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -11078,7 +11087,7 @@ paths: application/json: schema: *74 examples: - default: &279 + default: &278 value: id: 23 name: MBP @@ -11294,7 +11303,7 @@ paths: - *39 - *73 responses: - '200': &280 + '200': &279 description: Response content: application/json: @@ -11350,7 +11359,7 @@ paths: parameters: - *39 - *73 - - &281 + - &280 name: name description: The name of a self-hosted runner's custom label. in: path @@ -11447,7 +11456,7 @@ paths: required: true content: application/json: - schema: &288 + schema: &287 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -12098,7 +12107,7 @@ paths: required: false schema: type: string - - &291 + - &290 name: include description: |- The event types to include: @@ -12116,7 +12125,7 @@ paths: - web - git - all - - &292 + - &291 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -12124,7 +12133,7 @@ paths: required: false schema: type: string - - &293 + - &292 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -12132,7 +12141,7 @@ paths: required: false schema: type: string - - &294 + - &293 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -12154,7 +12163,7 @@ paths: application/json: schema: type: array - items: &295 + items: &294 type: object properties: "@timestamp": @@ -12276,7 +12285,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &296 + default: &295 value: - "@timestamp": 1606929874512 action: team.add_member @@ -12944,7 +12953,7 @@ paths: application/json: schema: type: array - items: &297 + items: &296 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -13116,7 +13125,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &298 + default: &297 value: - id: 21 number: 42 @@ -13221,7 +13230,7 @@ paths: application/json: schema: type: array - items: &300 + items: &299 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -13352,7 +13361,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &301 + default: &300 value: - id: 21 number: 42 @@ -13437,7 +13446,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *39 - - &306 + - &305 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -13447,7 +13456,7 @@ paths: schema: &109 type: string description: The name of the tool used to generate the code scanning analysis. - - &307 + - &306 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -13471,7 +13480,7 @@ paths: be returned. in: query required: false - schema: &308 + schema: &307 type: string description: State of a code scanning alert. enum: @@ -13504,7 +13513,7 @@ paths: application/json: schema: type: array - items: &309 + items: &308 type: object properties: number: &124 @@ -13533,7 +13542,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &512 + instances_url: &511 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -13569,7 +13578,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &513 + dismissed_reason: &512 type: - string - 'null' @@ -13580,14 +13589,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &514 + dismissed_comment: &513 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &515 + rule: &514 type: object properties: id: @@ -13648,7 +13657,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &516 + tool: &515 type: object properties: name: *109 @@ -13659,26 +13668,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *110 - most_recent_instance: &517 + most_recent_instance: &516 type: object properties: - ref: &510 + ref: &509 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &527 + analysis_key: &526 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &528 + environment: &527 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &529 + category: &528 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13692,7 +13701,7 @@ paths: properties: text: type: string - location: &530 + location: &529 type: object description: Describe a region within a file for the alert. properties: @@ -13713,7 +13722,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &531 + items: &530 type: - string - 'null' @@ -14069,7 +14078,7 @@ paths: - most_recent_instance - repository examples: - default: &310 + default: &309 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -14937,7 +14946,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &311 type: array description: A list of default code security configurations items: @@ -14953,7 +14962,7 @@ paths: default configuration: *112 examples: - default: &313 + default: &312 value: - default_for_new_repos: public configuration: @@ -15408,7 +15417,7 @@ paths: default: value: default_for_new_repos: all - configuration: &311 + configuration: &310 value: id: 1325 target_type: organization @@ -15493,7 +15502,7 @@ paths: application/json: schema: type: array - items: &314 + items: &313 type: object description: Repositories associated with a code security configuration and attachment status @@ -15517,7 +15526,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &315 + repository: &314 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -16018,7 +16027,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &302 + - &301 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -16095,7 +16104,7 @@ paths: parent: anyOf: - type: 'null' - - &371 + - &370 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -16788,7 +16797,7 @@ paths: application/json: schema: type: array - items: &202 + items: &201 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -17103,7 +17112,7 @@ paths: - date additionalProperties: true examples: - default: &203 + default: &202 value: - date: '2024-06-24' total_active_users: 24 @@ -17205,7 +17214,7 @@ paths: '500': *38 '403': *27 '404': *6 - '422': &204 + '422': &203 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -17442,7 +17451,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &321 + - &320 name: state in: query description: |- @@ -17451,7 +17460,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &322 + - &321 name: severity in: query description: |- @@ -17460,7 +17469,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &323 + - &322 name: ecosystem in: query description: |- @@ -17469,14 +17478,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &324 + - &323 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &325 + - &324 name: epss_percentage in: query description: |- @@ -17488,7 +17497,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &568 + - &567 name: has in: query description: |- @@ -17502,7 +17511,7 @@ paths: type: string enum: - patch - - &326 + - &325 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -17512,7 +17521,7 @@ paths: enum: - development - runtime - - &327 + - &326 name: sort in: query description: |- @@ -17538,7 +17547,7 @@ paths: application/json: schema: type: array - items: &328 + items: &327 type: object description: A Dependabot alert. properties: @@ -17605,7 +17614,7 @@ paths: - direct - transitive - - security_advisory: &569 + security_advisory: &568 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17841,7 +17850,7 @@ paths: dismissal. maxLength: 280 fixed_at: *134 - auto_dismissed_at: &570 + auto_dismissed_at: &569 type: - string - 'null' @@ -17849,7 +17858,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &571 + dismissal_request: &570 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -17907,7 +17916,7 @@ paths: - repository additionalProperties: false examples: - default: &329 + default: &328 value: - number: 2 state: dismissed @@ -18700,7 +18709,7 @@ paths: type: array items: *139 examples: - default: &205 + default: &204 value: - id: 1 name: Justice League @@ -19051,7 +19060,7 @@ paths: - name - created_on examples: - default: &428 + default: &427 value: total_count: 2 network_configurations: @@ -19274,7 +19283,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &429 + - &428 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -19286,7 +19295,7 @@ paths: description: Response content: application/json: - schema: &430 + schema: &429 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -19325,7 +19334,7 @@ paths: - subnet_id - region examples: - default: &431 + default: &430 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -20174,7 +20183,7 @@ paths: required: true content: application/json: - schema: &402 + schema: &401 title: Custom Property Set Payload description: Custom property set payload type: object @@ -21368,7 +21377,7 @@ paths: conditions: anyOf: - *156 - - &406 + - &405 title: Organization ruleset conditions type: object description: |- @@ -21418,7 +21427,7 @@ paths: - object rules: type: array - items: &693 + items: &692 title: Repository Rule type: object description: A repository rule. @@ -21427,7 +21436,7 @@ paths: - *165 - *166 - *167 - - &691 + - &690 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21755,7 +21764,7 @@ paths: type: string format: date-time examples: - default: &409 + default: &408 value: - version_id: 3 actor: @@ -21808,7 +21817,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &409 allOf: - *189 - type: object @@ -21863,7 +21872,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &411 + - &410 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -21874,7 +21883,7 @@ paths: enum: - open - resolved - - &412 + - &411 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -21884,7 +21893,7 @@ paths: required: false schema: type: string - - &413 + - &412 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -21893,7 +21902,7 @@ paths: required: false schema: type: string - - &414 + - &413 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -21912,7 +21921,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &415 + - &414 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -21928,7 +21937,7 @@ paths: - *17 - *106 - *107 - - &416 + - &415 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -21937,7 +21946,7 @@ paths: required: false schema: type: string - - &417 + - &416 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -21946,7 +21955,7 @@ paths: schema: type: boolean default: false - - &418 + - &417 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -21955,7 +21964,7 @@ paths: schema: type: boolean default: false - - &419 + - &418 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -21971,7 +21980,7 @@ paths: application/json: schema: type: array - items: &420 + items: &419 type: object properties: number: *124 @@ -21987,14 +21996,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &705 + state: &704 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &706 + resolution: &705 type: - string - 'null' @@ -22101,14 +22110,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &707 + - &706 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &709 + - &708 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -22165,7 +22174,7 @@ paths: - blob_url - commit_sha - commit_url - - &710 + - &709 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -22226,7 +22235,7 @@ paths: - page_url - commit_sha - commit_url - - &711 + - &710 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -22241,7 +22250,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &712 + - &711 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -22256,7 +22265,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &713 + - &712 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -22271,7 +22280,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &714 + - &713 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -22286,7 +22295,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &715 + - &714 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -22301,7 +22310,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &716 + - &715 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -22316,7 +22325,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &717 + - &716 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -22331,7 +22340,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &718 + - &717 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -22346,7 +22355,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &719 + - &718 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -22361,7 +22370,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &720 + - &719 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -22376,7 +22385,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &721 + - &720 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -22401,7 +22410,7 @@ paths: - type: 'null' - *4 examples: - default: &421 + default: &420 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -22610,7 +22619,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &421 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -22697,7 +22706,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *191 examples: - default: &423 + default: &422 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -22833,7 +22842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &425 + - &424 name: advanced_security_product in: query description: | @@ -22853,7 +22862,7 @@ paths: description: Success content: application/json: - schema: &426 + schema: &425 type: object properties: total_advanced_security_committers: @@ -22916,7 +22925,7 @@ paths: required: - repositories examples: - default: &427 + default: &426 value: total_advanced_security_committers: 2 total_count: 2 @@ -23901,19 +23910,21 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#get-a-cost-center-by-id parameters: - *39 - - &196 + - &195 name: cost_center_id description: The ID corresponding to the cost center. in: path required: true schema: type: string + - *19 + - *17 responses: '200': description: Response when getting a cost center content: application/json: - schema: &194 + schema: type: object properties: id: @@ -23948,12 +23959,16 @@ paths: required: - type - name + has_next_page: + type: boolean + description: Indicates if there are more resources available for + pagination. Only present when pagination is used. required: - id - name - resources examples: - default: &195 + default: &194 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -24017,9 +24032,47 @@ paths: description: Response when updating a cost center content: application/json: - schema: *194 + schema: + type: object + properties: + id: + type: string + description: ID of the cost center. + name: + type: string + description: Name of the cost center. + azure_subscription: + type: + - string + - 'null' + description: Azure subscription ID associated with the cost center. + Only present for cost centers linked to Azure subscriptions. + state: + type: string + description: State of the cost center. + enum: + - active + - deleted + resources: + type: array + items: + type: object + properties: + type: + type: string + description: Type of the resource. + name: + type: string + description: Name of the resource. + required: + - type + - name + required: + - id + - name + - resources examples: - default: *195 + default: *194 '400': *14 '403': *27 '404': *6 @@ -24043,7 +24096,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#delete-a-cost-center parameters: - *39 - - *196 + - *195 responses: '200': description: Response when deleting a cost center @@ -24103,7 +24156,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#add-resources-to-a-cost-center parameters: - *39 - - *196 + - *195 requestBody: required: true content: @@ -24196,7 +24249,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#remove-resources-from-a-cost-center parameters: - *39 - - *196 + - *195 requestBody: required: true content: @@ -24264,7 +24317,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-premium-request-usage-report-for-an-enterprise parameters: - *39 - - &197 + - &196 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -24273,7 +24326,7 @@ paths: required: false schema: type: integer - - &199 + - &198 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -24282,7 +24335,7 @@ paths: required: false schema: type: integer - - &198 + - &197 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -24291,7 +24344,7 @@ paths: required: false schema: type: integer - - &200 + - &199 name: organization description: The organization name to query usage for. The name is not case sensitive. @@ -24311,7 +24364,7 @@ paths: required: false schema: type: string - - &201 + - &200 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -24471,7 +24524,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-usage-report-for-an-enterprise parameters: - *39 - - *197 + - *196 - name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -24480,7 +24533,7 @@ paths: required: false schema: type: integer - - *198 + - *197 - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -24587,17 +24640,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-usage-summary-for-an-enterprise parameters: - *39 + - *196 + - *198 - *197 - *199 - - *198 - - *200 - name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *201 + - *200 - name: sku description: The SKU to query for usage. in: query @@ -24796,13 +24849,13 @@ paths: application/json: schema: type: array - items: *202 + items: *201 examples: - default: *203 + default: *202 '500': *38 '403': *27 '404': *6 - '422': *204 + '422': *203 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24831,7 +24884,7 @@ paths: type: array items: *139 examples: - default: *205 + default: *204 headers: Link: *45 '403': *27 @@ -24910,7 +24963,7 @@ paths: application/json: schema: *139 examples: - default: *205 + default: *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24928,7 +24981,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *39 - - &206 + - &205 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -24947,7 +25000,7 @@ paths: type: array items: *4 examples: - default: &207 + default: &206 value: - login: octocat id: 1 @@ -24986,7 +25039,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *39 - - *206 + - *205 requestBody: required: true content: @@ -25017,7 +25070,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25035,7 +25088,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *39 - - *206 + - *205 requestBody: required: true content: @@ -25066,7 +25119,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25084,7 +25137,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *39 - - *206 + - *205 - *137 responses: '200': @@ -25093,7 +25146,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &208 + exampleKey1: &207 value: login: octocat id: 1 @@ -25129,7 +25182,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *39 - - *206 + - *205 - *137 responses: '201': @@ -25138,7 +25191,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *208 + exampleKey1: *207 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25156,7 +25209,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *39 - - *206 + - *205 - *137 responses: '204': @@ -25179,7 +25232,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *39 - - *206 + - *205 - *17 - *19 responses: @@ -25191,7 +25244,7 @@ paths: type: array items: *71 examples: - default: &209 + default: &208 value: login: github id: 1 @@ -25222,7 +25275,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *39 - - *206 + - *205 requestBody: required: true content: @@ -25252,7 +25305,7 @@ paths: type: array items: *71 examples: - default: &243 + default: &242 value: - login: github id: 1 @@ -25283,7 +25336,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *39 - - *206 + - *205 requestBody: required: true content: @@ -25324,7 +25377,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *39 - - *206 + - *205 - *85 responses: '200': @@ -25333,7 +25386,7 @@ paths: application/json: schema: *71 examples: - default: *209 + default: *208 '404': description: The team is not assigned to the organization x-github: @@ -25352,7 +25405,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *39 - - *206 + - *205 - *85 responses: '201': @@ -25361,7 +25414,7 @@ paths: application/json: schema: *71 examples: - default: *209 + default: *208 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25378,7 +25431,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *39 - - *206 + - *205 - *85 responses: '204': @@ -25403,7 +25456,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *39 - - &210 + - &209 name: team_slug description: The slug of the team name. in: path @@ -25417,7 +25470,7 @@ paths: application/json: schema: *139 examples: - default: *205 + default: *204 headers: Link: *45 '403': *27 @@ -25437,7 +25490,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *39 - - *210 + - *209 requestBody: required: true content: @@ -25497,7 +25550,7 @@ paths: application/json: schema: *139 examples: - default: *205 + default: *204 headers: Link: *45 '403': *27 @@ -25520,7 +25573,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *39 - - *210 + - *209 responses: '204': description: Response @@ -25619,7 +25672,7 @@ paths: application/json: schema: type: array - items: &238 + items: &237 title: Event description: Event type: object @@ -25630,7 +25683,7 @@ paths: type: - string - 'null' - actor: &211 + actor: &210 title: Actor description: Actor type: object @@ -25671,7 +25724,7 @@ paths: - id - name - url - org: *211 + org: *210 payload: oneOf: - title: CreateEvent @@ -25718,7 +25771,7 @@ paths: properties: action: type: string - discussion: &844 + discussion: &843 title: Discussion description: A Discussion in a repository. type: object @@ -26015,7 +26068,7 @@ paths: - id labels: type: array - items: &212 + items: &211 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -26098,7 +26151,7 @@ paths: properties: action: type: string - issue: &213 + issue: &212 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -26221,7 +26274,7 @@ paths: milestone: anyOf: - type: 'null' - - &392 + - &391 title: Milestone description: A collection of related issues and pull requests. @@ -26393,7 +26446,7 @@ paths: timeline_url: type: string format: uri - type: &358 + type: &357 title: Issue Type description: The type of issue. type: @@ -26452,7 +26505,7 @@ paths: anyOf: - type: 'null' - *5 - author_association: &214 + author_association: &213 title: author_association type: string description: How the author is associated with the @@ -26468,7 +26521,7 @@ paths: - OWNER examples: - OWNER - reactions: &215 + reactions: &214 title: Reaction Rollup type: object properties: @@ -26504,7 +26557,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &765 + sub_issues_summary: &764 title: Sub-issues Summary type: object properties: @@ -26525,7 +26578,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &766 + issue_dependencies_summary: &765 title: Issue Dependencies Summary type: object properties: @@ -26544,7 +26597,7 @@ paths: - total_blocking issue_field_values: type: array - items: &767 + items: &766 title: Issue Field Value description: A value assigned to an issue field type: object @@ -26644,10 +26697,10 @@ paths: assignees: type: array items: *4 - label: *212 + label: *211 labels: type: array - items: *212 + items: *211 required: - action - issue @@ -26656,8 +26709,8 @@ paths: properties: action: type: string - issue: *213 - comment: &628 + issue: *212 + comment: &627 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -26707,12 +26760,12 @@ paths: issue_url: type: string format: uri - author_association: *214 + author_association: *213 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *215 + reactions: *214 required: - id - node_id @@ -26891,7 +26944,7 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 allow_forking: type: boolean is_template: @@ -26982,7 +27035,7 @@ paths: type: string number: type: integer - pull_request: &217 + pull_request: &216 title: Pull Request Minimal type: object properties: @@ -27053,10 +27106,10 @@ paths: assignees: type: array items: *4 - label: *212 + label: *211 labels: type: array - items: *212 + items: *211 required: - action - number @@ -27066,7 +27119,7 @@ paths: properties: action: type: string - pull_request: *217 + pull_request: *216 comment: type: object properties: @@ -27320,7 +27373,7 @@ paths: - pull_request updated_at: type: string - pull_request: *217 + pull_request: *216 required: - action - review @@ -27369,7 +27422,7 @@ paths: updated_at: type: string format: date-time - reactions: *215 + reactions: *214 required: - action - comment @@ -27380,7 +27433,7 @@ paths: type: string release: allOf: - - &684 + - &683 title: Release description: A release. type: object @@ -27462,7 +27515,7 @@ paths: author: *4 assets: type: array - items: &685 + items: &684 title: Release Asset description: Data related to a release. type: object @@ -27537,7 +27590,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *215 + reactions: *214 required: - assets_url - upload_url @@ -27720,7 +27773,7 @@ paths: _links: type: object properties: - timeline: &218 + timeline: &217 title: Link With Type description: Hypermedia Link with Type type: object @@ -27732,17 +27785,17 @@ paths: required: - href - type - user: *218 - security_advisories: *218 - current_user: *218 - current_user_public: *218 - current_user_actor: *218 - current_user_organization: *218 + user: *217 + security_advisories: *217 + current_user: *217 + current_user_public: *217 + current_user_actor: *217 + current_user_organization: *217 current_user_organizations: type: array - items: *218 - repository_discussions: *218 - repository_discussions_category: *218 + items: *217 + repository_discussions: *217 + repository_discussions_category: *217 required: - timeline - user @@ -27804,7 +27857,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *219 + - *218 - *17 - *19 responses: @@ -27814,7 +27867,7 @@ paths: application/json: schema: type: array - items: &220 + items: &219 title: Base Gist description: Base Gist type: object @@ -27911,7 +27964,7 @@ paths: - created_at - updated_at examples: - default: &221 + default: &220 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -28035,7 +28088,7 @@ paths: description: Response content: application/json: - schema: &222 + schema: &221 title: Gist Simple description: Gist Simple type: object @@ -28053,7 +28106,7 @@ paths: url: type: string format: uri - user: &773 + user: &772 title: Public User description: Public User type: object @@ -28427,7 +28480,7 @@ paths: truncated: type: boolean examples: - default: &223 + default: &222 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -28531,7 +28584,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *219 + - *218 - *17 - *19 responses: @@ -28541,9 +28594,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *221 + default: *220 headers: Link: *45 '422': *15 @@ -28565,7 +28618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *219 + - *218 - *17 - *19 responses: @@ -28575,9 +28628,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *221 + default: *220 headers: Link: *45 '401': *23 @@ -28605,7 +28658,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &224 + - &223 name: gist_id description: The unique identifier of the gist. in: path @@ -28617,10 +28670,10 @@ paths: description: Response content: application/json: - schema: *222 + schema: *221 examples: - default: *223 - '403': &227 + default: *222 + '403': &226 description: Forbidden Gist content: application/json: @@ -28669,7 +28722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *224 + - *223 requestBody: required: true content: @@ -28733,9 +28786,9 @@ paths: description: Response content: application/json: - schema: *222 + schema: *221 examples: - updateGist: *223 + updateGist: *222 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -28893,7 +28946,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *224 + - *223 responses: '204': description: Response @@ -28922,7 +28975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *224 + - *223 - *17 - *19 responses: @@ -28932,7 +28985,7 @@ paths: application/json: schema: type: array - items: &225 + items: &224 title: Gist Comment description: A comment made to a gist. type: object @@ -28970,7 +29023,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *214 + author_association: *213 required: - url - id @@ -29035,7 +29088,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *224 + - *223 requestBody: required: true content: @@ -29061,9 +29114,9 @@ paths: description: Response content: application/json: - schema: *225 + schema: *224 examples: - default: &226 + default: &225 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -29121,8 +29174,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *224 - - &228 + - *223 + - &227 name: comment_id description: The unique identifier of the comment. in: path @@ -29135,12 +29188,12 @@ paths: description: Response content: application/json: - schema: *225 + schema: *224 examples: - default: *226 + default: *225 '304': *35 '404': *6 - '403': *227 + '403': *226 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29162,8 +29215,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *224 - - *228 + - *223 + - *227 requestBody: required: true content: @@ -29189,9 +29242,9 @@ paths: description: Response content: application/json: - schema: *225 + schema: *224 examples: - default: *226 + default: *225 '404': *6 x-github: githubCloudOnly: false @@ -29208,8 +29261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *224 - - *228 + - *223 + - *227 responses: '204': description: Response @@ -29232,7 +29285,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *224 + - *223 - *17 - *19 responses: @@ -29333,7 +29386,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *224 + - *223 - *17 - *19 responses: @@ -29343,7 +29396,7 @@ paths: application/json: schema: type: array - items: *222 + items: *221 examples: default: value: @@ -29408,13 +29461,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *224 + - *223 responses: '201': description: Response content: application/json: - schema: *220 + schema: *219 examples: default: value: @@ -29485,7 +29538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *224 + - *223 responses: '204': description: Response if gist is starred @@ -29515,7 +29568,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *224 + - *223 responses: '204': description: Response @@ -29537,7 +29590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *224 + - *223 responses: '204': description: Response @@ -29566,7 +29619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *224 + - *223 - name: sha in: path required: true @@ -29577,9 +29630,9 @@ paths: description: Response content: application/json: - schema: *222 + schema: *221 examples: - default: *223 + default: *222 '422': *15 '404': *6 '403': *27 @@ -29740,7 +29793,9 @@ paths: type: integer repositories: type: array - items: *76 + items: + allOf: + - *76 repository_selection: type: string examples: @@ -29948,7 +30003,7 @@ paths: - closed - all default: open - - &361 + - &360 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -29967,7 +30022,7 @@ paths: - comments default: created - *108 - - *219 + - *218 - name: collab in: query required: false @@ -29997,9 +30052,9 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: &362 + default: &361 value: - id: 1 node_id: MDU6SXNzdWUx @@ -30278,7 +30333,7 @@ paths: application/json: schema: type: array - items: *216 + items: *215 examples: default: value: @@ -30576,7 +30631,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &229 + X-CommonMarker-Version: &228 example: 0.17.4 schema: type: string @@ -30631,7 +30686,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *229 + X-CommonMarker-Version: *228 content: text/html: schema: @@ -30660,7 +30715,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &232 + - &231 name: account_id description: account_id parameter in: path @@ -30672,7 +30727,7 @@ paths: description: Response content: application/json: - schema: &231 + schema: &230 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -30706,7 +30761,7 @@ paths: - 'null' id: type: integer - plan: &230 + plan: &229 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -30809,7 +30864,7 @@ paths: - 'null' updated_at: type: string - plan: *230 + plan: *229 required: - url - id @@ -30817,7 +30872,7 @@ paths: - login - marketplace_purchase examples: - default: &233 + default: &232 value: url: https://api.github.com/orgs/github type: Organization @@ -30902,9 +30957,9 @@ paths: application/json: schema: type: array - items: *230 + items: *229 examples: - default: &234 + default: &233 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -30944,14 +30999,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &235 + - &234 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &236 + - &235 name: sort description: The property to sort the results by. in: query @@ -30981,9 +31036,9 @@ paths: application/json: schema: type: array - items: *231 + items: *230 examples: - default: &237 + default: &236 value: - url: https://api.github.com/orgs/github type: Organization @@ -31057,15 +31112,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *232 + - *231 responses: '200': description: Response content: application/json: - schema: *231 + schema: *230 examples: - default: *233 + default: *232 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -31097,9 +31152,9 @@ paths: application/json: schema: type: array - items: *230 + items: *229 examples: - default: *234 + default: *233 headers: Link: *45 '401': *23 @@ -31122,8 +31177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: + - *234 - *235 - - *236 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -31143,9 +31198,9 @@ paths: application/json: schema: type: array - items: *231 + items: *230 examples: - default: *237 + default: *236 headers: Link: *45 '401': *23 @@ -31410,14 +31465,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &439 + - &438 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &440 + - &439 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -31434,7 +31489,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -31479,7 +31534,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &445 + '301': &444 description: Moved permanently content: application/json: @@ -31501,7 +31556,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &658 + - &657 name: all description: If `true`, show notifications marked as read. in: query @@ -31509,7 +31564,7 @@ paths: schema: type: boolean default: false - - &659 + - &658 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -31518,8 +31573,8 @@ paths: schema: type: boolean default: false - - *219 - - &660 + - *218 + - &659 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -31544,14 +31599,14 @@ paths: application/json: schema: type: array - items: &239 + items: &238 title: Thread description: Thread type: object properties: id: type: string - repository: &273 + repository: &272 title: Minimal Repository description: Minimal Repository type: object @@ -31892,7 +31947,7 @@ paths: type: boolean examples: - false - security_and_analysis: &403 + security_and_analysis: &402 type: - object - 'null' @@ -32065,7 +32120,7 @@ paths: - url - subscription_url examples: - default: &661 + default: &660 value: - id: '1' repository: @@ -32231,7 +32286,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &240 + - &239 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -32245,7 +32300,7 @@ paths: description: Response content: application/json: - schema: *239 + schema: *238 examples: default: value: @@ -32348,7 +32403,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *240 + - *239 responses: '205': description: Reset Content @@ -32371,7 +32426,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *240 + - *239 responses: '204': description: No content @@ -32394,13 +32449,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *240 + - *239 responses: '200': description: Response content: application/json: - schema: &241 + schema: &240 title: Thread Subscription description: Thread Subscription type: object @@ -32444,7 +32499,7 @@ paths: - url - subscribed examples: - default: &242 + default: &241 value: subscribed: true ignored: false @@ -32475,7 +32530,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *240 + - *239 requestBody: required: false content: @@ -32496,9 +32551,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *240 examples: - default: *242 + default: *241 '304': *35 '403': *27 '401': *23 @@ -32521,7 +32576,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *240 + - *239 responses: '204': description: Response @@ -32618,7 +32673,7 @@ paths: type: array items: *71 examples: - default: *243 + default: *242 headers: Link: example: ; rel="next" @@ -32670,7 +32725,7 @@ paths: - 3 custom_roles: type: array - items: &317 + items: &316 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -32719,7 +32774,7 @@ paths: - created_at - updated_at examples: - default: &318 + default: &317 value: id: 8030 name: Security Engineer @@ -32772,7 +32827,7 @@ paths: description: Response content: application/json: - schema: &244 + schema: &243 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -32811,7 +32866,7 @@ paths: required: true content: application/json: - schema: *244 + schema: *243 examples: selected_actions: *42 responses: @@ -32846,7 +32901,7 @@ paths: description: Response content: application/json: - schema: &245 + schema: &244 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -32885,7 +32940,7 @@ paths: required: true content: application/json: - schema: *245 + schema: *244 examples: selected_actions: *44 responses: @@ -33194,7 +33249,7 @@ paths: type: array items: *150 examples: - default: &667 + default: &666 value: - property_name: environment value: production @@ -33244,7 +33299,7 @@ paths: required: - properties examples: - default: &668 + default: &667 value: properties: - property_name: environment @@ -33291,7 +33346,7 @@ paths: description: Response content: application/json: - schema: &246 + schema: &245 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -33701,7 +33756,7 @@ paths: - updated_at - archived_at examples: - default-response: &247 + default-response: &246 value: login: github id: 1 @@ -34027,17 +34082,17 @@ paths: description: Response content: application/json: - schema: *246 + schema: *245 examples: - default: *247 + default: *246 '422': description: Validation failed content: application/json: schema: oneOf: + - *247 - *248 - - *249 '409': *117 x-github: githubCloudOnly: false @@ -34092,9 +34147,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *249 examples: - default: *251 + default: *250 headers: Link: *45 x-github: @@ -34135,7 +34190,7 @@ paths: type: integer repository_cache_usages: type: array - items: &452 + items: &451 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -34213,7 +34268,7 @@ paths: type: array items: *46 examples: - default: *252 + default: *251 headers: Link: *45 x-github: @@ -34380,7 +34435,7 @@ paths: application/json: schema: *47 examples: - default: *253 + default: *252 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34472,7 +34527,7 @@ paths: application/json: schema: *50 examples: - default: *254 + default: *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34591,9 +34646,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *254 examples: - default: *256 + default: *255 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34629,7 +34684,7 @@ paths: type: array items: *54 examples: - default: *257 + default: *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34747,6 +34802,15 @@ paths: public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits` type: boolean + size: + description: The machine size of the runner. To list available sizes, + use `GET actions/hosted-runners/machine-sizes` + type: string + image_id: + description: The unique identifier of the runner image. To list + all available images, use `GET /actions/hosted-runners/images/github-owned` + or `GET /actions/hosted-runners/images/partner`. + type: string image_version: description: The version of the runner image to deploy. This is relevant only for runners using custom images. @@ -34818,7 +34882,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &258 + schema: &257 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -34832,7 +34896,7 @@ paths: required: - include_claim_keys examples: - default: &259 + default: &258 value: include_claim_keys: - repo @@ -34859,15 +34923,15 @@ paths: required: true content: application/json: - schema: *258 + schema: *257 examples: - default: *259 + default: *258 responses: '201': description: Empty response content: application/json: - schema: &284 + schema: &283 title: Empty Object description: An object without any properties. type: object @@ -34906,7 +34970,7 @@ paths: schema: type: object properties: - enabled_repositories: &261 + enabled_repositories: &260 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -34920,7 +34984,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *58 - selected_actions_url: *260 + selected_actions_url: *259 sha_pinning_required: *59 required: - enabled_repositories @@ -34962,7 +35026,7 @@ paths: schema: type: object properties: - enabled_repositories: *261 + enabled_repositories: *260 allowed_actions: *58 sha_pinning_required: *59 required: @@ -34998,7 +35062,7 @@ paths: description: Response content: application/json: - schema: *262 + schema: *261 examples: response: summary: Example response @@ -35029,7 +35093,7 @@ paths: required: true content: application/json: - schema: *263 + schema: *262 examples: application/json: value: @@ -35067,7 +35131,7 @@ paths: application/json: schema: *60 examples: - default: *264 + default: *263 '404': *6 x-github: enabledForGitHubApps: true @@ -35124,7 +35188,7 @@ paths: description: Response content: application/json: - schema: *265 + schema: *264 examples: default: *61 '403': *27 @@ -35149,7 +35213,7 @@ paths: required: true content: application/json: - schema: *266 + schema: *265 examples: default: *61 responses: @@ -35201,7 +35265,7 @@ paths: type: array items: *76 examples: - default: &268 + default: &267 value: total_count: 1 repositories: @@ -35386,7 +35450,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *85 - - &267 + - &266 name: repository_id description: The unique identifier of the repository. in: path @@ -35415,7 +35479,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *85 - - *267 + - *266 responses: '204': description: Response @@ -35611,7 +35675,7 @@ paths: type: array items: *76 examples: - default: *268 + default: *267 '403': *27 '404': *6 x-github: @@ -35680,7 +35744,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *85 - - *267 + - *266 responses: '204': description: No content @@ -35707,7 +35771,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *85 - - *267 + - *266 responses: '204': description: No content @@ -35741,7 +35805,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *268 examples: default: *67 x-github: @@ -35775,7 +35839,7 @@ paths: required: false content: application/json: - schema: *270 + schema: *269 examples: default: *67 x-github: @@ -35822,7 +35886,7 @@ paths: type: number runner_groups: type: array - items: &271 + items: &270 type: object properties: id: @@ -36012,9 +36076,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *270 examples: - default: &272 + default: &271 value: id: 2 name: octo-runner-group @@ -36056,7 +36120,7 @@ paths: description: Response content: application/json: - schema: *271 + schema: *270 examples: default: value: @@ -36149,9 +36213,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *270 examples: - default: *272 + default: *271 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -36215,7 +36279,7 @@ paths: type: array items: *46 examples: - default: *252 + default: *251 headers: Link: *45 x-github: @@ -36256,9 +36320,9 @@ paths: type: number repositories: type: array - items: *273 + items: *272 examples: - default: &776 + default: &775 value: total_count: 1 repositories: @@ -36557,7 +36621,7 @@ paths: parameters: - *85 - *70 - - *267 + - *266 responses: '204': description: Response @@ -36581,7 +36645,7 @@ paths: parameters: - *85 - *70 - - *267 + - *266 responses: '204': description: Response @@ -36799,9 +36863,9 @@ paths: application/json: schema: type: array - items: *274 + items: *273 examples: - default: *275 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36866,7 +36930,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *276 + '201': *275 '404': *6 '422': *7 '409': *117 @@ -36905,7 +36969,7 @@ paths: application/json: schema: *77 examples: - default: *277 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36941,7 +37005,7 @@ paths: application/json: schema: *77 examples: - default: *278 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36972,7 +37036,7 @@ paths: application/json: schema: *74 examples: - default: *279 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37147,7 +37211,7 @@ paths: - *85 - *73 responses: - '200': *280 + '200': *279 '404': *6 x-github: githubCloudOnly: false @@ -37176,7 +37240,7 @@ paths: parameters: - *85 - *73 - - *281 + - *280 responses: '200': *79 '404': *6 @@ -37221,7 +37285,7 @@ paths: type: integer secrets: type: array - items: &282 + items: &281 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -37302,7 +37366,7 @@ paths: description: Response content: application/json: - schema: &472 + schema: &471 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -37337,7 +37401,7 @@ paths: - key_id - key examples: - default: &473 + default: &472 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37363,7 +37427,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *85 - - &283 + - &282 name: secret_name description: The name of the secret. in: path @@ -37375,7 +37439,7 @@ paths: description: Response content: application/json: - schema: *282 + schema: *281 examples: default: value: @@ -37406,7 +37470,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -37463,7 +37527,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -37490,7 +37554,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *85 - - *283 + - *282 responses: '204': description: Response @@ -37517,7 +37581,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 - *19 - *17 responses: @@ -37535,9 +37599,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: &287 + default: &286 value: total_count: 1 repositories: @@ -37630,7 +37694,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -37683,7 +37747,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -37717,7 +37781,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -37750,7 +37814,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *85 - - &457 + - &456 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -37774,7 +37838,7 @@ paths: type: integer variables: type: array - items: &285 + items: &284 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -37912,7 +37976,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -37938,7 +38002,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *85 - - &286 + - &285 name: name description: The name of the variable. in: path @@ -37950,7 +38014,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *284 examples: default: value: @@ -37981,7 +38045,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *85 - - *286 + - *285 requestBody: required: true content: @@ -38044,7 +38108,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *85 - - *286 + - *285 responses: '204': description: Response @@ -38071,7 +38135,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *85 - - *286 + - *285 - *19 - *17 responses: @@ -38089,9 +38153,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: *287 + default: *286 '409': description: Response when the visibility of the variable is not set to `selected` @@ -38118,7 +38182,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *85 - - *286 + - *285 requestBody: required: true content: @@ -38168,7 +38232,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *85 - - *286 + - *285 - name: repository_id in: path required: true @@ -38203,7 +38267,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *85 - - *286 + - *285 - name: repository_id in: path required: true @@ -38261,7 +38325,7 @@ paths: required: true content: application/json: - schema: *288 + schema: *287 examples: default: *83 parameters: @@ -38426,7 +38490,7 @@ paths: type: integer deployment_records: type: array - items: &289 + items: &288 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -38471,7 +38535,7 @@ paths: description: The ID of the provenance attestation associated with the deployment record. examples: - default: &290 + default: &289 value: total_count: 1 deployment_records: @@ -38646,9 +38710,9 @@ paths: type: integer deployment_records: type: array - items: *289 + items: *288 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38858,9 +38922,9 @@ paths: - 3 deployment_records: type: array - items: *289 + items: *288 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38990,12 +39054,12 @@ paths: required: - subject_digests examples: - default: &805 + default: &804 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &806 + withPredicateType: &805 value: subject_digests: - sha256:abc123 @@ -39054,7 +39118,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &807 + default: &806 value: attestations_subject_digests: - sha256:abc: @@ -39403,7 +39467,7 @@ paths: initiator: type: string examples: - default: &486 + default: &485 value: attestations: - bundle: @@ -39529,10 +39593,10 @@ paths: required: false schema: type: string + - *290 - *291 - *292 - *293 - - *294 - *17 responses: '200': @@ -39541,9 +39605,9 @@ paths: application/json: schema: type: array - items: *295 + items: *294 examples: - default: *296 + default: *295 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -39572,7 +39636,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39666,7 +39730,7 @@ paths: subcategory: bypass-requests parameters: - *85 - - &299 + - &298 name: repository_name description: The name of the repository to filter on. in: query @@ -39685,9 +39749,9 @@ paths: application/json: schema: type: array - items: *297 + items: *296 examples: - default: *298 + default: *297 '404': *6 '500': *38 "/orgs/{org}/bypass-requests/secret-scanning": @@ -39711,7 +39775,7 @@ paths: subcategory: delegated-bypass parameters: - *85 - - *299 + - *298 - *101 - *102 - *103 @@ -39725,9 +39789,9 @@ paths: application/json: schema: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 '404': *6 '500': *38 "/orgs/{org}/campaigns": @@ -39754,7 +39818,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &303 + schema: &302 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -39780,7 +39844,7 @@ paths: application/json: schema: type: array - items: &304 + items: &303 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -39811,7 +39875,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *302 + items: *301 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -39830,7 +39894,7 @@ paths: - string - 'null' format: date-time - state: *303 + state: *302 contact_link: description: The contact link of the campaign. type: @@ -40053,9 +40117,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *303 examples: - default: &305 + default: &304 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -40138,9 +40202,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *303 examples: - default: *305 + default: *304 '404': *6 '422': description: Unprocessable Entity @@ -40218,7 +40282,7 @@ paths: - string - 'null' format: uri - state: *303 + state: *302 examples: default: value: @@ -40228,9 +40292,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *303 examples: - default: *305 + default: *304 '400': description: Bad Request content: @@ -40297,8 +40361,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *85 + - *305 - *306 - - *307 - *106 - *107 - *19 @@ -40309,7 +40373,7 @@ paths: be returned. in: query required: false - schema: *308 + schema: *307 - name: sort description: The property by which to sort the results. in: query @@ -40325,7 +40389,7 @@ paths: be returned. in: query required: false - schema: &511 + schema: &510 type: string description: Severity of a code scanning alert. enum: @@ -40351,9 +40415,9 @@ paths: application/json: schema: type: array - items: *309 + items: *308 examples: - default: *310 + default: *309 headers: Link: *45 '404': *6 @@ -40711,7 +40775,7 @@ paths: application/json: schema: *112 examples: - default: *311 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40739,9 +40803,9 @@ paths: description: Response content: application/json: - schema: *312 + schema: *311 examples: - default: *313 + default: *312 '304': *35 '403': *27 '404': *6 @@ -40828,7 +40892,7 @@ paths: application/json: schema: *112 examples: - default: *311 + default: *310 '304': *35 '403': *27 '404': *6 @@ -41251,7 +41315,7 @@ paths: default: value: default_for_new_repos: all - configuration: *311 + configuration: *310 '403': *27 '404': *6 x-github: @@ -41304,13 +41368,13 @@ paths: application/json: schema: type: array - items: *314 + items: *313 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *315 + repository: *314 '403': *27 '404': *6 x-github: @@ -41350,7 +41414,7 @@ paths: type: integer codespaces: type: array - items: &363 + items: &362 type: object title: Codespace description: A codespace. @@ -41381,11 +41445,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *273 + repository: *272 machine: anyOf: - type: 'null' - - &543 + - &542 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -41672,7 +41736,7 @@ paths: - pulls_url - recent_folders examples: - default: &364 + default: &363 value: total_count: 3 codespaces: @@ -42296,7 +42360,7 @@ paths: type: integer secrets: type: array - items: &316 + items: &315 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -42337,7 +42401,7 @@ paths: - updated_at - visibility examples: - default: &544 + default: &543 value: total_count: 2 secrets: @@ -42375,7 +42439,7 @@ paths: description: Response content: application/json: - schema: &545 + schema: &544 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -42410,7 +42474,7 @@ paths: - key_id - key examples: - default: &546 + default: &545 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -42434,15 +42498,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *85 - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *316 + schema: *315 examples: - default: &548 + default: &547 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -42470,7 +42534,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -42525,7 +42589,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -42552,7 +42616,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *85 - - *283 + - *282 responses: '204': description: Response @@ -42578,7 +42642,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 - *19 - *17 responses: @@ -42596,9 +42660,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: *287 + default: *286 '404': *6 x-github: githubCloudOnly: false @@ -42621,7 +42685,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -42672,7 +42736,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -42706,7 +42770,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -43295,13 +43359,13 @@ paths: application/json: schema: type: array - items: *202 + items: *201 examples: - default: *203 + default: *202 '500': *38 '403': *27 '404': *6 - '422': *204 + '422': *203 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43679,7 +43743,7 @@ paths: - 3 custom_roles: type: array - items: *317 + items: *316 examples: default: value: @@ -43771,7 +43835,7 @@ paths: required: true content: application/json: - schema: &319 + schema: &318 type: object properties: name: @@ -43813,9 +43877,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '422': *15 '404': *6 x-github: @@ -43846,9 +43910,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '404': *6 x-github: githubCloudOnly: true @@ -43876,7 +43940,7 @@ paths: required: true content: application/json: - schema: &320 + schema: &319 type: object properties: name: @@ -43915,9 +43979,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '422': *15 '404': *6 x-github: @@ -43975,7 +44039,7 @@ paths: required: true content: application/json: - schema: *319 + schema: *318 examples: default: value: @@ -43989,9 +44053,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '422': *15 '404': *6 x-github: @@ -44028,9 +44092,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '404': *6 x-github: githubCloudOnly: true @@ -44064,7 +44128,7 @@ paths: required: true content: application/json: - schema: *320 + schema: *319 examples: default: value: @@ -44079,9 +44143,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '422': *15 '404': *6 x-github: @@ -44141,11 +44205,11 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *85 + - *320 - *321 - *322 - *323 - *324 - - *325 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -44183,8 +44247,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string + - *325 - *326 - - *327 - *108 - *106 - *107 @@ -44196,9 +44260,9 @@ paths: application/json: schema: type: array - items: *328 + items: *327 examples: - default: *329 + default: *328 '304': *35 '400': *14 '403': *27 @@ -44242,7 +44306,7 @@ paths: type: integer secrets: type: array - items: &330 + items: &329 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -44321,7 +44385,7 @@ paths: description: Response content: application/json: - schema: &574 + schema: &573 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -44340,7 +44404,7 @@ paths: - key_id - key examples: - default: &575 + default: &574 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -44364,13 +44428,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *85 - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *330 + schema: *329 examples: default: value: @@ -44399,7 +44463,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -44458,7 +44522,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -44483,7 +44547,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *85 - - *283 + - *282 responses: '204': description: Response @@ -44508,7 +44572,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 - *19 - *17 responses: @@ -44526,9 +44590,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: *287 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44550,7 +44614,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -44601,7 +44665,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -44633,7 +44697,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -44670,7 +44734,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *85 - - &583 + - &582 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -44678,7 +44742,7 @@ paths: required: false schema: type: string - - &584 + - &583 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -44686,7 +44750,7 @@ paths: required: false schema: type: string - - &585 + - &584 name: time_period description: |- The time period to filter by. @@ -44702,7 +44766,7 @@ paths: - week - month default: month - - &586 + - &585 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -44717,7 +44781,7 @@ paths: - denied - all default: all - - *299 + - *298 - *17 - *19 responses: @@ -44727,7 +44791,7 @@ paths: application/json: schema: type: array - items: &587 + items: &586 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -44837,7 +44901,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: &331 + items: &330 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -44890,7 +44954,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &588 + default: &587 value: - id: 21 number: 42 @@ -44978,11 +45042,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *85 - - *299 + - *298 - *101 - *102 - *103 - - &332 + - &331 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -45008,7 +45072,7 @@ paths: application/json: schema: type: array - items: &589 + items: &588 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -45118,7 +45182,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *331 + items: *330 url: type: string format: uri @@ -45131,7 +45195,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &590 + default: &589 value: - id: 21 number: 42 @@ -45219,11 +45283,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *85 - - *299 + - *298 - *101 - *102 - *103 - - *332 + - *331 - *17 - *19 responses: @@ -45233,7 +45297,7 @@ paths: application/json: schema: type: array - items: &591 + items: &590 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -45360,7 +45424,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &592 + default: &591 value: - id: 21 number: 42 @@ -45448,7 +45512,7 @@ paths: application/json: schema: type: array - items: &373 + items: &372 title: Package description: A software package type: object @@ -45501,7 +45565,7 @@ paths: repository: anyOf: - type: 'null' - - *273 + - *272 created_at: type: string format: date-time @@ -45519,7 +45583,7 @@ paths: - created_at - updated_at examples: - default: &374 + default: &373 value: - id: 197 name: hello_docker @@ -45607,7 +45671,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: 200-response: value: @@ -45706,7 +45770,7 @@ paths: description: Response content: application/json: - schema: &436 + schema: &435 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -45796,7 +45860,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &437 + default: &436 value: group_id: '123' group_name: Octocat admins @@ -45851,7 +45915,7 @@ paths: description: Response content: application/json: - schema: &434 + schema: &433 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -45891,7 +45955,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &435 + default: &434 value: groups: - group_id: '123' @@ -45935,7 +45999,7 @@ paths: application/json: schema: type: array - items: &355 + items: &354 title: Organization Invitation description: Organization Invitation type: object @@ -45989,7 +46053,7 @@ paths: - invitation_teams_url - node_id examples: - default: &356 + default: &355 value: - id: 1 login: monalisa @@ -46056,7 +46120,7 @@ paths: application/json: schema: type: array - items: &404 + items: &403 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -46070,7 +46134,7 @@ paths: - name - description examples: - default: &405 + default: &404 value: - name: add_assignee description: Assign or remove a user @@ -46111,7 +46175,7 @@ paths: application/json: schema: type: array - items: &333 + items: &332 title: Org Hook description: Org Hook type: object @@ -46294,9 +46358,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *332 examples: - default: &334 + default: &333 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -46341,7 +46405,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *85 - - &335 + - &334 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -46354,9 +46418,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *332 examples: - default: *334 + default: *333 '404': *6 x-github: githubCloudOnly: false @@ -46378,7 +46442,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *85 - - *335 + - *334 requestBody: required: false content: @@ -46424,7 +46488,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *332 examples: default: value: @@ -46464,7 +46528,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *85 - - *335 + - *334 responses: '204': description: Response @@ -46490,7 +46554,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *85 - - *335 + - *334 responses: '200': description: Response @@ -46519,7 +46583,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *85 - - *335 + - *334 requestBody: required: false content: @@ -46568,9 +46632,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *85 - - *335 + - *334 - *17 - - *336 + - *335 responses: '200': description: Response @@ -46578,9 +46642,9 @@ paths: application/json: schema: type: array - items: *337 + items: *336 examples: - default: *338 + default: *337 '400': *14 '422': *15 x-github: @@ -46604,16 +46668,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *85 - - *335 + - *334 - *16 responses: '200': description: Response content: application/json: - schema: *339 + schema: *338 examples: - default: *340 + default: *339 '400': *14 '422': *15 x-github: @@ -46637,7 +46701,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *85 - - *335 + - *334 - *16 responses: '202': *37 @@ -46664,7 +46728,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *85 - - *335 + - *334 responses: '204': description: Response @@ -46687,7 +46751,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *85 - - &345 + - &344 name: actor_type in: path description: The type of the actor @@ -46700,14 +46764,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &346 + - &345 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &341 + - &340 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -46715,7 +46779,7 @@ paths: required: true schema: type: string - - &342 + - &341 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -46810,12 +46874,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *85 + - *340 - *341 - - *342 - *19 - *17 - *108 - - &351 + - &350 name: sort description: The property to sort the results by. in: query @@ -46895,14 +46959,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *85 + - *340 - *341 - - *342 responses: '200': description: Response content: application/json: - schema: &343 + schema: &342 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -46918,7 +46982,7 @@ paths: type: integer format: int64 examples: - default: &344 + default: &343 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -46939,23 +47003,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *85 - - &347 + - &346 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string + - *340 - *341 - - *342 responses: '200': description: Response content: application/json: - schema: *343 + schema: *342 examples: - default: *344 + default: *343 x-github: enabledForGitHubApps: true category: orgs @@ -46974,18 +47038,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *85 + - *340 - *341 - - *342 + - *344 - *345 - - *346 responses: '200': description: Response content: application/json: - schema: *343 + schema: *342 examples: - default: *344 + default: *343 x-github: enabledForGitHubApps: true category: orgs @@ -47003,9 +47067,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *85 + - *340 - *341 - - *342 - - &348 + - &347 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -47018,7 +47082,7 @@ paths: description: Response content: application/json: - schema: &349 + schema: &348 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -47034,7 +47098,7 @@ paths: type: integer format: int64 examples: - default: &350 + default: &349 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -47071,18 +47135,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *85 - - *347 + - *346 + - *340 - *341 - - *342 - - *348 + - *347 responses: '200': description: Response content: application/json: - schema: *349 + schema: *348 examples: - default: *350 + default: *349 x-github: enabledForGitHubApps: true category: orgs @@ -47100,19 +47164,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *85 + - *344 - *345 - - *346 + - *340 - *341 - - *342 - - *348 + - *347 responses: '200': description: Response content: application/json: - schema: *349 + schema: *348 examples: - default: *350 + default: *349 x-github: enabledForGitHubApps: true category: orgs @@ -47130,13 +47194,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *85 - - *347 + - *346 + - *340 - *341 - - *342 - *19 - *17 - *108 - - *351 + - *350 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -47220,7 +47284,7 @@ paths: application/json: schema: *20 examples: - default: &623 + default: &622 value: id: 1 account: @@ -47386,12 +47450,12 @@ paths: application/json: schema: anyOf: - - &353 + - &352 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &352 + limit: &351 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -47419,7 +47483,7 @@ paths: properties: {} additionalProperties: false examples: - default: &354 + default: &353 value: limit: collaborators_only origin: organization @@ -47448,13 +47512,13 @@ paths: required: true content: application/json: - schema: &624 + schema: &623 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *352 + limit: *351 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -47479,9 +47543,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *352 examples: - default: *354 + default: *353 '422': *15 x-github: githubCloudOnly: false @@ -47559,9 +47623,9 @@ paths: application/json: schema: type: array - items: *355 + items: *354 examples: - default: *356 + default: *355 headers: Link: *45 '404': *6 @@ -47639,7 +47703,7 @@ paths: description: Response content: application/json: - schema: *355 + schema: *354 examples: default: value: @@ -47696,7 +47760,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *85 - - &357 + - &356 name: invitation_id description: The unique identifier of the invitation. in: path @@ -47730,7 +47794,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *85 - - *357 + - *356 - *17 - *19 responses: @@ -47740,9 +47804,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: &372 + default: &371 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -47785,7 +47849,7 @@ paths: application/json: schema: type: array - items: *358 + items: *357 examples: default: value: @@ -47873,9 +47937,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *357 examples: - default: &359 + default: &358 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -47908,7 +47972,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *85 - - &360 + - &359 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -47964,9 +48028,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *357 examples: - default: *359 + default: *358 '404': *6 '422': *7 x-github: @@ -47991,7 +48055,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *85 - - *360 + - *359 responses: '204': description: Response @@ -48054,7 +48118,7 @@ paths: - closed - all default: open - - *361 + - *360 - name: type description: Can be the name of an issue type. in: query @@ -48073,7 +48137,7 @@ paths: - comments default: created - *108 - - *219 + - *218 - *17 - *19 responses: @@ -48083,9 +48147,9 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: *362 + default: *361 headers: Link: *45 '404': *6 @@ -48145,7 +48209,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 '422': *15 @@ -48244,9 +48308,9 @@ paths: type: integer codespaces: type: array - items: *363 + items: *362 examples: - default: *364 + default: *363 '304': *35 '500': *38 '401': *23 @@ -48273,7 +48337,7 @@ paths: parameters: - *85 - *137 - - &365 + - &364 name: codespace_name in: path required: true @@ -48308,15 +48372,15 @@ paths: parameters: - *85 - *137 - - *365 + - *364 responses: '200': description: Response content: application/json: - schema: *363 + schema: *362 examples: - default: &542 + default: &541 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -48572,7 +48636,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &365 title: Org Membership description: Org Membership type: object @@ -48641,7 +48705,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &367 + response-if-user-has-an-active-admin-membership-with-organization: &366 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -48742,9 +48806,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: - response-if-user-already-had-membership-with-organization: *367 + response-if-user-already-had-membership-with-organization: *366 '422': *15 '403': *27 x-github: @@ -48816,7 +48880,7 @@ paths: application/json: schema: type: array - items: &368 + items: &367 title: Migration description: A migration. type: object @@ -49154,7 +49218,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -49333,7 +49397,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *85 - - &369 + - &368 name: migration_id description: The unique identifier of the migration. in: path @@ -49361,7 +49425,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -49531,7 +49595,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *85 - - *369 + - *368 responses: '302': description: Response @@ -49553,7 +49617,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *85 - - *369 + - *368 responses: '204': description: Response @@ -49577,8 +49641,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *85 - - *369 - - &788 + - *368 + - &787 name: repo_name description: repo_name parameter in: path @@ -49606,7 +49670,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *85 - - *369 + - *368 - *17 - *19 responses: @@ -49616,9 +49680,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: &379 + default: &378 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -49827,7 +49891,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &370 + items: &369 title: Organization Role description: Organization roles type: object @@ -50036,7 +50100,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: default: value: @@ -50088,7 +50152,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *85 - - *210 + - *209 responses: '204': description: Response @@ -50114,7 +50178,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *85 - - *210 + - *209 - *136 responses: '204': @@ -50145,7 +50209,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *85 - - *210 + - *209 - *136 responses: '204': @@ -50266,7 +50330,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: default: value: @@ -50363,7 +50427,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: default: value: @@ -50522,7 +50586,7 @@ paths: parent: anyOf: - type: 'null' - - *371 + - *370 type: description: The ownership type of the team type: string @@ -50555,7 +50619,7 @@ paths: - type - parent examples: - default: *372 + default: *371 headers: Link: *45 '404': @@ -50614,7 +50678,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *371 + items: *370 name: type: - string @@ -50731,7 +50795,7 @@ paths: - type - url examples: - default: *207 + default: *206 headers: Link: *45 '404': @@ -50782,7 +50846,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -50924,7 +50988,7 @@ paths: - nuget - container - *85 - - &789 + - &788 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -50960,12 +51024,12 @@ paths: application/json: schema: type: array - items: *373 + items: *372 examples: - default: *374 + default: *373 '403': *27 '401': *23 - '400': &791 + '400': &790 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -50987,7 +51051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &375 + - &374 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -51005,7 +51069,7 @@ paths: - docker - nuget - container - - &376 + - &375 name: package_name description: The name of the package. in: path @@ -51018,7 +51082,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *372 examples: default: value: @@ -51070,8 +51134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: + - *374 - *375 - - *376 - *85 responses: '204': @@ -51104,8 +51168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: + - *374 - *375 - - *376 - *85 - name: token description: package token @@ -51138,8 +51202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: + - *374 - *375 - - *376 - *85 - *19 - *17 @@ -51160,7 +51224,7 @@ paths: application/json: schema: type: array - items: &377 + items: &376 title: Package Version description: A version of a software package type: object @@ -51295,10 +51359,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: + - *374 - *375 - - *376 - *85 - - &378 + - &377 name: package_version_id description: Unique identifier of the package version. in: path @@ -51310,7 +51374,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *376 examples: default: value: @@ -51346,10 +51410,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: + - *374 - *375 - - *376 - *85 - - *378 + - *377 responses: '204': description: Response @@ -51381,10 +51445,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: + - *374 - *375 - - *376 - *85 - - *378 + - *377 responses: '204': description: Response @@ -51414,7 +51478,7 @@ paths: - *85 - *17 - *19 - - &380 + - &379 name: sort description: The property by which to sort the results. in: query @@ -51425,7 +51489,7 @@ paths: - created_at default: created_at - *108 - - &381 + - &380 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -51437,7 +51501,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &382 + - &381 name: repository description: The name of the repository to use to filter the results. in: query @@ -51446,7 +51510,7 @@ paths: type: string examples: - Hello-World - - &383 + - &382 name: permission description: The permission to use to filter the results. in: query @@ -51455,7 +51519,7 @@ paths: type: string examples: - issues_read - - &384 + - &383 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -51465,7 +51529,7 @@ paths: schema: type: string format: date-time - - &385 + - &384 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -51475,7 +51539,7 @@ paths: schema: type: string format: date-time - - &386 + - &385 name: token_id description: The ID of the token in: query @@ -51792,9 +51856,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -51820,14 +51884,14 @@ paths: - *85 - *17 - *19 - - *380 + - *379 - *108 + - *380 - *381 - *382 - *383 - *384 - *385 - - *386 responses: '500': *38 '422': *15 @@ -52109,9 +52173,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -52153,7 +52217,7 @@ paths: type: integer configurations: type: array - items: &387 + items: &386 title: Organization private registry description: Private registry configuration for an organization type: object @@ -52449,7 +52513,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &388 + org-private-registry-with-selected-visibility: &387 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -52541,15 +52605,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *85 - - *283 + - *282 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *387 + schema: *386 examples: - default: *388 + default: *387 '404': *6 x-github: githubCloudOnly: false @@ -52571,7 +52635,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -52677,7 +52741,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *85 - - *283 + - *282 responses: '204': description: Response @@ -52717,7 +52781,7 @@ paths: application/json: schema: type: array - items: &389 + items: &388 title: Projects v2 Project description: A projects v2 project type: object @@ -52791,7 +52855,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &877 + - &876 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -52876,7 +52940,7 @@ paths: - deleted_at - deleted_by examples: - default: &390 + default: &389 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -52979,7 +53043,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &391 + - &390 name: project_number description: The project's number. in: path @@ -52992,9 +53056,9 @@ paths: description: Response content: application/json: - schema: *389 + schema: *388 examples: - default: *390 + default: *389 headers: Link: *45 '304': *35 @@ -53017,7 +53081,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *85 - - *391 + - *390 requestBody: required: true description: Details of the draft item to create in the project. @@ -53051,7 +53115,7 @@ paths: description: Response content: application/json: - schema: &396 + schema: &395 title: Projects v2 Item description: An item belonging to a project type: object @@ -53064,8 +53128,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *213 - - &557 + - *212 + - &556 title: Pull Request Simple description: Pull Request Simple type: object @@ -53185,7 +53249,7 @@ paths: milestone: anyOf: - type: 'null' - - *392 + - *391 active_lock_reason: type: - string @@ -53240,7 +53304,7 @@ paths: type: - array - 'null' - items: *302 + items: *301 head: type: object properties: @@ -53284,7 +53348,7 @@ paths: _links: type: object properties: - comments: &393 + comments: &392 title: Link description: Hypermedia Link type: object @@ -53293,13 +53357,13 @@ paths: type: string required: - href - commits: *393 - statuses: *393 - html: *393 - issue: *393 - review_comments: *393 - review_comment: *393 - self: *393 + commits: *392 + statuses: *392 + html: *392 + issue: *392 + review_comments: *392 + review_comment: *392 + self: *392 required: - comments - commits @@ -53309,8 +53373,8 @@ paths: - review_comments - review_comment - self - author_association: *214 - auto_merge: &670 + author_association: *213 + auto_merge: &669 title: Auto merge description: The status of auto merging a pull request. type: @@ -53412,7 +53476,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &395 + content_type: &394 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -53456,7 +53520,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &397 + draft_issue: &396 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -53530,7 +53594,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *391 + - *390 - *85 - *17 - *106 @@ -53542,7 +53606,7 @@ paths: application/json: schema: type: array - items: &394 + items: &393 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -53692,7 +53756,7 @@ paths: - updated_at - project_url examples: - default: &810 + default: &809 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -53822,7 +53886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *391 + - *390 - *85 requestBody: required: true @@ -53869,7 +53933,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &811 + items: &810 type: object properties: name: @@ -53905,7 +53969,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &812 + iteration_configuration: &811 type: object description: The configuration for iteration fields. properties: @@ -53954,7 +54018,7 @@ paths: value: name: Due date data_type: date - single_select_field: &813 + single_select_field: &812 summary: Create a single select field value: name: Priority @@ -53981,7 +54045,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &814 + iteration_field: &813 summary: Create an iteration field value: name: Sprint @@ -54005,9 +54069,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *394 + schema: *393 examples: - text_field: &815 + text_field: &814 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -54016,7 +54080,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &816 + number_field: &815 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -54025,7 +54089,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &817 + date_field: &816 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -54034,7 +54098,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &818 + single_select_field: &817 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -54068,7 +54132,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &819 + iteration_field: &818 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -54113,8 +54177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *391 - - &820 + - *390 + - &819 name: field_id description: The unique identifier of the field. in: path @@ -54127,9 +54191,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *393 examples: - default: &821 + default: &820 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -54185,7 +54249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *391 + - *390 - *85 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -54218,7 +54282,7 @@ paths: application/json: schema: type: array - items: &398 + items: &397 title: Projects v2 Item description: An item belonging to a project type: object @@ -54235,7 +54299,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *395 + content_type: *394 content: type: - object @@ -54285,7 +54349,7 @@ paths: - updated_at - archived_at examples: - default: &399 + default: &398 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -54982,7 +55046,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *85 - - *391 + - *390 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -55052,22 +55116,22 @@ paths: description: Response content: application/json: - schema: *396 + schema: *395 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *397 + value: *396 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *397 + value: *396 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *397 + value: *396 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *397 + value: *396 '304': *35 '403': *27 '401': *23 @@ -55087,9 +55151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *391 + - *390 - *85 - - &400 + - &399 name: item_id description: The unique identifier of the project item. in: path @@ -55115,9 +55179,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - default: *399 + default: *398 headers: Link: *45 '304': *35 @@ -55138,9 +55202,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *391 + - *390 - *85 - - *400 + - *399 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -55213,13 +55277,13 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - text_field: *399 - number_field: *399 - date_field: *399 - single_select_field: *399 - iteration_field: *399 + text_field: *398 + number_field: *398 + date_field: *398 + single_select_field: *398 + iteration_field: *398 '401': *23 '403': *27 '404': *6 @@ -55239,9 +55303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *391 + - *390 - *85 - - *400 + - *399 responses: '204': description: Response @@ -55265,7 +55329,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *85 - - *391 + - *390 requestBody: required: true content: @@ -55339,7 +55403,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &802 + schema: &801 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -55443,7 +55507,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &401 + value: &400 value: id: 1 number: 1 @@ -55489,10 +55553,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *401 + value: *400 roadmap_view: summary: Response for creating a roadmap view - value: *401 + value: *400 '304': *35 '403': *27 '401': *23 @@ -55520,9 +55584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-project-view parameters: - - *391 + - *390 - *85 - - &822 + - &821 name: view_number description: The number that identifies the project view. in: path @@ -55554,9 +55618,9 @@ paths: application/json: schema: type: array - items: *398 + items: *397 examples: - default: *399 + default: *398 headers: Link: *45 '304': *35 @@ -55720,7 +55784,7 @@ paths: required: true content: application/json: - schema: *402 + schema: *401 examples: default: value: @@ -55948,7 +56012,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -56086,9 +56150,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -56292,7 +56356,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &443 title: Full Repository description: Full Repository type: object @@ -56738,7 +56802,7 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 organization: anyOf: - type: 'null' @@ -56757,7 +56821,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &562 + code_of_conduct: &561 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -56787,7 +56851,7 @@ paths: - key - name - html_url - security_and_analysis: *403 + security_and_analysis: *402 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -56871,7 +56935,7 @@ paths: - network_count - subscribers_count examples: - default: &446 + default: &445 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -57397,9 +57461,9 @@ paths: application/json: schema: type: array - items: *404 + items: *403 examples: - default: *405 + default: *404 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -57424,7 +57488,7 @@ paths: - *85 - *17 - *19 - - &692 + - &691 name: targets description: | A comma-separated list of rule targets to filter by. @@ -57516,11 +57580,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *163 - conditions: *406 + conditions: *405 rules: type: array description: An array of rules within the ruleset. - items: &408 + items: &407 title: Repository Rule type: object description: A repository rule. @@ -57585,7 +57649,7 @@ paths: application/json: schema: *185 examples: - default: &407 + default: &406 value: id: 21 name: super cool ruleset @@ -57640,7 +57704,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *85 - - &694 + - &693 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -57650,16 +57714,16 @@ paths: schema: type: string x-multi-segment: true - - *299 + - *298 - *103 - - &695 + - &694 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &696 + - &695 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -57679,7 +57743,7 @@ paths: description: Response content: application/json: - schema: &697 + schema: &696 title: Rule Suites description: Response type: array @@ -57735,7 +57799,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &698 + default: &697 value: - id: 21 actor_id: 12 @@ -57779,7 +57843,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *85 - - &699 + - &698 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -57795,7 +57859,7 @@ paths: description: Response content: application/json: - schema: &700 + schema: &699 title: Rule Suite description: Response type: object @@ -57902,7 +57966,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &701 + default: &700 value: id: 21 actor_id: 12 @@ -57977,7 +58041,7 @@ paths: application/json: schema: *185 examples: - default: *407 + default: *406 '404': *6 '500': *38 put: @@ -58026,11 +58090,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *163 - conditions: *406 + conditions: *405 rules: description: An array of rules within the ruleset. type: array - items: *408 + items: *407 examples: default: value: @@ -58067,7 +58131,7 @@ paths: application/json: schema: *185 examples: - default: *407 + default: *406 '404': *6 '500': *38 delete: @@ -58126,7 +58190,7 @@ paths: type: array items: *189 examples: - default: *409 + default: *408 '404': *6 '500': *38 x-github: @@ -58163,7 +58227,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *409 examples: default: value: @@ -58226,15 +58290,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *85 + - *410 - *411 - *412 - *413 - *414 - - *415 - *108 - *19 - *17 - - &703 + - &702 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -58244,7 +58308,7 @@ paths: required: false schema: type: string - - &704 + - &703 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -58254,10 +58318,10 @@ paths: required: false schema: type: string + - *415 - *416 - *417 - *418 - - *419 responses: '200': description: Response @@ -58265,9 +58329,9 @@ paths: application/json: schema: type: array - items: *420 + items: *419 examples: - default: *421 + default: *420 headers: Link: *45 '404': *6 @@ -58302,9 +58366,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *421 examples: - default: *423 + default: *422 '403': *27 '404': *6 patch: @@ -58457,7 +58521,7 @@ paths: application/json: schema: type: array - items: &725 + items: &724 description: A repository security advisory. type: object properties: @@ -58701,7 +58765,7 @@ paths: login: type: string description: The username of the user credited. - type: *424 + type: *423 credits_detailed: type: - array @@ -58712,7 +58776,7 @@ paths: type: object properties: user: *4 - type: *424 + type: *423 state: type: string description: The state of the user's acceptance of the @@ -58738,7 +58802,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *302 + items: *301 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -58776,7 +58840,7 @@ paths: - private_fork additionalProperties: false examples: - default: &726 + default: &725 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -59163,9 +59227,9 @@ paths: application/json: schema: type: array - items: *371 + items: *370 examples: - default: *372 + default: *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59189,7 +59253,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *85 - - *210 + - *209 responses: '204': description: Response @@ -59215,7 +59279,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *85 - - *210 + - *209 responses: '204': description: Response @@ -59247,7 +59311,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *85 - - *425 + - *424 - *17 - *19 responses: @@ -59255,9 +59319,9 @@ paths: description: Success content: application/json: - schema: *426 + schema: *425 examples: - default: *427 + default: *426 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -59403,9 +59467,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: *287 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59474,7 +59538,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *85 - - *267 + - *266 responses: '204': description: Response @@ -59497,7 +59561,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *85 - - *267 + - *266 responses: '204': description: Response @@ -59540,7 +59604,7 @@ paths: type: array items: *142 examples: - default: *428 + default: *427 headers: Link: *45 x-github: @@ -59741,15 +59805,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *85 - - *429 + - *428 responses: '200': description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *431 + default: *430 headers: Link: *45 x-github: @@ -59787,7 +59851,7 @@ paths: description: Response content: application/json: - schema: &441 + schema: &440 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -59839,7 +59903,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &442 + default: &441 value: groups: - group_id: '123' @@ -59885,7 +59949,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *85 - - *210 + - *209 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -59917,13 +59981,13 @@ paths: application/json: schema: type: array - items: *202 + items: *201 examples: - default: *203 + default: *202 '500': *38 '403': *27 '404': *6 - '422': *204 + '422': *203 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59951,9 +60015,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 headers: Link: *45 '403': *27 @@ -60047,7 +60111,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &431 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -60121,7 +60185,7 @@ paths: parent: anyOf: - type: 'null' - - *371 + - *370 members_count: type: integer examples: @@ -60446,7 +60510,7 @@ paths: - repos_count - organization examples: - default: &433 + default: &432 value: id: 1 node_id: MDQ6VGVhbTE= @@ -60517,15 +60581,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *85 - - *210 + - *209 responses: '200': description: Response content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '404': *6 x-github: githubCloudOnly: false @@ -60547,7 +60611,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *85 - - *210 + - *209 requestBody: required: false content: @@ -60610,16 +60674,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '201': description: Response content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '404': *6 '422': *15 '403': *27 @@ -60645,7 +60709,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *85 - - *210 + - *209 responses: '204': description: Response @@ -60669,15 +60733,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *85 - - *210 + - *209 responses: '200': description: Response content: application/json: - schema: *434 + schema: *433 examples: - default: *435 + default: *434 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -60697,7 +60761,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *85 - - *210 + - *209 requestBody: required: true content: @@ -60721,9 +60785,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -60743,7 +60807,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *85 - - *210 + - *209 responses: '204': description: Response @@ -60768,7 +60832,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *85 - - *210 + - *209 - *17 - *19 responses: @@ -60778,9 +60842,9 @@ paths: application/json: schema: type: array - items: *355 + items: *354 examples: - default: *356 + default: *355 headers: Link: *45 x-github: @@ -60803,7 +60867,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *85 - - *210 + - *209 - name: role description: Filters members returned by their role in the team. in: query @@ -60826,7 +60890,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -60857,14 +60921,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *85 - - *210 + - *209 - *137 responses: '200': description: Response content: application/json: - schema: &438 + schema: &437 title: Team Membership description: Team Membership type: object @@ -60892,7 +60956,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &769 + response-if-user-is-a-team-maintainer: &768 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -60929,7 +60993,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *85 - - *210 + - *209 - *137 requestBody: required: false @@ -60955,9 +61019,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *437 examples: - response-if-users-membership-with-team-is-now-pending: &770 + response-if-users-membership-with-team-is-now-pending: &769 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -60993,7 +61057,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *85 - - *210 + - *209 - *137 responses: '204': @@ -61021,7 +61085,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *85 - - *210 + - *209 - *17 - *19 responses: @@ -61031,9 +61095,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -61063,15 +61127,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *85 - - *210 + - *209 + - *438 - *439 - - *440 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &771 + schema: &770 title: Team Repository description: A team's access to a repository. type: object @@ -61097,7 +61161,7 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 forks: type: integer permissions: @@ -61713,9 +61777,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *85 - - *210 + - *209 + - *438 - *439 - - *440 requestBody: required: false content: @@ -61761,9 +61825,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *85 - - *210 + - *209 + - *438 - *439 - - *440 responses: '204': description: Response @@ -61790,15 +61854,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *85 - - *210 + - *209 responses: '200': description: Response content: application/json: - schema: *441 + schema: *440 examples: - default: *442 + default: *441 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -61821,7 +61885,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *85 - - *210 + - *209 requestBody: required: true content: @@ -61864,7 +61928,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *440 examples: default: value: @@ -61897,7 +61961,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *85 - - *210 + - *209 - *17 - *19 responses: @@ -61907,9 +61971,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - response-if-child-teams-exist: &772 + response-if-child-teams-exist: &771 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -62063,7 +62127,7 @@ paths: resources: type: object properties: - core: &443 + core: &442 title: Rate Limit type: object properties: @@ -62080,21 +62144,21 @@ paths: - remaining - reset - used - graphql: *443 - search: *443 - code_search: *443 - source_import: *443 - integration_manifest: *443 - code_scanning_upload: *443 - actions_runner_registration: *443 - scim: *443 - dependency_snapshots: *443 - dependency_sbom: *443 - code_scanning_autofix: *443 + graphql: *442 + search: *442 + code_search: *442 + source_import: *442 + integration_manifest: *442 + code_scanning_upload: *442 + actions_runner_registration: *442 + scim: *442 + dependency_snapshots: *442 + dependency_sbom: *442 + code_scanning_autofix: *442 required: - core - search - rate: *443 + rate: *442 required: - rate - resources @@ -62199,14 +62263,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *444 + schema: *443 examples: default-response: summary: Default response @@ -62711,7 +62775,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *445 + '301': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62729,8 +62793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -62988,10 +63052,10 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *446 - '307': &447 + default: *445 + '307': &446 description: Temporary Redirect content: application/json: @@ -63020,8 +63084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -63043,7 +63107,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *447 + '307': *446 '404': *6 '409': *117 x-github: @@ -63067,11 +63131,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: + - *438 - *439 - - *440 - *17 - *19 - - &464 + - &463 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -63094,7 +63158,7 @@ paths: type: integer artifacts: type: array - items: &448 + items: &447 title: Artifact description: An artifact type: object @@ -63189,7 +63253,7 @@ paths: - expires_at - updated_at examples: - default: &465 + default: &464 value: total_count: 2 artifacts: @@ -63250,9 +63314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: + - *438 - *439 - - *440 - - &449 + - &448 name: artifact_id description: The unique identifier of the artifact. in: path @@ -63264,7 +63328,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: default: value: @@ -63302,9 +63366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: + - *438 - *439 - - *440 - - *449 + - *448 responses: '204': description: Response @@ -63328,9 +63392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: + - *438 - *439 - - *440 - - *449 + - *448 - name: archive_format in: path required: true @@ -63344,7 +63408,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &627 + '410': &626 description: Gone content: application/json: @@ -63369,14 +63433,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: &450 + schema: &449 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -63410,13 +63474,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: application/json: - schema: *450 + schema: *449 examples: selected_actions: *42 responses: @@ -63445,14 +63509,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: &451 + schema: &450 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -63486,13 +63550,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: application/json: - schema: *451 + schema: *450 examples: selected_actions: *44 responses: @@ -63523,14 +63587,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *452 + schema: *451 examples: default: value: @@ -63556,11 +63620,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: + - *438 - *439 - - *440 - *17 - *19 - - &453 + - &452 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -63594,7 +63658,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &453 title: Repository actions caches description: Repository actions caches type: object @@ -63644,7 +63708,7 @@ paths: - total_count - actions_caches examples: - default: &455 + default: &454 value: total_count: 1 actions_caches: @@ -63676,23 +63740,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: + - *438 - *439 - - *440 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *453 + - *452 responses: '200': description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63712,8 +63776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: + - *438 - *439 - - *440 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -63744,9 +63808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - &456 + - &455 name: job_id description: The unique identifier of the job. in: path @@ -63758,7 +63822,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &467 title: Job description: Information of a job execution in a workflow run type: object @@ -64105,9 +64169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *456 + - *455 responses: '302': description: Response @@ -64135,9 +64199,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: + - *438 - *439 - - *440 - - *456 + - *455 requestBody: required: false content: @@ -64159,7 +64223,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -64183,8 +64247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Status response @@ -64234,8 +64298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -64269,7 +64333,7 @@ paths: description: Empty response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -64298,8 +64362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -64317,7 +64381,7 @@ paths: type: integer secrets: type: array - items: &470 + items: &469 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -64338,7 +64402,7 @@ paths: - created_at - updated_at examples: - default: &471 + default: &470 value: total_count: 2 secrets: @@ -64371,9 +64435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: + - *438 - *439 - - *440 - - *457 + - *456 - *19 responses: '200': @@ -64390,7 +64454,7 @@ paths: type: integer variables: type: array - items: &474 + items: &473 title: Actions Variable type: object properties: @@ -64424,7 +64488,7 @@ paths: - created_at - updated_at examples: - default: &475 + default: &474 value: total_count: 2 variables: @@ -64457,8 +64521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -64467,11 +64531,11 @@ paths: schema: type: object properties: - enabled: &458 + enabled: &457 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *58 - selected_actions_url: *260 + selected_actions_url: *259 sha_pinning_required: *59 required: - enabled @@ -64502,8 +64566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -64514,7 +64578,7 @@ paths: schema: type: object properties: - enabled: *458 + enabled: *457 allowed_actions: *58 sha_pinning_required: *59 required: @@ -64547,14 +64611,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: &459 + schema: &458 type: object properties: access_level: @@ -64572,7 +64636,7 @@ paths: required: - access_level examples: - default: &460 + default: &459 value: access_level: organization x-github: @@ -64597,15 +64661,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: application/json: - schema: *459 + schema: *458 examples: - default: *460 + default: *459 responses: '204': description: Response @@ -64629,14 +64693,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *262 + schema: *261 examples: default: value: @@ -64660,8 +64724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Empty response for successful settings update @@ -64671,7 +64735,7 @@ paths: required: true content: application/json: - schema: *263 + schema: *262 examples: default: summary: Set retention days @@ -64695,8 +64759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -64704,7 +64768,7 @@ paths: application/json: schema: *60 examples: - default: *264 + default: *263 '404': *6 x-github: enabledForGitHubApps: true @@ -64723,8 +64787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -64758,14 +64822,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *265 + schema: *264 examples: default: *61 '403': *27 @@ -64787,13 +64851,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: application/json: - schema: *266 + schema: *265 examples: default: *61 responses: @@ -64819,8 +64883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -64851,8 +64915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -64884,14 +64948,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *269 + schema: *268 examples: default: *67 x-github: @@ -64914,8 +64978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Success response @@ -64926,7 +64990,7 @@ paths: required: true content: application/json: - schema: *270 + schema: *269 examples: default: *67 x-github: @@ -64955,8 +65019,8 @@ paths: in: query schema: type: string + - *438 - *439 - - *440 - *17 - *19 responses: @@ -65000,8 +65064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -65009,9 +65073,9 @@ paths: application/json: schema: type: array - items: *274 + items: *273 examples: - default: *275 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65033,8 +65097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -65077,7 +65141,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *276 + '201': *275 '404': *6 '422': *7 '409': *117 @@ -65108,8 +65172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: + - *438 - *439 - - *440 responses: '201': description: Response @@ -65117,7 +65181,7 @@ paths: application/json: schema: *77 examples: - default: *277 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65145,8 +65209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: + - *438 - *439 - - *440 responses: '201': description: Response @@ -65154,7 +65218,7 @@ paths: application/json: schema: *77 examples: - default: *278 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65176,8 +65240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 responses: '200': @@ -65186,7 +65250,7 @@ paths: application/json: schema: *74 examples: - default: *279 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65207,8 +65271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: + - *438 - *439 - - *440 - *73 responses: '204': @@ -65235,8 +65299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 responses: '200': *79 @@ -65261,8 +65325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 requestBody: required: true @@ -65311,8 +65375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 requestBody: required: true @@ -65362,11 +65426,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 responses: - '200': *280 + '200': *279 '404': *6 x-github: githubCloudOnly: false @@ -65393,10 +65457,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 - - *281 + - *280 responses: '200': *79 '404': *6 @@ -65424,9 +65488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: + - *438 - *439 - - *440 - - &478 + - &477 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -65434,7 +65498,7 @@ paths: required: false schema: type: string - - &479 + - &478 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -65442,7 +65506,7 @@ paths: required: false schema: type: string - - &480 + - &479 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -65451,7 +65515,7 @@ paths: required: false schema: type: string - - &481 + - &480 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -65478,7 +65542,7 @@ paths: - pending - *17 - *19 - - &482 + - &481 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -65487,7 +65551,7 @@ paths: schema: type: string format: date-time - - &461 + - &460 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -65496,13 +65560,13 @@ paths: schema: type: boolean default: false - - &483 + - &482 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &484 + - &483 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -65525,7 +65589,7 @@ paths: type: integer workflow_runs: type: array - items: &462 + items: &461 title: Workflow Run description: An invocation of a workflow type: object @@ -65642,7 +65706,7 @@ paths: type: - array - 'null' - items: *217 + items: *216 created_at: type: string format: date-time @@ -65703,7 +65767,7 @@ paths: head_commit: anyOf: - type: 'null' - - &506 + - &505 title: Simple Commit description: A commit. type: object @@ -65777,8 +65841,8 @@ paths: - timestamp - author - committer - repository: *273 - head_repository: *273 + repository: *272 + head_repository: *272 head_repository_id: type: integer examples: @@ -65818,7 +65882,7 @@ paths: - workflow_url - pull_requests examples: - default: &485 + default: &484 value: total_count: 1 workflow_runs: @@ -66054,24 +66118,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: + - *438 - *439 - - *440 - - &463 + - &462 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *461 + - *460 responses: '200': description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: &466 + default: &465 value: id: 30433642 name: Build @@ -66312,9 +66376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '204': description: Response @@ -66337,9 +66401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '200': description: Response @@ -66467,15 +66531,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '201': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -66502,12 +66566,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: + - *438 - *439 - - *440 - - *463 + - *462 - *17 - *19 - - *464 + - *463 responses: '200': description: Response @@ -66523,9 +66587,9 @@ paths: type: integer artifacts: type: array - items: *448 + items: *447 examples: - default: *465 + default: *464 headers: Link: *45 x-github: @@ -66549,25 +66613,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: + - *438 - *439 - - *440 - - *463 - - &467 + - *462 + - &466 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *461 + - *460 responses: '200': description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *466 + default: *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66590,10 +66654,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: + - *438 - *439 - - *440 - - *463 - - *467 + - *462 + - *466 - *17 - *19 responses: @@ -66611,9 +66675,9 @@ paths: type: integer jobs: type: array - items: *468 + items: *467 examples: - default: &469 + default: &468 value: total_count: 1 jobs: @@ -66726,10 +66790,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: + - *438 - *439 - - *440 - - *463 - - *467 + - *462 + - *466 responses: '302': description: Response @@ -66757,15 +66821,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '202': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -66792,9 +66856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 requestBody: required: true content: @@ -66861,15 +66925,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '202': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -66896,9 +66960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -66928,9 +66992,9 @@ paths: type: integer jobs: type: array - items: *468 + items: *467 examples: - default: *469 + default: *468 headers: Link: *45 x-github: @@ -66955,9 +67019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '302': description: Response @@ -66984,9 +67048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '204': description: Response @@ -67013,9 +67077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '200': description: Response @@ -67084,7 +67148,7 @@ paths: items: type: object properties: - type: &593 + type: &592 type: string description: The type of reviewer. enum: @@ -67095,7 +67159,7 @@ paths: reviewer: anyOf: - *4 - - *302 + - *301 required: - environment - wait_timer @@ -67170,9 +67234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 requestBody: required: true content: @@ -67222,7 +67286,7 @@ paths: application/json: schema: type: array - items: &578 + items: &577 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -67334,7 +67398,7 @@ paths: - created_at - updated_at examples: - default: &579 + default: &578 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -67390,9 +67454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: + - *438 - *439 - - *440 - - *463 + - *462 requestBody: required: false content: @@ -67414,7 +67478,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -67437,9 +67501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 requestBody: required: false content: @@ -67461,7 +67525,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -67494,9 +67558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '200': description: Response @@ -67633,8 +67697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -67652,9 +67716,9 @@ paths: type: integer secrets: type: array - items: *470 + items: *469 examples: - default: *471 + default: *470 headers: Link: *45 x-github: @@ -67679,16 +67743,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *472 + schema: *471 examples: - default: *473 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67710,17 +67774,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *470 + schema: *469 examples: - default: &606 + default: &605 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -67746,9 +67810,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 requestBody: required: true content: @@ -67779,7 +67843,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -67805,9 +67869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '204': description: Response @@ -67832,9 +67896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: + - *438 - *439 - - *440 - - *457 + - *456 - *19 responses: '200': @@ -67851,9 +67915,9 @@ paths: type: integer variables: type: array - items: *474 + items: *473 examples: - default: *475 + default: *474 headers: Link: *45 x-github: @@ -67876,8 +67940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -67904,7 +67968,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -67929,17 +67993,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: + - *438 - *439 - - *440 - - *286 + - *285 responses: '200': description: Response content: application/json: - schema: *474 + schema: *473 examples: - default: &607 + default: &606 value: name: USERNAME value: octocat @@ -67965,9 +68029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: + - *438 - *439 - - *440 - - *286 + - *285 requestBody: required: true content: @@ -68009,9 +68073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: + - *438 - *439 - - *440 - - *286 + - *285 responses: '204': description: Response @@ -68036,8 +68100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -68055,7 +68119,7 @@ paths: type: integer workflows: type: array - items: &476 + items: &475 title: Workflow description: A GitHub Actions workflow type: object @@ -68173,9 +68237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: + - *438 - *439 - - *440 - - &477 + - &476 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -68190,7 +68254,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *475 examples: default: value: @@ -68223,9 +68287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: + - *438 - *439 - - *440 - - *477 + - *476 responses: '204': description: Response @@ -68250,9 +68314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: + - *438 - *439 - - *440 - - *477 + - *476 responses: '204': description: Response @@ -68303,9 +68367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: + - *438 - *439 - - *440 - - *477 + - *476 responses: '204': description: Response @@ -68332,19 +68396,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: + - *438 - *439 - - *440 + - *476 - *477 - *478 - *479 - *480 - - *481 - *17 - *19 + - *481 + - *460 - *482 - - *461 - *483 - - *484 responses: '200': description: Response @@ -68360,9 +68424,9 @@ paths: type: integer workflow_runs: type: array - items: *462 + items: *461 examples: - default: *485 + default: *484 headers: Link: *45 x-github: @@ -68395,9 +68459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: + - *438 - *439 - - *440 - - *477 + - *476 responses: '200': description: Response @@ -68458,8 +68522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: + - *438 - *439 - - *440 - *108 - *17 - *106 @@ -68627,8 +68691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -68640,7 +68704,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 '404': *6 @@ -68665,8 +68729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: + - *438 - *439 - - *440 - name: assignee in: path required: true @@ -68702,8 +68766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -68815,8 +68879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: + - *438 - *439 - - *440 - *17 - *106 - *107 @@ -68873,7 +68937,7 @@ paths: initiator: type: string examples: - default: *486 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68893,8 +68957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -68902,7 +68966,7 @@ paths: application/json: schema: type: array - items: &487 + items: &486 title: Autolink reference description: An autolink reference. type: object @@ -68961,8 +69025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -69001,9 +69065,9 @@ paths: description: response content: application/json: - schema: *487 + schema: *486 examples: - default: &488 + default: &487 value: id: 1 key_prefix: TICKET- @@ -69034,9 +69098,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: + - *438 - *439 - - *440 - - &489 + - &488 name: autolink_id description: The unique identifier of the autolink. in: path @@ -69048,9 +69112,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *486 examples: - default: *488 + default: *487 '404': *6 x-github: githubCloudOnly: false @@ -69070,9 +69134,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: + - *438 - *439 - - *440 - - *489 + - *488 responses: '204': description: Response @@ -69096,8 +69160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response if Dependabot is enabled @@ -69147,8 +69211,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -69169,8 +69233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -69190,8 +69254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: + - *438 - *439 - - *440 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -69229,7 +69293,7 @@ paths: - url protected: type: boolean - protection: &491 + protection: &490 title: Branch Protection description: Branch Protection type: object @@ -69272,7 +69336,7 @@ paths: required: - contexts - checks - enforce_admins: &494 + enforce_admins: &493 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -69289,7 +69353,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &496 + required_pull_request_reviews: &495 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -69311,7 +69375,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *302 + items: *301 apps: description: The list of apps with review dismissal access. @@ -69343,7 +69407,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *302 + items: *301 apps: description: The list of apps allowed to bypass pull request requirements. @@ -69373,7 +69437,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &493 + restrictions: &492 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -69436,7 +69500,7 @@ paths: type: string teams: type: array - items: *302 + items: *301 apps: type: array items: @@ -69666,9 +69730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: + - *438 - *439 - - *440 - - &492 + - &491 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -69682,14 +69746,14 @@ paths: description: Response content: application/json: - schema: &502 + schema: &501 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &553 + commit: &552 title: Commit description: Commit type: object @@ -69728,7 +69792,7 @@ paths: author: anyOf: - type: 'null' - - &490 + - &489 title: Git User description: Metaproperties for Git author/committer information. @@ -69750,7 +69814,7 @@ paths: committer: anyOf: - type: 'null' - - *490 + - *489 message: type: string examples: @@ -69774,7 +69838,7 @@ paths: required: - sha - url - verification: &613 + verification: &612 title: Verification type: object properties: @@ -69810,14 +69874,14 @@ paths: author: oneOf: - *4 - - *284 + - *283 type: - 'null' - object committer: oneOf: - *4 - - *284 + - *283 type: - 'null' - object @@ -69854,7 +69918,7 @@ paths: type: integer files: type: array - items: &564 + items: &563 title: Diff Entry description: Diff Entry type: object @@ -69950,7 +70014,7 @@ paths: - self protected: type: boolean - protection: *491 + protection: *490 protection_url: type: string format: uri @@ -70059,7 +70123,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *445 + '301': *444 '404': *6 x-github: githubCloudOnly: false @@ -70081,15 +70145,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *491 + schema: *490 examples: default: value: @@ -70283,9 +70347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -70545,7 +70609,7 @@ paths: url: type: string format: uri - required_status_checks: &499 + required_status_checks: &498 title: Status Check Policy description: Status Check Policy type: object @@ -70626,7 +70690,7 @@ paths: items: *4 teams: type: array - items: *302 + items: *301 apps: type: array items: *5 @@ -70644,7 +70708,7 @@ paths: items: *4 teams: type: array - items: *302 + items: *301 apps: type: array items: *5 @@ -70704,7 +70768,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *493 + restrictions: *492 required_conversation_resolution: type: object properties: @@ -70816,9 +70880,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -70843,17 +70907,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: &495 + default: &494 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -70875,17 +70939,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: *495 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70904,9 +70968,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -70931,17 +70995,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *496 + schema: *495 examples: - default: &497 + default: &496 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -71037,9 +71101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -71137,9 +71201,9 @@ paths: description: Response content: application/json: - schema: *496 + schema: *495 examples: - default: *497 + default: *496 '422': *15 x-github: githubCloudOnly: false @@ -71160,9 +71224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -71189,17 +71253,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: &498 + default: &497 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -71222,17 +71286,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: *498 + default: *497 '404': *6 x-github: githubCloudOnly: false @@ -71252,9 +71316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -71279,17 +71343,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *499 + schema: *498 examples: - default: &500 + default: &499 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -71315,9 +71379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -71369,9 +71433,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *498 examples: - default: *500 + default: *499 '404': *6 '422': *15 x-github: @@ -71393,9 +71457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -71419,9 +71483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response @@ -71455,9 +71519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -71524,9 +71588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -71590,9 +71654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: content: application/json: @@ -71658,15 +71722,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *493 + schema: *492 examples: default: value: @@ -71757,9 +71821,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -71782,9 +71846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response @@ -71794,7 +71858,7 @@ paths: type: array items: *5 examples: - default: &501 + default: &500 value: - id: 1 slug: octoapp @@ -71851,9 +71915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -71887,7 +71951,7 @@ paths: type: array items: *5 examples: - default: *501 + default: *500 '422': *15 x-github: githubCloudOnly: false @@ -71908,9 +71972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -71944,7 +72008,7 @@ paths: type: array items: *5 examples: - default: *501 + default: *500 '422': *15 x-github: githubCloudOnly: false @@ -71965,9 +72029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -72001,7 +72065,7 @@ paths: type: array items: *5 examples: - default: *501 + default: *500 '422': *15 x-github: githubCloudOnly: false @@ -72023,9 +72087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response @@ -72033,9 +72097,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 '404': *6 x-github: githubCloudOnly: false @@ -72055,9 +72119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -72093,9 +72157,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 '422': *15 x-github: githubCloudOnly: false @@ -72116,9 +72180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -72154,9 +72218,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 '422': *15 x-github: githubCloudOnly: false @@ -72177,9 +72241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: content: application/json: @@ -72214,9 +72278,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 '422': *15 x-github: githubCloudOnly: false @@ -72238,9 +72302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response @@ -72250,7 +72314,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 '404': *6 x-github: githubCloudOnly: false @@ -72274,9 +72338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -72309,7 +72373,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -72334,9 +72398,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -72369,7 +72433,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -72394,9 +72458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -72429,7 +72493,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -72456,9 +72520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -72480,7 +72544,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *501 examples: default: value: @@ -72594,8 +72658,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *438 - *439 - - *440 - *101 - *102 - *103 @@ -72609,9 +72673,9 @@ paths: application/json: schema: type: array - items: *297 + items: *296 examples: - default: *298 + default: *297 '404': *6 '500': *38 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -72631,8 +72695,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *438 - *439 - - *440 - name: bypass_request_number in: path required: true @@ -72646,7 +72710,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *296 examples: default: value: @@ -72705,8 +72769,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *438 - *439 - - *440 - *101 - *102 - *103 @@ -72720,9 +72784,9 @@ paths: application/json: schema: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 '404': *6 '403': *27 '500': *38 @@ -72746,8 +72810,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *438 - *439 - - *440 - name: bypass_request_number in: path required: true @@ -72759,7 +72823,7 @@ paths: description: A single bypass request. content: application/json: - schema: *300 + schema: *299 examples: default: value: @@ -72817,8 +72881,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *438 - *439 - - *440 - name: bypass_request_number in: path required: true @@ -72889,8 +72953,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *438 - *439 - - *440 - name: bypass_response_id in: path required: true @@ -72923,8 +72987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -73203,7 +73267,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &502 title: CheckRun description: A check performed on the code of a given code change type: object @@ -73338,8 +73402,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *217 - deployment: &833 + items: *216 + deployment: &832 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -73626,9 +73690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: + - *438 - *439 - - *440 - - &504 + - &503 name: check_run_id description: The unique identifier of the check run. in: path @@ -73640,9 +73704,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *502 examples: - default: &505 + default: &504 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -73742,9 +73806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: + - *438 - *439 - - *440 - - *504 + - *503 requestBody: required: true content: @@ -73984,9 +74048,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *502 examples: - default: *505 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74006,9 +74070,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: + - *438 - *439 - - *440 - - *504 + - *503 - *17 - *19 responses: @@ -74118,15 +74182,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: + - *438 - *439 - - *440 - - *504 + - *503 responses: '201': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -74164,8 +74228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -74187,7 +74251,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &507 + schema: &506 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -74269,12 +74333,12 @@ paths: type: - array - 'null' - items: *217 + items: *216 app: anyOf: - type: 'null' - *5 - repository: *273 + repository: *272 created_at: type: - string @@ -74285,7 +74349,7 @@ paths: - string - 'null' format: date-time - head_commit: *506 + head_commit: *505 latest_check_runs_count: type: integer check_runs_url: @@ -74313,7 +74377,7 @@ paths: - check_runs_url - pull_requests examples: - default: &508 + default: &507 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -74604,9 +74668,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *507 + schema: *506 examples: - default: *508 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74625,8 +74689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -74687,7 +74751,7 @@ paths: required: - app_id - setting - repository: *273 + repository: *272 examples: default: value: @@ -74935,9 +74999,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: + - *438 - *439 - - *440 - - &509 + - &508 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -74949,9 +75013,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *506 examples: - default: *508 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74974,17 +75038,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: + - *438 - *439 - - *440 - - *509 - - &559 + - *508 + - &558 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &560 + - &559 name: status description: Returns check runs with the specified `status`. in: query @@ -75023,9 +75087,9 @@ paths: type: integer check_runs: type: array - items: *503 + items: *502 examples: - default: &561 + default: &560 value: total_count: 1 check_runs: @@ -75127,15 +75191,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: + - *438 - *439 - - *440 - - *509 + - *508 responses: '201': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -75162,21 +75226,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: + - *438 - *439 - - *440 + - *305 - *306 - - *307 - *19 - *17 - - &525 + - &524 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *510 - - &526 + schema: *509 + - &525 name: pr description: The number of the pull request for the results you want to list. in: query @@ -75201,13 +75265,13 @@ paths: be returned. in: query required: false - schema: *308 + schema: *307 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *511 + schema: *510 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -75231,7 +75295,7 @@ paths: updated_at: *132 url: *129 html_url: *130 - instances_url: *512 + instances_url: *511 state: *111 fixed_at: *134 dismissed_by: @@ -75239,11 +75303,11 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: *513 - dismissed_comment: *514 - rule: *515 - tool: *516 - most_recent_instance: *517 + dismissed_reason: *512 + dismissed_comment: *513 + rule: *514 + tool: *515 + most_recent_instance: *516 dismissal_approved_by: anyOf: - type: 'null' @@ -75366,7 +75430,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &518 + '403': &517 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -75393,9 +75457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - &519 + - &518 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -75409,7 +75473,7 @@ paths: description: Response content: application/json: - schema: &520 + schema: &519 type: object properties: number: *124 @@ -75417,7 +75481,7 @@ paths: updated_at: *132 url: *129 html_url: *130 - instances_url: *512 + instances_url: *511 state: *111 fixed_at: *134 dismissed_by: @@ -75425,8 +75489,8 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: *513 - dismissed_comment: *514 + dismissed_reason: *512 + dismissed_comment: *513 rule: type: object properties: @@ -75488,8 +75552,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *516 - most_recent_instance: *517 + tool: *515 + most_recent_instance: *516 dismissal_approved_by: anyOf: - type: 'null' @@ -75585,7 +75649,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -75605,9 +75669,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 requestBody: required: true content: @@ -75622,8 +75686,8 @@ paths: enum: - open - dismissed - dismissed_reason: *513 - dismissed_comment: *514 + dismissed_reason: *512 + dismissed_comment: *513 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -75651,7 +75715,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *519 examples: default: value: @@ -75727,7 +75791,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &524 + '403': &523 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -75754,15 +75818,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 responses: '200': description: Response content: application/json: - schema: &521 + schema: &520 type: object properties: status: @@ -75789,13 +75853,13 @@ paths: - description - started_at examples: - default: &522 + default: &521 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &523 + '400': &522 description: Bad Request content: application/json: @@ -75806,7 +75870,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -75831,29 +75895,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 responses: '200': description: OK content: application/json: - schema: *521 + schema: *520 examples: - default: *522 + default: *521 '202': description: Accepted content: application/json: - schema: *521 + schema: *520 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *523 + '400': *522 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -75885,9 +75949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 requestBody: required: false content: @@ -75933,8 +75997,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *523 - '403': *524 + '400': *522 + '403': *523 '404': *6 '422': description: Unprocessable Entity @@ -75958,13 +76022,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 - *19 - *17 + - *524 - *525 - - *526 responses: '200': description: Response @@ -75975,10 +76039,10 @@ paths: items: type: object properties: - ref: *510 - analysis_key: *527 - environment: *528 - category: *529 + ref: *509 + analysis_key: *526 + environment: *527 + category: *528 state: type: - string @@ -75995,7 +76059,7 @@ paths: properties: text: type: string - location: *530 + location: *529 html_url: type: string classifications: @@ -76003,7 +76067,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *531 + items: *530 examples: default: value: @@ -76042,7 +76106,7 @@ paths: end_column: 50 classifications: - source - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -76076,25 +76140,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: + - *438 - *439 - - *440 + - *305 - *306 - - *307 - *19 - *17 - - *526 + - *525 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *510 + schema: *509 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &532 + schema: &531 type: string description: An identifier for the upload. examples: @@ -76116,23 +76180,23 @@ paths: application/json: schema: type: array - items: &533 + items: &532 type: object properties: - ref: *510 - commit_sha: &541 + ref: *509 + commit_sha: &540 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *527 + analysis_key: *526 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *529 + category: *528 error: type: string examples: @@ -76157,8 +76221,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *532 - tool: *516 + sarif_id: *531 + tool: *515 deletable: type: boolean warning: @@ -76220,7 +76284,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -76256,8 +76320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: + - *438 - *439 - - *440 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -76270,7 +76334,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *532 examples: response: summary: application/json response @@ -76324,7 +76388,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *518 + '403': *517 '404': *6 '422': description: Response if analysis could not be processed @@ -76411,8 +76475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: + - *438 - *439 - - *440 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -76468,7 +76532,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *524 + '403': *523 '404': *6 '503': *190 x-github: @@ -76490,8 +76554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -76499,7 +76563,7 @@ paths: application/json: schema: type: array - items: &534 + items: &533 title: CodeQL Database description: A CodeQL database. type: object @@ -76611,7 +76675,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -76640,8 +76704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: + - *438 - *439 - - *440 - name: language in: path description: The language of the CodeQL database. @@ -76653,7 +76717,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *533 examples: default: value: @@ -76685,9 +76749,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &566 + '302': &565 description: Found - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -76709,8 +76773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: + - *438 - *439 - - *440 - name: language in: path description: The language of the CodeQL database. @@ -76720,7 +76784,7 @@ paths: responses: '204': description: Response - '403': *524 + '403': *523 '404': *6 '503': *190 x-github: @@ -76748,8 +76812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -76758,7 +76822,7 @@ paths: type: object additionalProperties: false properties: - language: &535 + language: &534 type: string description: The language targeted by the CodeQL query enum: @@ -76838,7 +76902,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &539 + schema: &538 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -76848,7 +76912,7 @@ paths: description: The ID of the variant analysis. controller_repo: *118 actor: *4 - query_language: *535 + query_language: *534 query_pack_url: type: string description: The download url for the query pack. @@ -76896,7 +76960,7 @@ paths: items: type: object properties: - repository: &536 + repository: &535 title: Repository Identifier description: Repository Identifier type: object @@ -76938,7 +77002,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &540 + analysis_status: &539 type: string description: The new status of the CodeQL variant analysis repository task. @@ -76970,7 +77034,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &537 + access_mismatch_repos: &536 type: object properties: repository_count: @@ -76985,7 +77049,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *536 + items: *535 required: - repository_count - repositories @@ -77008,8 +77072,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *537 - over_limit_repos: *537 + no_codeql_db_repos: *536 + over_limit_repos: *536 required: - access_mismatch_repos - not_found_repos @@ -77025,7 +77089,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &538 + value: &537 summary: Default response value: id: 1 @@ -77171,10 +77235,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *538 + value: *537 repository_lists: summary: Response for a successful variant analysis submission - value: *538 + value: *537 '404': *6 '422': description: Unable to process variant analysis submission @@ -77202,8 +77266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: + - *438 - *439 - - *440 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -77215,9 +77279,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *538 examples: - default: *538 + default: *537 '404': *6 '503': *190 x-github: @@ -77240,7 +77304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *439 + - *438 - name: repo in: path description: The name of the controller repository. @@ -77275,7 +77339,7 @@ paths: type: object properties: repository: *118 - analysis_status: *540 + analysis_status: *539 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -77400,8 +77464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -77494,7 +77558,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -77515,8 +77579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -77585,7 +77649,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -77610,7 +77674,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *524 + '403': *523 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -77681,8 +77745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -77690,7 +77754,7 @@ paths: schema: type: object properties: - commit_sha: *541 + commit_sha: *540 ref: type: string description: |- @@ -77750,7 +77814,7 @@ paths: schema: type: object properties: - id: *532 + id: *531 url: type: string description: The REST API URL for checking the status of the upload. @@ -77764,7 +77828,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *524 + '403': *523 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -77787,8 +77851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: + - *438 - *439 - - *440 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -77836,7 +77900,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *518 + '403': *517 '404': description: Not Found if the sarif id does not match any upload '503': *190 @@ -77861,8 +77925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -77943,8 +78007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: + - *438 - *439 - - *440 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -78072,8 +78136,8 @@ paths: parameters: - *17 - *19 + - *438 - *439 - - *440 responses: '200': description: Response @@ -78089,7 +78153,7 @@ paths: type: integer codespaces: type: array - items: *363 + items: *362 examples: default: value: @@ -78387,8 +78451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -78452,17 +78516,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '400': *14 '401': *23 '403': *27 @@ -78491,8 +78555,8 @@ paths: parameters: - *17 - *19 + - *438 - *439 - - *440 responses: '200': description: Response @@ -78556,8 +78620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: + - *438 - *439 - - *440 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -78594,9 +78658,9 @@ paths: type: integer machines: type: array - items: *543 + items: *542 examples: - default: &779 + default: &778 value: total_count: 2 machines: @@ -78636,8 +78700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: + - *438 - *439 - - *440 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -78724,8 +78788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: + - *438 - *439 - - *440 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -78794,8 +78858,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -78813,7 +78877,7 @@ paths: type: integer secrets: type: array - items: &547 + items: &546 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -78834,7 +78898,7 @@ paths: - created_at - updated_at examples: - default: *544 + default: *543 headers: Link: *45 x-github: @@ -78857,16 +78921,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *545 + schema: *544 examples: - default: *546 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -78886,17 +78950,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *547 + schema: *546 examples: - default: *548 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78916,9 +78980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 requestBody: required: true content: @@ -78946,7 +79010,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -78970,9 +79034,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '204': description: Response @@ -79000,8 +79064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: + - *438 - *439 - - *440 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -79039,7 +79103,7 @@ paths: application/json: schema: type: array - items: &549 + items: &548 title: Collaborator description: Collaborator type: object @@ -79232,8 +79296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: + - *438 - *439 - - *440 - *137 responses: '204': @@ -79280,8 +79344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: + - *438 - *439 - - *440 - *137 requestBody: required: false @@ -79308,7 +79372,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &626 + schema: &625 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -79320,7 +79384,7 @@ paths: format: int64 examples: - 42 - repository: *273 + repository: *272 invitee: anyOf: - type: 'null' @@ -79496,7 +79560,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *248 + schema: *247 '403': *27 x-github: triggersNotification: true @@ -79536,8 +79600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: + - *438 - *439 - - *440 - *137 responses: '204': @@ -79569,8 +79633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: + - *438 - *439 - - *440 - *137 responses: '200': @@ -79591,7 +79655,7 @@ paths: user: anyOf: - type: 'null' - - *549 + - *548 required: - permission - role_name @@ -79645,8 +79709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -79656,7 +79720,7 @@ paths: application/json: schema: type: array - items: &550 + items: &549 title: Commit Comment description: Commit Comment type: object @@ -79697,8 +79761,8 @@ paths: updated_at: type: string format: date-time - author_association: *214 - reactions: *215 + author_association: *213 + reactions: *214 required: - url - html_url @@ -79714,7 +79778,7 @@ paths: - created_at - updated_at examples: - default: &555 + default: &554 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79773,17 +79837,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '200': description: Response content: application/json: - schema: *550 + schema: *549 examples: - default: &556 + default: &555 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79840,9 +79904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -79864,7 +79928,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *549 examples: default: value: @@ -79915,9 +79979,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '204': description: Response @@ -79938,9 +80002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -79966,7 +80030,7 @@ paths: application/json: schema: type: array - items: &551 + items: &550 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -80010,7 +80074,7 @@ paths: - content - created_at examples: - default: &630 + default: &629 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -80055,9 +80119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -80089,9 +80153,9 @@ paths: description: Reaction exists content: application/json: - schema: *551 + schema: *550 examples: - default: &552 + default: &551 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -80120,9 +80184,9 @@ paths: description: Reaction created content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -80144,10 +80208,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: + - *438 - *439 - - *440 - - *228 - - &631 + - *227 + - &630 name: reaction_id description: The unique identifier of the reaction. in: path @@ -80202,8 +80266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: + - *438 - *439 - - *440 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -80259,9 +80323,9 @@ paths: application/json: schema: type: array - items: *553 + items: *552 examples: - default: &677 + default: &676 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -80355,9 +80419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: + - *438 - *439 - - *440 - - &554 + - &553 name: commit_sha description: The SHA of the commit. in: path @@ -80429,9 +80493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: + - *438 - *439 - - *440 - - *554 + - *553 - *17 - *19 responses: @@ -80441,9 +80505,9 @@ paths: application/json: schema: type: array - items: *550 + items: *549 examples: - default: *555 + default: *554 headers: Link: *45 x-github: @@ -80471,9 +80535,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: + - *438 - *439 - - *440 - - *554 + - *553 requestBody: required: true content: @@ -80508,9 +80572,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *549 examples: - default: *556 + default: *555 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -80538,9 +80602,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: + - *438 - *439 - - *440 - - *554 + - *553 - *17 - *19 responses: @@ -80550,9 +80614,9 @@ paths: application/json: schema: type: array - items: *557 + items: *556 examples: - default: &669 + default: &668 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -81089,11 +81153,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: + - *438 - *439 - - *440 - *19 - *17 - - &558 + - &557 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -81108,9 +81172,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *552 examples: - default: &655 + default: &654 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -81223,11 +81287,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: + - *438 - *439 - - *440 + - *557 - *558 - *559 - - *560 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -81261,9 +81325,9 @@ paths: type: integer check_runs: type: array - items: *503 + items: *502 examples: - default: *561 + default: *560 headers: Link: *45 x-github: @@ -81288,9 +81352,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: + - *438 - *439 - - *440 - - *558 + - *557 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -81298,7 +81362,7 @@ paths: schema: type: integer example: 1 - - *559 + - *558 - *17 - *19 responses: @@ -81316,7 +81380,7 @@ paths: type: integer check_suites: type: array - items: *507 + items: *506 examples: default: value: @@ -81516,9 +81580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: + - *438 - *439 - - *440 - - *558 + - *557 - *17 - *19 responses: @@ -81589,7 +81653,7 @@ paths: type: string total_count: type: integer - repository: *273 + repository: *272 commit_url: type: string format: uri @@ -81720,9 +81784,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: + - *438 - *439 - - *440 - - *558 + - *557 - *17 - *19 responses: @@ -81732,7 +81796,7 @@ paths: application/json: schema: type: array - items: &730 + items: &729 title: Status description: The status of a commit. type: object @@ -81813,7 +81877,7 @@ paths: site_admin: false headers: Link: *45 - '301': *445 + '301': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81841,8 +81905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -81875,11 +81939,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *562 + - *561 code_of_conduct_file: anyOf: - type: 'null' - - &563 + - &562 title: Community Health File type: object properties: @@ -81895,23 +81959,23 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 contributing: anyOf: - type: 'null' - - *563 + - *562 readme: anyOf: - type: 'null' - - *563 + - *562 issue_template: anyOf: - type: 'null' - - *563 + - *562 pull_request_template: anyOf: - type: 'null' - - *563 + - *562 required: - code_of_conduct - code_of_conduct_file @@ -82040,8 +82104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: + - *438 - *439 - - *440 - *19 - *17 - name: basehead @@ -82089,8 +82153,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *553 - merge_base_commit: *553 + base_commit: *552 + merge_base_commit: *552 status: type: string enum: @@ -82114,10 +82178,10 @@ paths: - 6 commits: type: array - items: *553 + items: *552 files: type: array - items: *564 + items: *563 required: - url - html_url @@ -82403,8 +82467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: + - *438 - *439 - - *440 - name: path description: path parameter in: path @@ -82557,7 +82621,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &565 + response-if-content-is-a-file: &564 summary: Response if content is a file value: type: file @@ -82694,7 +82758,7 @@ paths: - size - type - url - - &682 + - &681 title: Content File description: Content File type: object @@ -82912,7 +82976,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *565 + response-if-content-is-a-file: *564 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -82981,7 +83045,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *566 + '302': *565 '304': *35 x-github: githubCloudOnly: false @@ -83004,8 +83068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: + - *438 - *439 - - *440 - name: path description: path parameter in: path @@ -83100,7 +83164,7 @@ paths: description: Response content: application/json: - schema: &567 + schema: &566 title: File Commit description: File Commit type: object @@ -83256,7 +83320,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *566 examples: example-for-creating-a-file: value: @@ -83310,7 +83374,7 @@ paths: schema: oneOf: - *3 - - &608 + - &607 description: Repository rule violation was detected type: object properties: @@ -83331,7 +83395,7 @@ paths: items: type: object properties: - placeholder_id: &722 + placeholder_id: &721 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -83363,8 +83427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: + - *438 - *439 - - *440 - name: path description: path parameter in: path @@ -83425,7 +83489,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *566 examples: default: value: @@ -83480,8 +83544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: + - *438 - *439 - - *440 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -83605,22 +83669,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: + - *438 - *439 - - *440 + - *320 - *321 - *322 - *323 - - *324 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string + - *324 + - *567 - *325 - - *568 - *326 - - *327 - *108 - name: per_page description: The number of results per page (max 100). For more information, @@ -83639,7 +83703,7 @@ paths: application/json: schema: type: array - items: &572 + items: &571 type: object description: A Dependabot alert. properties: @@ -83689,7 +83753,7 @@ paths: - direct - transitive - - security_advisory: *569 + security_advisory: *568 security_vulnerability: *128 url: *129 html_url: *130 @@ -83720,8 +83784,8 @@ paths: dismissal. maxLength: 280 fixed_at: *134 - auto_dismissed_at: *570 - dismissal_request: *571 + auto_dismissed_at: *569 + dismissal_request: *570 required: - number - state @@ -83951,9 +84015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: + - *438 - *439 - - *440 - - &573 + - &572 name: alert_number in: path description: |- @@ -83968,7 +84032,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *571 examples: default: value: @@ -84081,9 +84145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: + - *438 - *439 - - *440 - - *573 + - *572 requestBody: required: true content: @@ -84128,7 +84192,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *571 examples: default: value: @@ -84257,8 +84321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -84276,7 +84340,7 @@ paths: type: integer secrets: type: array - items: &576 + items: &575 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -84330,16 +84394,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *574 + schema: *573 examples: - default: *575 + default: *574 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84359,15 +84423,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *576 + schema: *575 examples: default: value: @@ -84393,9 +84457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 requestBody: required: true content: @@ -84423,7 +84487,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -84447,9 +84511,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '204': description: Response @@ -84471,8 +84535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: + - *438 - *439 - - *440 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -84646,8 +84710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -84907,8 +84971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -84991,7 +85055,7 @@ paths: - version - url additionalProperties: false - metadata: &577 + metadata: &576 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -85030,7 +85094,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *577 + metadata: *576 resolved: type: object description: A collection of resolved package dependencies. @@ -85044,7 +85108,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *577 + metadata: *576 relationship: type: string description: A notation of whether a dependency is requested @@ -85177,8 +85241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: + - *438 - *439 - - *440 - name: sha description: The SHA recorded at creation time. in: query @@ -85219,9 +85283,9 @@ paths: application/json: schema: type: array - items: *578 + items: *577 examples: - default: *579 + default: *578 headers: Link: *45 x-github: @@ -85287,8 +85351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -85370,7 +85434,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *577 examples: simple-example: summary: Simple example @@ -85443,9 +85507,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: + - *438 - *439 - - *440 - - &580 + - &579 name: deployment_id description: deployment_id parameter in: path @@ -85457,7 +85521,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *577 examples: default: value: @@ -85522,9 +85586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: + - *438 - *439 - - *440 - - *580 + - *579 responses: '204': description: Response @@ -85546,9 +85610,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: + - *438 - *439 - - *440 - - *580 + - *579 - *17 - *19 responses: @@ -85558,7 +85622,7 @@ paths: application/json: schema: type: array - items: &581 + items: &580 title: Deployment Status description: The status of a deployment. type: object @@ -85722,9 +85786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: + - *438 - *439 - - *440 - - *580 + - *579 requestBody: required: true content: @@ -85799,9 +85863,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *580 examples: - default: &582 + default: &581 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -85857,9 +85921,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: + - *438 - *439 - - *440 - - *580 + - *579 - name: status_id in: path required: true @@ -85870,9 +85934,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *580 examples: - default: *582 + default: *581 '404': *6 x-github: githubCloudOnly: false @@ -85899,12 +85963,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 + - *582 - *583 - *584 - *585 - - *586 - *17 - *19 responses: @@ -85914,9 +85978,9 @@ paths: application/json: schema: type: array - items: *587 + items: *586 examples: - default: *588 + default: *587 '404': *6 '403': *27 '500': *38 @@ -85940,8 +86004,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -85953,7 +86017,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *587 + schema: *586 examples: default: value: @@ -86009,8 +86073,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86069,12 +86133,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 + - *582 - *583 - *584 - *585 - - *586 - *17 - *19 responses: @@ -86084,9 +86148,9 @@ paths: application/json: schema: type: array - items: *589 + items: *588 examples: - default: *590 + default: *589 '404': *6 '403': *27 '500': *38 @@ -86110,8 +86174,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86123,7 +86187,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *589 + schema: *588 examples: default: value: @@ -86174,8 +86238,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86213,7 +86277,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *589 + schema: *588 examples: default: value: @@ -86264,8 +86328,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86336,8 +86400,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86370,12 +86434,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - *101 - *102 - *103 - - *332 + - *331 - *17 - *19 responses: @@ -86385,9 +86449,9 @@ paths: application/json: schema: type: array - items: *591 + items: *590 examples: - default: *592 + default: *591 '404': *6 '403': *27 '500': *38 @@ -86412,8 +86476,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86425,7 +86489,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *591 + schema: *590 examples: default: value: @@ -86483,8 +86547,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86553,8 +86617,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -86611,8 +86675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -86630,7 +86694,7 @@ paths: - 5 environments: type: array - items: &594 + items: &593 title: Environment description: Details of a deployment environment type: object @@ -86692,7 +86756,7 @@ paths: type: string examples: - wait_timer - wait_timer: &596 + wait_timer: &595 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -86734,11 +86798,11 @@ paths: items: type: object properties: - type: *593 + type: *592 reviewer: anyOf: - *4 - - *302 + - *301 required: - id - node_id @@ -86761,7 +86825,7 @@ paths: - id - node_id - type - deployment_branch_policy: &597 + deployment_branch_policy: &596 type: - object - 'null' @@ -86878,9 +86942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: + - *438 - *439 - - *440 - - &595 + - &594 name: environment_name in: path required: true @@ -86893,9 +86957,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *593 examples: - default: &598 + default: &597 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -86979,9 +87043,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: + - *438 - *439 - - *440 - - *595 + - *594 requestBody: required: false content: @@ -86991,7 +87055,7 @@ paths: - object - 'null' properties: - wait_timer: *596 + wait_timer: *595 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -87010,14 +87074,14 @@ paths: items: type: object properties: - type: *593 + type: *592 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *597 + deployment_branch_policy: *596 additionalProperties: false examples: default: @@ -87037,9 +87101,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *593 examples: - default: *598 + default: *597 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -87063,9 +87127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: + - *438 - *439 - - *440 - - *595 + - *594 responses: '204': description: Default response @@ -87090,9 +87154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: + - *438 - *439 - - *440 - - *595 + - *594 - *17 - *19 responses: @@ -87111,7 +87175,7 @@ paths: - 2 branch_policies: type: array - items: &599 + items: &598 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -87172,9 +87236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: + - *438 - *439 - - *440 - - *595 + - *594 requestBody: required: true content: @@ -87222,9 +87286,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *598 examples: - example-wildcard: &600 + example-wildcard: &599 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -87266,10 +87330,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: + - *438 - *439 - - *440 - - *595 - - &601 + - *594 + - &600 name: branch_policy_id in: path required: true @@ -87281,9 +87345,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *598 examples: - default: *600 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87302,10 +87366,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: + - *438 - *439 - - *440 - - *595 - - *601 + - *594 + - *600 requestBody: required: true content: @@ -87334,9 +87398,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *598 examples: - default: *600 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87355,10 +87419,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: + - *438 - *439 - - *440 - - *595 - - *601 + - *594 + - *600 responses: '204': description: Response @@ -87383,9 +87447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *595 - - *440 + - *594 - *439 + - *438 responses: '200': description: List of deployment protection rules @@ -87402,7 +87466,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &602 + items: &601 title: Deployment protection rule description: Deployment protection rule type: object @@ -87424,7 +87488,7 @@ paths: for the environment. examples: - true - app: &603 + app: &602 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -87527,9 +87591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *595 - - *440 + - *594 - *439 + - *438 requestBody: content: application/json: @@ -87550,9 +87614,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *602 + schema: *601 examples: - default: &604 + default: &603 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -87587,9 +87651,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *595 - - *440 + - *594 - *439 + - *438 - *19 - *17 responses: @@ -87609,7 +87673,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *603 + items: *602 examples: default: value: @@ -87644,10 +87708,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: + - *438 - *439 - - *440 - - *595 - - &605 + - *594 + - &604 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -87659,9 +87723,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *601 examples: - default: *604 + default: *603 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87682,10 +87746,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *595 - - *440 + - *594 - *439 - - *605 + - *438 + - *604 responses: '204': description: Response @@ -87711,9 +87775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: + - *438 - *439 - - *440 - - *595 + - *594 - *17 - *19 responses: @@ -87731,9 +87795,9 @@ paths: type: integer secrets: type: array - items: *470 + items: *469 examples: - default: *471 + default: *470 headers: Link: *45 x-github: @@ -87758,17 +87822,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: + - *438 - *439 - - *440 - - *595 + - *594 responses: '200': description: Response content: application/json: - schema: *472 + schema: *471 examples: - default: *473 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87790,18 +87854,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: + - *438 - *439 - - *440 - - *595 - - *283 + - *594 + - *282 responses: '200': description: Response content: application/json: - schema: *470 + schema: *469 examples: - default: *606 + default: *605 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87823,10 +87887,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: + - *438 - *439 - - *440 - - *595 - - *283 + - *594 + - *282 requestBody: required: true content: @@ -87857,7 +87921,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -87883,10 +87947,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: + - *438 - *439 - - *440 - - *595 - - *283 + - *594 + - *282 responses: '204': description: Default response @@ -87911,10 +87975,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: + - *438 - *439 - - *440 - - *595 - - *457 + - *594 + - *456 - *19 responses: '200': @@ -87931,9 +87995,9 @@ paths: type: integer variables: type: array - items: *474 + items: *473 examples: - default: *475 + default: *474 headers: Link: *45 x-github: @@ -87956,9 +88020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: + - *438 - *439 - - *440 - - *595 + - *594 requestBody: required: true content: @@ -87985,7 +88049,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -88010,18 +88074,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: + - *438 - *439 - - *440 - - *595 - - *286 + - *594 + - *285 responses: '200': description: Response content: application/json: - schema: *474 + schema: *473 examples: - default: *607 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88042,10 +88106,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: + - *438 - *439 - - *440 - - *286 - - *595 + - *285 + - *594 requestBody: required: true content: @@ -88087,10 +88151,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: + - *438 - *439 - - *440 - - *286 - - *595 + - *285 + - *594 responses: '204': description: Response @@ -88112,8 +88176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -88123,7 +88187,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: 200-response: value: @@ -88181,8 +88245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: + - *438 - *439 - - *440 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -88204,7 +88268,7 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: default: value: @@ -88341,8 +88405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -88375,9 +88439,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *446 + default: *445 '400': *14 '422': *15 '403': *27 @@ -88398,8 +88462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -88458,8 +88522,8 @@ paths: application/json: schema: oneOf: - - *248 - - *608 + - *247 + - *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88484,8 +88548,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: + - *438 - *439 - - *440 - name: file_sha in: path required: true @@ -88585,8 +88649,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -88695,7 +88759,7 @@ paths: description: Response content: application/json: - schema: &609 + schema: &608 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -88922,15 +88986,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: + - *438 - *439 - - *440 - - *554 + - *553 responses: '200': description: Response content: application/json: - schema: *609 + schema: *608 examples: default: value: @@ -88986,9 +89050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: + - *438 - *439 - - *440 - - &610 + - &609 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -89005,7 +89069,7 @@ paths: application/json: schema: type: array - items: &611 + items: &610 title: Git Reference description: Git references within a repository type: object @@ -89081,17 +89145,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: + - *438 - *439 - - *440 - - *610 + - *609 responses: '200': description: Response content: application/json: - schema: *611 + schema: *610 examples: - default: &612 + default: &611 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -89120,8 +89184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -89150,9 +89214,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *610 examples: - default: *612 + default: *611 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -89178,9 +89242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: + - *438 - *439 - - *440 - - *610 + - *609 requestBody: required: true content: @@ -89209,9 +89273,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *610 examples: - default: *612 + default: *611 '422': *15 '409': *117 x-github: @@ -89229,9 +89293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: + - *438 - *439 - - *440 - - *610 + - *609 responses: '204': description: Response @@ -89286,8 +89350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -89354,7 +89418,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &613 title: Git Tag description: Metadata for a Git tag type: object @@ -89410,7 +89474,7 @@ paths: - sha - type - url - verification: *613 + verification: *612 required: - sha - url @@ -89420,7 +89484,7 @@ paths: - tag - message examples: - default: &615 + default: &614 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -89493,8 +89557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: + - *438 - *439 - - *440 - name: tag_sha in: path required: true @@ -89505,9 +89569,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *613 examples: - default: *615 + default: *614 '404': *6 '409': *117 x-github: @@ -89531,8 +89595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -89606,7 +89670,7 @@ paths: description: Response content: application/json: - schema: &616 + schema: &615 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -89708,8 +89772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: + - *438 - *439 - - *440 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -89732,7 +89796,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *615 examples: default-response: summary: Default response @@ -89791,8 +89855,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -89802,7 +89866,7 @@ paths: application/json: schema: type: array - items: &617 + items: &616 title: Webhook description: Webhooks for repositories. type: object @@ -89865,7 +89929,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &869 + last_response: &868 title: Hook Response type: object properties: @@ -89942,8 +90006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -89996,9 +90060,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *616 examples: - default: &618 + default: &617 value: type: Repository id: 12345678 @@ -90046,17 +90110,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 responses: '200': description: Response content: application/json: - schema: *617 + schema: *616 examples: - default: *618 + default: *617 '404': *6 x-github: githubCloudOnly: false @@ -90076,9 +90140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 requestBody: required: true content: @@ -90123,9 +90187,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *616 examples: - default: *618 + default: *617 '422': *15 '404': *6 x-github: @@ -90146,9 +90210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 responses: '204': description: Response @@ -90172,9 +90236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: + - *438 - *439 - - *440 - - *335 + - *334 responses: '200': description: Response @@ -90201,9 +90265,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: + - *438 - *439 - - *440 - - *335 + - *334 requestBody: required: false content: @@ -90247,11 +90311,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 - *17 - - *336 + - *335 responses: '200': description: Response @@ -90259,9 +90323,9 @@ paths: application/json: schema: type: array - items: *337 + items: *336 examples: - default: *338 + default: *337 '400': *14 '422': *15 x-github: @@ -90280,18 +90344,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 - *16 responses: '200': description: Response content: application/json: - schema: *339 + schema: *338 examples: - default: *340 + default: *339 '400': *14 '422': *15 x-github: @@ -90310,9 +90374,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 - *16 responses: '202': *37 @@ -90335,9 +90399,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 responses: '204': description: Response @@ -90362,9 +90426,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 responses: '204': description: Response @@ -90387,8 +90451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response if immutable releases are enabled @@ -90436,8 +90500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: + - *438 - *439 - - *440 responses: '204': *149 '409': *117 @@ -90457,8 +90521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: + - *438 - *439 - - *440 responses: '204': *149 '409': *117 @@ -90515,14 +90579,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: &619 + schema: &618 title: Import description: A repository import from an external source. type: object @@ -90629,7 +90693,7 @@ paths: - html_url - authors_url examples: - default: &622 + default: &621 value: vcs: subversion use_lfs: true @@ -90645,7 +90709,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &620 + '503': &619 description: Unavailable due to service under maintenance. content: application/json: @@ -90674,8 +90738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -90723,7 +90787,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *618 examples: default: value: @@ -90748,7 +90812,7 @@ paths: type: string '422': *15 '404': *6 - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90776,8 +90840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -90829,7 +90893,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *618 examples: example-1: summary: Example 1 @@ -90877,7 +90941,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90900,12 +90964,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: + - *438 - *439 - - *440 responses: '204': description: Response - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90931,9 +90995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: + - *438 - *439 - - *440 - - &800 + - &799 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -90947,7 +91011,7 @@ paths: application/json: schema: type: array - items: &621 + items: &620 title: Porter Author description: Porter Author type: object @@ -91001,7 +91065,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91026,8 +91090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: + - *438 - *439 - - *440 - name: author_id in: path required: true @@ -91057,7 +91121,7 @@ paths: description: Response content: application/json: - schema: *621 + schema: *620 examples: default: value: @@ -91070,7 +91134,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91094,8 +91158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -91136,7 +91200,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91164,8 +91228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -91192,11 +91256,11 @@ paths: description: Response content: application/json: - schema: *619 + schema: *618 examples: - default: *622 + default: *621 '422': *15 - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91219,8 +91283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -91228,8 +91292,8 @@ paths: application/json: schema: *20 examples: - default: *623 - '301': *445 + default: *622 + '301': *444 '404': *6 x-github: githubCloudOnly: false @@ -91249,8 +91313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -91258,12 +91322,12 @@ paths: application/json: schema: anyOf: - - *353 + - *352 - type: object properties: {} additionalProperties: false examples: - default: &625 + default: &624 value: limit: collaborators_only origin: repository @@ -91288,13 +91352,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: application/json: - schema: *624 + schema: *623 examples: default: summary: Example request body @@ -91306,9 +91370,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *352 examples: - default: *625 + default: *624 '409': description: Response x-github: @@ -91330,8 +91394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -91354,8 +91418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -91365,9 +91429,9 @@ paths: application/json: schema: type: array - items: *626 + items: *625 examples: - default: &793 + default: &792 value: - id: 1 repository: @@ -91498,9 +91562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: + - *438 - *439 - - *440 - - *357 + - *356 requestBody: required: false content: @@ -91529,7 +91593,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *625 examples: default: value: @@ -91660,9 +91724,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: + - *438 - *439 - - *440 - - *357 + - *356 responses: '204': description: Response @@ -91693,8 +91757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: + - *438 - *439 - - *440 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -91742,7 +91806,7 @@ paths: required: false schema: type: string - - *361 + - *360 - name: sort description: What to sort results by. in: query @@ -91755,7 +91819,7 @@ paths: - comments default: created - *108 - - *219 + - *218 - *17 - *19 responses: @@ -91765,9 +91829,9 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: &636 + default: &635 value: - id: 1 node_id: MDU6SXNzdWUx @@ -91915,7 +91979,7 @@ paths: state_reason: completed headers: Link: *45 - '301': *445 + '301': *444 '422': *15 '404': *6 x-github: @@ -91944,8 +92008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -92035,9 +92099,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: &633 + default: &632 value: id: 1 node_id: MDU6SXNzdWUx @@ -92193,7 +92257,7 @@ paths: '422': *15 '503': *190 '404': *6 - '410': *627 + '410': *626 x-github: triggersNotification: true githubCloudOnly: false @@ -92221,9 +92285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: + - *438 - *439 - - *440 - - *236 + - *235 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -92233,7 +92297,7 @@ paths: enum: - asc - desc - - *219 + - *218 - *17 - *19 responses: @@ -92243,9 +92307,9 @@ paths: application/json: schema: type: array - items: *628 + items: *627 examples: - default: &635 + default: &634 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -92303,17 +92367,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '200': description: Response content: application/json: - schema: *628 + schema: *627 examples: - default: &629 + default: &628 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -92367,9 +92431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -92391,9 +92455,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *627 examples: - default: *629 + default: *628 '422': *15 x-github: githubCloudOnly: false @@ -92411,9 +92475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '204': description: Response @@ -92433,9 +92497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -92461,9 +92525,9 @@ paths: application/json: schema: type: array - items: *551 + items: *550 examples: - default: *630 + default: *629 headers: Link: *45 '404': *6 @@ -92484,9 +92548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -92518,16 +92582,16 @@ paths: description: Reaction exists content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '201': description: Reaction created content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -92549,10 +92613,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: + - *438 - *439 - - *440 - - *228 - - *631 + - *227 + - *630 responses: '204': description: Response @@ -92572,8 +92636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -92583,7 +92647,7 @@ paths: application/json: schema: type: array - items: &632 + items: &631 title: Issue Event description: Issue Event type: object @@ -92630,7 +92694,7 @@ paths: issue: anyOf: - type: 'null' - - *213 + - *212 label: title: Issue Event Label description: Issue Event Label @@ -92663,7 +92727,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *302 + requested_team: *301 dismissed_review: title: Issue Event Dismissed Review type: object @@ -92730,7 +92794,7 @@ paths: required: - from - to - author_association: *214 + author_association: *213 lock_reason: type: - string @@ -92922,8 +92986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: + - *438 - *439 - - *440 - name: event_id in: path required: true @@ -92934,7 +92998,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *631 examples: default: value: @@ -93126,7 +93190,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *627 + '410': *626 '403': *27 x-github: githubCloudOnly: false @@ -93160,9 +93224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: + - *438 - *439 - - *440 - - &634 + - &633 name: issue_number description: The number that identifies the issue. in: path @@ -93174,12 +93238,12 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 - '301': *445 + default: *632 + '301': *444 '404': *6 - '410': *627 + '410': *626 '304': *35 x-github: githubCloudOnly: false @@ -93204,9 +93268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: false content: @@ -93325,15 +93389,15 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 '422': *15 '503': *190 '403': *27 - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93351,9 +93415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: false content: @@ -93379,9 +93443,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93397,9 +93461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: content: application/json: @@ -93424,9 +93488,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93448,9 +93512,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 - name: assignee in: path required: true @@ -93490,10 +93554,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: + - *438 - *439 - - *440 - - *634 - - *219 + - *633 + - *218 - *17 - *19 responses: @@ -93503,13 +93567,13 @@ paths: application/json: schema: type: array - items: *628 + items: *627 examples: - default: *635 + default: *634 headers: Link: *45 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93538,9 +93602,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -93562,16 +93626,16 @@ paths: description: Response content: application/json: - schema: *628 + schema: *627 examples: - default: *629 + default: *628 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *627 + '410': *626 '422': *15 '404': *6 x-github: @@ -93599,9 +93663,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -93611,14 +93675,14 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: *636 + default: *635 headers: Link: *45 - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93646,9 +93710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -93670,17 +93734,17 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *445 + '301': *444 '403': *27 - '410': *627 + '410': *626 '422': *15 '404': *6 x-github: @@ -93711,9 +93775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: + - *438 - *439 - - *440 - - *634 + - *633 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -93725,15 +93789,15 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 - '301': *445 + default: *632 + '301': *444 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *627 + '410': *626 x-github: triggersNotification: true githubCloudOnly: false @@ -93759,9 +93823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -93771,14 +93835,14 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: *636 + default: *635 headers: Link: *45 - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93795,9 +93859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -93811,7 +93875,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &638 + - &637 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -93860,7 +93924,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &639 + - &638 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -93988,7 +94052,7 @@ paths: - performed_via_github_app - assignee - assigner - - &640 + - &639 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -94034,7 +94098,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &641 + - &640 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -94080,7 +94144,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &642 + - &641 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -94129,7 +94193,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &643 + - &642 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -94158,7 +94222,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *302 + requested_team: *301 requested_reviewer: *4 required: - review_requester @@ -94171,7 +94235,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &644 + - &643 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -94200,7 +94264,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *302 + requested_team: *301 requested_reviewer: *4 required: - review_requester @@ -94213,7 +94277,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &645 + - &644 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -94269,7 +94333,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &646 + - &645 title: Locked Issue Event description: Locked Issue Event type: object @@ -94314,7 +94378,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &647 + - &646 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -94375,7 +94439,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &648 + - &647 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -94436,7 +94500,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &649 + - &648 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -94497,7 +94561,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &650 + - &649 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -94590,7 +94654,7 @@ paths: color: red headers: Link: *45 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94607,9 +94671,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -94619,9 +94683,9 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: - default: &637 + default: &636 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94639,9 +94703,9 @@ paths: default: false headers: Link: *45 - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94658,9 +94722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: false content: @@ -94719,12 +94783,12 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: - default: *637 - '301': *445 + default: *636 + '301': *444 '404': *6 - '410': *627 + '410': *626 '422': *15 x-github: githubCloudOnly: false @@ -94741,9 +94805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: false content: @@ -94803,12 +94867,12 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: - default: *637 - '301': *445 + default: *636 + '301': *444 '404': *6 - '410': *627 + '410': *626 '422': *15 x-github: githubCloudOnly: false @@ -94825,15 +94889,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 responses: '204': description: Response - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94852,9 +94916,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 - name: name in: path required: true @@ -94867,7 +94931,7 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: default: value: @@ -94878,9 +94942,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94900,9 +94964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: false content: @@ -94931,7 +94995,7 @@ paths: '204': description: Response '403': *27 - '410': *627 + '410': *626 '404': *6 '422': *15 x-github: @@ -94949,9 +95013,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 responses: '204': description: Response @@ -94981,20 +95045,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 responses: '200': description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 - '301': *445 + default: *632 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95011,9 +95075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -95039,13 +95103,13 @@ paths: application/json: schema: type: array - items: *551 + items: *550 examples: - default: *630 + default: *629 headers: Link: *45 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95063,9 +95127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -95097,16 +95161,16 @@ paths: description: Response content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '201': description: Response content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -95128,10 +95192,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: + - *438 - *439 - - *440 - - *634 - - *631 + - *633 + - *630 responses: '204': description: Response @@ -95160,9 +95224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -95184,9 +95248,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -95219,9 +95283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -95231,13 +95295,13 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: *636 + default: *635 headers: Link: *45 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95265,9 +95329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -95294,16 +95358,16 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *627 + '410': *626 '422': *15 '404': *6 x-github: @@ -95323,9 +95387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -95356,9 +95420,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 '403': *27 '404': *6 '422': *7 @@ -95380,9 +95444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -95397,6 +95461,7 @@ paths: description: Timeline Event type: object anyOf: + - *637 - *638 - *639 - *640 @@ -95409,7 +95474,6 @@ paths: - *647 - *648 - *649 - - *650 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -95457,12 +95521,12 @@ paths: issue_url: type: string format: uri - author_association: *214 + author_association: *213 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *215 + reactions: *214 required: - event - actor @@ -95493,7 +95557,7 @@ paths: properties: type: type: string - issue: *213 + issue: *212 required: - event - created_at @@ -95715,7 +95779,7 @@ paths: type: string body_text: type: string - author_association: *214 + author_association: *213 required: - event - id @@ -95738,7 +95802,7 @@ paths: type: string comments: type: array - items: &671 + items: &670 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -95846,7 +95910,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *214 + author_association: *213 _links: type: object properties: @@ -95941,7 +96005,7 @@ paths: enum: - line - file - reactions: *215 + reactions: *214 body_html: type: string examples: @@ -95979,7 +96043,7 @@ paths: type: string comments: type: array - items: *550 + items: *549 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -96254,7 +96318,7 @@ paths: headers: Link: *45 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96271,8 +96335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -96282,7 +96346,7 @@ paths: application/json: schema: type: array - items: &651 + items: &650 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -96350,8 +96414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -96387,9 +96451,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *650 examples: - default: &652 + default: &651 value: id: 1 key: ssh-rsa AAA... @@ -96423,9 +96487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: + - *438 - *439 - - *440 - - &653 + - &652 name: key_id description: The unique identifier of the key. in: path @@ -96437,9 +96501,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *650 examples: - default: *652 + default: *651 '404': *6 x-github: githubCloudOnly: false @@ -96457,9 +96521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: + - *438 - *439 - - *440 - - *653 + - *652 responses: '204': description: Response @@ -96479,8 +96543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -96490,9 +96554,9 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: - default: *637 + default: *636 headers: Link: *45 '404': *6 @@ -96513,8 +96577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -96550,9 +96614,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *211 examples: - default: &654 + default: &653 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -96584,8 +96648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: + - *438 - *439 - - *440 - name: name in: path required: true @@ -96596,9 +96660,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *211 examples: - default: *654 + default: *653 '404': *6 x-github: githubCloudOnly: false @@ -96615,8 +96679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: + - *438 - *439 - - *440 - name: name in: path required: true @@ -96655,7 +96719,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *211 examples: default: value: @@ -96681,8 +96745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: + - *438 - *439 - - *440 - name: name in: path required: true @@ -96708,8 +96772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -96745,8 +96809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: + - *438 - *439 - - *440 responses: '202': *37 '403': @@ -96774,8 +96838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -96801,9 +96865,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: + - *438 - *439 - - *440 - - *525 + - *524 responses: '200': description: Response @@ -96869,7 +96933,7 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 required: - _links - git_url @@ -96950,8 +97014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -97016,8 +97080,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -97051,9 +97115,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *553 + schema: *552 examples: - default: *655 + default: *654 '204': description: Response when already merged '404': @@ -97078,8 +97142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: + - *438 - *439 - - *440 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -97120,7 +97184,7 @@ paths: application/json: schema: type: array - items: *392 + items: *391 examples: default: value: @@ -97176,8 +97240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -97217,9 +97281,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *391 examples: - default: &656 + default: &655 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -97278,9 +97342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: + - *438 - *439 - - *440 - - &657 + - &656 name: milestone_number description: The number that identifies the milestone. in: path @@ -97292,9 +97356,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *391 examples: - default: *656 + default: *655 '404': *6 x-github: githubCloudOnly: false @@ -97311,9 +97375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: + - *438 - *439 - - *440 - - *657 + - *656 requestBody: required: false content: @@ -97351,9 +97415,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *391 examples: - default: *656 + default: *655 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97369,9 +97433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: + - *438 - *439 - - *440 - - *657 + - *656 responses: '204': description: Response @@ -97392,9 +97456,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: + - *438 - *439 - - *440 - - *657 + - *656 - *17 - *19 responses: @@ -97404,9 +97468,9 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: - default: *637 + default: *636 headers: Link: *45 x-github: @@ -97425,12 +97489,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: + - *438 - *439 - - *440 + - *657 - *658 + - *218 - *659 - - *219 - - *660 - *17 - *19 responses: @@ -97440,9 +97504,9 @@ paths: application/json: schema: type: array - items: *239 + items: *238 examples: - default: *661 + default: *660 headers: Link: *45 x-github: @@ -97466,8 +97530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -97525,14 +97589,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: &662 + schema: &661 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -97676,7 +97740,7 @@ paths: - custom_404 - public examples: - default: &663 + default: &662 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -97717,8 +97781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -97773,9 +97837,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *661 examples: - default: *663 + default: *662 '422': *15 '409': *117 x-github: @@ -97798,8 +97862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -97907,8 +97971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -97934,8 +97998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -97945,7 +98009,7 @@ paths: application/json: schema: type: array - items: &664 + items: &663 title: Page Build description: Page Build type: object @@ -98037,8 +98101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: + - *438 - *439 - - *440 responses: '201': description: Response @@ -98085,16 +98149,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *664 + schema: *663 examples: - default: &665 + default: &664 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -98142,8 +98206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: + - *438 - *439 - - *440 - name: build_id in: path required: true @@ -98154,9 +98218,9 @@ paths: description: Response content: application/json: - schema: *664 + schema: *663 examples: - default: *665 + default: *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98176,8 +98240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -98285,9 +98349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: + - *438 - *439 - - *440 - - &666 + - &665 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -98345,9 +98409,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: + - *438 - *439 - - *440 - - *666 + - *665 responses: '204': *149 '404': *6 @@ -98374,8 +98438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -98643,7 +98707,7 @@ paths: description: Empty response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -98670,8 +98734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Private vulnerability reporting status @@ -98708,8 +98772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': *149 '422': *14 @@ -98730,8 +98794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': *149 '422': *14 @@ -98753,8 +98817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -98764,7 +98828,7 @@ paths: type: array items: *150 examples: - default: *667 + default: *666 '403': *27 '404': *6 x-github: @@ -98786,8 +98850,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -98803,7 +98867,7 @@ paths: required: - properties examples: - default: *668 + default: *667 responses: '204': description: No Content when custom property values are successfully created @@ -98841,8 +98905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: + - *438 - *439 - - *440 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -98902,9 +98966,9 @@ paths: application/json: schema: type: array - items: *557 + items: *556 examples: - default: *669 + default: *668 headers: Link: *45 '304': *35 @@ -98936,8 +99000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -99004,7 +99068,7 @@ paths: description: Response content: application/json: - schema: &673 + schema: &672 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -99133,7 +99197,7 @@ paths: milestone: anyOf: - type: 'null' - - *392 + - *391 active_lock_reason: type: - string @@ -99188,7 +99252,7 @@ paths: type: - array - 'null' - items: *371 + items: *370 head: type: object properties: @@ -99226,14 +99290,14 @@ paths: _links: type: object properties: - comments: *393 - commits: *393 - statuses: *393 - html: *393 - issue: *393 - review_comments: *393 - review_comment: *393 - self: *393 + comments: *392 + commits: *392 + statuses: *392 + html: *392 + issue: *392 + review_comments: *392 + review_comment: *392 + self: *392 required: - comments - commits @@ -99243,8 +99307,8 @@ paths: - review_comments - review_comment - self - author_association: *214 - auto_merge: *670 + author_association: *213 + auto_merge: *669 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -99346,7 +99410,7 @@ paths: - merged_by - review_comments examples: - default: &674 + default: &673 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -99873,8 +99937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: + - *438 - *439 - - *440 - name: sort in: query required: false @@ -99893,7 +99957,7 @@ paths: enum: - asc - desc - - *219 + - *218 - *17 - *19 responses: @@ -99903,9 +99967,9 @@ paths: application/json: schema: type: array - items: *671 + items: *670 examples: - default: &676 + default: &675 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -99982,17 +100046,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '200': description: Response content: application/json: - schema: *671 + schema: *670 examples: - default: &672 + default: &671 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -100067,9 +100131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -100091,9 +100155,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *670 examples: - default: *672 + default: *671 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100109,9 +100173,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '204': description: Response @@ -100132,9 +100196,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -100160,9 +100224,9 @@ paths: application/json: schema: type: array - items: *551 + items: *550 examples: - default: *630 + default: *629 headers: Link: *45 '404': *6 @@ -100183,9 +100247,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -100217,16 +100281,16 @@ paths: description: Reaction exists content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '201': description: Reaction created content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -100248,10 +100312,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: + - *438 - *439 - - *440 - - *228 - - *631 + - *227 + - *630 responses: '204': description: Response @@ -100294,9 +100358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: + - *438 - *439 - - *440 - - &675 + - &674 name: pull_number description: The number that identifies the pull request. in: path @@ -100309,9 +100373,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *673 + schema: *672 examples: - default: *674 + default: *673 '304': *35 '404': *6 '406': @@ -100346,9 +100410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: false content: @@ -100390,9 +100454,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *672 examples: - default: *674 + default: *673 '422': *15 '403': *27 x-github: @@ -100414,9 +100478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: true content: @@ -100477,17 +100541,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '401': *23 '403': *27 '404': *6 @@ -100517,10 +100581,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - *236 + - *674 + - *235 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -100530,7 +100594,7 @@ paths: enum: - asc - desc - - *219 + - *218 - *17 - *19 responses: @@ -100540,9 +100604,9 @@ paths: application/json: schema: type: array - items: *671 + items: *670 examples: - default: *676 + default: *675 headers: Link: *45 x-github: @@ -100575,9 +100639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: true content: @@ -100683,7 +100747,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *670 examples: example-for-a-multi-line-comment: value: @@ -100771,10 +100835,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: + - *438 - *439 - - *440 - - *675 - - *228 + - *674 + - *227 requestBody: required: true content: @@ -100796,7 +100860,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *670 examples: default: value: @@ -100882,9 +100946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 - *17 - *19 responses: @@ -100894,9 +100958,9 @@ paths: application/json: schema: type: array - items: *553 + items: *552 examples: - default: *677 + default: *676 headers: Link: *45 x-github: @@ -100926,9 +100990,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: + - *438 - *439 - - *440 - - *675 + - *674 - *17 - *19 responses: @@ -100938,7 +101002,7 @@ paths: application/json: schema: type: array - items: *564 + items: *563 examples: default: value: @@ -100976,9 +101040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: + - *438 - *439 - - *440 - - *675 + - *674 responses: '204': description: Response if pull request has been merged @@ -101001,9 +101065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: false content: @@ -101115,9 +101179,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 responses: '200': description: Response @@ -101133,7 +101197,7 @@ paths: items: *4 teams: type: array - items: *302 + items: *301 required: - users - teams @@ -101192,9 +101256,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: false content: @@ -101231,7 +101295,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *556 examples: default: value: @@ -101767,9 +101831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: true content: @@ -101803,7 +101867,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *556 examples: default: value: @@ -102308,9 +102372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 - *17 - *19 responses: @@ -102320,7 +102384,7 @@ paths: application/json: schema: type: array - items: &678 + items: &677 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -102394,7 +102458,7 @@ paths: type: string body_text: type: string - author_association: *214 + author_association: *213 required: - id - node_id @@ -102476,9 +102540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: false content: @@ -102568,9 +102632,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *677 examples: - default: &680 + default: &679 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -102633,10 +102697,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - &679 + - *674 + - &678 name: review_id description: The unique identifier of the review. in: path @@ -102648,9 +102712,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *677 examples: - default: &681 + default: &680 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -102709,10 +102773,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - *679 + - *674 + - *678 requestBody: required: true content: @@ -102735,7 +102799,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *677 examples: default: value: @@ -102797,18 +102861,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - *679 + - *674 + - *678 responses: '200': description: Response content: application/json: - schema: *678 + schema: *677 examples: - default: *680 + default: *679 '422': *7 '404': *6 x-github: @@ -102835,10 +102899,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: + - *438 - *439 - - *440 - - *675 - - *679 + - *674 + - *678 - *17 - *19 responses: @@ -102932,13 +102996,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *214 + author_association: *213 _links: type: object properties: - self: *393 - html: *393 - pull_request: *393 + self: *392 + html: *392 + pull_request: *392 required: - self - html @@ -102947,7 +103011,7 @@ paths: type: string body_html: type: string - reactions: *215 + reactions: *214 side: description: The side of the first line of the range for a multi-line comment. @@ -103096,10 +103160,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - *679 + - *674 + - *678 requestBody: required: true content: @@ -103128,7 +103192,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *677 examples: default: value: @@ -103191,10 +103255,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - *679 + - *674 + - *678 requestBody: required: true content: @@ -103229,9 +103293,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *677 examples: - default: *681 + default: *680 '404': *6 '422': *7 '403': *27 @@ -103253,9 +103317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: false content: @@ -103319,8 +103383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: + - *438 - *439 - - *440 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -103333,9 +103397,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *681 examples: - default: &683 + default: &682 value: type: file encoding: base64 @@ -103377,8 +103441,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: + - *438 - *439 - - *440 - name: dir description: The alternate path to look for a README file in: path @@ -103398,9 +103462,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *681 examples: - default: *683 + default: *682 '404': *6 '422': *15 x-github: @@ -103422,8 +103486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -103433,7 +103497,7 @@ paths: application/json: schema: type: array - items: *684 + items: *683 examples: default: value: @@ -103527,8 +103591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -103604,9 +103668,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: &688 + default: &687 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -103711,9 +103775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: + - *438 - *439 - - *440 - - &686 + - &685 name: asset_id description: The unique identifier of the asset. in: path @@ -103725,9 +103789,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *684 examples: - default: &687 + default: &686 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -103762,7 +103826,7 @@ paths: type: User site_admin: false '404': *6 - '302': *566 + '302': *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103778,9 +103842,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: + - *438 - *439 - - *440 - - *686 + - *685 requestBody: required: false content: @@ -103809,9 +103873,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *684 examples: - default: *687 + default: *686 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103827,9 +103891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: + - *438 - *439 - - *440 - - *686 + - *685 responses: '204': description: Response @@ -103853,8 +103917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -103940,16 +104004,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: *688 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103966,8 +104030,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: + - *438 - *439 - - *440 - name: tag description: tag parameter in: path @@ -103980,9 +104044,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: *688 + default: *687 '404': *6 x-github: githubCloudOnly: false @@ -104004,9 +104068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: + - *438 - *439 - - *440 - - &689 + - &688 name: release_id description: The unique identifier of the release. in: path @@ -104020,9 +104084,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *684 + schema: *683 examples: - default: *688 + default: *687 '401': description: Unauthorized x-github: @@ -104040,9 +104104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: + - *438 - *439 - - *440 - - *689 + - *688 requestBody: required: false content: @@ -104106,9 +104170,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: *688 + default: *687 '404': description: Not Found if the discussion category name is invalid content: @@ -104129,9 +104193,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: + - *438 - *439 - - *440 - - *689 + - *688 responses: '204': description: Response @@ -104151,9 +104215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: + - *438 - *439 - - *440 - - *689 + - *688 - *17 - *19 responses: @@ -104163,7 +104227,7 @@ paths: application/json: schema: type: array - items: *685 + items: *684 examples: default: value: @@ -104245,9 +104309,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: + - *438 - *439 - - *440 - - *689 + - *688 - name: name in: query required: true @@ -104273,7 +104337,7 @@ paths: description: Response for successful upload content: application/json: - schema: *685 + schema: *684 examples: response-for-successful-upload: value: @@ -104328,9 +104392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: + - *438 - *439 - - *440 - - *689 + - *688 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -104354,9 +104418,9 @@ paths: application/json: schema: type: array - items: *551 + items: *550 examples: - default: *630 + default: *629 headers: Link: *45 '404': *6 @@ -104377,9 +104441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: + - *438 - *439 - - *440 - - *689 + - *688 requestBody: required: true content: @@ -104409,16 +104473,16 @@ paths: description: Reaction exists content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '201': description: Reaction created content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -104440,10 +104504,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: + - *438 - *439 - - *440 - - *689 - - *631 + - *688 + - *630 responses: '204': description: Response @@ -104467,9 +104531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: + - *438 - *439 - - *440 - - *492 + - *491 - *17 - *19 responses: @@ -104486,7 +104550,7 @@ paths: oneOf: - allOf: - *164 - - &690 + - &689 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -104507,67 +104571,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *165 - - *690 + - *689 - allOf: - *166 - - *690 + - *689 - allOf: - *167 - - *690 + - *689 - allOf: - - *691 - *690 + - *689 - allOf: - *168 - - *690 + - *689 - allOf: - *169 - - *690 + - *689 - allOf: - *170 - - *690 + - *689 - allOf: - *171 - - *690 + - *689 - allOf: - *172 - - *690 + - *689 - allOf: - *173 - - *690 + - *689 - allOf: - *174 - - *690 + - *689 - allOf: - *175 - - *690 + - *689 - allOf: - *176 - - *690 + - *689 - allOf: - *177 - - *690 + - *689 - allOf: - *178 - - *690 + - *689 - allOf: - *179 - - *690 + - *689 - allOf: - *180 - - *690 + - *689 - allOf: - *181 - - *690 + - *689 - allOf: - *182 - - *690 + - *689 - allOf: - *183 - - *690 + - *689 - allOf: - *184 - - *690 + - *689 examples: default: value: @@ -104606,8 +104670,8 @@ paths: category: repos subcategory: rules parameters: + - *438 - *439 - - *440 - *17 - *19 - name: includes_parents @@ -104618,7 +104682,7 @@ paths: schema: type: boolean default: true - - *692 + - *691 responses: '200': description: Response @@ -104673,8 +104737,8 @@ paths: category: repos subcategory: rules parameters: + - *438 - *439 - - *440 requestBody: description: Request body required: true @@ -104703,7 +104767,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *693 + items: *692 required: - name - enforcement @@ -104736,7 +104800,7 @@ paths: application/json: schema: *185 examples: - default: &702 + default: &701 value: id: 42 name: super cool ruleset @@ -104783,12 +104847,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: + - *438 - *439 - - *440 - - *694 + - *693 - *103 + - *694 - *695 - - *696 - *17 - *19 responses: @@ -104796,9 +104860,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *696 examples: - default: *698 + default: *697 '404': *6 '500': *38 x-github: @@ -104819,17 +104883,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: + - *438 - *439 - - *440 - - *699 + - *698 responses: '200': description: Response content: application/json: - schema: *700 + schema: *699 examples: - default: *701 + default: *700 '404': *6 '500': *38 x-github: @@ -104857,8 +104921,8 @@ paths: category: repos subcategory: rules parameters: + - *438 - *439 - - *440 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104880,7 +104944,7 @@ paths: application/json: schema: *185 examples: - default: *702 + default: *701 '404': *6 '500': *38 put: @@ -104898,8 +104962,8 @@ paths: category: repos subcategory: rules parameters: + - *438 - *439 - - *440 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104933,7 +104997,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *693 + items: *692 examples: default: value: @@ -104963,7 +105027,7 @@ paths: application/json: schema: *185 examples: - default: *702 + default: *701 '404': *6 '500': *38 delete: @@ -104981,8 +105045,8 @@ paths: category: repos subcategory: rules parameters: + - *438 - *439 - - *440 - name: ruleset_id description: The ID of the ruleset. in: path @@ -105005,8 +105069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: + - *438 - *439 - - *440 - *17 - *19 - name: ruleset_id @@ -105024,7 +105088,7 @@ paths: type: array items: *189 examples: - default: *409 + default: *408 '404': *6 '500': *38 x-github: @@ -105043,8 +105107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: + - *438 - *439 - - *440 - name: ruleset_id description: The ID of the ruleset. in: path @@ -105062,7 +105126,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *409 examples: default: value: @@ -105117,22 +105181,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: + - *438 - *439 - - *440 + - *410 - *411 - *412 - *413 - *414 - - *415 - *108 - *19 - *17 + - *702 - *703 - - *704 + - *415 - *416 - *417 - *418 - - *419 responses: '200': description: Response @@ -105140,7 +105204,7 @@ paths: application/json: schema: type: array - items: &708 + items: &707 type: object properties: number: *124 @@ -105156,8 +105220,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *705 - resolution: *706 + state: *704 + resolution: *705 resolved_at: type: - string @@ -105251,7 +105315,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *707 + - *706 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -105396,16 +105460,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 - - *419 + - *518 + - *418 responses: '200': description: Response content: application/json: - schema: *708 + schema: *707 examples: default: value: @@ -105459,9 +105523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 requestBody: required: true content: @@ -105469,8 +105533,8 @@ paths: schema: type: object properties: - state: *705 - resolution: *706 + state: *704 + resolution: *705 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -105506,7 +105570,7 @@ paths: description: Response content: application/json: - schema: *708 + schema: *707 examples: default: value: @@ -105601,9 +105665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 - *19 - *17 responses: @@ -105614,7 +105678,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &889 + items: &888 type: object properties: type: @@ -105641,6 +105705,7 @@ paths: - commit details: oneOf: + - *708 - *709 - *710 - *711 @@ -105653,7 +105718,6 @@ paths: - *718 - *719 - *720 - - *721 examples: default: value: @@ -105739,8 +105803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -105748,14 +105812,14 @@ paths: schema: type: object properties: - reason: &723 + reason: &722 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *722 + placeholder_id: *721 required: - reason - placeholder_id @@ -105772,7 +105836,7 @@ paths: schema: type: object properties: - reason: *723 + reason: *722 expire_at: type: - string @@ -105819,8 +105883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: + - *438 - *439 - - *440 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -105835,7 +105899,7 @@ paths: properties: incremental_scans: type: array - items: &724 + items: &723 description: Information on a single scan performed by secret scanning on the repository type: object @@ -105863,15 +105927,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *724 + items: *723 backfill_scans: type: array - items: *724 + items: *723 custom_pattern_backfill_scans: type: array items: allOf: - - *724 + - *723 - type: object properties: pattern_name: @@ -105941,8 +106005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: + - *438 - *439 - - *440 - *108 - name: sort description: The property to sort the results by. @@ -105986,9 +106050,9 @@ paths: application/json: schema: type: array - items: *725 + items: *724 examples: - default: *726 + default: *725 '400': *14 '404': *6 x-github: @@ -106011,8 +106075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -106092,7 +106156,7 @@ paths: login: type: string description: The username of the user credited. - type: *424 + type: *423 required: - login - type @@ -106182,9 +106246,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *724 examples: - default: &728 + default: &727 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -106417,8 +106481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -106531,7 +106595,7 @@ paths: description: Response content: application/json: - schema: *725 + schema: *724 examples: default: value: @@ -106678,17 +106742,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: + - *438 - *439 - - *440 - - *727 + - *726 responses: '200': description: Response content: application/json: - schema: *725 + schema: *724 examples: - default: *728 + default: *727 '403': *27 '404': *6 x-github: @@ -106712,9 +106776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: + - *438 - *439 - - *440 - - *727 + - *726 requestBody: required: true content: @@ -106794,7 +106858,7 @@ paths: login: type: string description: The username of the user credited. - type: *424 + type: *423 required: - login - type @@ -106885,17 +106949,17 @@ paths: description: Response content: application/json: - schema: *725 + schema: *724 examples: - default: *728 - add_credit: *728 + default: *727 + add_credit: *727 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *248 + schema: *247 examples: invalid_state_transition: value: @@ -106926,9 +106990,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: + - *438 - *439 - - *440 - - *727 + - *726 responses: '202': *37 '400': *14 @@ -106955,17 +107019,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: + - *438 - *439 - - *440 - - *727 + - *726 responses: '202': description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *446 + default: *445 '400': *14 '422': *15 '403': *27 @@ -106991,8 +107055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -107088,8 +107152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: + - *438 - *439 - - *440 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -107098,7 +107162,7 @@ paths: application/json: schema: type: array - items: &729 + items: &728 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -107131,8 +107195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -107210,8 +107274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -107305,8 +107369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: + - *438 - *439 - - *440 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -107460,8 +107524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: + - *438 - *439 - - *440 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -107471,7 +107535,7 @@ paths: application/json: schema: type: array - items: *729 + items: *728 examples: default: value: @@ -107504,8 +107568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: + - *438 - *439 - - *440 - name: sha in: path required: true @@ -107561,7 +107625,7 @@ paths: description: Response content: application/json: - schema: *730 + schema: *729 examples: default: value: @@ -107615,8 +107679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -107628,7 +107692,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -107648,14 +107712,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: + - *438 - *439 - - *440 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &731 + schema: &730 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -107728,8 +107792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -107755,7 +107819,7 @@ paths: description: Response content: application/json: - schema: *731 + schema: *730 examples: default: value: @@ -107782,8 +107846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -107803,8 +107867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -107886,8 +107950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -107895,7 +107959,7 @@ paths: application/json: schema: type: array - items: &732 + items: &731 title: Tag protection description: Tag protection type: object @@ -107952,8 +108016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -107976,7 +108040,7 @@ paths: description: Response content: application/json: - schema: *732 + schema: *731 examples: default: value: @@ -108007,8 +108071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: + - *438 - *439 - - *440 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -108045,8 +108109,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: + - *438 - *439 - - *440 - name: ref in: path required: true @@ -108082,8 +108146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -108093,9 +108157,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 headers: Link: *45 '404': *6 @@ -108115,8 +108179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: + - *438 - *439 - - *440 - *19 - *17 responses: @@ -108124,7 +108188,7 @@ paths: description: Response content: application/json: - schema: &733 + schema: &732 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -108136,7 +108200,7 @@ paths: required: - names examples: - default: &734 + default: &733 value: names: - octocat @@ -108159,8 +108223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -108191,9 +108255,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *732 examples: - default: *734 + default: *733 '404': *6 '422': *7 x-github: @@ -108214,9 +108278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: + - *438 - *439 - - *440 - - &735 + - &734 name: per description: The time frame to display results for. in: query @@ -108247,7 +108311,7 @@ paths: - 128 clones: type: array - items: &736 + items: &735 title: Traffic type: object properties: @@ -108334,8 +108398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -108429,8 +108493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -108493,9 +108557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: + - *438 - *439 - - *440 - - *735 + - *734 responses: '200': description: Response @@ -108516,7 +108580,7 @@ paths: - 3782 views: type: array - items: *736 + items: *735 required: - uniques - count @@ -108593,8 +108657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -108630,7 +108694,7 @@ paths: description: Response content: application/json: - schema: *273 + schema: *272 examples: default: value: @@ -108868,8 +108932,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -108892,8 +108956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -108915,8 +108979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -108942,8 +109006,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: + - *438 - *439 - - *440 - name: ref in: path required: true @@ -109035,9 +109099,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *446 + default: *445 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -109078,7 +109142,7 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: default: value: @@ -109188,7 +109252,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &744 + - &743 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -109198,7 +109262,7 @@ paths: type: string examples: - members - - &749 + - &748 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -109210,7 +109274,7 @@ paths: format: int32 examples: - 1 - - &750 + - &749 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -109254,7 +109318,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &739 + items: &738 allOf: - type: object required: @@ -109336,7 +109400,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &751 + meta: &750 type: object description: The metadata associated with the creation/updates to the user. @@ -109401,30 +109465,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &740 + '400': &739 description: Bad request content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 - '401': *738 - '403': &741 + schema: *736 + '401': *737 + '403': &740 description: Permission denied - '429': &742 + '429': &741 description: Too many requests content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 - '500': &743 + schema: *736 + '500': &742 description: Internal server error content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 + schema: *736 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109448,7 +109512,7 @@ paths: required: true content: application/json: - schema: &747 + schema: &746 type: object required: - schemas @@ -109512,9 +109576,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *739 + schema: *738 examples: - group: &745 + group: &744 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -109533,13 +109597,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *740 - '401': *738 - '403': *741 - '409': &748 + '400': *739 + '401': *737 + '403': *740 + '409': &747 description: Duplicate record detected - '429': *742 - '500': *743 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109556,7 +109620,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &746 + - &745 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -109565,22 +109629,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *744 + - *743 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *739 + schema: *738 examples: - default: *745 - '400': *740 - '401': *738 - '403': *741 + default: *744 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '429': *742 - '500': *743 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109599,13 +109663,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *746 + - *745 - *39 requestBody: required: true content: application/json: - schema: *747 + schema: *746 examples: group: summary: Group @@ -109631,17 +109695,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *739 + schema: *738 examples: - group: *745 - groupWithMembers: *745 - '400': *740 - '401': *738 - '403': *741 + group: *744 + groupWithMembers: *744 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '409': *748 - '429': *742 - '500': *743 + '409': *747 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109665,13 +109729,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *746 + - *745 - *39 requestBody: required: true content: application/json: - schema: &758 + schema: &757 type: object required: - Operations @@ -109731,17 +109795,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *739 + schema: *738 examples: - updateGroup: *745 - addMembers: *745 - '400': *740 - '401': *738 - '403': *741 + updateGroup: *744 + addMembers: *744 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '409': *748 - '429': *742 - '500': *743 + '409': *747 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109757,17 +109821,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *746 + - *745 - *39 responses: '204': description: Group was deleted, no content - '400': *740 - '401': *738 - '403': *741 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '429': *742 - '500': *743 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109801,8 +109865,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' + - *748 - *749 - - *750 - *39 responses: '200': @@ -109836,7 +109900,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &753 + items: &752 allOf: - type: object required: @@ -109928,7 +109992,7 @@ paths: address. examples: - true - roles: &752 + roles: &751 type: array description: The roles assigned to the user. items: @@ -109987,7 +110051,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *751 + meta: *750 startIndex: type: integer description: A starting index for the returned page @@ -110026,11 +110090,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *740 - '401': *738 - '403': *741 - '429': *742 - '500': *743 + '400': *739 + '401': *737 + '403': *740 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110054,7 +110118,7 @@ paths: required: true content: application/json: - schema: &756 + schema: &755 type: object required: - schemas @@ -110147,9 +110211,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *752 + roles: *751 examples: - user: &757 + user: &756 summary: User value: schemas: @@ -110196,9 +110260,9 @@ paths: description: User has been created content: application/scim+json: - schema: *753 + schema: *752 examples: - user: &754 + user: &753 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -110224,13 +110288,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *754 - '400': *740 - '401': *738 - '403': *741 - '409': *748 - '429': *742 - '500': *743 + enterpriseOwner: *753 + '400': *739 + '401': *737 + '403': *740 + '409': *747 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110247,7 +110311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &755 + - &754 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -110260,15 +110324,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *753 + schema: *752 examples: - default: *754 - '400': *740 - '401': *738 - '403': *741 + default: *753 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '429': *742 - '500': *743 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110290,30 +110354,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *755 + - *754 - *39 requestBody: required: true content: application/json: - schema: *756 + schema: *755 examples: - user: *757 + user: *756 responses: '200': description: User was updated content: application/scim+json: - schema: *753 + schema: *752 examples: - user: *754 - '400': *740 - '401': *738 - '403': *741 + user: *753 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '409': *748 - '429': *742 - '500': *743 + '409': *747 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110348,13 +110412,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *755 + - *754 - *39 requestBody: required: true content: application/json: - schema: *758 + schema: *757 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -110394,18 +110458,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *753 + schema: *752 examples: - userMultiValuedProperties: *754 - userSingleValuedProperties: *754 - disableUser: *754 - '400': *740 - '401': *738 - '403': *741 + userMultiValuedProperties: *753 + userSingleValuedProperties: *753 + disableUser: *753 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '409': *748 - '429': *742 - '500': *743 + '409': *747 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110425,17 +110489,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *755 + - *754 - *39 responses: '204': description: User was deleted, no content - '400': *740 - '401': *738 - '403': *741 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '429': *742 - '500': *743 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110526,7 +110590,7 @@ paths: - 1 Resources: type: array - items: &759 + items: &758 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -110773,22 +110837,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &760 + '404': &759 description: Resource not found content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 - '403': &761 + schema: *736 + '403': &760 description: Forbidden content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 - '400': *740 - '429': *742 + schema: *736 + '400': *739 + '429': *741 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -110814,9 +110878,9 @@ paths: description: Response content: application/scim+json: - schema: *759 + schema: *758 examples: - default: &762 + default: &761 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -110839,17 +110903,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *760 - '403': *761 - '500': *743 + '404': *759 + '403': *760 + '500': *742 '409': description: Conflict content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 - '400': *740 + schema: *736 + '400': *739 requestBody: required: true content: @@ -110949,17 +111013,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *85 - - *755 + - *754 responses: '200': description: Response content: application/scim+json: - schema: *759 + schema: *758 examples: - default: *762 - '404': *760 - '403': *761 + default: *761 + '404': *759 + '403': *760 '304': *35 x-github: githubCloudOnly: true @@ -110983,18 +111047,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *85 - - *755 + - *754 responses: '200': description: Response content: application/scim+json: - schema: *759 + schema: *758 examples: - default: *762 + default: *761 '304': *35 - '404': *760 - '403': *761 + '404': *759 + '403': *760 requestBody: required: true content: @@ -111109,19 +111173,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *85 - - *755 + - *754 responses: '200': description: Response content: application/scim+json: - schema: *759 + schema: *758 examples: - default: *762 + default: *761 '304': *35 - '404': *760 - '403': *761 - '400': *740 + '404': *759 + '403': *760 + '400': *739 '429': description: Response content: @@ -111217,12 +111281,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *85 - - *755 + - *754 responses: '204': description: Response - '404': *760 - '403': *761 + '404': *759 + '403': *760 '304': *35 x-github: githubCloudOnly: true @@ -111337,7 +111401,7 @@ paths: html_url: type: string format: uri - repository: *273 + repository: *272 score: type: number file_size: @@ -111356,7 +111420,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &763 + text_matches: &762 title: Search Result Text Matches type: array items: @@ -111520,7 +111584,7 @@ paths: enum: - author-date - committer-date - - &764 + - &763 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -111589,7 +111653,7 @@ paths: committer: anyOf: - type: 'null' - - *490 + - *489 comment_count: type: integer message: @@ -111608,7 +111672,7 @@ paths: url: type: string format: uri - verification: *613 + verification: *612 required: - author - committer @@ -111623,7 +111687,7 @@ paths: committer: anyOf: - type: 'null' - - *490 + - *489 parents: type: array items: @@ -111635,12 +111699,12 @@ paths: type: string sha: type: string - repository: *273 + repository: *272 score: type: number node_id: type: string - text_matches: *763 + text_matches: *762 required: - sha - node_id @@ -111833,7 +111897,7 @@ paths: - interactions - created - updated - - *764 + - *763 - *17 - *19 - name: advanced_search @@ -111930,11 +111994,11 @@ paths: type: - string - 'null' - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: type: string state_reason: @@ -111948,7 +112012,7 @@ paths: milestone: anyOf: - type: 'null' - - *392 + - *391 comments: type: integer created_at: @@ -111962,7 +112026,7 @@ paths: - string - 'null' format: date-time - text_matches: *763 + text_matches: *762 pull_request: type: object properties: @@ -112000,7 +112064,7 @@ paths: type: string score: type: number - author_association: *214 + author_association: *213 draft: type: boolean repository: *76 @@ -112011,12 +112075,12 @@ paths: timeline_url: type: string format: uri - type: *358 + type: *357 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *215 + reactions: *214 required: - assignee - closed_at @@ -112185,7 +112249,7 @@ paths: enum: - created - updated - - *764 + - *763 - *17 - *19 responses: @@ -112230,7 +112294,7 @@ paths: - 'null' score: type: number - text_matches: *763 + text_matches: *762 required: - id - node_id @@ -112316,7 +112380,7 @@ paths: - forks - help-wanted-issues - updated - - *764 + - *763 - *17 - *19 responses: @@ -112535,7 +112599,7 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 permissions: type: object properties: @@ -112553,7 +112617,7 @@ paths: - admin - pull - push - text_matches: *763 + text_matches: *762 temp_clone_token: type: string allow_merge_commit: @@ -112862,7 +112926,7 @@ paths: - string - 'null' format: uri - text_matches: *763 + text_matches: *762 related: type: - array @@ -113057,7 +113121,7 @@ paths: - followers - repositories - joined - - *764 + - *763 - *17 - *19 responses: @@ -113167,7 +113231,7 @@ paths: type: - boolean - 'null' - text_matches: *763 + text_matches: *762 blog: type: - string @@ -113249,7 +113313,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &768 + - &767 name: team_id description: The unique identifier of the team. in: path @@ -113261,9 +113325,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '404': *6 x-github: githubCloudOnly: false @@ -113290,7 +113354,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *768 + - *767 requestBody: required: true content: @@ -113354,16 +113418,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '201': description: Response content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '404': *6 '422': *15 '403': *27 @@ -113391,7 +113455,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *768 + - *767 responses: '204': description: Response @@ -113420,7 +113484,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *768 + - *767 - *17 - *19 responses: @@ -113430,9 +113494,9 @@ paths: application/json: schema: type: array - items: *355 + items: *354 examples: - default: *356 + default: *355 headers: Link: *45 x-github: @@ -113458,7 +113522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *768 + - *767 - name: role description: Filters members returned by their role in the team. in: query @@ -113481,7 +113545,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 '404': *6 @@ -113509,7 +113573,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *768 + - *767 - *137 responses: '204': @@ -113546,7 +113610,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *768 + - *767 - *137 responses: '204': @@ -113586,7 +113650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *768 + - *767 - *137 responses: '204': @@ -113623,16 +113687,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *768 + - *767 - *137 responses: '200': description: Response content: application/json: - schema: *438 + schema: *437 examples: - response-if-user-is-a-team-maintainer: *769 + response-if-user-is-a-team-maintainer: *768 '404': *6 x-github: githubCloudOnly: false @@ -113665,7 +113729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *768 + - *767 - *137 requestBody: required: false @@ -113691,9 +113755,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *437 examples: - response-if-users-membership-with-team-is-now-pending: *770 + response-if-users-membership-with-team-is-now-pending: *769 '403': description: Forbidden if team synchronization is set up '422': @@ -113727,7 +113791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *768 + - *767 - *137 responses: '204': @@ -113755,7 +113819,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *768 + - *767 - *17 - *19 responses: @@ -113765,9 +113829,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 '404': *6 @@ -113797,15 +113861,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *768 + - *767 + - *438 - *439 - - *440 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *771 + schema: *770 examples: alternative-response-with-extra-repository-information: value: @@ -113956,9 +114020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *768 + - *767 + - *438 - *439 - - *440 requestBody: required: false content: @@ -114008,9 +114072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *768 + - *767 + - *438 - *439 - - *440 responses: '204': description: Response @@ -114039,15 +114103,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *768 + - *767 responses: '200': description: Response content: application/json: - schema: *441 + schema: *440 examples: - default: *442 + default: *441 '403': *27 '404': *6 x-github: @@ -114074,7 +114138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *768 + - *767 requestBody: required: true content: @@ -114135,7 +114199,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *440 examples: default: value: @@ -114166,7 +114230,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *768 + - *767 - *17 - *19 responses: @@ -114176,9 +114240,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - response-if-child-teams-exist: *772 + response-if-child-teams-exist: *771 headers: Link: *45 '404': *6 @@ -114211,7 +114275,7 @@ paths: application/json: schema: oneOf: - - &774 + - &773 title: Private User description: Private User type: object @@ -114461,7 +114525,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *773 + - *772 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -114621,7 +114685,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *773 examples: default: value: @@ -114700,7 +114764,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 '304': *35 '404': *6 '403': *27 @@ -114824,9 +114888,9 @@ paths: type: integer codespaces: type: array - items: *363 + items: *362 examples: - default: *364 + default: *363 '304': *35 '500': *38 '401': *23 @@ -114965,17 +115029,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '401': *23 '403': *27 '404': *6 @@ -115019,7 +115083,7 @@ paths: type: integer secrets: type: array - items: &775 + items: &774 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -115061,7 +115125,7 @@ paths: - visibility - selected_repositories_url examples: - default: *544 + default: *543 headers: Link: *45 x-github: @@ -115133,13 +115197,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *775 + schema: *774 examples: default: value: @@ -115169,7 +115233,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *283 + - *282 requestBody: required: true content: @@ -115214,7 +115278,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -115242,7 +115306,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *283 + - *282 responses: '204': description: Response @@ -115267,7 +115331,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *283 + - *282 responses: '200': description: Response @@ -115283,9 +115347,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: *776 + default: *775 '401': *23 '403': *27 '404': *6 @@ -115310,7 +115374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *283 + - *282 requestBody: required: true content: @@ -115364,7 +115428,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *283 + - *282 - name: repository_id in: path required: true @@ -115397,7 +115461,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *283 + - *282 - name: repository_id in: path required: true @@ -115429,15 +115493,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 responses: '200': description: Response content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '304': *35 '500': *38 '401': *23 @@ -115463,7 +115527,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 requestBody: required: false content: @@ -115493,9 +115557,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '401': *23 '403': *27 '404': *6 @@ -115517,7 +115581,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 responses: '202': *37 '304': *35 @@ -115546,13 +115610,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 responses: '202': description: Response content: application/json: - schema: &777 + schema: &776 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -115605,7 +115669,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &778 + default: &777 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -115637,7 +115701,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *365 + - *364 - name: export_id in: path required: true @@ -115650,9 +115714,9 @@ paths: description: Response content: application/json: - schema: *777 + schema: *776 examples: - default: *778 + default: *777 '404': *6 x-github: githubCloudOnly: false @@ -115673,7 +115737,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *365 + - *364 responses: '200': description: Response @@ -115689,9 +115753,9 @@ paths: type: integer machines: type: array - items: *543 + items: *542 examples: - default: *779 + default: *778 '304': *35 '500': *38 '401': *23 @@ -115720,7 +115784,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *365 + - *364 requestBody: required: true content: @@ -115776,11 +115840,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *444 + repository: *443 machine: anyOf: - type: 'null' - - *543 + - *542 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -116577,15 +116641,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 responses: '200': description: Response content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '304': *35 '500': *38 '400': *14 @@ -116617,15 +116681,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 responses: '200': description: Response content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '500': *38 '401': *23 '403': *27 @@ -116655,9 +116719,9 @@ paths: application/json: schema: type: array - items: *373 + items: *372 examples: - default: &790 + default: &789 value: - id: 197 name: hello_docker @@ -116758,7 +116822,7 @@ paths: application/json: schema: type: array - items: &780 + items: &779 title: Email description: Email type: object @@ -116828,9 +116892,9 @@ paths: application/json: schema: type: array - items: *780 + items: *779 examples: - default: &792 + default: &791 value: - email: octocat@github.com verified: true @@ -116907,7 +116971,7 @@ paths: application/json: schema: type: array - items: *780 + items: *779 examples: default: value: @@ -117019,7 +117083,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 '304': *35 @@ -117052,7 +117116,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 '304': *35 @@ -117165,7 +117229,7 @@ paths: application/json: schema: type: array - items: &781 + items: &780 title: GPG Key description: A unique encryption key type: object @@ -117310,7 +117374,7 @@ paths: - subkeys - revoked examples: - default: &808 + default: &807 value: - id: 3 name: Octocat's GPG Key @@ -117395,9 +117459,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *780 examples: - default: &782 + default: &781 value: id: 3 name: Octocat's GPG Key @@ -117454,7 +117518,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &783 + - &782 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -117466,9 +117530,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *780 examples: - default: *782 + default: *781 '404': *6 '304': *35 '403': *27 @@ -117491,7 +117555,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *783 + - *782 responses: '204': description: Response @@ -117680,9 +117744,11 @@ paths: type: string repositories: type: array - items: *76 + items: + allOf: + - *76 examples: - default: *268 + default: *267 headers: Link: *45 '404': *6 @@ -117707,7 +117773,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *267 + - *266 responses: '204': description: Response @@ -117733,7 +117799,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *267 + - *266 responses: '204': description: Response @@ -117767,12 +117833,12 @@ paths: application/json: schema: anyOf: - - *353 + - *352 - type: object properties: {} additionalProperties: false examples: - default: *354 + default: *353 '204': description: Response when there are no restrictions x-github: @@ -117796,7 +117862,7 @@ paths: required: true content: application/json: - schema: *624 + schema: *623 examples: default: value: @@ -117807,7 +117873,7 @@ paths: description: Response content: application/json: - schema: *353 + schema: *352 examples: default: value: @@ -117888,7 +117954,7 @@ paths: - closed - all default: open - - *361 + - *360 - name: sort description: What to sort results by. in: query @@ -117901,7 +117967,7 @@ paths: - comments default: created - *108 - - *219 + - *218 - *17 - *19 responses: @@ -117911,9 +117977,9 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: *362 + default: *361 headers: Link: *45 '404': *6 @@ -117946,7 +118012,7 @@ paths: application/json: schema: type: array - items: &784 + items: &783 title: Key description: Key type: object @@ -118049,9 +118115,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *783 examples: - default: &785 + default: &784 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -118084,15 +118150,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *653 + - *652 responses: '200': description: Response content: application/json: - schema: *784 + schema: *783 examples: - default: *785 + default: *784 '404': *6 '304': *35 '403': *27 @@ -118115,7 +118181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *653 + - *652 responses: '204': description: Response @@ -118148,7 +118214,7 @@ paths: application/json: schema: type: array - items: &786 + items: &785 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -118216,7 +118282,7 @@ paths: - id - type - login - plan: *230 + plan: *229 required: - billing_cycle - next_billing_date @@ -118227,7 +118293,7 @@ paths: - account - plan examples: - default: &787 + default: &786 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -118289,9 +118355,9 @@ paths: application/json: schema: type: array - items: *786 + items: *785 examples: - default: *787 + default: *786 headers: Link: *45 '304': *35 @@ -118331,7 +118397,7 @@ paths: application/json: schema: type: array - items: *366 + items: *365 examples: default: value: @@ -118445,7 +118511,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: default: value: @@ -118532,7 +118598,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: default: value: @@ -118604,7 +118670,7 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: default: value: @@ -118866,7 +118932,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -119046,7 +119112,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *369 + - *368 - name: exclude in: query required: false @@ -119059,7 +119125,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -119253,7 +119319,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *369 + - *368 responses: '302': description: Response @@ -119279,7 +119345,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *369 + - *368 responses: '204': description: Response @@ -119308,8 +119374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *369 - - *788 + - *368 + - *787 responses: '204': description: Response @@ -119333,7 +119399,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *369 + - *368 - *17 - *19 responses: @@ -119343,9 +119409,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 '404': *6 @@ -119382,7 +119448,7 @@ paths: type: array items: *71 examples: - default: *243 + default: *242 headers: Link: *45 '304': *35 @@ -119424,7 +119490,7 @@ paths: - docker - nuget - container - - *789 + - *788 - *19 - *17 responses: @@ -119434,10 +119500,10 @@ paths: application/json: schema: type: array - items: *373 + items: *372 examples: - default: *790 - '400': *791 + default: *789 + '400': *790 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119457,16 +119523,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: + - *374 - *375 - - *376 responses: '200': description: Response content: application/json: - schema: *373 + schema: *372 examples: - default: &809 + default: &808 value: id: 40201 name: octo-name @@ -119579,8 +119645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: + - *374 - *375 - - *376 responses: '204': description: Response @@ -119610,8 +119676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: + - *374 - *375 - - *376 - name: token description: package token schema: @@ -119643,8 +119709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: + - *374 - *375 - - *376 - *19 - *17 - name: state @@ -119664,7 +119730,7 @@ paths: application/json: schema: type: array - items: *377 + items: *376 examples: default: value: @@ -119713,15 +119779,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: + - *374 - *375 - - *376 - - *378 + - *377 responses: '200': description: Response content: application/json: - schema: *377 + schema: *376 examples: default: value: @@ -119757,9 +119823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: + - *374 - *375 - - *376 - - *378 + - *377 responses: '204': description: Response @@ -119789,9 +119855,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: + - *374 - *375 - - *376 - - *378 + - *377 responses: '204': description: Response @@ -119828,9 +119894,9 @@ paths: application/json: schema: type: array - items: *780 + items: *779 examples: - default: *792 + default: *791 headers: Link: *45 '304': *35 @@ -119943,7 +120009,7 @@ paths: type: array items: *76 examples: - default: &799 + default: &798 summary: Default response value: - id: 1296269 @@ -120261,9 +120327,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *446 + default: *445 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -120301,9 +120367,9 @@ paths: application/json: schema: type: array - items: *626 + items: *625 examples: - default: *793 + default: *792 headers: Link: *45 '304': *35 @@ -120326,7 +120392,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *357 + - *356 responses: '204': description: Response @@ -120349,7 +120415,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *357 + - *356 responses: '204': description: Response @@ -120382,7 +120448,7 @@ paths: application/json: schema: type: array - items: &794 + items: &793 title: Social account description: Social media account type: object @@ -120399,7 +120465,7 @@ paths: - provider - url examples: - default: &795 + default: &794 value: - provider: twitter url: https://twitter.com/github @@ -120462,9 +120528,9 @@ paths: application/json: schema: type: array - items: *794 + items: *793 examples: - default: *795 + default: *794 '422': *15 '304': *35 '404': *6 @@ -120552,7 +120618,7 @@ paths: application/json: schema: type: array - items: &796 + items: &795 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -120572,7 +120638,7 @@ paths: - title - created_at examples: - default: &823 + default: &822 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -120637,9 +120703,9 @@ paths: description: Response content: application/json: - schema: *796 + schema: *795 examples: - default: &797 + default: &796 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -120669,7 +120735,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &798 + - &797 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -120681,9 +120747,9 @@ paths: description: Response content: application/json: - schema: *796 + schema: *795 examples: - default: *797 + default: *796 '404': *6 '304': *35 '403': *27 @@ -120706,7 +120772,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *798 + - *797 responses: '204': description: Response @@ -120735,7 +120801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &824 + - &823 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -120760,11 +120826,11 @@ paths: type: array items: *76 examples: - default-response: *799 + default-response: *798 application/vnd.github.v3.star+json: schema: type: array - items: &825 + items: &824 title: Starred Repository description: Starred Repository type: object @@ -120920,8 +120986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: + - *438 - *439 - - *440 responses: '204': description: Response if this repository is starred by you @@ -120949,8 +121015,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -120974,8 +121040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -121008,9 +121074,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 '304': *35 @@ -121047,7 +121113,7 @@ paths: application/json: schema: type: array - items: *432 + items: *431 examples: default: value: @@ -121125,7 +121191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *232 + - *231 responses: '200': description: Response @@ -121133,10 +121199,10 @@ paths: application/json: schema: oneOf: - - *774 - *773 + - *772 examples: - default-response: &803 + default-response: &802 summary: Default response value: login: octocat @@ -121171,7 +121237,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &804 + response-with-git-hub-plan-information: &803 summary: Response with GitHub plan information value: login: octocat @@ -121228,14 +121294,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &801 + - &800 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *391 + - *390 requestBody: required: true description: Details of the draft item to create in the project. @@ -121269,9 +121335,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *395 examples: - draft_issue: *397 + draft_issue: *396 '304': *35 '403': *27 '401': *23 @@ -121294,7 +121360,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *800 + - *799 - *17 responses: '200': @@ -121305,7 +121371,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: example: ; rel="next" @@ -121329,8 +121395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *801 - - *391 + - *800 + - *390 requestBody: required: true content: @@ -121404,17 +121470,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *802 + schema: *801 examples: table_view: summary: Response for creating a table view - value: *401 + value: *400 board_view: summary: Response for creating a board view with filter - value: *401 + value: *400 roadmap_view: summary: Response for creating a roadmap view - value: *401 + value: *400 '304': *35 '403': *27 '401': *23 @@ -121456,11 +121522,11 @@ paths: application/json: schema: oneOf: - - *774 - *773 + - *772 examples: - default-response: *803 - response-with-git-hub-plan-information: *804 + default-response: *802 + response-with-git-hub-plan-information: *803 '404': *6 x-github: githubCloudOnly: false @@ -121510,8 +121576,8 @@ paths: required: - subject_digests examples: - default: *805 - withPredicateType: *806 + default: *804 + withPredicateType: *805 responses: '200': description: Response @@ -121565,7 +121631,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *807 + default: *806 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -121770,12 +121836,12 @@ paths: initiator: type: string examples: - default: *486 + default: *485 '201': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -121809,9 +121875,9 @@ paths: application/json: schema: type: array - items: *373 + items: *372 examples: - default: *790 + default: *789 '403': *27 '401': *23 x-github: @@ -121844,7 +121910,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -121917,7 +121983,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -122004,7 +122070,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -122074,7 +122140,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -122105,7 +122171,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -122152,7 +122218,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - *137 - - *219 + - *218 - *17 - *19 responses: @@ -122162,9 +122228,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *221 + default: *220 headers: Link: *45 '422': *15 @@ -122195,9 +122261,9 @@ paths: application/json: schema: type: array - items: *781 + items: *780 examples: - default: *808 + default: *807 headers: Link: *45 x-github: @@ -122301,7 +122367,7 @@ paths: application/json: schema: *20 examples: - default: *623 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122387,7 +122453,7 @@ paths: type: array items: *71 examples: - default: *243 + default: *242 headers: Link: *45 x-github: @@ -122426,7 +122492,7 @@ paths: - docker - nuget - container - - *789 + - *788 - *137 - *19 - *17 @@ -122437,12 +122503,12 @@ paths: application/json: schema: type: array - items: *373 + items: *372 examples: - default: *790 + default: *789 '403': *27 '401': *23 - '400': *791 + '400': *790 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122462,17 +122528,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: + - *374 - *375 - - *376 - *137 responses: '200': description: Response content: application/json: - schema: *373 + schema: *372 examples: - default: *809 + default: *808 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122493,8 +122559,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: + - *374 - *375 - - *376 - *137 responses: '204': @@ -122527,8 +122593,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: + - *374 - *375 - - *376 - *137 - name: token description: package token @@ -122561,8 +122627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: + - *374 - *375 - - *376 - *137 responses: '200': @@ -122571,7 +122637,7 @@ paths: application/json: schema: type: array - items: *377 + items: *376 examples: default: value: @@ -122629,16 +122695,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: + - *374 - *375 - - *376 - - *378 + - *377 - *137 responses: '200': description: Response content: application/json: - schema: *377 + schema: *376 examples: default: value: @@ -122673,10 +122739,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: + - *374 - *375 - - *376 - *137 - - *378 + - *377 responses: '204': description: Response @@ -122708,10 +122774,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: + - *374 - *375 - - *376 - *137 - - *378 + - *377 responses: '204': description: Response @@ -122752,9 +122818,9 @@ paths: application/json: schema: type: array - items: *389 + items: *388 examples: - default: *390 + default: *389 headers: Link: *45 '304': *35 @@ -122776,16 +122842,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *391 + - *390 - *137 responses: '200': description: Response content: application/json: - schema: *389 + schema: *388 examples: - default: *390 + default: *389 headers: Link: *45 '304': *35 @@ -122807,7 +122873,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *391 + - *390 - *137 - *17 - *106 @@ -122819,9 +122885,9 @@ paths: application/json: schema: type: array - items: *394 + items: *393 examples: - default: *810 + default: *809 headers: Link: *45 '304': *35 @@ -122843,7 +122909,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *137 - - *391 + - *390 requestBody: required: true content: @@ -122881,7 +122947,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *811 + items: *810 required: - name - data_type @@ -122897,7 +122963,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *812 + iteration_configuration: *811 required: - name - data_type @@ -122919,20 +122985,20 @@ paths: value: name: Due date data_type: date - single_select_field: *813 - iteration_field: *814 + single_select_field: *812 + iteration_field: *813 responses: '201': description: Response content: application/json: - schema: *394 + schema: *393 examples: - text_field: *815 - number_field: *816 - date_field: *817 - single_select_field: *818 - iteration_field: *819 + text_field: *814 + number_field: *815 + date_field: *816 + single_select_field: *817 + iteration_field: *818 '304': *35 '403': *27 '401': *23 @@ -122953,17 +123019,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *391 - - *820 + - *390 + - *819 - *137 responses: '200': description: Response content: application/json: - schema: *394 + schema: *393 examples: - default: *821 + default: *820 headers: Link: *45 '304': *35 @@ -122986,7 +123052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *391 + - *390 - *137 - *106 - *107 @@ -123019,9 +123085,9 @@ paths: application/json: schema: type: array - items: *398 + items: *397 examples: - default: *399 + default: *398 headers: Link: *45 '304': *35 @@ -123043,7 +123109,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *137 - - *391 + - *390 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -123113,22 +123179,22 @@ paths: description: Response content: application/json: - schema: *396 + schema: *395 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *397 + value: *396 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *397 + value: *396 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *397 + value: *396 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *397 + value: *396 '304': *35 '403': *27 '401': *23 @@ -123148,9 +123214,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *391 + - *390 - *137 - - *400 + - *399 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -123170,9 +123236,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - default: *399 + default: *398 headers: Link: *45 '304': *35 @@ -123193,9 +123259,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *391 + - *390 - *137 - - *400 + - *399 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -123268,13 +123334,13 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - text_field: *399 - number_field: *399 - date_field: *399 - single_select_field: *399 - iteration_field: *399 + text_field: *398 + number_field: *398 + date_field: *398 + single_select_field: *398 + iteration_field: *398 '401': *23 '403': *27 '404': *6 @@ -123294,9 +123360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *391 + - *390 - *137 - - *400 + - *399 responses: '204': description: Response @@ -123318,9 +123384,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-project-view parameters: - - *391 + - *390 - *137 - - *822 + - *821 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -123346,9 +123412,9 @@ paths: application/json: schema: type: array - items: *398 + items: *397 examples: - default: *399 + default: *398 headers: Link: *45 '304': *35 @@ -123386,7 +123452,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -123461,7 +123527,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -123567,9 +123633,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -123599,9 +123665,9 @@ paths: application/json: schema: type: array - items: *794 + items: *793 examples: - default: *795 + default: *794 headers: Link: *45 x-github: @@ -123631,9 +123697,9 @@ paths: application/json: schema: type: array - items: *796 + items: *795 examples: - default: *823 + default: *822 headers: Link: *45 x-github: @@ -123658,7 +123724,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *137 - - *824 + - *823 - *108 - *17 - *19 @@ -123670,11 +123736,11 @@ paths: schema: anyOf: - type: array - items: *825 + items: *824 - type: array items: *76 examples: - default-response: *799 + default-response: *798 headers: Link: *45 x-github: @@ -123703,9 +123769,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -123834,7 +123900,7 @@ webhooks: type: string enum: - disabled - enterprise: &826 + enterprise: &825 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -123903,7 +123969,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &827 + installation: &826 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -123924,7 +123990,7 @@ webhooks: required: - id - node_id - organization: &828 + organization: &827 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -123997,7 +124063,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &829 + repository: &828 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -124026,7 +124092,7 @@ webhooks: license: anyOf: - type: 'null' - - *216 + - *215 organization: anyOf: - type: 'null' @@ -124910,10 +124976,10 @@ webhooks: type: string enum: - enabled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -124989,11 +125055,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: &830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: &829 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -125216,11 +125282,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: *830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: *829 sender: *4 required: - action @@ -125408,11 +125474,11 @@ webhooks: - everyone required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: *830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: *829 sender: *4 required: - action @@ -125485,7 +125551,7 @@ webhooks: required: true content: application/json: - schema: &850 + schema: &849 title: Exemption request cancellation event type: object properties: @@ -125493,11 +125559,11 @@ webhooks: type: string enum: - cancelled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: &831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: &830 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -125771,7 +125837,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &832 + items: &831 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -125883,7 +125949,7 @@ webhooks: required: true content: application/json: - schema: &851 + schema: &850 title: Exemption request completed event type: object properties: @@ -125891,11 +125957,11 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 sender: *4 required: - action @@ -125967,7 +126033,7 @@ webhooks: required: true content: application/json: - schema: &848 + schema: &847 title: Exemption request created event type: object properties: @@ -125975,11 +126041,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 sender: *4 required: - action @@ -126051,7 +126117,7 @@ webhooks: required: true content: application/json: - schema: &852 + schema: &851 title: Exemption response dismissed event type: object properties: @@ -126059,12 +126125,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 - exemption_response: *832 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 + exemption_response: *831 sender: *4 required: - action @@ -126138,7 +126204,7 @@ webhooks: required: true content: application/json: - schema: &849 + schema: &848 title: Exemption response submitted event type: object properties: @@ -126146,12 +126212,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 - exemption_response: *832 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 + exemption_response: *831 sender: *4 required: - action @@ -126235,7 +126301,7 @@ webhooks: type: string enum: - completed - check_run: &834 + check_run: &833 title: CheckRun description: A check performed on the code of a given code change type: object @@ -126300,8 +126366,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *217 - repository: *273 + items: *216 + repository: *272 status: type: string enum: @@ -126345,7 +126411,7 @@ webhooks: - examples: - neutral - deployment: *833 + deployment: *832 details_url: type: string examples: @@ -126405,7 +126471,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *217 + items: *216 started_at: type: string format: date-time @@ -126443,10 +126509,10 @@ webhooks: - output - app - pull_requests - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -126839,11 +126905,11 @@ webhooks: type: string enum: - created - check_run: *834 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *833 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -127239,11 +127305,11 @@ webhooks: type: string enum: - requested_action - check_run: *834 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *833 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 requested_action: description: The action requested by the user. type: object @@ -127648,11 +127714,11 @@ webhooks: type: string enum: - rerequested - check_run: *834 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *833 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -128644,10 +128710,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -129356,10 +129422,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -130062,10 +130128,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -130234,7 +130300,7 @@ webhooks: required: - login - id - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -130386,20 +130452,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &835 + commit_oid: &834 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *826 - installation: *827 - organization: *828 - ref: &836 + enterprise: *825 + installation: *826 + organization: *827 + ref: &835 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *829 + repository: *828 sender: *4 required: - action @@ -130566,7 +130632,7 @@ webhooks: required: - login - id - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -130807,12 +130873,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *835 - enterprise: *826 - installation: *827 - organization: *828 - ref: *836 - repository: *829 + commit_oid: *834 + enterprise: *825 + installation: *826 + organization: *827 + ref: *835 + repository: *828 sender: *4 required: - action @@ -130910,7 +130976,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -131095,12 +131161,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *835 - enterprise: *826 - installation: *827 - organization: *828 - ref: *836 - repository: *829 + commit_oid: *834 + enterprise: *825 + installation: *826 + organization: *827 + ref: *835 + repository: *828 sender: *4 required: - action @@ -131269,7 +131335,7 @@ webhooks: required: - login - id - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -131446,12 +131512,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *835 - enterprise: *826 - installation: *827 - organization: *828 - ref: *836 - repository: *829 + commit_oid: *834 + enterprise: *825 + installation: *826 + organization: *827 + ref: *835 + repository: *828 sender: *4 required: - action @@ -131552,7 +131618,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -131741,9 +131807,9 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -131751,7 +131817,7 @@ webhooks: type: - string - 'null' - repository: *829 + repository: *828 sender: *4 required: - action @@ -131850,7 +131916,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -131997,12 +132063,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *835 - enterprise: *826 - installation: *827 - organization: *828 - ref: *836 - repository: *829 + commit_oid: *834 + enterprise: *825 + installation: *826 + organization: *827 + ref: *835 + repository: *828 sender: *4 required: - action @@ -132171,7 +132237,7 @@ webhooks: required: - login - id - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -132323,10 +132389,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -132586,10 +132652,10 @@ webhooks: - updated_at - author_association - body - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -132670,18 +132736,18 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *828 - pusher_type: &837 + organization: *827 + pusher_type: &836 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &838 + ref: &837 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -132691,7 +132757,7 @@ webhooks: enum: - tag - branch - repository: *829 + repository: *828 sender: *4 required: - ref @@ -132774,9 +132840,9 @@ webhooks: enum: - created definition: *151 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -132861,9 +132927,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -132941,9 +133007,9 @@ webhooks: enum: - promote_to_enterprise definition: *151 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -133021,9 +133087,9 @@ webhooks: enum: - updated definition: *151 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -133100,10 +133166,10 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - repository: *829 - organization: *828 + enterprise: *825 + installation: *826 + repository: *828 + organization: *827 sender: *4 new_property_values: type: array @@ -133188,18 +133254,18 @@ webhooks: title: delete event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - pusher_type: *837 - ref: *838 + enterprise: *825 + installation: *826 + organization: *827 + pusher_type: *836 + ref: *837 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *829 + repository: *828 sender: *4 required: - ref @@ -133283,11 +133349,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133371,11 +133437,11 @@ webhooks: type: string enum: - auto_reopened - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133459,11 +133525,11 @@ webhooks: type: string enum: - created - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133545,11 +133611,11 @@ webhooks: type: string enum: - dismissed - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133631,11 +133697,11 @@ webhooks: type: string enum: - fixed - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133718,11 +133784,11 @@ webhooks: type: string enum: - reintroduced - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133804,11 +133870,11 @@ webhooks: type: string enum: - reopened - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133885,9 +133951,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - key: &839 + enterprise: *825 + installation: *826 + key: &838 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -133925,8 +133991,8 @@ webhooks: - verified - created_at - read_only - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -134003,11 +134069,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - key: *839 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + key: *838 + organization: *827 + repository: *828 sender: *4 required: - action @@ -134579,12 +134645,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: &843 + workflow: &842 title: Workflow type: - object @@ -135322,13 +135388,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *578 + deployment: *577 pull_requests: type: array - items: *673 - repository: *829 - organization: *828 - installation: *827 + items: *672 + repository: *828 + organization: *827 + installation: *826 sender: *4 responses: '200': @@ -135399,7 +135465,7 @@ webhooks: type: string enum: - approved - approver: &840 + approver: &839 type: object properties: avatar_url: @@ -135442,11 +135508,11 @@ webhooks: type: string comment: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - reviewers: &841 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + reviewers: &840 type: array items: type: object @@ -135527,7 +135593,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &842 + workflow_job_run: &841 type: object properties: conclusion: @@ -136273,18 +136339,18 @@ webhooks: type: string enum: - rejected - approver: *840 + approver: *839 comment: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - reviewers: *841 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + reviewers: *840 sender: *4 since: type: string - workflow_job_run: *842 + workflow_job_run: *841 workflow_job_runs: type: array items: @@ -137001,13 +137067,13 @@ webhooks: type: string enum: - requested - enterprise: *826 + enterprise: *825 environment: type: string - installation: *827 - organization: *828 - repository: *829 - requestor: &853 + installation: *826 + organization: *827 + repository: *828 + requestor: &852 title: User type: - object @@ -138950,12 +139016,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *843 + workflow: *842 workflow_run: title: Deployment Workflow Run type: @@ -139646,7 +139712,7 @@ webhooks: type: string enum: - answered - answer: &846 + answer: &845 type: object properties: author_association: @@ -139806,11 +139872,11 @@ webhooks: - created_at - updated_at - body - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -139937,11 +140003,11 @@ webhooks: - from required: - category - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140024,11 +140090,11 @@ webhooks: type: string enum: - closed - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140110,7 +140176,7 @@ webhooks: type: string enum: - created - comment: &845 + comment: &844 type: object properties: author_association: @@ -140270,11 +140336,11 @@ webhooks: - updated_at - body - reactions - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140357,12 +140423,12 @@ webhooks: type: string enum: - deleted - comment: *845 - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + comment: *844 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140457,12 +140523,12 @@ webhooks: - from required: - body - comment: *845 - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + comment: *844 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140546,11 +140612,11 @@ webhooks: type: string enum: - created - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140632,11 +140698,11 @@ webhooks: type: string enum: - deleted - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140736,11 +140802,11 @@ webhooks: type: string required: - from - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140822,10 +140888,10 @@ webhooks: type: string enum: - labeled - discussion: *844 - enterprise: *826 - installation: *827 - label: &847 + discussion: *843 + enterprise: *825 + installation: *826 + label: &846 title: Label type: object properties: @@ -140858,8 +140924,8 @@ webhooks: - color - default - description - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140942,11 +141008,11 @@ webhooks: type: string enum: - locked - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141028,11 +141094,11 @@ webhooks: type: string enum: - pinned - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141114,11 +141180,11 @@ webhooks: type: string enum: - reopened - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141203,16 +141269,16 @@ webhooks: changes: type: object properties: - new_discussion: *844 - new_repository: *829 + new_discussion: *843 + new_repository: *828 required: - new_discussion - new_repository - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141295,10 +141361,10 @@ webhooks: type: string enum: - unanswered - discussion: *844 - old_answer: *846 - organization: *828 - repository: *829 + discussion: *843 + old_answer: *845 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141380,12 +141446,12 @@ webhooks: type: string enum: - unlabeled - discussion: *844 - enterprise: *826 - installation: *827 - label: *847 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141468,11 +141534,11 @@ webhooks: type: string enum: - unlocked - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141554,11 +141620,11 @@ webhooks: type: string enum: - unpinned - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141627,7 +141693,7 @@ webhooks: required: true content: application/json: - schema: *848 + schema: *847 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141690,7 +141756,7 @@ webhooks: required: true content: application/json: - schema: *849 + schema: *848 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141753,7 +141819,7 @@ webhooks: required: true content: application/json: - schema: *850 + schema: *849 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141816,7 +141882,7 @@ webhooks: required: true content: application/json: - schema: *848 + schema: *847 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141879,7 +141945,7 @@ webhooks: required: true content: application/json: - schema: *849 + schema: *848 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141945,7 +142011,7 @@ webhooks: required: true content: application/json: - schema: *850 + schema: *849 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142011,7 +142077,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *850 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142077,7 +142143,7 @@ webhooks: required: true content: application/json: - schema: *848 + schema: *847 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142143,7 +142209,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *851 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142209,7 +142275,7 @@ webhooks: required: true content: application/json: - schema: *849 + schema: *848 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142274,7 +142340,7 @@ webhooks: required: true content: application/json: - schema: *850 + schema: *849 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142339,7 +142405,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *850 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142404,7 +142470,7 @@ webhooks: required: true content: application/json: - schema: *848 + schema: *847 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142469,7 +142535,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *851 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142535,7 +142601,7 @@ webhooks: required: true content: application/json: - schema: *849 + schema: *848 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142602,7 +142668,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *826 + enterprise: *825 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -143280,9 +143346,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - forkee @@ -143428,9 +143494,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pages: description: The pages that were updated. type: array @@ -143468,7 +143534,7 @@ webhooks: - action - sha - html_url - repository: *829 + repository: *828 sender: *4 required: - pages @@ -143544,10 +143610,10 @@ webhooks: type: string enum: - created - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: &854 + organization: *827 + repositories: &853 description: An array of repository objects that the installation can access. type: array @@ -143573,8 +143639,8 @@ webhooks: - name - full_name - private - repository: *829 - requester: *853 + repository: *828 + requester: *852 sender: *4 required: - action @@ -143649,11 +143715,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -143730,11 +143796,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -143811,10 +143877,10 @@ webhooks: type: string enum: - added - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories_added: &855 + organization: *827 + repositories_added: &854 description: An array of repository objects, which were added to the installation. type: array @@ -143860,15 +143926,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *829 - repository_selection: &856 + repository: *828 + repository_selection: &855 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *853 + requester: *852 sender: *4 required: - action @@ -143947,10 +144013,10 @@ webhooks: type: string enum: - removed - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories_added: *855 + organization: *827 + repositories_added: *854 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -143977,9 +144043,9 @@ webhooks: - name - full_name - private - repository: *829 - repository_selection: *856 - requester: *853 + repository: *828 + repository_selection: *855 + requester: *852 sender: *4 required: - action @@ -144058,11 +144124,11 @@ webhooks: type: string enum: - suspend - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -144245,10 +144311,10 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 target_type: type: string @@ -144327,11 +144393,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -144579,8 +144645,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145397,8 +145463,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145415,7 +145481,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -145759,8 +145825,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -145840,7 +145906,7 @@ webhooks: type: string enum: - deleted - comment: &857 + comment: &856 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -146007,8 +146073,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -146821,8 +146887,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146839,7 +146905,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -147185,8 +147251,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -147266,7 +147332,7 @@ webhooks: type: string enum: - edited - changes: &881 + changes: &880 description: The changes to the comment. type: object properties: @@ -147278,9 +147344,9 @@ webhooks: type: string required: - from - comment: *857 - enterprise: *826 - installation: *827 + comment: *856 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148096,8 +148162,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148114,7 +148180,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -148458,8 +148524,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148543,15 +148609,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *213 + blocked_issue: *212 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *213 + blocking_issue: *212 blocking_issue_repo: *76 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148634,15 +148700,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *213 + blocked_issue: *212 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *213 + blocking_issue: *212 blocking_issue_repo: *76 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148724,15 +148790,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *213 + blocked_issue: *212 blocked_issue_repo: *76 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *213 - installation: *827 - organization: *828 - repository: *829 + blocking_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148815,15 +148881,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *213 + blocked_issue: *212 blocked_issue_repo: *76 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *213 - installation: *827 - organization: *828 - repository: *829 + blocking_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148903,10 +148969,10 @@ webhooks: type: string enum: - assigned - assignee: *853 - enterprise: *826 - installation: *827 - issue: &860 + assignee: *852 + enterprise: *825 + installation: *826 + issue: &859 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -149718,11 +149784,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149739,7 +149805,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -149842,8 +149908,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -149923,8 +149989,8 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -150741,11 +150807,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150762,7 +150828,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -151008,8 +151074,8 @@ webhooks: required: - state - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -151088,8 +151154,8 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151897,11 +151963,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151918,7 +151984,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -152020,8 +152086,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -152100,8 +152166,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152932,11 +152998,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152953,7 +153019,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -153034,7 +153100,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &858 + milestone: &857 title: Milestone description: A collection of related issues and pull requests. type: object @@ -153177,8 +153243,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -153277,8 +153343,8 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154090,11 +154156,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154108,7 +154174,7 @@ webhooks: timeline_url: type: string format: uri - type: *358 + type: *357 title: description: Title of the issue type: string @@ -154214,9 +154280,9 @@ webhooks: - active_lock_reason - body - reactions - label: *847 - organization: *828 - repository: *829 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -154296,8 +154362,8 @@ webhooks: type: string enum: - labeled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155108,11 +155174,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155126,7 +155192,7 @@ webhooks: timeline_url: type: string format: uri - type: *358 + type: *357 title: description: Title of the issue type: string @@ -155232,9 +155298,9 @@ webhooks: - active_lock_reason - body - reactions - label: *847 - organization: *828 - repository: *829 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -155314,8 +155380,8 @@ webhooks: type: string enum: - locked - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156151,11 +156217,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156169,7 +156235,7 @@ webhooks: timeline_url: type: string format: uri - type: *358 + type: *357 title: description: Title of the issue type: string @@ -156252,8 +156318,8 @@ webhooks: format: uri user_view_type: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -156332,8 +156398,8 @@ webhooks: type: string enum: - milestoned - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157163,11 +157229,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157184,7 +157250,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -157264,9 +157330,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *858 - organization: *828 - repository: *829 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -158158,11 +158224,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158258,7 +158324,7 @@ webhooks: required: - login - id - type: *358 + type: *357 required: - id - number @@ -158739,8 +158805,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159552,11 +159618,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159573,7 +159639,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -159675,8 +159741,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -159756,9 +159822,9 @@ webhooks: type: string enum: - pinned - enterprise: *826 - installation: *827 - issue: &859 + enterprise: *825 + installation: *826 + issue: &858 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -160564,11 +160630,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160585,7 +160651,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -160687,8 +160753,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -160767,8 +160833,8 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161602,11 +161668,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161703,9 +161769,9 @@ webhooks: format: uri user_view_type: type: string - type: *358 - organization: *828 - repository: *829 + type: *357 + organization: *827 + repository: *828 sender: *4 required: - action @@ -162594,11 +162660,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162615,7 +162681,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -163197,11 +163263,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *826 - installation: *827 - issue: *859 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *858 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163281,12 +163347,12 @@ webhooks: type: string enum: - typed - enterprise: *826 - installation: *827 - issue: *860 - type: *358 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + type: *357 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163367,7 +163433,7 @@ webhooks: type: string enum: - unassigned - assignee: &884 + assignee: &883 title: User type: - object @@ -163439,11 +163505,11 @@ webhooks: required: - login - id - enterprise: *826 - installation: *827 - issue: *860 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163522,12 +163588,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *826 - installation: *827 - issue: *860 - label: *847 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163607,8 +163673,8 @@ webhooks: type: string enum: - unlocked - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164442,11 +164508,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164463,7 +164529,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -164543,8 +164609,8 @@ webhooks: format: uri user_view_type: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164624,11 +164690,11 @@ webhooks: type: string enum: - unpinned - enterprise: *826 - installation: *827 - issue: *859 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *858 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164707,12 +164773,12 @@ webhooks: type: string enum: - untyped - enterprise: *826 - installation: *827 - issue: *860 - type: *358 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + type: *357 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164792,11 +164858,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - label: *847 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164874,11 +164940,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - label: *847 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164988,11 +165054,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - label: *847 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -165074,9 +165140,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: &861 + enterprise: *825 + installation: *826 + marketplace_purchase: &860 title: Marketplace Purchase type: object required: @@ -165164,8 +165230,8 @@ webhooks: type: integer unit_count: type: integer - organization: *828 - previous_marketplace_purchase: &862 + organization: *827 + previous_marketplace_purchase: &861 title: Marketplace Purchase type: object properties: @@ -165249,7 +165315,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165329,10 +165395,10 @@ webhooks: - changed effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165420,7 +165486,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165502,10 +165568,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165591,7 +165657,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165672,8 +165738,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 marketplace_purchase: title: Marketplace Purchase type: object @@ -165759,9 +165825,9 @@ webhooks: type: integer unit_count: type: integer - organization: *828 - previous_marketplace_purchase: *862 - repository: *829 + organization: *827 + previous_marketplace_purchase: *861 + repository: *828 sender: *4 required: - action @@ -165841,12 +165907,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 - previous_marketplace_purchase: *862 - repository: *829 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 + previous_marketplace_purchase: *861 + repository: *828 sender: *4 required: - action @@ -165948,11 +166014,11 @@ webhooks: type: string required: - to - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166054,11 +166120,11 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166137,11 +166203,11 @@ webhooks: type: string enum: - removed - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166219,11 +166285,11 @@ webhooks: type: string enum: - added - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166301,7 +166367,7 @@ webhooks: required: - login - id - team: &863 + team: &862 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -166531,11 +166597,11 @@ webhooks: type: string enum: - removed - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166614,7 +166680,7 @@ webhooks: required: - login - id - team: *863 + team: *862 required: - action - scope @@ -166696,8 +166762,8 @@ webhooks: type: string enum: - checks_requested - installation: *827 - merge_group: &864 + installation: *826 + merge_group: &863 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -166716,15 +166782,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *506 + head_commit: *505 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166810,10 +166876,10 @@ webhooks: - merged - invalidated - dequeued - installation: *827 - merge_group: *864 - organization: *828 - repository: *829 + installation: *826 + merge_group: *863 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166886,7 +166952,7 @@ webhooks: type: string enum: - deleted - enterprise: *826 + enterprise: *825 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -166995,12 +167061,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *827 - organization: *828 + installation: *826 + organization: *827 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -167080,11 +167146,11 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167163,9 +167229,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - milestone: &865 + enterprise: *825 + installation: *826 + milestone: &864 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167307,8 +167373,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167387,11 +167453,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167501,11 +167567,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167585,11 +167651,11 @@ webhooks: type: string enum: - opened - enterprise: *826 - installation: *827 - milestone: *865 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *864 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167668,11 +167734,11 @@ webhooks: type: string enum: - blocked - blocked_user: *853 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + blocked_user: *852 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167751,11 +167817,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *853 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + blocked_user: *852 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167831,7 +167897,7 @@ webhooks: enum: - created definition: *145 - enterprise: *826 + enterprise: *825 sender: *4 required: - action @@ -167911,8 +167977,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 sender: *4 required: - action @@ -167985,8 +168051,8 @@ webhooks: enum: - updated definition: *145 - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 sender: *4 required: - action @@ -168058,9 +168124,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 new_property_values: type: array @@ -168148,9 +168214,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - membership: &866 + enterprise: *825 + installation: *826 + membership: &865 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -168260,8 +168326,8 @@ webhooks: - role - organization_url - user - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168339,11 +168405,11 @@ webhooks: type: string enum: - member_added - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168422,8 +168488,8 @@ webhooks: type: string enum: - member_invited - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -168545,10 +168611,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 - user: *853 + user: *852 required: - action - invitation @@ -168626,11 +168692,11 @@ webhooks: type: string enum: - member_removed - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168717,11 +168783,11 @@ webhooks: properties: from: type: string - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168797,9 +168863,9 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 package: description: Information about the package. type: object @@ -169322,7 +169388,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &867 + items: &866 title: Ruby Gems metadata type: object properties: @@ -169419,7 +169485,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -169495,9 +169561,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 package: description: Information about the package. type: object @@ -169859,7 +169925,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *867 + items: *866 source_url: type: string format: uri @@ -169930,7 +169996,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -170111,12 +170177,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *826 + enterprise: *825 id: type: integer - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - id @@ -170193,7 +170259,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &868 + personal_access_token_request: &867 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -170343,10 +170409,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *826 - organization: *828 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170423,11 +170489,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *868 - enterprise: *826 - organization: *828 + personal_access_token_request: *867 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170503,11 +170569,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *868 - enterprise: *826 - organization: *828 + personal_access_token_request: *867 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170582,11 +170648,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *868 - organization: *828 - enterprise: *826 + personal_access_token_request: *867 + organization: *827 + enterprise: *825 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170691,7 +170757,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *869 + last_response: *868 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -170723,8 +170789,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 zen: description: Random string of GitHub zen. @@ -170969,10 +171035,10 @@ webhooks: - from required: - note - enterprise: *826 - installation: *827 - organization: *828 - project_card: &870 + enterprise: *825 + installation: *826 + organization: *827 + project_card: &869 title: Project Card type: object properties: @@ -171095,7 +171161,7 @@ webhooks: - creator - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -171176,11 +171242,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project_card: *870 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_card: *869 + repository: *828 sender: *4 required: - action @@ -171260,9 +171326,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 project_card: title: Project Card type: object @@ -171392,7 +171458,7 @@ webhooks: repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -171486,11 +171552,11 @@ webhooks: - from required: - note - enterprise: *826 - installation: *827 - organization: *828 - project_card: *870 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_card: *869 + repository: *828 sender: *4 required: - action @@ -171584,9 +171650,9 @@ webhooks: - from required: - column_id - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 project_card: allOf: - title: Project Card @@ -171783,7 +171849,7 @@ webhooks: type: string required: - after_id - repository: *829 + repository: *828 sender: *4 required: - action @@ -171863,10 +171929,10 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - organization: *828 - project: &872 + enterprise: *825 + installation: *826 + organization: *827 + project: &871 title: Project type: object properties: @@ -171993,7 +172059,7 @@ webhooks: - creator - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -172073,10 +172139,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project_column: &871 + enterprise: *825 + installation: *826 + organization: *827 + project_column: &870 title: Project Column type: object properties: @@ -172116,7 +172182,7 @@ webhooks: - name - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -172195,14 +172261,14 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -172291,11 +172357,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 + repository: *828 sender: *4 required: - action @@ -172375,11 +172441,11 @@ webhooks: type: string enum: - moved - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 + repository: *828 sender: *4 required: - action @@ -172459,11 +172525,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172543,14 +172609,14 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - project: *872 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -172651,11 +172717,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172734,11 +172800,11 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172819,9 +172885,9 @@ webhooks: type: string enum: - closed - installation: *827 - organization: *828 - projects_v2: *389 + installation: *826 + organization: *827 + projects_v2: *388 sender: *4 required: - action @@ -172902,9 +172968,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2: *389 + installation: *826 + organization: *827 + projects_v2: *388 sender: *4 required: - action @@ -172985,9 +173051,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2: *389 + installation: *826 + organization: *827 + projects_v2: *388 sender: *4 required: - action @@ -173108,9 +173174,9 @@ webhooks: type: string to: type: string - installation: *827 - organization: *828 - projects_v2: *389 + installation: *826 + organization: *827 + projects_v2: *388 sender: *4 required: - action @@ -173193,7 +173259,7 @@ webhooks: type: string enum: - archived - changes: &876 + changes: &875 type: object properties: archived_at: @@ -173209,9 +173275,9 @@ webhooks: - string - 'null' format: date-time - installation: *827 - organization: *828 - projects_v2_item: &873 + installation: *826 + organization: *827 + projects_v2_item: &872 title: Projects v2 Item description: An item belonging to a project type: object @@ -173229,7 +173295,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *395 + content_type: *394 creator: *4 created_at: type: string @@ -173351,9 +173417,9 @@ webhooks: - 'null' to: type: string - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173435,9 +173501,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173518,9 +173584,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173625,7 +173691,7 @@ webhooks: oneOf: - type: string - type: integer - - &874 + - &873 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -173649,7 +173715,7 @@ webhooks: required: - id - name - - &875 + - &874 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -173689,8 +173755,8 @@ webhooks: oneOf: - type: string - type: integer + - *873 - *874 - - *875 type: - 'null' - string @@ -173713,9 +173779,9 @@ webhooks: - 'null' required: - body - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173812,9 +173878,9 @@ webhooks: type: - string - 'null' - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173897,10 +173963,10 @@ webhooks: type: string enum: - restored - changes: *876 - installation: *827 - organization: *828 - projects_v2_item: *873 + changes: *875 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173982,9 +174048,9 @@ webhooks: type: string enum: - reopened - installation: *827 - organization: *828 - projects_v2: *389 + installation: *826 + organization: *827 + projects_v2: *388 sender: *4 required: - action @@ -174065,9 +174131,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -174148,9 +174214,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -174296,9 +174362,9 @@ webhooks: - string - 'null' format: date - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -174369,10 +174435,10 @@ webhooks: title: public event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - repository @@ -174449,13 +174515,13 @@ webhooks: type: string enum: - assigned - assignee: *853 - enterprise: *826 - installation: *827 - number: &878 + assignee: *852 + enterprise: *825 + installation: *826 + number: &877 description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -176804,7 +176870,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -176886,11 +176952,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -179232,7 +179298,7 @@ webhooks: - draft reason: type: string - repository: *829 + repository: *828 sender: *4 required: - action @@ -179314,11 +179380,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -181660,7 +181726,7 @@ webhooks: - draft reason: type: string - repository: *829 + repository: *828 sender: *4 required: - action @@ -181742,13 +181808,13 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: &879 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: &878 allOf: - - *673 + - *672 - type: object properties: allow_auto_merge: @@ -181810,7 +181876,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *829 + repository: *828 sender: *4 required: - action @@ -181891,12 +181957,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -181976,11 +182042,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *826 - milestone: *392 - number: *878 - organization: *828 - pull_request: &880 + enterprise: *825 + milestone: *391 + number: *877 + organization: *827 + pull_request: &879 title: Pull Request type: object properties: @@ -184307,7 +184373,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -184386,11 +184452,11 @@ webhooks: type: string enum: - dequeued - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -186736,7 +186802,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *829 + repository: *828 sender: *4 required: - action @@ -186860,12 +186926,12 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -186945,11 +187011,11 @@ webhooks: type: string enum: - enqueued - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -189280,7 +189346,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -189360,11 +189426,11 @@ webhooks: type: string enum: - labeled - enterprise: *826 - installation: *827 - label: *847 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + label: *846 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -191712,7 +191778,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -191793,10 +191859,10 @@ webhooks: type: string enum: - locked - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -194142,7 +194208,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -194222,12 +194288,12 @@ webhooks: type: string enum: - milestoned - enterprise: *826 - milestone: *392 - number: *878 - organization: *828 - pull_request: *880 - repository: *829 + enterprise: *825 + milestone: *391 + number: *877 + organization: *827 + pull_request: *879 + repository: *828 sender: *4 required: - action @@ -194306,12 +194372,12 @@ webhooks: type: string enum: - opened - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194392,12 +194458,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194477,12 +194543,12 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194857,9 +194923,9 @@ webhooks: - start_side - side - reactions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -197089,7 +197155,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -197169,7 +197235,7 @@ webhooks: type: string enum: - deleted - comment: &882 + comment: &881 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -197462,9 +197528,9 @@ webhooks: - start_side - side - reactions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -199682,7 +199748,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -199762,11 +199828,11 @@ webhooks: type: string enum: - edited - changes: *881 - comment: *882 - enterprise: *826 - installation: *827 - organization: *828 + changes: *880 + comment: *881 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -201987,7 +202053,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -202068,9 +202134,9 @@ webhooks: type: string enum: - dismissed - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -204303,7 +204369,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 review: description: The review that was affected. type: object @@ -204554,9 +204620,9 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -206670,8 +206736,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 - review: &883 + repository: *828 + review: &882 description: The review that was affected. type: object properties: @@ -206909,12 +206975,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -209261,7 +209327,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_reviewer: title: User type: @@ -209347,12 +209413,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -211706,7 +211772,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211901,12 +211967,12 @@ webhooks: type: string enum: - review_requested - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -214255,7 +214321,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_reviewer: title: User type: @@ -214342,12 +214408,12 @@ webhooks: type: string enum: - review_requested - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -216687,7 +216753,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216871,9 +216937,9 @@ webhooks: type: string enum: - submitted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -219109,8 +219175,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 - review: *883 + repository: *828 + review: *882 sender: *4 required: - action @@ -219190,9 +219256,9 @@ webhooks: type: string enum: - resolved - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -221323,7 +221389,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 sender: *4 thread: type: object @@ -221720,9 +221786,9 @@ webhooks: type: string enum: - unresolved - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -223836,7 +223902,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 sender: *4 thread: type: object @@ -224235,10 +224301,10 @@ webhooks: type: string before: type: string - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -226573,7 +226639,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -226655,11 +226721,11 @@ webhooks: type: string enum: - unassigned - assignee: *884 - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + assignee: *883 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -229009,7 +229075,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -229088,11 +229154,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *826 - installation: *827 - label: *847 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + label: *846 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -231431,7 +231497,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -231512,10 +231578,10 @@ webhooks: type: string enum: - unlocked - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -233844,7 +233910,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -234047,7 +234113,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *826 + enterprise: *825 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -234142,8 +234208,8 @@ webhooks: - url - author - committer - installation: *827 - organization: *828 + installation: *826 + organization: *827 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -234731,9 +234797,9 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 registry_package: type: object properties: @@ -235210,7 +235276,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *867 + items: *866 summary: type: string tag_name: @@ -235266,7 +235332,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -235344,9 +235410,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 registry_package: type: object properties: @@ -235658,7 +235724,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *867 + items: *866 summary: type: string tag_name: @@ -235708,7 +235774,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -235785,10 +235851,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - release: &885 + enterprise: *825 + installation: *826 + organization: *827 + release: &884 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -236119,7 +236185,7 @@ webhooks: - updated_at - zipball_url - body - repository: *829 + repository: *828 sender: *4 required: - action @@ -236196,11 +236262,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -236317,11 +236383,11 @@ webhooks: type: boolean required: - to - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -236399,9 +236465,9 @@ webhooks: type: string enum: - prereleased - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -236737,7 +236803,7 @@ webhooks: - string - 'null' format: uri - repository: *829 + repository: *828 sender: *4 required: - action @@ -236813,10 +236879,10 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - release: &886 + enterprise: *825 + installation: *826 + organization: *827 + release: &885 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -237149,7 +237215,7 @@ webhooks: - string - 'null' format: uri - repository: *829 + repository: *828 sender: *4 required: - action @@ -237225,11 +237291,11 @@ webhooks: type: string enum: - released - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -237305,11 +237371,11 @@ webhooks: type: string enum: - unpublished - enterprise: *826 - installation: *827 - organization: *828 - release: *886 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *885 + repository: *828 sender: *4 required: - action @@ -237385,11 +237451,11 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - repository_advisory: *725 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + repository_advisory: *724 sender: *4 required: - action @@ -237465,11 +237531,11 @@ webhooks: type: string enum: - reported - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - repository_advisory: *725 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + repository_advisory: *724 sender: *4 required: - action @@ -237545,10 +237611,10 @@ webhooks: type: string enum: - archived - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237625,10 +237691,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237706,10 +237772,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237794,10 +237860,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237912,10 +237978,10 @@ webhooks: - 'null' items: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237987,10 +238053,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 status: type: string @@ -238071,10 +238137,10 @@ webhooks: type: string enum: - privatized - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238151,10 +238217,10 @@ webhooks: type: string enum: - publicized - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238248,10 +238314,10 @@ webhooks: - name required: - repository - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238331,10 +238397,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *185 sender: *4 required: @@ -238413,10 +238479,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *185 sender: *4 required: @@ -238495,10 +238561,10 @@ webhooks: type: string enum: - edited - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *185 changes: type: object @@ -238560,16 +238626,16 @@ webhooks: properties: added: type: array - items: *693 + items: *692 deleted: type: array - items: *693 + items: *692 updated: type: array items: type: object properties: - rule: *693 + rule: *692 changes: type: object properties: @@ -238806,10 +238872,10 @@ webhooks: - from required: - owner - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238887,10 +238953,10 @@ webhooks: type: string enum: - unarchived - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238968,7 +239034,7 @@ webhooks: type: string enum: - create - alert: &887 + alert: &886 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -239092,10 +239158,10 @@ webhooks: type: string enum: - open - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239305,10 +239371,10 @@ webhooks: type: string enum: - dismissed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239386,11 +239452,11 @@ webhooks: type: string enum: - reopen - alert: *887 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *886 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239592,10 +239658,10 @@ webhooks: enum: - fixed - open - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239673,7 +239739,7 @@ webhooks: type: string enum: - assigned - alert: &888 + alert: &887 type: object properties: number: *124 @@ -239788,10 +239854,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239869,11 +239935,11 @@ webhooks: type: string enum: - created - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239954,11 +240020,11 @@ webhooks: type: string enum: - created - alert: *888 - installation: *827 - location: *889 - organization: *828 - repository: *829 + alert: *887 + installation: *826 + location: *888 + organization: *827 + repository: *828 sender: *4 required: - location @@ -240196,11 +240262,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240278,11 +240344,11 @@ webhooks: type: string enum: - reopened - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240360,11 +240426,11 @@ webhooks: type: string enum: - resolved - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240442,12 +240508,12 @@ webhooks: type: string enum: - unassigned - alert: *888 + alert: *887 assignee: *4 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240525,11 +240591,11 @@ webhooks: type: string enum: - validated - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240659,10 +240725,10 @@ webhooks: - organization - enterprise - - repository: *829 - enterprise: *826 - installation: *827 - organization: *828 + repository: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -240740,11 +240806,11 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - security_advisory: &890 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + security_advisory: &889 description: The details of the security advisory, including summary, description, and severity. type: object @@ -240930,11 +240996,11 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - security_advisory: *890 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + security_advisory: *889 sender: *4 required: - action @@ -241007,10 +241073,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -241196,11 +241262,11 @@ webhooks: from: type: object properties: - security_and_analysis: *403 - enterprise: *826 - installation: *827 - organization: *828 - repository: *444 + security_and_analysis: *402 + enterprise: *825 + installation: *826 + organization: *827 + repository: *443 sender: *4 required: - changes @@ -241278,12 +241344,12 @@ webhooks: type: string enum: - cancelled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: &891 + sponsorship: &890 type: object properties: created_at: @@ -241588,12 +241654,12 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - sponsorship @@ -241681,12 +241747,12 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -241763,17 +241829,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &892 + effective_date: &891 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - sponsorship @@ -241847,7 +241913,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &893 + changes: &892 type: object properties: tier: @@ -241891,13 +241957,13 @@ webhooks: - from required: - tier - effective_date: *892 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + effective_date: *891 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -241974,13 +242040,13 @@ webhooks: type: string enum: - tier_changed - changes: *893 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + changes: *892 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -242054,10 +242120,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242141,10 +242207,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242578,15 +242644,15 @@ webhooks: type: - string - 'null' - enterprise: *826 + enterprise: *825 id: description: The unique identifier of the status. type: integer - installation: *827 + installation: *826 name: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 sha: description: The Commit SHA. @@ -242696,15 +242762,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *213 + parent_issue: *212 parent_issue_repo: *76 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *213 - installation: *827 - organization: *828 - repository: *829 + sub_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242788,15 +242854,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *213 + parent_issue: *212 parent_issue_repo: *76 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *213 - installation: *827 - organization: *828 - repository: *829 + sub_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242880,15 +242946,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *213 + sub_issue: *212 sub_issue_repo: *76 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *213 - installation: *827 - organization: *828 - repository: *829 + parent_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242972,15 +243038,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *213 + sub_issue: *212 sub_issue_repo: *76 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *213 - installation: *827 - organization: *828 - repository: *829 + parent_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -243057,12 +243123,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - team: &894 + team: &893 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -243292,9 +243358,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -243764,7 +243830,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -243840,9 +243906,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -244312,7 +244378,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -244389,9 +244455,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -244861,7 +244927,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -245005,9 +245071,9 @@ webhooks: - from required: - permissions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -245477,7 +245543,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - changes @@ -245555,9 +245621,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -246027,7 +246093,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -246103,10 +246169,10 @@ webhooks: type: string enum: - started - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -246179,17 +246245,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *826 + enterprise: *825 inputs: type: - object - 'null' additionalProperties: true - installation: *827 - organization: *828 + installation: *826 + organization: *827 ref: type: string - repository: *829 + repository: *828 sender: *4 workflow: type: string @@ -246271,10 +246337,10 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: allOf: @@ -246530,7 +246596,7 @@ webhooks: type: string required: - conclusion - deployment: *578 + deployment: *577 required: - action - repository @@ -246609,10 +246675,10 @@ webhooks: type: string enum: - in_progress - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: allOf: @@ -246894,7 +246960,7 @@ webhooks: required: - status - steps - deployment: *578 + deployment: *577 required: - action - repository @@ -246973,10 +247039,10 @@ webhooks: type: string enum: - queued - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: type: object @@ -247122,7 +247188,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *578 + deployment: *577 required: - action - repository @@ -247201,10 +247267,10 @@ webhooks: type: string enum: - waiting - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: type: object @@ -247351,7 +247417,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *578 + deployment: *577 required: - action - repository @@ -247431,12 +247497,12 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *843 + workflow: *842 workflow_run: title: Workflow Run type: object @@ -248455,12 +248521,12 @@ webhooks: type: string enum: - in_progress - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *843 + workflow: *842 workflow_run: title: Workflow Run type: object @@ -249464,12 +249530,12 @@ webhooks: type: string enum: - requested - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *843 + workflow: *842 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index c2c4fcc5d..3ccf82971 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -22350,6 +22350,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -70593,299 +70601,321 @@ "schema": { "type": "string" } - } - ], - "responses": { - "200": { - "description": "Response when getting a cost center", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "id": { - "type": "string", - "description": "ID of the cost center." - }, - "name": { - "type": "string", - "description": "Name of the cost center." - }, - "azure_subscription": { - "type": [ - "string", - "null" - ], - "description": "Azure subscription ID associated with the cost center. Only present for cost centers linked to Azure subscriptions." - }, - "state": { - "type": "string", - "description": "State of the cost center.", - "enum": [ - "active", - "deleted" - ] - }, - "resources": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string", - "description": "Type of the resource." - }, - "name": { - "type": "string", - "description": "Name of the resource." - } - }, - "required": [ - "type", - "name" - ] - } - } - }, - "required": [ - "id", - "name", - "resources" - ] - }, - "examples": { - "default": { - "value": { - "id": "2eeb8ffe-6903-11ee-8c99-0242ac120002", - "name": "Cost Center Name", - "state": "active", - "azure_subscription": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", - "resources": [ - { - "type": "User", - "name": "Monalisa" - }, - { - "type": "Repo", - "name": "octocat/hello-world" - } - ] - } - } - } - } - } - }, - "400": { - "description": "Bad Request", - "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" - } - } - } - }, - "application/scim+json": { - "schema": { - "title": "Scim Error", - "description": "Scim Error", - "type": "object", - "properties": { - "message": { - "type": [ - "string", - "null" - ] - }, - "documentation_url": { - "type": [ - "string", - "null" - ] - }, - "detail": { - "type": [ - "string", - "null" - ] - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": [ - "string", - "null" - ] - }, - "schemas": { - "type": "array", - "items": { - "type": "string" - } - } - } - } - } - } - }, - "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" - } - } - } - } - } - }, - "500": { - "description": "Internal Error", - "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" - } - } - } - } - } }, - "503": { - "description": "Service unavailable", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": { - "code": { - "type": "string" - }, - "message": { - "type": "string" - }, - "documentation_url": { - "type": "string" - } - } - } - } - } - } - }, - "x-github": { - "githubCloudOnly": true, - "enabledForGitHubApps": false, - "category": "billing", - "subcategory": "cost-centers" - } - }, - "patch": { - "summary": "Update a cost center name", - "description": "Updates an existing cost center name.", - "tags": [ - "billing" - ], - "operationId": "billing/update-cost-center", - "externalDocs": { - "description": "API method documentation", - "url": "https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#update-a-cost-center-name" - }, - "parameters": [ { - "name": "enterprise", - "in": "path", - "required": true, + "name": "page", + "description": "The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", + "in": "query", "schema": { - "type": "string" - }, - "description": "The slug version of the enterprise name" + "type": "integer", + "default": 1 + } }, { - "name": "cost_center_id", - "in": "path", - "required": true, + "name": "per_page", + "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"", + "in": "query", "schema": { - "type": "string" - }, - "description": "The unique identifier of the cost center" - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "name": { - "type": "string", - "description": "The new name for the cost center" - } - } - }, - "examples": { - "update-cost-center": { - "summary": "Update cost center name example", - "value": { - "name": "New Cost Center Name" - } - } - } + "type": "integer", + "default": 30 } } - }, + ], "responses": { "200": { - "description": "Response when updating a cost center", + "description": "Response when getting a cost center", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "ID of the cost center." + }, + "name": { + "type": "string", + "description": "Name of the cost center." + }, + "azure_subscription": { + "type": [ + "string", + "null" + ], + "description": "Azure subscription ID associated with the cost center. Only present for cost centers linked to Azure subscriptions." + }, + "state": { + "type": "string", + "description": "State of the cost center.", + "enum": [ + "active", + "deleted" + ] + }, + "resources": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Type of the resource." + }, + "name": { + "type": "string", + "description": "Name of the resource." + } + }, + "required": [ + "type", + "name" + ] + } + }, + "has_next_page": { + "type": "boolean", + "description": "Indicates if there are more resources available for pagination. Only present when pagination is used." + } + }, + "required": [ + "id", + "name", + "resources" + ] + }, + "examples": { + "default": { + "value": { + "id": "2eeb8ffe-6903-11ee-8c99-0242ac120002", + "name": "Cost Center Name", + "state": "active", + "azure_subscription": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", + "resources": [ + { + "type": "User", + "name": "Monalisa" + }, + { + "type": "Repo", + "name": "octocat/hello-world" + } + ] + } + } + } + } + } + }, + "400": { + "description": "Bad Request", + "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" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": [ + "string", + "null" + ] + }, + "documentation_url": { + "type": [ + "string", + "null" + ] + }, + "detail": { + "type": [ + "string", + "null" + ] + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": [ + "string", + "null" + ] + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, + "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" + } + } + } + } + } + }, + "500": { + "description": "Internal Error", + "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" + } + } + } + } + } + }, + "503": { + "description": "Service unavailable", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": false, + "category": "billing", + "subcategory": "cost-centers" + } + }, + "patch": { + "summary": "Update a cost center name", + "description": "Updates an existing cost center name.", + "tags": [ + "billing" + ], + "operationId": "billing/update-cost-center", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#update-a-cost-center-name" + }, + "parameters": [ + { + "name": "enterprise", + "in": "path", + "required": true, + "schema": { + "type": "string" + }, + "description": "The slug version of the enterprise name" + }, + { + "name": "cost_center_id", + "in": "path", + "required": true, + "schema": { + "type": "string" + }, + "description": "The unique identifier of the cost center" + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "description": "The new name for the cost center" + } + } + }, + "examples": { + "update-cost-center": { + "summary": "Update cost center name example", + "value": { + "name": "New Cost Center Name" + } + } + } + } + } + }, + "responses": { + "200": { + "description": "Response when updating a cost center", "content": { "application/json": { "schema": { @@ -101140,952 +101170,956 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "type": "integer", - "format": "int64", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "examples": [ - "Team Environment" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "license": { - "anyOf": [ - { - "type": "null" + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, - { - "title": "License Simple", - "description": "License Simple", + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { "type": "object", "properties": { - "key": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { "type": "string", "examples": [ - "mit" + "octocat" ] }, - "name": { + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { "type": "string", "examples": [ - "MIT License" + "MDQ6VXNlcjE=" ] }, - "url": { - "type": [ - "string", - "null" - ], + "avatar_url": { + "type": "string", "format": "uri", "examples": [ - "https://api.github.com/licenses/mit" + "https://github.com/images/error/octocat_happy.gif" ] }, - "spdx_id": { + "gravatar_id": { "type": [ "string", "null" ], "examples": [ - "MIT" + "41d064eb2195891e12d0413f63227ea7" ] }, - "node_id": { + "url": { "type": "string", + "format": "uri", "examples": [ - "MDc6TGljZW5zZW1pdA==" + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" }, - "triage": { + "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "push": { - "type": "boolean" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { + "description": { "type": [ "string", "null" + ], + "examples": [ + "This your first repo!" ] }, - "email": { - "type": [ - "string", - "null" + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" ] }, - "login": { + "archive_url": { "type": "string", "examples": [ - "octocat" + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" ] }, - "id": { - "type": "integer", - "format": "int64", + "assignees_url": { + "type": "string", "examples": [ - 1 + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" ] }, - "node_id": { + "blobs_url": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" ] }, - "avatar_url": { + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/images/error/octocat_happy.gif" + "http://api.github.com/repos/octocat/Hello-World/contributors" ] }, - "gravatar_id": { - "type": [ - "string", - "null" - ], + "deployments_url": { + "type": "string", + "format": "uri", "examples": [ - "41d064eb2195891e12d0413f63227ea7" + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, - "url": { + "downloads_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat" + "http://api.github.com/repos/octocat/Hello-World/downloads" ] }, - "html_url": { + "events_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/octocat" + "http://api.github.com/repos/octocat/Hello-World/events" ] }, - "followers_url": { + "forks_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/followers" + "http://api.github.com/repos/octocat/Hello-World/forks" ] }, - "following_url": { + "git_commits_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" ] }, - "gists_url": { + "git_refs_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" ] }, - "starred_url": { + "git_tags_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" ] }, - "subscriptions_url": { + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" + "http://api.github.com/repos/octocat/Hello-World/languages" ] }, - "organizations_url": { + "merges_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/orgs" + "http://api.github.com/repos/octocat/Hello-World/merges" ] }, - "repos_url": { + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/repos" + "http://api.github.com/repos/octocat/Hello-World/stargazers" ] }, - "events_url": { + "statuses_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" ] }, - "received_events_url": { + "subscribers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" + "http://api.github.com/repos/octocat/Hello-World/subscribers" ] }, - "type": { + "subscription_url": { "type": "string", + "format": "uri", "examples": [ - "User" + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "site_admin": { + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, + "type": "boolean" + }, + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." + }, + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", "examples": [ - "\"2020-07-09T00:17:55Z\"" + true ] }, - "user_view_type": { + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { "type": "string", "examples": [ - "public" + "\"2020-07-09T00:17:42Z\"" ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + }, + "code_search_index_status": { + "type": "object", + "description": "The status of the code search index for this repository", + "properties": { + "lexical_search_ok": { + "type": "boolean" + }, + "lexical_commit_sha": { + "type": "string" + } + } } }, "required": [ - "avatar_url", + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", "html_url", "id", "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string", - "examples": [ - "git:github.com/octocat/Hello-World.git" - ] - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string", - "examples": [ - "git@github.com:octocat/Hello-World.git" - ] - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string", - "examples": [ - "https://github.com/octocat/Hello-World.git" - ] - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "git:git.example.com/octocat/Hello-World" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://svn.github.com/octocat/Hello-World" - ] - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://github.com" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer", - "examples": [ - 9 - ] - }, - "stargazers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "watchers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "size": { - "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer", - "examples": [ - 108 - ] - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "examples": [ - "master" - ] - }, - "open_issues_count": { - "type": "integer", - "examples": [ - 0 - ] - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "deprecated": true, - "examples": [ - true - ] - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "allow_update_branch": { - "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "use_squash_pr_title_as_default": { - "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", - "default": false, - "deprecated": true - }, - "squash_merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "COMMIT_OR_PR_TITLE" - ], - "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." - }, - "squash_merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "COMMIT_MESSAGES", - "BLANK" - ], - "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." - }, - "merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "MERGE_MESSAGE" - ], - "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." - }, - "merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "PR_TITLE", - "BLANK" - ], - "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_forking": { - "description": "Whether to allow forking this repo", - "type": "boolean" - }, - "web_commit_signoff_required": { - "description": "Whether to require contributors to sign off on web-based commits", - "default": false, - "type": "boolean" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:42Z\"" + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" ] - }, - "anonymous_access_enabled": { - "type": "boolean", - "description": "Whether anonymous git access is enabled for this repository" - }, - "code_search_index_status": { - "type": "object", - "description": "The status of the code search index for this repository", - "properties": { - "lexical_search_ok": { - "type": "boolean" - }, - "lexical_commit_sha": { - "type": "string" - } - } } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" ] } }, @@ -129946,6 +129980,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -731690,952 +731732,956 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "type": "integer", - "format": "int64", - "examples": [ - 42 - ] - }, - "node_id": { - "type": "string", - "examples": [ - "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - ] - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "examples": [ - "Team Environment" - ] - }, - "full_name": { - "type": "string", - "examples": [ - "octocat/Hello-World" - ] - }, - "license": { - "anyOf": [ - { - "type": "null" + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", + "type": "object", + "properties": { + "id": { + "description": "Unique identifier of the repository", + "type": "integer", + "format": "int64", + "examples": [ + 42 + ] }, - { - "title": "License Simple", - "description": "License Simple", + "node_id": { + "type": "string", + "examples": [ + "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" + ] + }, + "name": { + "description": "The name of the repository.", + "type": "string", + "examples": [ + "Team Environment" + ] + }, + "full_name": { + "type": "string", + "examples": [ + "octocat/Hello-World" + ] + }, + "license": { + "anyOf": [ + { + "type": "null" + }, + { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "examples": [ + "mit" + ] + }, + "name": { + "type": "string", + "examples": [ + "MIT License" + ] + }, + "url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://api.github.com/licenses/mit" + ] + }, + "spdx_id": { + "type": [ + "string", + "null" + ], + "examples": [ + "MIT" + ] + }, + "node_id": { + "type": "string", + "examples": [ + "MDc6TGljZW5zZW1pdA==" + ] + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ] + } + ] + }, + "forks": { + "type": "integer" + }, + "permissions": { "type": "object", "properties": { - "key": { + "admin": { + "type": "boolean" + }, + "pull": { + "type": "boolean" + }, + "triage": { + "type": "boolean" + }, + "push": { + "type": "boolean" + }, + "maintain": { + "type": "boolean" + } + }, + "required": [ + "admin", + "pull", + "push" + ] + }, + "owner": { + "title": "Simple User", + "description": "A GitHub user.", + "type": "object", + "properties": { + "name": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "login": { "type": "string", "examples": [ - "mit" + "octocat" ] }, - "name": { + "id": { + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { "type": "string", "examples": [ - "MIT License" + "MDQ6VXNlcjE=" ] }, - "url": { - "type": [ - "string", - "null" - ], + "avatar_url": { + "type": "string", "format": "uri", "examples": [ - "https://api.github.com/licenses/mit" + "https://github.com/images/error/octocat_happy.gif" ] }, - "spdx_id": { + "gravatar_id": { "type": [ "string", "null" ], "examples": [ - "MIT" + "41d064eb2195891e12d0413f63227ea7" ] }, - "node_id": { + "url": { "type": "string", + "format": "uri", "examples": [ - "MDc6TGljZW5zZW1pdA==" + "https://api.github.com/users/octocat" ] }, "html_url": { "type": "string", - "format": "uri" + "format": "uri", + "examples": [ + "https://github.com/octocat" + ] + }, + "followers_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/followers" + ] + }, + "following_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/following{/other_user}" + ] + }, + "gists_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/gists{/gist_id}" + ] + }, + "starred_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/starred{/owner}{/repo}" + ] + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/subscriptions" + ] + }, + "organizations_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/orgs" + ] + }, + "repos_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/repos" + ] + }, + "events_url": { + "type": "string", + "examples": [ + "https://api.github.com/users/octocat/events{/privacy}" + ] + }, + "received_events_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/users/octocat/received_events" + ] + }, + "type": { + "type": "string", + "examples": [ + "User" + ] + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "examples": [ + "\"2020-07-09T00:17:55Z\"" + ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" + "avatar_url", + "events_url", + "followers_url", + "following_url", + "gists_url", + "gravatar_id", + "html_url", + "id", + "node_id", + "login", + "organizations_url", + "received_events_url", + "repos_url", + "site_admin", + "starred_url", + "subscriptions_url", + "type", + "url" ] - } - ] - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" - }, - "pull": { - "type": "boolean" }, - "triage": { + "private": { + "description": "Whether the repository is private or public.", + "default": false, "type": "boolean" }, - "push": { - "type": "boolean" + "html_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://github.com/octocat/Hello-World" + ] }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { + "description": { "type": [ "string", "null" + ], + "examples": [ + "This your first repo!" ] }, - "email": { - "type": [ - "string", - "null" + "fork": { + "type": "boolean" + }, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.github.com/repos/octocat/Hello-World" ] }, - "login": { + "archive_url": { "type": "string", "examples": [ - "octocat" + "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" ] }, - "id": { - "type": "integer", - "format": "int64", + "assignees_url": { + "type": "string", "examples": [ - 1 + "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" ] }, - "node_id": { + "blobs_url": { "type": "string", "examples": [ - "MDQ6VXNlcjE=" + "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" ] }, - "avatar_url": { + "branches_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" + ] + }, + "collaborators_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" + ] + }, + "comments_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/comments{/number}" + ] + }, + "commits_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" + ] + }, + "compare_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" + ] + }, + "contents_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" + ] + }, + "contributors_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/images/error/octocat_happy.gif" + "http://api.github.com/repos/octocat/Hello-World/contributors" ] }, - "gravatar_id": { - "type": [ - "string", - "null" - ], + "deployments_url": { + "type": "string", + "format": "uri", "examples": [ - "41d064eb2195891e12d0413f63227ea7" + "http://api.github.com/repos/octocat/Hello-World/deployments" ] }, - "url": { + "downloads_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat" + "http://api.github.com/repos/octocat/Hello-World/downloads" ] }, - "html_url": { + "events_url": { "type": "string", "format": "uri", "examples": [ - "https://github.com/octocat" + "http://api.github.com/repos/octocat/Hello-World/events" ] }, - "followers_url": { + "forks_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/followers" + "http://api.github.com/repos/octocat/Hello-World/forks" ] }, - "following_url": { + "git_commits_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/following{/other_user}" + "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" ] }, - "gists_url": { + "git_refs_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/gists{/gist_id}" + "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" ] }, - "starred_url": { + "git_tags_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" ] }, - "subscriptions_url": { + "git_url": { + "type": "string", + "examples": [ + "git:github.com/octocat/Hello-World.git" + ] + }, + "issue_comment_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + ] + }, + "issue_events_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + ] + }, + "issues_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + ] + }, + "keys_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + ] + }, + "labels_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + ] + }, + "languages_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/subscriptions" + "http://api.github.com/repos/octocat/Hello-World/languages" ] }, - "organizations_url": { + "merges_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/orgs" + "http://api.github.com/repos/octocat/Hello-World/merges" ] }, - "repos_url": { + "milestones_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" + ] + }, + "notifications_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" + ] + }, + "pulls_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" + ] + }, + "releases_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + ] + }, + "ssh_url": { + "type": "string", + "examples": [ + "git@github.com:octocat/Hello-World.git" + ] + }, + "stargazers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/repos" + "http://api.github.com/repos/octocat/Hello-World/stargazers" ] }, - "events_url": { + "statuses_url": { "type": "string", "examples": [ - "https://api.github.com/users/octocat/events{/privacy}" + "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" ] }, - "received_events_url": { + "subscribers_url": { "type": "string", "format": "uri", "examples": [ - "https://api.github.com/users/octocat/received_events" + "http://api.github.com/repos/octocat/Hello-World/subscribers" ] }, - "type": { + "subscription_url": { "type": "string", + "format": "uri", "examples": [ - "User" + "http://api.github.com/repos/octocat/Hello-World/subscription" ] }, - "site_admin": { + "tags_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/tags" + ] + }, + "teams_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/teams" + ] + }, + "trees_url": { + "type": "string", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" + ] + }, + "clone_url": { + "type": "string", + "examples": [ + "https://github.com/octocat/Hello-World.git" + ] + }, + "mirror_url": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "git:git.example.com/octocat/Hello-World" + ] + }, + "hooks_url": { + "type": "string", + "format": "uri", + "examples": [ + "http://api.github.com/repos/octocat/Hello-World/hooks" + ] + }, + "svn_url": { + "type": "string", + "format": "uri", + "examples": [ + "https://svn.github.com/octocat/Hello-World" + ] + }, + "homepage": { + "type": [ + "string", + "null" + ], + "format": "uri", + "examples": [ + "https://github.com" + ] + }, + "language": { + "type": [ + "string", + "null" + ] + }, + "forks_count": { + "type": "integer", + "examples": [ + 9 + ] + }, + "stargazers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "watchers_count": { + "type": "integer", + "examples": [ + 80 + ] + }, + "size": { + "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", + "type": "integer", + "examples": [ + 108 + ] + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "examples": [ + "master" + ] + }, + "open_issues_count": { + "type": "integer", + "examples": [ + 0 + ] + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "deprecated": true, + "examples": [ + true + ] + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "examples": [ + true + ] + }, + "archived": { + "description": "Whether the repository is archived.", + "default": false, + "type": "boolean" + }, + "disabled": { + "type": "boolean", + "description": "Returns whether or not this repository disabled." + }, + "visibility": { + "description": "The repository visibility: public, private, or internal.", + "default": "public", + "type": "string" + }, + "pushed_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:06:43Z" + ] + }, + "created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:01:12Z" + ] + }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "examples": [ + "2011-01-26T19:14:43Z" + ] + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "examples": [ + true + ] + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "allow_update_branch": { + "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", + "default": false, + "type": "boolean", + "examples": [ + false + ] + }, + "use_squash_pr_title_as_default": { + "type": "boolean", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", + "default": false, + "deprecated": true + }, + "squash_merge_commit_title": { "type": "string", + "enum": [ + "PR_TITLE", + "COMMIT_OR_PR_TITLE" + ], + "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." + }, + "squash_merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "COMMIT_MESSAGES", + "BLANK" + ], + "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." + }, + "merge_commit_title": { + "type": "string", + "enum": [ + "PR_TITLE", + "MERGE_MESSAGE" + ], + "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." + }, + "merge_commit_message": { + "type": "string", + "enum": [ + "PR_BODY", + "PR_TITLE", + "BLANK" + ], + "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." + }, + "allow_merge_commit": { + "description": "Whether to allow merge commits for pull requests.", + "default": true, + "type": "boolean", "examples": [ - "\"2020-07-09T00:17:55Z\"" + true ] }, - "user_view_type": { + "allow_forking": { + "description": "Whether to allow forking this repo", + "type": "boolean" + }, + "web_commit_signoff_required": { + "description": "Whether to require contributors to sign off on web-based commits", + "default": false, + "type": "boolean" + }, + "open_issues": { + "type": "integer" + }, + "watchers": { + "type": "integer" + }, + "master_branch": { + "type": "string" + }, + "starred_at": { "type": "string", "examples": [ - "public" + "\"2020-07-09T00:17:42Z\"" ] + }, + "anonymous_access_enabled": { + "type": "boolean", + "description": "Whether anonymous git access is enabled for this repository" + }, + "code_search_index_status": { + "type": "object", + "description": "The status of the code search index for this repository", + "properties": { + "lexical_search_ok": { + "type": "boolean" + }, + "lexical_commit_sha": { + "type": "string" + } + } } }, "required": [ - "avatar_url", + "archive_url", + "assignees_url", + "blobs_url", + "branches_url", + "collaborators_url", + "comments_url", + "commits_url", + "compare_url", + "contents_url", + "contributors_url", + "deployments_url", + "description", + "downloads_url", "events_url", - "followers_url", - "following_url", - "gists_url", - "gravatar_id", + "fork", + "forks_url", + "full_name", + "git_commits_url", + "git_refs_url", + "git_tags_url", + "hooks_url", "html_url", "id", "node_id", - "login", - "organizations_url", - "received_events_url", - "repos_url", - "site_admin", - "starred_url", - "subscriptions_url", - "type", - "url" - ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://github.com/octocat/Hello-World" - ] - }, - "description": { - "type": [ - "string", - "null" - ], - "examples": [ - "This your first repo!" - ] - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "examples": [ - "https://api.github.com/repos/octocat/Hello-World" - ] - }, - "archive_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - ] - }, - "assignees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - ] - }, - "blobs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - ] - }, - "branches_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - ] - }, - "collaborators_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - ] - }, - "comments_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - ] - }, - "commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - ] - }, - "compare_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - ] - }, - "contents_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - ] - }, - "contributors_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/contributors" - ] - }, - "deployments_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/deployments" - ] - }, - "downloads_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/downloads" - ] - }, - "events_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/events" - ] - }, - "forks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/forks" - ] - }, - "git_commits_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - ] - }, - "git_refs_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - ] - }, - "git_tags_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - ] - }, - "git_url": { - "type": "string", - "examples": [ - "git:github.com/octocat/Hello-World.git" - ] - }, - "issue_comment_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - ] - }, - "issue_events_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - ] - }, - "issues_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - ] - }, - "keys_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - ] - }, - "labels_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - ] - }, - "languages_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/languages" - ] - }, - "merges_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/merges" - ] - }, - "milestones_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - ] - }, - "notifications_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - ] - }, - "pulls_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - ] - }, - "releases_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - ] - }, - "ssh_url": { - "type": "string", - "examples": [ - "git@github.com:octocat/Hello-World.git" - ] - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/stargazers" - ] - }, - "statuses_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - ] - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscribers" - ] - }, - "subscription_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/subscription" - ] - }, - "tags_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/tags" - ] - }, - "teams_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/teams" - ] - }, - "trees_url": { - "type": "string", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - ] - }, - "clone_url": { - "type": "string", - "examples": [ - "https://github.com/octocat/Hello-World.git" - ] - }, - "mirror_url": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "git:git.example.com/octocat/Hello-World" - ] - }, - "hooks_url": { - "type": "string", - "format": "uri", - "examples": [ - "http://api.github.com/repos/octocat/Hello-World/hooks" - ] - }, - "svn_url": { - "type": "string", - "format": "uri", - "examples": [ - "https://svn.github.com/octocat/Hello-World" - ] - }, - "homepage": { - "type": [ - "string", - "null" - ], - "format": "uri", - "examples": [ - "https://github.com" - ] - }, - "language": { - "type": [ - "string", - "null" - ] - }, - "forks_count": { - "type": "integer", - "examples": [ - 9 - ] - }, - "stargazers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "watchers_count": { - "type": "integer", - "examples": [ - 80 - ] - }, - "size": { - "description": "The size of the repository, in kilobytes. Size is calculated hourly. When a repository is initially created, the size is 0.", - "type": "integer", - "examples": [ - 108 - ] - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "examples": [ - "master" - ] - }, - "open_issues_count": { - "type": "integer", - "examples": [ - 0 - ] - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "deprecated": true, - "examples": [ - true - ] - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "examples": [ - true - ] - }, - "archived": { - "description": "Whether the repository is archived.", - "default": false, - "type": "boolean" - }, - "disabled": { - "type": "boolean", - "description": "Returns whether or not this repository disabled." - }, - "visibility": { - "description": "The repository visibility: public, private, or internal.", - "default": "public", - "type": "string" - }, - "pushed_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:06:43Z" - ] - }, - "created_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:01:12Z" - ] - }, - "updated_at": { - "type": [ - "string", - "null" - ], - "format": "date-time", - "examples": [ - "2011-01-26T19:14:43Z" - ] - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "allow_update_branch": { - "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.", - "default": false, - "type": "boolean", - "examples": [ - false - ] - }, - "use_squash_pr_title_as_default": { - "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", - "default": false, - "deprecated": true - }, - "squash_merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "COMMIT_OR_PR_TITLE" - ], - "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)." - }, - "squash_merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "COMMIT_MESSAGES", - "BLANK" - ], - "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message." - }, - "merge_commit_title": { - "type": "string", - "enum": [ - "PR_TITLE", - "MERGE_MESSAGE" - ], - "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)." - }, - "merge_commit_message": { - "type": "string", - "enum": [ - "PR_BODY", - "PR_TITLE", - "BLANK" - ], - "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message." - }, - "allow_merge_commit": { - "description": "Whether to allow merge commits for pull requests.", - "default": true, - "type": "boolean", - "examples": [ - true - ] - }, - "allow_forking": { - "description": "Whether to allow forking this repo", - "type": "boolean" - }, - "web_commit_signoff_required": { - "description": "Whether to require contributors to sign off on web-based commits", - "default": false, - "type": "boolean" - }, - "open_issues": { - "type": "integer" - }, - "watchers": { - "type": "integer" - }, - "master_branch": { - "type": "string" - }, - "starred_at": { - "type": "string", - "examples": [ - "\"2020-07-09T00:17:42Z\"" + "issue_comment_url", + "issue_events_url", + "issues_url", + "keys_url", + "labels_url", + "languages_url", + "merges_url", + "milestones_url", + "name", + "notifications_url", + "owner", + "private", + "pulls_url", + "releases_url", + "stargazers_url", + "statuses_url", + "subscribers_url", + "subscription_url", + "tags_url", + "teams_url", + "trees_url", + "url", + "clone_url", + "default_branch", + "forks", + "forks_count", + "git_url", + "has_downloads", + "has_issues", + "has_projects", + "has_wiki", + "has_pages", + "homepage", + "language", + "archived", + "disabled", + "mirror_url", + "open_issues", + "open_issues_count", + "license", + "pushed_at", + "size", + "ssh_url", + "stargazers_count", + "svn_url", + "watchers", + "watchers_count", + "created_at", + "updated_at" ] - }, - "anonymous_access_enabled": { - "type": "boolean", - "description": "Whether anonymous git access is enabled for this repository" - }, - "code_search_index_status": { - "type": "object", - "description": "The status of the code search index for this repository", - "properties": { - "lexical_search_ok": { - "type": "boolean" - }, - "lexical_commit_sha": { - "type": "string" - } - } } - }, - "required": [ - "archive_url", - "assignees_url", - "blobs_url", - "branches_url", - "collaborators_url", - "comments_url", - "commits_url", - "compare_url", - "contents_url", - "contributors_url", - "deployments_url", - "description", - "downloads_url", - "events_url", - "fork", - "forks_url", - "full_name", - "git_commits_url", - "git_refs_url", - "git_tags_url", - "hooks_url", - "html_url", - "id", - "node_id", - "issue_comment_url", - "issue_events_url", - "issues_url", - "keys_url", - "labels_url", - "languages_url", - "merges_url", - "milestones_url", - "name", - "notifications_url", - "owner", - "private", - "pulls_url", - "releases_url", - "stargazers_url", - "statuses_url", - "subscribers_url", - "subscription_url", - "tags_url", - "teams_url", - "trees_url", - "url", - "clone_url", - "default_branch", - "forks", - "forks_count", - "git_url", - "has_downloads", - "has_issues", - "has_projects", - "has_wiki", - "has_pages", - "homepage", - "language", - "archived", - "disabled", - "mirror_url", - "open_issues", - "open_issues_count", - "license", - "pushed_at", - "size", - "ssh_url", - "stargazers_count", - "svn_url", - "watchers", - "watchers_count", - "created_at", - "updated_at" ] } } diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 6e73f00ba..a0355b373 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -913,7 +913,7 @@ paths: - subscriptions_url - type - url - type: &424 + type: &423 type: string description: The type of credit the user is receiving. enum: @@ -1046,7 +1046,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &249 + schema: &248 title: Validation Error Simple description: Validation Error Simple type: object @@ -1079,7 +1079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &727 + - &726 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1664,7 +1664,7 @@ paths: schema: type: integer default: 30 - - &336 + - &335 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -1680,7 +1680,7 @@ paths: application/json: schema: type: array - items: &337 + items: &336 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1776,7 +1776,7 @@ paths: - installation_id - repository_id examples: - default: &338 + default: &337 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1808,7 +1808,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &737 + schema: &736 title: Scim Error description: Scim Error type: object @@ -1839,7 +1839,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &248 + schema: &247 title: Validation Error description: Validation Error type: object @@ -1911,7 +1911,7 @@ paths: description: Response content: application/json: - schema: &339 + schema: &338 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2046,7 +2046,7 @@ paths: - request - response examples: - default: &340 + default: &339 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2250,7 +2250,7 @@ paths: parameters: - *17 - *19 - - &219 + - &218 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -3081,7 +3081,7 @@ paths: license: anyOf: - type: 'null' - - &216 + - &215 title: License Simple description: License Simple type: object @@ -7984,7 +7984,7 @@ paths: description: Response content: application/json: - schema: &250 + schema: &249 type: object properties: total_active_caches_count: @@ -7999,7 +7999,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &251 + default: &250 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -8214,7 +8214,7 @@ paths: - public_ip_enabled - platform examples: - default: &252 + default: &251 value: total_count: 2 runners: @@ -8518,7 +8518,7 @@ paths: application/json: schema: *47 examples: - default: &253 + default: &252 value: id: 1 platform: linux-x64 @@ -8663,7 +8663,7 @@ paths: application/json: schema: *50 examples: - default: &254 + default: &253 value: version: 1.0.0 size_gb: 75 @@ -8831,7 +8831,7 @@ paths: description: Response content: application/json: - schema: &255 + schema: &254 type: object properties: public_ips: @@ -8858,7 +8858,7 @@ paths: required: - public_ips examples: - default: &256 + default: &255 value: public_ips: current_usage: 17 @@ -8898,7 +8898,7 @@ paths: type: array items: *54 examples: - default: &257 + default: &256 value: id: 4-core cpu_cores: 4 @@ -9027,6 +9027,15 @@ paths: public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits` type: boolean + size: + description: The machine size of the runner. To list available sizes, + use `GET actions/hosted-runners/machine-sizes` + type: string + image_id: + description: The unique identifier of the runner image. To list + all available images, use `GET /actions/hosted-runners/images/github-owned` + or `GET /actions/hosted-runners/images/partner`. + type: string image_version: description: The version of the runner image to deploy. This is relevant only for runners using custom images. @@ -9162,7 +9171,7 @@ paths: - all - local_only - selected - selected_actions_url: &260 + selected_actions_url: &259 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -9242,7 +9251,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &262 + schema: &261 type: object properties: days: @@ -9260,7 +9269,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &738 + '401': &737 description: Authorization failure '404': *6 x-github: @@ -9288,7 +9297,7 @@ paths: required: true content: application/json: - schema: &263 + schema: &262 type: object properties: days: @@ -9337,7 +9346,7 @@ paths: required: - approval_policy examples: - default: &264 + default: &263 value: approval_policy: first_time_contributors '404': *6 @@ -9395,7 +9404,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &264 type: object required: - run_workflows_from_fork_pull_requests @@ -9449,7 +9458,7 @@ paths: required: true content: application/json: - schema: &266 + schema: &265 type: object required: - run_workflows_from_fork_pull_requests @@ -9885,7 +9894,7 @@ paths: description: Success response content: application/json: - schema: &269 + schema: &268 type: object properties: default_workflow_permissions: &65 @@ -9933,7 +9942,7 @@ paths: required: true content: application/json: - schema: &270 + schema: &269 type: object properties: default_workflow_permissions: *65 @@ -10778,7 +10787,7 @@ paths: application/json: schema: type: array - items: &274 + items: &273 title: Runner Application description: Runner Application type: object @@ -10803,7 +10812,7 @@ paths: - download_url - filename examples: - default: &275 + default: &274 value: - os: osx architecture: x64 @@ -10887,7 +10896,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &276 + '201': &275 description: Response content: application/json: @@ -11006,7 +11015,7 @@ paths: - token - expires_at examples: - default: &277 + default: &276 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -11046,7 +11055,7 @@ paths: application/json: schema: *77 examples: - default: &278 + default: &277 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -11078,7 +11087,7 @@ paths: application/json: schema: *74 examples: - default: &279 + default: &278 value: id: 23 name: MBP @@ -11294,7 +11303,7 @@ paths: - *39 - *73 responses: - '200': &280 + '200': &279 description: Response content: application/json: @@ -11350,7 +11359,7 @@ paths: parameters: - *39 - *73 - - &281 + - &280 name: name description: The name of a self-hosted runner's custom label. in: path @@ -11447,7 +11456,7 @@ paths: required: true content: application/json: - schema: &288 + schema: &287 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -12098,7 +12107,7 @@ paths: required: false schema: type: string - - &291 + - &290 name: include description: |- The event types to include: @@ -12116,7 +12125,7 @@ paths: - web - git - all - - &292 + - &291 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -12124,7 +12133,7 @@ paths: required: false schema: type: string - - &293 + - &292 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -12132,7 +12141,7 @@ paths: required: false schema: type: string - - &294 + - &293 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -12154,7 +12163,7 @@ paths: application/json: schema: type: array - items: &295 + items: &294 type: object properties: "@timestamp": @@ -12276,7 +12285,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &296 + default: &295 value: - "@timestamp": 1606929874512 action: team.add_member @@ -12944,7 +12953,7 @@ paths: application/json: schema: type: array - items: &297 + items: &296 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -13116,7 +13125,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &298 + default: &297 value: - id: 21 number: 42 @@ -13221,7 +13230,7 @@ paths: application/json: schema: type: array - items: &300 + items: &299 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -13352,7 +13361,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &301 + default: &300 value: - id: 21 number: 42 @@ -13437,7 +13446,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *39 - - &306 + - &305 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -13447,7 +13456,7 @@ paths: schema: &109 type: string description: The name of the tool used to generate the code scanning analysis. - - &307 + - &306 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -13471,7 +13480,7 @@ paths: be returned. in: query required: false - schema: &308 + schema: &307 type: string description: State of a code scanning alert. enum: @@ -13504,7 +13513,7 @@ paths: application/json: schema: type: array - items: &309 + items: &308 type: object properties: number: &124 @@ -13533,7 +13542,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &512 + instances_url: &511 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -13569,7 +13578,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &513 + dismissed_reason: &512 type: - string - 'null' @@ -13580,14 +13589,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &514 + dismissed_comment: &513 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &515 + rule: &514 type: object properties: id: @@ -13648,7 +13657,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &516 + tool: &515 type: object properties: name: *109 @@ -13659,26 +13668,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *110 - most_recent_instance: &517 + most_recent_instance: &516 type: object properties: - ref: &510 + ref: &509 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &527 + analysis_key: &526 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &528 + environment: &527 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &529 + category: &528 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13692,7 +13701,7 @@ paths: properties: text: type: string - location: &530 + location: &529 type: object description: Describe a region within a file for the alert. properties: @@ -13713,7 +13722,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &531 + items: &530 type: - string - 'null' @@ -14069,7 +14078,7 @@ paths: - most_recent_instance - repository examples: - default: &310 + default: &309 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -14937,7 +14946,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &311 type: array description: A list of default code security configurations items: @@ -14953,7 +14962,7 @@ paths: default configuration: *112 examples: - default: &313 + default: &312 value: - default_for_new_repos: public configuration: @@ -15408,7 +15417,7 @@ paths: default: value: default_for_new_repos: all - configuration: &311 + configuration: &310 value: id: 1325 target_type: organization @@ -15493,7 +15502,7 @@ paths: application/json: schema: type: array - items: &314 + items: &313 type: object description: Repositories associated with a code security configuration and attachment status @@ -15517,7 +15526,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &315 + repository: &314 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -16018,7 +16027,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &302 + - &301 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -16095,7 +16104,7 @@ paths: parent: anyOf: - type: 'null' - - &371 + - &370 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -16788,7 +16797,7 @@ paths: application/json: schema: type: array - items: &202 + items: &201 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -17103,7 +17112,7 @@ paths: - date additionalProperties: true examples: - default: &203 + default: &202 value: - date: '2024-06-24' total_active_users: 24 @@ -17205,7 +17214,7 @@ paths: '500': *38 '403': *27 '404': *6 - '422': &204 + '422': &203 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -17442,7 +17451,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &321 + - &320 name: state in: query description: |- @@ -17451,7 +17460,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &322 + - &321 name: severity in: query description: |- @@ -17460,7 +17469,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &323 + - &322 name: ecosystem in: query description: |- @@ -17469,14 +17478,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &324 + - &323 name: package in: query description: A comma-separated list of package names. If specified, only alerts for these packages will be returned. schema: type: string - - &325 + - &324 name: epss_percentage in: query description: |- @@ -17488,7 +17497,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &568 + - &567 name: has in: query description: |- @@ -17502,7 +17511,7 @@ paths: type: string enum: - patch - - &326 + - &325 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -17512,7 +17521,7 @@ paths: enum: - development - runtime - - &327 + - &326 name: sort in: query description: |- @@ -17538,7 +17547,7 @@ paths: application/json: schema: type: array - items: &328 + items: &327 type: object description: A Dependabot alert. properties: @@ -17605,7 +17614,7 @@ paths: - direct - transitive - - security_advisory: &569 + security_advisory: &568 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17841,7 +17850,7 @@ paths: dismissal. maxLength: 280 fixed_at: *134 - auto_dismissed_at: &570 + auto_dismissed_at: &569 type: - string - 'null' @@ -17849,7 +17858,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &571 + dismissal_request: &570 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -17907,7 +17916,7 @@ paths: - repository additionalProperties: false examples: - default: &329 + default: &328 value: - number: 2 state: dismissed @@ -18700,7 +18709,7 @@ paths: type: array items: *139 examples: - default: &205 + default: &204 value: - id: 1 name: Justice League @@ -19051,7 +19060,7 @@ paths: - name - created_on examples: - default: &428 + default: &427 value: total_count: 2 network_configurations: @@ -19274,7 +19283,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &429 + - &428 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -19286,7 +19295,7 @@ paths: description: Response content: application/json: - schema: &430 + schema: &429 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -19325,7 +19334,7 @@ paths: - subnet_id - region examples: - default: &431 + default: &430 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -20174,7 +20183,7 @@ paths: required: true content: application/json: - schema: &402 + schema: &401 title: Custom Property Set Payload description: Custom property set payload type: object @@ -21368,7 +21377,7 @@ paths: conditions: anyOf: - *156 - - &406 + - &405 title: Organization ruleset conditions type: object description: |- @@ -21418,7 +21427,7 @@ paths: - object rules: type: array - items: &693 + items: &692 title: Repository Rule type: object description: A repository rule. @@ -21427,7 +21436,7 @@ paths: - *165 - *166 - *167 - - &691 + - &690 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21755,7 +21764,7 @@ paths: type: string format: date-time examples: - default: &409 + default: &408 value: - version_id: 3 actor: @@ -21808,7 +21817,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &409 allOf: - *189 - type: object @@ -21863,7 +21872,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &411 + - &410 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -21874,7 +21883,7 @@ paths: enum: - open - resolved - - &412 + - &411 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -21884,7 +21893,7 @@ paths: required: false schema: type: string - - &413 + - &412 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -21893,7 +21902,7 @@ paths: required: false schema: type: string - - &414 + - &413 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -21912,7 +21921,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &415 + - &414 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -21928,7 +21937,7 @@ paths: - *17 - *106 - *107 - - &416 + - &415 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -21937,7 +21946,7 @@ paths: required: false schema: type: string - - &417 + - &416 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -21946,7 +21955,7 @@ paths: schema: type: boolean default: false - - &418 + - &417 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -21955,7 +21964,7 @@ paths: schema: type: boolean default: false - - &419 + - &418 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -21971,7 +21980,7 @@ paths: application/json: schema: type: array - items: &420 + items: &419 type: object properties: number: *124 @@ -21987,14 +21996,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &705 + state: &704 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &706 + resolution: &705 type: - string - 'null' @@ -22101,14 +22110,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &707 + - &706 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &709 + - &708 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -22165,7 +22174,7 @@ paths: - blob_url - commit_sha - commit_url - - &710 + - &709 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -22226,7 +22235,7 @@ paths: - page_url - commit_sha - commit_url - - &711 + - &710 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -22241,7 +22250,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &712 + - &711 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -22256,7 +22265,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &713 + - &712 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -22271,7 +22280,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &714 + - &713 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -22286,7 +22295,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &715 + - &714 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -22301,7 +22310,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &716 + - &715 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -22316,7 +22325,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &717 + - &716 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -22331,7 +22340,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &718 + - &717 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -22346,7 +22355,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &719 + - &718 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -22361,7 +22370,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &720 + - &719 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -22376,7 +22385,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &721 + - &720 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull @@ -22401,7 +22410,7 @@ paths: - type: 'null' - *4 examples: - default: &421 + default: &420 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -22610,7 +22619,7 @@ paths: description: Response content: application/json: - schema: &422 + schema: &421 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -22697,7 +22706,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *191 examples: - default: &423 + default: &422 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -22833,7 +22842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &425 + - &424 name: advanced_security_product in: query description: | @@ -22853,7 +22862,7 @@ paths: description: Success content: application/json: - schema: &426 + schema: &425 type: object properties: total_advanced_security_committers: @@ -22916,7 +22925,7 @@ paths: required: - repositories examples: - default: &427 + default: &426 value: total_advanced_security_committers: 2 total_count: 2 @@ -23901,19 +23910,21 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#get-a-cost-center-by-id parameters: - *39 - - &196 + - &195 name: cost_center_id description: The ID corresponding to the cost center. in: path required: true schema: type: string + - *19 + - *17 responses: '200': description: Response when getting a cost center content: application/json: - schema: &194 + schema: type: object properties: id: @@ -23948,12 +23959,16 @@ paths: required: - type - name + has_next_page: + type: boolean + description: Indicates if there are more resources available for + pagination. Only present when pagination is used. required: - id - name - resources examples: - default: &195 + default: &194 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -24017,9 +24032,47 @@ paths: description: Response when updating a cost center content: application/json: - schema: *194 + schema: + type: object + properties: + id: + type: string + description: ID of the cost center. + name: + type: string + description: Name of the cost center. + azure_subscription: + type: + - string + - 'null' + description: Azure subscription ID associated with the cost center. + Only present for cost centers linked to Azure subscriptions. + state: + type: string + description: State of the cost center. + enum: + - active + - deleted + resources: + type: array + items: + type: object + properties: + type: + type: string + description: Type of the resource. + name: + type: string + description: Name of the resource. + required: + - type + - name + required: + - id + - name + - resources examples: - default: *195 + default: *194 '400': *14 '403': *27 '404': *6 @@ -24043,7 +24096,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#delete-a-cost-center parameters: - *39 - - *196 + - *195 responses: '200': description: Response when deleting a cost center @@ -24103,7 +24156,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#add-resources-to-a-cost-center parameters: - *39 - - *196 + - *195 requestBody: required: true content: @@ -24196,7 +24249,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#remove-resources-from-a-cost-center parameters: - *39 - - *196 + - *195 requestBody: required: true content: @@ -24264,7 +24317,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-premium-request-usage-report-for-an-enterprise parameters: - *39 - - &197 + - &196 name: year description: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, @@ -24273,7 +24326,7 @@ paths: required: false schema: type: integer - - &199 + - &198 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. Default value is the current @@ -24282,7 +24335,7 @@ paths: required: false schema: type: integer - - &198 + - &197 name: day description: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is @@ -24291,7 +24344,7 @@ paths: required: false schema: type: integer - - &200 + - &199 name: organization description: The organization name to query usage for. The name is not case sensitive. @@ -24311,7 +24364,7 @@ paths: required: false schema: type: string - - &201 + - &200 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -24471,7 +24524,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-usage-report-for-an-enterprise parameters: - *39 - - *197 + - *196 - name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -24480,7 +24533,7 @@ paths: required: false schema: type: integer - - *198 + - *197 - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -24587,17 +24640,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-usage-summary-for-an-enterprise parameters: - *39 + - *196 + - *198 - *197 - *199 - - *198 - - *200 - name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *201 + - *200 - name: sku description: The SKU to query for usage. in: query @@ -24796,13 +24849,13 @@ paths: application/json: schema: type: array - items: *202 + items: *201 examples: - default: *203 + default: *202 '500': *38 '403': *27 '404': *6 - '422': *204 + '422': *203 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24831,7 +24884,7 @@ paths: type: array items: *139 examples: - default: *205 + default: *204 headers: Link: *45 '403': *27 @@ -24910,7 +24963,7 @@ paths: application/json: schema: *139 examples: - default: *205 + default: *204 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24928,7 +24981,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *39 - - &206 + - &205 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -24947,7 +25000,7 @@ paths: type: array items: *4 examples: - default: &207 + default: &206 value: - login: octocat id: 1 @@ -24986,7 +25039,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *39 - - *206 + - *205 requestBody: required: true content: @@ -25017,7 +25070,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25035,7 +25088,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *39 - - *206 + - *205 requestBody: required: true content: @@ -25066,7 +25119,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25084,7 +25137,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *39 - - *206 + - *205 - *137 responses: '200': @@ -25093,7 +25146,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &208 + exampleKey1: &207 value: login: octocat id: 1 @@ -25129,7 +25182,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *39 - - *206 + - *205 - *137 responses: '201': @@ -25138,7 +25191,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *208 + exampleKey1: *207 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25156,7 +25209,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *39 - - *206 + - *205 - *137 responses: '204': @@ -25179,7 +25232,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *39 - - *206 + - *205 - *17 - *19 responses: @@ -25191,7 +25244,7 @@ paths: type: array items: *71 examples: - default: &209 + default: &208 value: login: github id: 1 @@ -25222,7 +25275,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *39 - - *206 + - *205 requestBody: required: true content: @@ -25252,7 +25305,7 @@ paths: type: array items: *71 examples: - default: &243 + default: &242 value: - login: github id: 1 @@ -25283,7 +25336,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *39 - - *206 + - *205 requestBody: required: true content: @@ -25324,7 +25377,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *39 - - *206 + - *205 - *85 responses: '200': @@ -25333,7 +25386,7 @@ paths: application/json: schema: *71 examples: - default: *209 + default: *208 '404': description: The team is not assigned to the organization x-github: @@ -25352,7 +25405,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *39 - - *206 + - *205 - *85 responses: '201': @@ -25361,7 +25414,7 @@ paths: application/json: schema: *71 examples: - default: *209 + default: *208 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -25378,7 +25431,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *39 - - *206 + - *205 - *85 responses: '204': @@ -25403,7 +25456,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *39 - - &210 + - &209 name: team_slug description: The slug of the team name. in: path @@ -25417,7 +25470,7 @@ paths: application/json: schema: *139 examples: - default: *205 + default: *204 headers: Link: *45 '403': *27 @@ -25437,7 +25490,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *39 - - *210 + - *209 requestBody: required: true content: @@ -25497,7 +25550,7 @@ paths: application/json: schema: *139 examples: - default: *205 + default: *204 headers: Link: *45 '403': *27 @@ -25520,7 +25573,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *39 - - *210 + - *209 responses: '204': description: Response @@ -25619,7 +25672,7 @@ paths: application/json: schema: type: array - items: &238 + items: &237 title: Event description: Event type: object @@ -25630,7 +25683,7 @@ paths: type: - string - 'null' - actor: &211 + actor: &210 title: Actor description: Actor type: object @@ -25671,7 +25724,7 @@ paths: - id - name - url - org: *211 + org: *210 payload: oneOf: - title: CreateEvent @@ -25718,7 +25771,7 @@ paths: properties: action: type: string - discussion: &844 + discussion: &843 title: Discussion description: A Discussion in a repository. type: object @@ -26015,7 +26068,7 @@ paths: - id labels: type: array - items: &212 + items: &211 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -26098,7 +26151,7 @@ paths: properties: action: type: string - issue: &213 + issue: &212 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -26221,7 +26274,7 @@ paths: milestone: anyOf: - type: 'null' - - &392 + - &391 title: Milestone description: A collection of related issues and pull requests. @@ -26393,7 +26446,7 @@ paths: timeline_url: type: string format: uri - type: &358 + type: &357 title: Issue Type description: The type of issue. type: @@ -26452,7 +26505,7 @@ paths: anyOf: - type: 'null' - *5 - author_association: &214 + author_association: &213 title: author_association type: string description: How the author is associated with the @@ -26468,7 +26521,7 @@ paths: - OWNER examples: - OWNER - reactions: &215 + reactions: &214 title: Reaction Rollup type: object properties: @@ -26504,7 +26557,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &765 + sub_issues_summary: &764 title: Sub-issues Summary type: object properties: @@ -26525,7 +26578,7 @@ paths: - string - 'null' format: uri - issue_dependencies_summary: &766 + issue_dependencies_summary: &765 title: Issue Dependencies Summary type: object properties: @@ -26544,7 +26597,7 @@ paths: - total_blocking issue_field_values: type: array - items: &767 + items: &766 title: Issue Field Value description: A value assigned to an issue field type: object @@ -26644,10 +26697,10 @@ paths: assignees: type: array items: *4 - label: *212 + label: *211 labels: type: array - items: *212 + items: *211 required: - action - issue @@ -26656,8 +26709,8 @@ paths: properties: action: type: string - issue: *213 - comment: &628 + issue: *212 + comment: &627 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -26707,12 +26760,12 @@ paths: issue_url: type: string format: uri - author_association: *214 + author_association: *213 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *215 + reactions: *214 required: - id - node_id @@ -26891,7 +26944,7 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 allow_forking: type: boolean is_template: @@ -26982,7 +27035,7 @@ paths: type: string number: type: integer - pull_request: &217 + pull_request: &216 title: Pull Request Minimal type: object properties: @@ -27053,10 +27106,10 @@ paths: assignees: type: array items: *4 - label: *212 + label: *211 labels: type: array - items: *212 + items: *211 required: - action - number @@ -27066,7 +27119,7 @@ paths: properties: action: type: string - pull_request: *217 + pull_request: *216 comment: type: object properties: @@ -27320,7 +27373,7 @@ paths: - pull_request updated_at: type: string - pull_request: *217 + pull_request: *216 required: - action - review @@ -27369,7 +27422,7 @@ paths: updated_at: type: string format: date-time - reactions: *215 + reactions: *214 required: - action - comment @@ -27380,7 +27433,7 @@ paths: type: string release: allOf: - - &684 + - &683 title: Release description: A release. type: object @@ -27462,7 +27515,7 @@ paths: author: *4 assets: type: array - items: &685 + items: &684 title: Release Asset description: Data related to a release. type: object @@ -27537,7 +27590,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *215 + reactions: *214 required: - assets_url - upload_url @@ -27720,7 +27773,7 @@ paths: _links: type: object properties: - timeline: &218 + timeline: &217 title: Link With Type description: Hypermedia Link with Type type: object @@ -27732,17 +27785,17 @@ paths: required: - href - type - user: *218 - security_advisories: *218 - current_user: *218 - current_user_public: *218 - current_user_actor: *218 - current_user_organization: *218 + user: *217 + security_advisories: *217 + current_user: *217 + current_user_public: *217 + current_user_actor: *217 + current_user_organization: *217 current_user_organizations: type: array - items: *218 - repository_discussions: *218 - repository_discussions_category: *218 + items: *217 + repository_discussions: *217 + repository_discussions_category: *217 required: - timeline - user @@ -27804,7 +27857,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *219 + - *218 - *17 - *19 responses: @@ -27814,7 +27867,7 @@ paths: application/json: schema: type: array - items: &220 + items: &219 title: Base Gist description: Base Gist type: object @@ -27911,7 +27964,7 @@ paths: - created_at - updated_at examples: - default: &221 + default: &220 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -28035,7 +28088,7 @@ paths: description: Response content: application/json: - schema: &222 + schema: &221 title: Gist Simple description: Gist Simple type: object @@ -28053,7 +28106,7 @@ paths: url: type: string format: uri - user: &773 + user: &772 title: Public User description: Public User type: object @@ -28427,7 +28480,7 @@ paths: truncated: type: boolean examples: - default: &223 + default: &222 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -28531,7 +28584,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *219 + - *218 - *17 - *19 responses: @@ -28541,9 +28594,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *221 + default: *220 headers: Link: *45 '422': *15 @@ -28565,7 +28618,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *219 + - *218 - *17 - *19 responses: @@ -28575,9 +28628,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *221 + default: *220 headers: Link: *45 '401': *23 @@ -28605,7 +28658,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &224 + - &223 name: gist_id description: The unique identifier of the gist. in: path @@ -28617,10 +28670,10 @@ paths: description: Response content: application/json: - schema: *222 + schema: *221 examples: - default: *223 - '403': &227 + default: *222 + '403': &226 description: Forbidden Gist content: application/json: @@ -28669,7 +28722,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *224 + - *223 requestBody: required: true content: @@ -28733,9 +28786,9 @@ paths: description: Response content: application/json: - schema: *222 + schema: *221 examples: - updateGist: *223 + updateGist: *222 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -28893,7 +28946,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *224 + - *223 responses: '204': description: Response @@ -28922,7 +28975,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *224 + - *223 - *17 - *19 responses: @@ -28932,7 +28985,7 @@ paths: application/json: schema: type: array - items: &225 + items: &224 title: Gist Comment description: A comment made to a gist. type: object @@ -28970,7 +29023,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *214 + author_association: *213 required: - url - id @@ -29035,7 +29088,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *224 + - *223 requestBody: required: true content: @@ -29061,9 +29114,9 @@ paths: description: Response content: application/json: - schema: *225 + schema: *224 examples: - default: &226 + default: &225 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -29121,8 +29174,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *224 - - &228 + - *223 + - &227 name: comment_id description: The unique identifier of the comment. in: path @@ -29135,12 +29188,12 @@ paths: description: Response content: application/json: - schema: *225 + schema: *224 examples: - default: *226 + default: *225 '304': *35 '404': *6 - '403': *227 + '403': *226 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -29162,8 +29215,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *224 - - *228 + - *223 + - *227 requestBody: required: true content: @@ -29189,9 +29242,9 @@ paths: description: Response content: application/json: - schema: *225 + schema: *224 examples: - default: *226 + default: *225 '404': *6 x-github: githubCloudOnly: false @@ -29208,8 +29261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *224 - - *228 + - *223 + - *227 responses: '204': description: Response @@ -29232,7 +29285,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *224 + - *223 - *17 - *19 responses: @@ -29333,7 +29386,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *224 + - *223 - *17 - *19 responses: @@ -29343,7 +29396,7 @@ paths: application/json: schema: type: array - items: *222 + items: *221 examples: default: value: @@ -29408,13 +29461,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *224 + - *223 responses: '201': description: Response content: application/json: - schema: *220 + schema: *219 examples: default: value: @@ -29485,7 +29538,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *224 + - *223 responses: '204': description: Response if gist is starred @@ -29515,7 +29568,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *224 + - *223 responses: '204': description: Response @@ -29537,7 +29590,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *224 + - *223 responses: '204': description: Response @@ -29566,7 +29619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *224 + - *223 - name: sha in: path required: true @@ -29577,9 +29630,9 @@ paths: description: Response content: application/json: - schema: *222 + schema: *221 examples: - default: *223 + default: *222 '422': *15 '404': *6 '403': *27 @@ -29740,7 +29793,9 @@ paths: type: integer repositories: type: array - items: *76 + items: + allOf: + - *76 repository_selection: type: string examples: @@ -29948,7 +30003,7 @@ paths: - closed - all default: open - - &361 + - &360 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -29967,7 +30022,7 @@ paths: - comments default: created - *108 - - *219 + - *218 - name: collab in: query required: false @@ -29997,9 +30052,9 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: &362 + default: &361 value: - id: 1 node_id: MDU6SXNzdWUx @@ -30278,7 +30333,7 @@ paths: application/json: schema: type: array - items: *216 + items: *215 examples: default: value: @@ -30576,7 +30631,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &229 + X-CommonMarker-Version: &228 example: 0.17.4 schema: type: string @@ -30631,7 +30686,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *229 + X-CommonMarker-Version: *228 content: text/html: schema: @@ -30660,7 +30715,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &232 + - &231 name: account_id description: account_id parameter in: path @@ -30672,7 +30727,7 @@ paths: description: Response content: application/json: - schema: &231 + schema: &230 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -30706,7 +30761,7 @@ paths: - 'null' id: type: integer - plan: &230 + plan: &229 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -30809,7 +30864,7 @@ paths: - 'null' updated_at: type: string - plan: *230 + plan: *229 required: - url - id @@ -30817,7 +30872,7 @@ paths: - login - marketplace_purchase examples: - default: &233 + default: &232 value: url: https://api.github.com/orgs/github type: Organization @@ -30902,9 +30957,9 @@ paths: application/json: schema: type: array - items: *230 + items: *229 examples: - default: &234 + default: &233 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -30944,14 +30999,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &235 + - &234 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &236 + - &235 name: sort description: The property to sort the results by. in: query @@ -30981,9 +31036,9 @@ paths: application/json: schema: type: array - items: *231 + items: *230 examples: - default: &237 + default: &236 value: - url: https://api.github.com/orgs/github type: Organization @@ -31057,15 +31112,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *232 + - *231 responses: '200': description: Response content: application/json: - schema: *231 + schema: *230 examples: - default: *233 + default: *232 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -31097,9 +31152,9 @@ paths: application/json: schema: type: array - items: *230 + items: *229 examples: - default: *234 + default: *233 headers: Link: *45 '401': *23 @@ -31122,8 +31177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: + - *234 - *235 - - *236 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -31143,9 +31198,9 @@ paths: application/json: schema: type: array - items: *231 + items: *230 examples: - default: *237 + default: *236 headers: Link: *45 '401': *23 @@ -31410,14 +31465,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &439 + - &438 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &440 + - &439 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -31434,7 +31489,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -31479,7 +31534,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &445 + '301': &444 description: Moved permanently content: application/json: @@ -31501,7 +31556,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &658 + - &657 name: all description: If `true`, show notifications marked as read. in: query @@ -31509,7 +31564,7 @@ paths: schema: type: boolean default: false - - &659 + - &658 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -31518,8 +31573,8 @@ paths: schema: type: boolean default: false - - *219 - - &660 + - *218 + - &659 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -31544,14 +31599,14 @@ paths: application/json: schema: type: array - items: &239 + items: &238 title: Thread description: Thread type: object properties: id: type: string - repository: &273 + repository: &272 title: Minimal Repository description: Minimal Repository type: object @@ -31892,7 +31947,7 @@ paths: type: boolean examples: - false - security_and_analysis: &403 + security_and_analysis: &402 type: - object - 'null' @@ -32065,7 +32120,7 @@ paths: - url - subscription_url examples: - default: &661 + default: &660 value: - id: '1' repository: @@ -32231,7 +32286,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &240 + - &239 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -32245,7 +32300,7 @@ paths: description: Response content: application/json: - schema: *239 + schema: *238 examples: default: value: @@ -32348,7 +32403,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *240 + - *239 responses: '205': description: Reset Content @@ -32371,7 +32426,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *240 + - *239 responses: '204': description: No content @@ -32394,13 +32449,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *240 + - *239 responses: '200': description: Response content: application/json: - schema: &241 + schema: &240 title: Thread Subscription description: Thread Subscription type: object @@ -32444,7 +32499,7 @@ paths: - url - subscribed examples: - default: &242 + default: &241 value: subscribed: true ignored: false @@ -32475,7 +32530,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *240 + - *239 requestBody: required: false content: @@ -32496,9 +32551,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *240 examples: - default: *242 + default: *241 '304': *35 '403': *27 '401': *23 @@ -32521,7 +32576,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *240 + - *239 responses: '204': description: Response @@ -32618,7 +32673,7 @@ paths: type: array items: *71 examples: - default: *243 + default: *242 headers: Link: example: ; rel="next" @@ -32670,7 +32725,7 @@ paths: - 3 custom_roles: type: array - items: &317 + items: &316 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -32719,7 +32774,7 @@ paths: - created_at - updated_at examples: - default: &318 + default: &317 value: id: 8030 name: Security Engineer @@ -32772,7 +32827,7 @@ paths: description: Response content: application/json: - schema: &244 + schema: &243 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -32811,7 +32866,7 @@ paths: required: true content: application/json: - schema: *244 + schema: *243 examples: selected_actions: *42 responses: @@ -32846,7 +32901,7 @@ paths: description: Response content: application/json: - schema: &245 + schema: &244 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -32885,7 +32940,7 @@ paths: required: true content: application/json: - schema: *245 + schema: *244 examples: selected_actions: *44 responses: @@ -33194,7 +33249,7 @@ paths: type: array items: *150 examples: - default: &667 + default: &666 value: - property_name: environment value: production @@ -33244,7 +33299,7 @@ paths: required: - properties examples: - default: &668 + default: &667 value: properties: - property_name: environment @@ -33291,7 +33346,7 @@ paths: description: Response content: application/json: - schema: &246 + schema: &245 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -33701,7 +33756,7 @@ paths: - updated_at - archived_at examples: - default-response: &247 + default-response: &246 value: login: github id: 1 @@ -34027,17 +34082,17 @@ paths: description: Response content: application/json: - schema: *246 + schema: *245 examples: - default: *247 + default: *246 '422': description: Validation failed content: application/json: schema: oneOf: + - *247 - *248 - - *249 '409': *117 x-github: githubCloudOnly: false @@ -34092,9 +34147,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *249 examples: - default: *251 + default: *250 headers: Link: *45 x-github: @@ -34135,7 +34190,7 @@ paths: type: integer repository_cache_usages: type: array - items: &452 + items: &451 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -34213,7 +34268,7 @@ paths: type: array items: *46 examples: - default: *252 + default: *251 headers: Link: *45 x-github: @@ -34380,7 +34435,7 @@ paths: application/json: schema: *47 examples: - default: *253 + default: *252 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34472,7 +34527,7 @@ paths: application/json: schema: *50 examples: - default: *254 + default: *253 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34591,9 +34646,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *254 examples: - default: *256 + default: *255 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34629,7 +34684,7 @@ paths: type: array items: *54 examples: - default: *257 + default: *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -34747,6 +34802,15 @@ paths: public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits` type: boolean + size: + description: The machine size of the runner. To list available sizes, + use `GET actions/hosted-runners/machine-sizes` + type: string + image_id: + description: The unique identifier of the runner image. To list + all available images, use `GET /actions/hosted-runners/images/github-owned` + or `GET /actions/hosted-runners/images/partner`. + type: string image_version: description: The version of the runner image to deploy. This is relevant only for runners using custom images. @@ -34818,7 +34882,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &258 + schema: &257 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -34832,7 +34896,7 @@ paths: required: - include_claim_keys examples: - default: &259 + default: &258 value: include_claim_keys: - repo @@ -34859,15 +34923,15 @@ paths: required: true content: application/json: - schema: *258 + schema: *257 examples: - default: *259 + default: *258 responses: '201': description: Empty response content: application/json: - schema: &284 + schema: &283 title: Empty Object description: An object without any properties. type: object @@ -34906,7 +34970,7 @@ paths: schema: type: object properties: - enabled_repositories: &261 + enabled_repositories: &260 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -34920,7 +34984,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *58 - selected_actions_url: *260 + selected_actions_url: *259 sha_pinning_required: *59 required: - enabled_repositories @@ -34962,7 +35026,7 @@ paths: schema: type: object properties: - enabled_repositories: *261 + enabled_repositories: *260 allowed_actions: *58 sha_pinning_required: *59 required: @@ -34998,7 +35062,7 @@ paths: description: Response content: application/json: - schema: *262 + schema: *261 examples: response: summary: Example response @@ -35029,7 +35093,7 @@ paths: required: true content: application/json: - schema: *263 + schema: *262 examples: application/json: value: @@ -35067,7 +35131,7 @@ paths: application/json: schema: *60 examples: - default: *264 + default: *263 '404': *6 x-github: enabledForGitHubApps: true @@ -35124,7 +35188,7 @@ paths: description: Response content: application/json: - schema: *265 + schema: *264 examples: default: *61 '403': *27 @@ -35149,7 +35213,7 @@ paths: required: true content: application/json: - schema: *266 + schema: *265 examples: default: *61 responses: @@ -35201,7 +35265,7 @@ paths: type: array items: *76 examples: - default: &268 + default: &267 value: total_count: 1 repositories: @@ -35386,7 +35450,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *85 - - &267 + - &266 name: repository_id description: The unique identifier of the repository. in: path @@ -35415,7 +35479,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *85 - - *267 + - *266 responses: '204': description: Response @@ -35611,7 +35675,7 @@ paths: type: array items: *76 examples: - default: *268 + default: *267 '403': *27 '404': *6 x-github: @@ -35680,7 +35744,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#add-a-repository-to-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *85 - - *267 + - *266 responses: '204': description: No content @@ -35707,7 +35771,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#remove-a-repository-from-the-list-of-repositories-allowed-to-use-self-hosted-runners-in-an-organization parameters: - *85 - - *267 + - *266 responses: '204': description: No content @@ -35741,7 +35805,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *268 examples: default: *67 x-github: @@ -35775,7 +35839,7 @@ paths: required: false content: application/json: - schema: *270 + schema: *269 examples: default: *67 x-github: @@ -35822,7 +35886,7 @@ paths: type: number runner_groups: type: array - items: &271 + items: &270 type: object properties: id: @@ -36012,9 +36076,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *270 examples: - default: &272 + default: &271 value: id: 2 name: octo-runner-group @@ -36056,7 +36120,7 @@ paths: description: Response content: application/json: - schema: *271 + schema: *270 examples: default: value: @@ -36149,9 +36213,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *270 examples: - default: *272 + default: *271 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -36215,7 +36279,7 @@ paths: type: array items: *46 examples: - default: *252 + default: *251 headers: Link: *45 x-github: @@ -36256,9 +36320,9 @@ paths: type: number repositories: type: array - items: *273 + items: *272 examples: - default: &776 + default: &775 value: total_count: 1 repositories: @@ -36557,7 +36621,7 @@ paths: parameters: - *85 - *70 - - *267 + - *266 responses: '204': description: Response @@ -36581,7 +36645,7 @@ paths: parameters: - *85 - *70 - - *267 + - *266 responses: '204': description: Response @@ -36799,9 +36863,9 @@ paths: application/json: schema: type: array - items: *274 + items: *273 examples: - default: *275 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36866,7 +36930,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *276 + '201': *275 '404': *6 '422': *7 '409': *117 @@ -36905,7 +36969,7 @@ paths: application/json: schema: *77 examples: - default: *277 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36941,7 +37005,7 @@ paths: application/json: schema: *77 examples: - default: *278 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36972,7 +37036,7 @@ paths: application/json: schema: *74 examples: - default: *279 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37147,7 +37211,7 @@ paths: - *85 - *73 responses: - '200': *280 + '200': *279 '404': *6 x-github: githubCloudOnly: false @@ -37176,7 +37240,7 @@ paths: parameters: - *85 - *73 - - *281 + - *280 responses: '200': *79 '404': *6 @@ -37221,7 +37285,7 @@ paths: type: integer secrets: type: array - items: &282 + items: &281 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -37302,7 +37366,7 @@ paths: description: Response content: application/json: - schema: &472 + schema: &471 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -37337,7 +37401,7 @@ paths: - key_id - key examples: - default: &473 + default: &472 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37363,7 +37427,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *85 - - &283 + - &282 name: secret_name description: The name of the secret. in: path @@ -37375,7 +37439,7 @@ paths: description: Response content: application/json: - schema: *282 + schema: *281 examples: default: value: @@ -37406,7 +37470,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -37463,7 +37527,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -37490,7 +37554,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *85 - - *283 + - *282 responses: '204': description: Response @@ -37517,7 +37581,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 - *19 - *17 responses: @@ -37535,9 +37599,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: &287 + default: &286 value: total_count: 1 repositories: @@ -37630,7 +37694,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -37683,7 +37747,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -37717,7 +37781,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -37750,7 +37814,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *85 - - &457 + - &456 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -37774,7 +37838,7 @@ paths: type: integer variables: type: array - items: &285 + items: &284 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -37912,7 +37976,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -37938,7 +38002,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *85 - - &286 + - &285 name: name description: The name of the variable. in: path @@ -37950,7 +38014,7 @@ paths: description: Response content: application/json: - schema: *285 + schema: *284 examples: default: value: @@ -37981,7 +38045,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *85 - - *286 + - *285 requestBody: required: true content: @@ -38044,7 +38108,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *85 - - *286 + - *285 responses: '204': description: Response @@ -38071,7 +38135,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *85 - - *286 + - *285 - *19 - *17 responses: @@ -38089,9 +38153,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: *287 + default: *286 '409': description: Response when the visibility of the variable is not set to `selected` @@ -38118,7 +38182,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *85 - - *286 + - *285 requestBody: required: true content: @@ -38168,7 +38232,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *85 - - *286 + - *285 - name: repository_id in: path required: true @@ -38203,7 +38267,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *85 - - *286 + - *285 - name: repository_id in: path required: true @@ -38261,7 +38325,7 @@ paths: required: true content: application/json: - schema: *288 + schema: *287 examples: default: *83 parameters: @@ -38426,7 +38490,7 @@ paths: type: integer deployment_records: type: array - items: &289 + items: &288 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -38471,7 +38535,7 @@ paths: description: The ID of the provenance attestation associated with the deployment record. examples: - default: &290 + default: &289 value: total_count: 1 deployment_records: @@ -38646,9 +38710,9 @@ paths: type: integer deployment_records: type: array - items: *289 + items: *288 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38858,9 +38922,9 @@ paths: - 3 deployment_records: type: array - items: *289 + items: *288 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38990,12 +39054,12 @@ paths: required: - subject_digests examples: - default: &805 + default: &804 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &806 + withPredicateType: &805 value: subject_digests: - sha256:abc123 @@ -39054,7 +39118,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &807 + default: &806 value: attestations_subject_digests: - sha256:abc: @@ -39403,7 +39467,7 @@ paths: initiator: type: string examples: - default: &486 + default: &485 value: attestations: - bundle: @@ -39529,10 +39593,10 @@ paths: required: false schema: type: string + - *290 - *291 - *292 - *293 - - *294 - *17 responses: '200': @@ -39541,9 +39605,9 @@ paths: application/json: schema: type: array - items: *295 + items: *294 examples: - default: *296 + default: *295 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -39572,7 +39636,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39666,7 +39730,7 @@ paths: subcategory: bypass-requests parameters: - *85 - - &299 + - &298 name: repository_name description: The name of the repository to filter on. in: query @@ -39685,9 +39749,9 @@ paths: application/json: schema: type: array - items: *297 + items: *296 examples: - default: *298 + default: *297 '404': *6 '500': *38 "/orgs/{org}/bypass-requests/secret-scanning": @@ -39711,7 +39775,7 @@ paths: subcategory: delegated-bypass parameters: - *85 - - *299 + - *298 - *101 - *102 - *103 @@ -39725,9 +39789,9 @@ paths: application/json: schema: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 '404': *6 '500': *38 "/orgs/{org}/campaigns": @@ -39754,7 +39818,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &303 + schema: &302 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -39780,7 +39844,7 @@ paths: application/json: schema: type: array - items: &304 + items: &303 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -39811,7 +39875,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *302 + items: *301 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -39830,7 +39894,7 @@ paths: - string - 'null' format: date-time - state: *303 + state: *302 contact_link: description: The contact link of the campaign. type: @@ -40053,9 +40117,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *303 examples: - default: &305 + default: &304 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -40138,9 +40202,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *303 examples: - default: *305 + default: *304 '404': *6 '422': description: Unprocessable Entity @@ -40218,7 +40282,7 @@ paths: - string - 'null' format: uri - state: *303 + state: *302 examples: default: value: @@ -40228,9 +40292,9 @@ paths: description: Response content: application/json: - schema: *304 + schema: *303 examples: - default: *305 + default: *304 '400': description: Bad Request content: @@ -40297,8 +40361,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *85 + - *305 - *306 - - *307 - *106 - *107 - *19 @@ -40309,7 +40373,7 @@ paths: be returned. in: query required: false - schema: *308 + schema: *307 - name: sort description: The property by which to sort the results. in: query @@ -40325,7 +40389,7 @@ paths: be returned. in: query required: false - schema: &511 + schema: &510 type: string description: Severity of a code scanning alert. enum: @@ -40351,9 +40415,9 @@ paths: application/json: schema: type: array - items: *309 + items: *308 examples: - default: *310 + default: *309 headers: Link: *45 '404': *6 @@ -40711,7 +40775,7 @@ paths: application/json: schema: *112 examples: - default: *311 + default: *310 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40739,9 +40803,9 @@ paths: description: Response content: application/json: - schema: *312 + schema: *311 examples: - default: *313 + default: *312 '304': *35 '403': *27 '404': *6 @@ -40828,7 +40892,7 @@ paths: application/json: schema: *112 examples: - default: *311 + default: *310 '304': *35 '403': *27 '404': *6 @@ -41251,7 +41315,7 @@ paths: default: value: default_for_new_repos: all - configuration: *311 + configuration: *310 '403': *27 '404': *6 x-github: @@ -41304,13 +41368,13 @@ paths: application/json: schema: type: array - items: *314 + items: *313 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *315 + repository: *314 '403': *27 '404': *6 x-github: @@ -41350,7 +41414,7 @@ paths: type: integer codespaces: type: array - items: &363 + items: &362 type: object title: Codespace description: A codespace. @@ -41381,11 +41445,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *273 + repository: *272 machine: anyOf: - type: 'null' - - &543 + - &542 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -41672,7 +41736,7 @@ paths: - pulls_url - recent_folders examples: - default: &364 + default: &363 value: total_count: 3 codespaces: @@ -42296,7 +42360,7 @@ paths: type: integer secrets: type: array - items: &316 + items: &315 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -42337,7 +42401,7 @@ paths: - updated_at - visibility examples: - default: &544 + default: &543 value: total_count: 2 secrets: @@ -42375,7 +42439,7 @@ paths: description: Response content: application/json: - schema: &545 + schema: &544 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -42410,7 +42474,7 @@ paths: - key_id - key examples: - default: &546 + default: &545 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -42434,15 +42498,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *85 - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *316 + schema: *315 examples: - default: &548 + default: &547 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -42470,7 +42534,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -42525,7 +42589,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -42552,7 +42616,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *85 - - *283 + - *282 responses: '204': description: Response @@ -42578,7 +42642,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 - *19 - *17 responses: @@ -42596,9 +42660,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: *287 + default: *286 '404': *6 x-github: githubCloudOnly: false @@ -42621,7 +42685,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -42672,7 +42736,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -42706,7 +42770,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -43295,13 +43359,13 @@ paths: application/json: schema: type: array - items: *202 + items: *201 examples: - default: *203 + default: *202 '500': *38 '403': *27 '404': *6 - '422': *204 + '422': *203 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43679,7 +43743,7 @@ paths: - 3 custom_roles: type: array - items: *317 + items: *316 examples: default: value: @@ -43771,7 +43835,7 @@ paths: required: true content: application/json: - schema: &319 + schema: &318 type: object properties: name: @@ -43813,9 +43877,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '422': *15 '404': *6 x-github: @@ -43846,9 +43910,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '404': *6 x-github: githubCloudOnly: true @@ -43876,7 +43940,7 @@ paths: required: true content: application/json: - schema: &320 + schema: &319 type: object properties: name: @@ -43915,9 +43979,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '422': *15 '404': *6 x-github: @@ -43975,7 +44039,7 @@ paths: required: true content: application/json: - schema: *319 + schema: *318 examples: default: value: @@ -43989,9 +44053,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '422': *15 '404': *6 x-github: @@ -44028,9 +44092,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '404': *6 x-github: githubCloudOnly: true @@ -44064,7 +44128,7 @@ paths: required: true content: application/json: - schema: *320 + schema: *319 examples: default: value: @@ -44079,9 +44143,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *316 examples: - default: *318 + default: *317 '422': *15 '404': *6 x-github: @@ -44141,11 +44205,11 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *85 + - *320 - *321 - *322 - *323 - *324 - - *325 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -44183,8 +44247,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string + - *325 - *326 - - *327 - *108 - *106 - *107 @@ -44196,9 +44260,9 @@ paths: application/json: schema: type: array - items: *328 + items: *327 examples: - default: *329 + default: *328 '304': *35 '400': *14 '403': *27 @@ -44242,7 +44306,7 @@ paths: type: integer secrets: type: array - items: &330 + items: &329 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -44321,7 +44385,7 @@ paths: description: Response content: application/json: - schema: &574 + schema: &573 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -44340,7 +44404,7 @@ paths: - key_id - key examples: - default: &575 + default: &574 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -44364,13 +44428,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *85 - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *330 + schema: *329 examples: default: value: @@ -44399,7 +44463,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -44458,7 +44522,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -44483,7 +44547,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *85 - - *283 + - *282 responses: '204': description: Response @@ -44508,7 +44572,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 - *19 - *17 responses: @@ -44526,9 +44590,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: *287 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44550,7 +44614,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -44601,7 +44665,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -44633,7 +44697,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *85 - - *283 + - *282 - name: repository_id in: path required: true @@ -44670,7 +44734,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *85 - - &583 + - &582 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -44678,7 +44742,7 @@ paths: required: false schema: type: string - - &584 + - &583 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -44686,7 +44750,7 @@ paths: required: false schema: type: string - - &585 + - &584 name: time_period description: |- The time period to filter by. @@ -44702,7 +44766,7 @@ paths: - week - month default: month - - &586 + - &585 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -44717,7 +44781,7 @@ paths: - denied - all default: all - - *299 + - *298 - *17 - *19 responses: @@ -44727,7 +44791,7 @@ paths: application/json: schema: type: array - items: &587 + items: &586 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -44837,7 +44901,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: &331 + items: &330 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -44890,7 +44954,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &588 + default: &587 value: - id: 21 number: 42 @@ -44978,11 +45042,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *85 - - *299 + - *298 - *101 - *102 - *103 - - &332 + - &331 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -45008,7 +45072,7 @@ paths: application/json: schema: type: array - items: &589 + items: &588 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -45118,7 +45182,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *331 + items: *330 url: type: string format: uri @@ -45131,7 +45195,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &590 + default: &589 value: - id: 21 number: 42 @@ -45219,11 +45283,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *85 - - *299 + - *298 - *101 - *102 - *103 - - *332 + - *331 - *17 - *19 responses: @@ -45233,7 +45297,7 @@ paths: application/json: schema: type: array - items: &591 + items: &590 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -45360,7 +45424,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &592 + default: &591 value: - id: 21 number: 42 @@ -45448,7 +45512,7 @@ paths: application/json: schema: type: array - items: &373 + items: &372 title: Package description: A software package type: object @@ -45501,7 +45565,7 @@ paths: repository: anyOf: - type: 'null' - - *273 + - *272 created_at: type: string format: date-time @@ -45519,7 +45583,7 @@ paths: - created_at - updated_at examples: - default: &374 + default: &373 value: - id: 197 name: hello_docker @@ -45607,7 +45671,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: 200-response: value: @@ -45706,7 +45770,7 @@ paths: description: Response content: application/json: - schema: &436 + schema: &435 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -45796,7 +45860,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &437 + default: &436 value: group_id: '123' group_name: Octocat admins @@ -45851,7 +45915,7 @@ paths: description: Response content: application/json: - schema: &434 + schema: &433 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -45891,7 +45955,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &435 + default: &434 value: groups: - group_id: '123' @@ -45935,7 +45999,7 @@ paths: application/json: schema: type: array - items: &355 + items: &354 title: Organization Invitation description: Organization Invitation type: object @@ -45989,7 +46053,7 @@ paths: - invitation_teams_url - node_id examples: - default: &356 + default: &355 value: - id: 1 login: monalisa @@ -46056,7 +46120,7 @@ paths: application/json: schema: type: array - items: &404 + items: &403 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -46070,7 +46134,7 @@ paths: - name - description examples: - default: &405 + default: &404 value: - name: add_assignee description: Assign or remove a user @@ -46111,7 +46175,7 @@ paths: application/json: schema: type: array - items: &333 + items: &332 title: Org Hook description: Org Hook type: object @@ -46294,9 +46358,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *332 examples: - default: &334 + default: &333 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -46341,7 +46405,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *85 - - &335 + - &334 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -46354,9 +46418,9 @@ paths: description: Response content: application/json: - schema: *333 + schema: *332 examples: - default: *334 + default: *333 '404': *6 x-github: githubCloudOnly: false @@ -46378,7 +46442,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *85 - - *335 + - *334 requestBody: required: false content: @@ -46424,7 +46488,7 @@ paths: description: Response content: application/json: - schema: *333 + schema: *332 examples: default: value: @@ -46464,7 +46528,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *85 - - *335 + - *334 responses: '204': description: Response @@ -46490,7 +46554,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *85 - - *335 + - *334 responses: '200': description: Response @@ -46519,7 +46583,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *85 - - *335 + - *334 requestBody: required: false content: @@ -46568,9 +46632,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *85 - - *335 + - *334 - *17 - - *336 + - *335 responses: '200': description: Response @@ -46578,9 +46642,9 @@ paths: application/json: schema: type: array - items: *337 + items: *336 examples: - default: *338 + default: *337 '400': *14 '422': *15 x-github: @@ -46604,16 +46668,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *85 - - *335 + - *334 - *16 responses: '200': description: Response content: application/json: - schema: *339 + schema: *338 examples: - default: *340 + default: *339 '400': *14 '422': *15 x-github: @@ -46637,7 +46701,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *85 - - *335 + - *334 - *16 responses: '202': *37 @@ -46664,7 +46728,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *85 - - *335 + - *334 responses: '204': description: Response @@ -46687,7 +46751,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *85 - - &345 + - &344 name: actor_type in: path description: The type of the actor @@ -46700,14 +46764,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &346 + - &345 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &341 + - &340 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -46715,7 +46779,7 @@ paths: required: true schema: type: string - - &342 + - &341 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -46810,12 +46874,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *85 + - *340 - *341 - - *342 - *19 - *17 - *108 - - &351 + - &350 name: sort description: The property to sort the results by. in: query @@ -46895,14 +46959,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *85 + - *340 - *341 - - *342 responses: '200': description: Response content: application/json: - schema: &343 + schema: &342 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -46918,7 +46982,7 @@ paths: type: integer format: int64 examples: - default: &344 + default: &343 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -46939,23 +47003,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *85 - - &347 + - &346 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string + - *340 - *341 - - *342 responses: '200': description: Response content: application/json: - schema: *343 + schema: *342 examples: - default: *344 + default: *343 x-github: enabledForGitHubApps: true category: orgs @@ -46974,18 +47038,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *85 + - *340 - *341 - - *342 + - *344 - *345 - - *346 responses: '200': description: Response content: application/json: - schema: *343 + schema: *342 examples: - default: *344 + default: *343 x-github: enabledForGitHubApps: true category: orgs @@ -47003,9 +47067,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *85 + - *340 - *341 - - *342 - - &348 + - &347 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -47018,7 +47082,7 @@ paths: description: Response content: application/json: - schema: &349 + schema: &348 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -47034,7 +47098,7 @@ paths: type: integer format: int64 examples: - default: &350 + default: &349 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -47071,18 +47135,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *85 - - *347 + - *346 + - *340 - *341 - - *342 - - *348 + - *347 responses: '200': description: Response content: application/json: - schema: *349 + schema: *348 examples: - default: *350 + default: *349 x-github: enabledForGitHubApps: true category: orgs @@ -47100,19 +47164,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *85 + - *344 - *345 - - *346 + - *340 - *341 - - *342 - - *348 + - *347 responses: '200': description: Response content: application/json: - schema: *349 + schema: *348 examples: - default: *350 + default: *349 x-github: enabledForGitHubApps: true category: orgs @@ -47130,13 +47194,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *85 - - *347 + - *346 + - *340 - *341 - - *342 - *19 - *17 - *108 - - *351 + - *350 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -47220,7 +47284,7 @@ paths: application/json: schema: *20 examples: - default: &623 + default: &622 value: id: 1 account: @@ -47386,12 +47450,12 @@ paths: application/json: schema: anyOf: - - &353 + - &352 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &352 + limit: &351 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -47419,7 +47483,7 @@ paths: properties: {} additionalProperties: false examples: - default: &354 + default: &353 value: limit: collaborators_only origin: organization @@ -47448,13 +47512,13 @@ paths: required: true content: application/json: - schema: &624 + schema: &623 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *352 + limit: *351 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -47479,9 +47543,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *352 examples: - default: *354 + default: *353 '422': *15 x-github: githubCloudOnly: false @@ -47559,9 +47623,9 @@ paths: application/json: schema: type: array - items: *355 + items: *354 examples: - default: *356 + default: *355 headers: Link: *45 '404': *6 @@ -47639,7 +47703,7 @@ paths: description: Response content: application/json: - schema: *355 + schema: *354 examples: default: value: @@ -47696,7 +47760,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *85 - - &357 + - &356 name: invitation_id description: The unique identifier of the invitation. in: path @@ -47730,7 +47794,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *85 - - *357 + - *356 - *17 - *19 responses: @@ -47740,9 +47804,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: &372 + default: &371 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -47785,7 +47849,7 @@ paths: application/json: schema: type: array - items: *358 + items: *357 examples: default: value: @@ -47873,9 +47937,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *357 examples: - default: &359 + default: &358 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -47908,7 +47972,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *85 - - &360 + - &359 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -47964,9 +48028,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *357 examples: - default: *359 + default: *358 '404': *6 '422': *7 x-github: @@ -47991,7 +48055,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *85 - - *360 + - *359 responses: '204': description: Response @@ -48054,7 +48118,7 @@ paths: - closed - all default: open - - *361 + - *360 - name: type description: Can be the name of an issue type. in: query @@ -48073,7 +48137,7 @@ paths: - comments default: created - *108 - - *219 + - *218 - *17 - *19 responses: @@ -48083,9 +48147,9 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: *362 + default: *361 headers: Link: *45 '404': *6 @@ -48145,7 +48209,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 '422': *15 @@ -48244,9 +48308,9 @@ paths: type: integer codespaces: type: array - items: *363 + items: *362 examples: - default: *364 + default: *363 '304': *35 '500': *38 '401': *23 @@ -48273,7 +48337,7 @@ paths: parameters: - *85 - *137 - - &365 + - &364 name: codespace_name in: path required: true @@ -48308,15 +48372,15 @@ paths: parameters: - *85 - *137 - - *365 + - *364 responses: '200': description: Response content: application/json: - schema: *363 + schema: *362 examples: - default: &542 + default: &541 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -48572,7 +48636,7 @@ paths: description: Response content: application/json: - schema: &366 + schema: &365 title: Org Membership description: Org Membership type: object @@ -48641,7 +48705,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &367 + response-if-user-has-an-active-admin-membership-with-organization: &366 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -48742,9 +48806,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: - response-if-user-already-had-membership-with-organization: *367 + response-if-user-already-had-membership-with-organization: *366 '422': *15 '403': *27 x-github: @@ -48816,7 +48880,7 @@ paths: application/json: schema: type: array - items: &368 + items: &367 title: Migration description: A migration. type: object @@ -49154,7 +49218,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -49333,7 +49397,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *85 - - &369 + - &368 name: migration_id description: The unique identifier of the migration. in: path @@ -49361,7 +49425,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -49531,7 +49595,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *85 - - *369 + - *368 responses: '302': description: Response @@ -49553,7 +49617,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *85 - - *369 + - *368 responses: '204': description: Response @@ -49577,8 +49641,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *85 - - *369 - - &788 + - *368 + - &787 name: repo_name description: repo_name parameter in: path @@ -49606,7 +49670,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *85 - - *369 + - *368 - *17 - *19 responses: @@ -49616,9 +49680,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: &379 + default: &378 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -49827,7 +49891,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &370 + items: &369 title: Organization Role description: Organization roles type: object @@ -50036,7 +50100,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: default: value: @@ -50088,7 +50152,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *85 - - *210 + - *209 responses: '204': description: Response @@ -50114,7 +50178,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *85 - - *210 + - *209 - *136 responses: '204': @@ -50145,7 +50209,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *85 - - *210 + - *209 - *136 responses: '204': @@ -50266,7 +50330,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: default: value: @@ -50363,7 +50427,7 @@ paths: description: Response content: application/json: - schema: *370 + schema: *369 examples: default: value: @@ -50522,7 +50586,7 @@ paths: parent: anyOf: - type: 'null' - - *371 + - *370 type: description: The ownership type of the team type: string @@ -50555,7 +50619,7 @@ paths: - type - parent examples: - default: *372 + default: *371 headers: Link: *45 '404': @@ -50614,7 +50678,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *371 + items: *370 name: type: - string @@ -50731,7 +50795,7 @@ paths: - type - url examples: - default: *207 + default: *206 headers: Link: *45 '404': @@ -50782,7 +50846,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -50924,7 +50988,7 @@ paths: - nuget - container - *85 - - &789 + - &788 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -50960,12 +51024,12 @@ paths: application/json: schema: type: array - items: *373 + items: *372 examples: - default: *374 + default: *373 '403': *27 '401': *23 - '400': &791 + '400': &790 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -50987,7 +51051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &375 + - &374 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -51005,7 +51069,7 @@ paths: - docker - nuget - container - - &376 + - &375 name: package_name description: The name of the package. in: path @@ -51018,7 +51082,7 @@ paths: description: Response content: application/json: - schema: *373 + schema: *372 examples: default: value: @@ -51070,8 +51134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: + - *374 - *375 - - *376 - *85 responses: '204': @@ -51104,8 +51168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: + - *374 - *375 - - *376 - *85 - name: token description: package token @@ -51138,8 +51202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: + - *374 - *375 - - *376 - *85 - *19 - *17 @@ -51160,7 +51224,7 @@ paths: application/json: schema: type: array - items: &377 + items: &376 title: Package Version description: A version of a software package type: object @@ -51295,10 +51359,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: + - *374 - *375 - - *376 - *85 - - &378 + - &377 name: package_version_id description: Unique identifier of the package version. in: path @@ -51310,7 +51374,7 @@ paths: description: Response content: application/json: - schema: *377 + schema: *376 examples: default: value: @@ -51346,10 +51410,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: + - *374 - *375 - - *376 - *85 - - *378 + - *377 responses: '204': description: Response @@ -51381,10 +51445,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: + - *374 - *375 - - *376 - *85 - - *378 + - *377 responses: '204': description: Response @@ -51414,7 +51478,7 @@ paths: - *85 - *17 - *19 - - &380 + - &379 name: sort description: The property by which to sort the results. in: query @@ -51425,7 +51489,7 @@ paths: - created_at default: created_at - *108 - - &381 + - &380 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -51437,7 +51501,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &382 + - &381 name: repository description: The name of the repository to use to filter the results. in: query @@ -51446,7 +51510,7 @@ paths: type: string examples: - Hello-World - - &383 + - &382 name: permission description: The permission to use to filter the results. in: query @@ -51455,7 +51519,7 @@ paths: type: string examples: - issues_read - - &384 + - &383 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -51465,7 +51529,7 @@ paths: schema: type: string format: date-time - - &385 + - &384 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -51475,7 +51539,7 @@ paths: schema: type: string format: date-time - - &386 + - &385 name: token_id description: The ID of the token in: query @@ -51792,9 +51856,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -51820,14 +51884,14 @@ paths: - *85 - *17 - *19 - - *380 + - *379 - *108 + - *380 - *381 - *382 - *383 - *384 - *385 - - *386 responses: '500': *38 '422': *15 @@ -52109,9 +52173,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -52153,7 +52217,7 @@ paths: type: integer configurations: type: array - items: &387 + items: &386 title: Organization private registry description: Private registry configuration for an organization type: object @@ -52449,7 +52513,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &388 + org-private-registry-with-selected-visibility: &387 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -52541,15 +52605,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *85 - - *283 + - *282 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *387 + schema: *386 examples: - default: *388 + default: *387 '404': *6 x-github: githubCloudOnly: false @@ -52571,7 +52635,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *85 - - *283 + - *282 requestBody: required: true content: @@ -52677,7 +52741,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *85 - - *283 + - *282 responses: '204': description: Response @@ -52717,7 +52781,7 @@ paths: application/json: schema: type: array - items: &389 + items: &388 title: Projects v2 Project description: A projects v2 project type: object @@ -52791,7 +52855,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &877 + - &876 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -52876,7 +52940,7 @@ paths: - deleted_at - deleted_by examples: - default: &390 + default: &389 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -52979,7 +53043,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &391 + - &390 name: project_number description: The project's number. in: path @@ -52992,9 +53056,9 @@ paths: description: Response content: application/json: - schema: *389 + schema: *388 examples: - default: *390 + default: *389 headers: Link: *45 '304': *35 @@ -53017,7 +53081,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *85 - - *391 + - *390 requestBody: required: true description: Details of the draft item to create in the project. @@ -53051,7 +53115,7 @@ paths: description: Response content: application/json: - schema: &396 + schema: &395 title: Projects v2 Item description: An item belonging to a project type: object @@ -53064,8 +53128,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *213 - - &557 + - *212 + - &556 title: Pull Request Simple description: Pull Request Simple type: object @@ -53185,7 +53249,7 @@ paths: milestone: anyOf: - type: 'null' - - *392 + - *391 active_lock_reason: type: - string @@ -53240,7 +53304,7 @@ paths: type: - array - 'null' - items: *302 + items: *301 head: type: object properties: @@ -53284,7 +53348,7 @@ paths: _links: type: object properties: - comments: &393 + comments: &392 title: Link description: Hypermedia Link type: object @@ -53293,13 +53357,13 @@ paths: type: string required: - href - commits: *393 - statuses: *393 - html: *393 - issue: *393 - review_comments: *393 - review_comment: *393 - self: *393 + commits: *392 + statuses: *392 + html: *392 + issue: *392 + review_comments: *392 + review_comment: *392 + self: *392 required: - comments - commits @@ -53309,8 +53373,8 @@ paths: - review_comments - review_comment - self - author_association: *214 - auto_merge: &670 + author_association: *213 + auto_merge: &669 title: Auto merge description: The status of auto merging a pull request. type: @@ -53412,7 +53476,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &395 + content_type: &394 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -53456,7 +53520,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &397 + draft_issue: &396 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -53530,7 +53594,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *391 + - *390 - *85 - *17 - *106 @@ -53542,7 +53606,7 @@ paths: application/json: schema: type: array - items: &394 + items: &393 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -53692,7 +53756,7 @@ paths: - updated_at - project_url examples: - default: &810 + default: &809 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -53822,7 +53886,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *391 + - *390 - *85 requestBody: required: true @@ -53869,7 +53933,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &811 + items: &810 type: object properties: name: @@ -53905,7 +53969,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &812 + iteration_configuration: &811 type: object description: The configuration for iteration fields. properties: @@ -53954,7 +54018,7 @@ paths: value: name: Due date data_type: date - single_select_field: &813 + single_select_field: &812 summary: Create a single select field value: name: Priority @@ -53981,7 +54045,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &814 + iteration_field: &813 summary: Create an iteration field value: name: Sprint @@ -54005,9 +54069,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *394 + schema: *393 examples: - text_field: &815 + text_field: &814 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -54016,7 +54080,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &816 + number_field: &815 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -54025,7 +54089,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &817 + date_field: &816 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -54034,7 +54098,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &818 + single_select_field: &817 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -54068,7 +54132,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &819 + iteration_field: &818 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -54113,8 +54177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *391 - - &820 + - *390 + - &819 name: field_id description: The unique identifier of the field. in: path @@ -54127,9 +54191,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *393 examples: - default: &821 + default: &820 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -54185,7 +54249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *391 + - *390 - *85 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -54218,7 +54282,7 @@ paths: application/json: schema: type: array - items: &398 + items: &397 title: Projects v2 Item description: An item belonging to a project type: object @@ -54235,7 +54299,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *395 + content_type: *394 content: type: - object @@ -54285,7 +54349,7 @@ paths: - updated_at - archived_at examples: - default: &399 + default: &398 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -54982,7 +55046,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *85 - - *391 + - *390 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -55052,22 +55116,22 @@ paths: description: Response content: application/json: - schema: *396 + schema: *395 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *397 + value: *396 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *397 + value: *396 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *397 + value: *396 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *397 + value: *396 '304': *35 '403': *27 '401': *23 @@ -55087,9 +55151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *391 + - *390 - *85 - - &400 + - &399 name: item_id description: The unique identifier of the project item. in: path @@ -55115,9 +55179,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - default: *399 + default: *398 headers: Link: *45 '304': *35 @@ -55138,9 +55202,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *391 + - *390 - *85 - - *400 + - *399 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -55213,13 +55277,13 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - text_field: *399 - number_field: *399 - date_field: *399 - single_select_field: *399 - iteration_field: *399 + text_field: *398 + number_field: *398 + date_field: *398 + single_select_field: *398 + iteration_field: *398 '401': *23 '403': *27 '404': *6 @@ -55239,9 +55303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *391 + - *390 - *85 - - *400 + - *399 responses: '204': description: Response @@ -55265,7 +55329,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *85 - - *391 + - *390 requestBody: required: true content: @@ -55339,7 +55403,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &802 + schema: &801 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -55443,7 +55507,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &401 + value: &400 value: id: 1 number: 1 @@ -55489,10 +55553,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *401 + value: *400 roadmap_view: summary: Response for creating a roadmap view - value: *401 + value: *400 '304': *35 '403': *27 '401': *23 @@ -55520,9 +55584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-project-view parameters: - - *391 + - *390 - *85 - - &822 + - &821 name: view_number description: The number that identifies the project view. in: path @@ -55554,9 +55618,9 @@ paths: application/json: schema: type: array - items: *398 + items: *397 examples: - default: *399 + default: *398 headers: Link: *45 '304': *35 @@ -55720,7 +55784,7 @@ paths: required: true content: application/json: - schema: *402 + schema: *401 examples: default: value: @@ -55948,7 +56012,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -56086,9 +56150,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -56292,7 +56356,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &443 title: Full Repository description: Full Repository type: object @@ -56738,7 +56802,7 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 organization: anyOf: - type: 'null' @@ -56757,7 +56821,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &562 + code_of_conduct: &561 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -56787,7 +56851,7 @@ paths: - key - name - html_url - security_and_analysis: *403 + security_and_analysis: *402 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -56871,7 +56935,7 @@ paths: - network_count - subscribers_count examples: - default: &446 + default: &445 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -57397,9 +57461,9 @@ paths: application/json: schema: type: array - items: *404 + items: *403 examples: - default: *405 + default: *404 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -57424,7 +57488,7 @@ paths: - *85 - *17 - *19 - - &692 + - &691 name: targets description: | A comma-separated list of rule targets to filter by. @@ -57516,11 +57580,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *163 - conditions: *406 + conditions: *405 rules: type: array description: An array of rules within the ruleset. - items: &408 + items: &407 title: Repository Rule type: object description: A repository rule. @@ -57585,7 +57649,7 @@ paths: application/json: schema: *185 examples: - default: &407 + default: &406 value: id: 21 name: super cool ruleset @@ -57640,7 +57704,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *85 - - &694 + - &693 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -57650,16 +57714,16 @@ paths: schema: type: string x-multi-segment: true - - *299 + - *298 - *103 - - &695 + - &694 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &696 + - &695 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -57679,7 +57743,7 @@ paths: description: Response content: application/json: - schema: &697 + schema: &696 title: Rule Suites description: Response type: array @@ -57735,7 +57799,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &698 + default: &697 value: - id: 21 actor_id: 12 @@ -57779,7 +57843,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *85 - - &699 + - &698 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -57795,7 +57859,7 @@ paths: description: Response content: application/json: - schema: &700 + schema: &699 title: Rule Suite description: Response type: object @@ -57902,7 +57966,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &701 + default: &700 value: id: 21 actor_id: 12 @@ -57977,7 +58041,7 @@ paths: application/json: schema: *185 examples: - default: *407 + default: *406 '404': *6 '500': *38 put: @@ -58026,11 +58090,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *163 - conditions: *406 + conditions: *405 rules: description: An array of rules within the ruleset. type: array - items: *408 + items: *407 examples: default: value: @@ -58067,7 +58131,7 @@ paths: application/json: schema: *185 examples: - default: *407 + default: *406 '404': *6 '500': *38 delete: @@ -58126,7 +58190,7 @@ paths: type: array items: *189 examples: - default: *409 + default: *408 '404': *6 '500': *38 x-github: @@ -58163,7 +58227,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *409 examples: default: value: @@ -58226,15 +58290,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *85 + - *410 - *411 - *412 - *413 - *414 - - *415 - *108 - *19 - *17 - - &703 + - &702 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -58244,7 +58308,7 @@ paths: required: false schema: type: string - - &704 + - &703 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -58254,10 +58318,10 @@ paths: required: false schema: type: string + - *415 - *416 - *417 - *418 - - *419 responses: '200': description: Response @@ -58265,9 +58329,9 @@ paths: application/json: schema: type: array - items: *420 + items: *419 examples: - default: *421 + default: *420 headers: Link: *45 '404': *6 @@ -58302,9 +58366,9 @@ paths: description: Response content: application/json: - schema: *422 + schema: *421 examples: - default: *423 + default: *422 '403': *27 '404': *6 patch: @@ -58457,7 +58521,7 @@ paths: application/json: schema: type: array - items: &725 + items: &724 description: A repository security advisory. type: object properties: @@ -58701,7 +58765,7 @@ paths: login: type: string description: The username of the user credited. - type: *424 + type: *423 credits_detailed: type: - array @@ -58712,7 +58776,7 @@ paths: type: object properties: user: *4 - type: *424 + type: *423 state: type: string description: The state of the user's acceptance of the @@ -58738,7 +58802,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *302 + items: *301 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -58776,7 +58840,7 @@ paths: - private_fork additionalProperties: false examples: - default: &726 + default: &725 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -59163,9 +59227,9 @@ paths: application/json: schema: type: array - items: *371 + items: *370 examples: - default: *372 + default: *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59189,7 +59253,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *85 - - *210 + - *209 responses: '204': description: Response @@ -59215,7 +59279,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *85 - - *210 + - *209 responses: '204': description: Response @@ -59247,7 +59311,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *85 - - *425 + - *424 - *17 - *19 responses: @@ -59255,9 +59319,9 @@ paths: description: Success content: application/json: - schema: *426 + schema: *425 examples: - default: *427 + default: *426 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -59403,9 +59467,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: *287 + default: *286 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59474,7 +59538,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *85 - - *267 + - *266 responses: '204': description: Response @@ -59497,7 +59561,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *85 - - *267 + - *266 responses: '204': description: Response @@ -59540,7 +59604,7 @@ paths: type: array items: *142 examples: - default: *428 + default: *427 headers: Link: *45 x-github: @@ -59741,15 +59805,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *85 - - *429 + - *428 responses: '200': description: Response content: application/json: - schema: *430 + schema: *429 examples: - default: *431 + default: *430 headers: Link: *45 x-github: @@ -59787,7 +59851,7 @@ paths: description: Response content: application/json: - schema: &441 + schema: &440 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -59839,7 +59903,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &442 + default: &441 value: groups: - group_id: '123' @@ -59885,7 +59949,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *85 - - *210 + - *209 - name: since description: Show usage metrics since this date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:MM:SSZ`). @@ -59917,13 +59981,13 @@ paths: application/json: schema: type: array - items: *202 + items: *201 examples: - default: *203 + default: *202 '500': *38 '403': *27 '404': *6 - '422': *204 + '422': *203 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59951,9 +60015,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 headers: Link: *45 '403': *27 @@ -60047,7 +60111,7 @@ paths: description: Response content: application/json: - schema: &432 + schema: &431 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -60121,7 +60185,7 @@ paths: parent: anyOf: - type: 'null' - - *371 + - *370 members_count: type: integer examples: @@ -60446,7 +60510,7 @@ paths: - repos_count - organization examples: - default: &433 + default: &432 value: id: 1 node_id: MDQ6VGVhbTE= @@ -60517,15 +60581,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *85 - - *210 + - *209 responses: '200': description: Response content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '404': *6 x-github: githubCloudOnly: false @@ -60547,7 +60611,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *85 - - *210 + - *209 requestBody: required: false content: @@ -60610,16 +60674,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '201': description: Response content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '404': *6 '422': *15 '403': *27 @@ -60645,7 +60709,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *85 - - *210 + - *209 responses: '204': description: Response @@ -60669,15 +60733,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *85 - - *210 + - *209 responses: '200': description: Response content: application/json: - schema: *434 + schema: *433 examples: - default: *435 + default: *434 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -60697,7 +60761,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *85 - - *210 + - *209 requestBody: required: true content: @@ -60721,9 +60785,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *435 examples: - default: *437 + default: *436 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -60743,7 +60807,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *85 - - *210 + - *209 responses: '204': description: Response @@ -60768,7 +60832,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *85 - - *210 + - *209 - *17 - *19 responses: @@ -60778,9 +60842,9 @@ paths: application/json: schema: type: array - items: *355 + items: *354 examples: - default: *356 + default: *355 headers: Link: *45 x-github: @@ -60803,7 +60867,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *85 - - *210 + - *209 - name: role description: Filters members returned by their role in the team. in: query @@ -60826,7 +60890,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -60857,14 +60921,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *85 - - *210 + - *209 - *137 responses: '200': description: Response content: application/json: - schema: &438 + schema: &437 title: Team Membership description: Team Membership type: object @@ -60892,7 +60956,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &769 + response-if-user-is-a-team-maintainer: &768 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -60929,7 +60993,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *85 - - *210 + - *209 - *137 requestBody: required: false @@ -60955,9 +61019,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *437 examples: - response-if-users-membership-with-team-is-now-pending: &770 + response-if-users-membership-with-team-is-now-pending: &769 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -60993,7 +61057,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *85 - - *210 + - *209 - *137 responses: '204': @@ -61021,7 +61085,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *85 - - *210 + - *209 - *17 - *19 responses: @@ -61031,9 +61095,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -61063,15 +61127,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *85 - - *210 + - *209 + - *438 - *439 - - *440 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &771 + schema: &770 title: Team Repository description: A team's access to a repository. type: object @@ -61097,7 +61161,7 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 forks: type: integer permissions: @@ -61713,9 +61777,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *85 - - *210 + - *209 + - *438 - *439 - - *440 requestBody: required: false content: @@ -61761,9 +61825,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *85 - - *210 + - *209 + - *438 - *439 - - *440 responses: '204': description: Response @@ -61790,15 +61854,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *85 - - *210 + - *209 responses: '200': description: Response content: application/json: - schema: *441 + schema: *440 examples: - default: *442 + default: *441 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -61821,7 +61885,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *85 - - *210 + - *209 requestBody: required: true content: @@ -61864,7 +61928,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *440 examples: default: value: @@ -61897,7 +61961,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *85 - - *210 + - *209 - *17 - *19 responses: @@ -61907,9 +61971,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - response-if-child-teams-exist: &772 + response-if-child-teams-exist: &771 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -62063,7 +62127,7 @@ paths: resources: type: object properties: - core: &443 + core: &442 title: Rate Limit type: object properties: @@ -62080,21 +62144,21 @@ paths: - remaining - reset - used - graphql: *443 - search: *443 - code_search: *443 - source_import: *443 - integration_manifest: *443 - code_scanning_upload: *443 - actions_runner_registration: *443 - scim: *443 - dependency_snapshots: *443 - dependency_sbom: *443 - code_scanning_autofix: *443 + graphql: *442 + search: *442 + code_search: *442 + source_import: *442 + integration_manifest: *442 + code_scanning_upload: *442 + actions_runner_registration: *442 + scim: *442 + dependency_snapshots: *442 + dependency_sbom: *442 + code_scanning_autofix: *442 required: - core - search - rate: *443 + rate: *442 required: - rate - resources @@ -62199,14 +62263,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *444 + schema: *443 examples: default-response: summary: Default response @@ -62711,7 +62775,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *445 + '301': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62729,8 +62793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -62988,10 +63052,10 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *446 - '307': &447 + default: *445 + '307': &446 description: Temporary Redirect content: application/json: @@ -63020,8 +63084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -63043,7 +63107,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *447 + '307': *446 '404': *6 '409': *117 x-github: @@ -63067,11 +63131,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: + - *438 - *439 - - *440 - *17 - *19 - - &464 + - &463 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -63094,7 +63158,7 @@ paths: type: integer artifacts: type: array - items: &448 + items: &447 title: Artifact description: An artifact type: object @@ -63189,7 +63253,7 @@ paths: - expires_at - updated_at examples: - default: &465 + default: &464 value: total_count: 2 artifacts: @@ -63250,9 +63314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: + - *438 - *439 - - *440 - - &449 + - &448 name: artifact_id description: The unique identifier of the artifact. in: path @@ -63264,7 +63328,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *447 examples: default: value: @@ -63302,9 +63366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: + - *438 - *439 - - *440 - - *449 + - *448 responses: '204': description: Response @@ -63328,9 +63392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: + - *438 - *439 - - *440 - - *449 + - *448 - name: archive_format in: path required: true @@ -63344,7 +63408,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &627 + '410': &626 description: Gone content: application/json: @@ -63369,14 +63433,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: &450 + schema: &449 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -63410,13 +63474,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: application/json: - schema: *450 + schema: *449 examples: selected_actions: *42 responses: @@ -63445,14 +63509,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: &451 + schema: &450 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -63486,13 +63550,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: application/json: - schema: *451 + schema: *450 examples: selected_actions: *44 responses: @@ -63523,14 +63587,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *452 + schema: *451 examples: default: value: @@ -63556,11 +63620,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: + - *438 - *439 - - *440 - *17 - *19 - - &453 + - &452 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -63594,7 +63658,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &453 title: Repository actions caches description: Repository actions caches type: object @@ -63644,7 +63708,7 @@ paths: - total_count - actions_caches examples: - default: &455 + default: &454 value: total_count: 1 actions_caches: @@ -63676,23 +63740,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: + - *438 - *439 - - *440 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *453 + - *452 responses: '200': description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63712,8 +63776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: + - *438 - *439 - - *440 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -63744,9 +63808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - &456 + - &455 name: job_id description: The unique identifier of the job. in: path @@ -63758,7 +63822,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &467 title: Job description: Information of a job execution in a workflow run type: object @@ -64105,9 +64169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *456 + - *455 responses: '302': description: Response @@ -64135,9 +64199,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: + - *438 - *439 - - *440 - - *456 + - *455 requestBody: required: false content: @@ -64159,7 +64223,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -64183,8 +64247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Status response @@ -64234,8 +64298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -64269,7 +64333,7 @@ paths: description: Empty response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -64298,8 +64362,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -64317,7 +64381,7 @@ paths: type: integer secrets: type: array - items: &470 + items: &469 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -64338,7 +64402,7 @@ paths: - created_at - updated_at examples: - default: &471 + default: &470 value: total_count: 2 secrets: @@ -64371,9 +64435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: + - *438 - *439 - - *440 - - *457 + - *456 - *19 responses: '200': @@ -64390,7 +64454,7 @@ paths: type: integer variables: type: array - items: &474 + items: &473 title: Actions Variable type: object properties: @@ -64424,7 +64488,7 @@ paths: - created_at - updated_at examples: - default: &475 + default: &474 value: total_count: 2 variables: @@ -64457,8 +64521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -64467,11 +64531,11 @@ paths: schema: type: object properties: - enabled: &458 + enabled: &457 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *58 - selected_actions_url: *260 + selected_actions_url: *259 sha_pinning_required: *59 required: - enabled @@ -64502,8 +64566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -64514,7 +64578,7 @@ paths: schema: type: object properties: - enabled: *458 + enabled: *457 allowed_actions: *58 sha_pinning_required: *59 required: @@ -64547,14 +64611,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: &459 + schema: &458 type: object properties: access_level: @@ -64572,7 +64636,7 @@ paths: required: - access_level examples: - default: &460 + default: &459 value: access_level: organization x-github: @@ -64597,15 +64661,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: application/json: - schema: *459 + schema: *458 examples: - default: *460 + default: *459 responses: '204': description: Response @@ -64629,14 +64693,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *262 + schema: *261 examples: default: value: @@ -64660,8 +64724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Empty response for successful settings update @@ -64671,7 +64735,7 @@ paths: required: true content: application/json: - schema: *263 + schema: *262 examples: default: summary: Set retention days @@ -64695,8 +64759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -64704,7 +64768,7 @@ paths: application/json: schema: *60 examples: - default: *264 + default: *263 '404': *6 x-github: enabledForGitHubApps: true @@ -64723,8 +64787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -64758,14 +64822,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *265 + schema: *264 examples: default: *61 '403': *27 @@ -64787,13 +64851,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: application/json: - schema: *266 + schema: *265 examples: default: *61 responses: @@ -64819,8 +64883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -64851,8 +64915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -64884,14 +64948,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *269 + schema: *268 examples: default: *67 x-github: @@ -64914,8 +64978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Success response @@ -64926,7 +64990,7 @@ paths: required: true content: application/json: - schema: *270 + schema: *269 examples: default: *67 x-github: @@ -64955,8 +65019,8 @@ paths: in: query schema: type: string + - *438 - *439 - - *440 - *17 - *19 responses: @@ -65000,8 +65064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -65009,9 +65073,9 @@ paths: application/json: schema: type: array - items: *274 + items: *273 examples: - default: *275 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65033,8 +65097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -65077,7 +65141,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *276 + '201': *275 '404': *6 '422': *7 '409': *117 @@ -65108,8 +65172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: + - *438 - *439 - - *440 responses: '201': description: Response @@ -65117,7 +65181,7 @@ paths: application/json: schema: *77 examples: - default: *277 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65145,8 +65209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: + - *438 - *439 - - *440 responses: '201': description: Response @@ -65154,7 +65218,7 @@ paths: application/json: schema: *77 examples: - default: *278 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65176,8 +65240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 responses: '200': @@ -65186,7 +65250,7 @@ paths: application/json: schema: *74 examples: - default: *279 + default: *278 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65207,8 +65271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: + - *438 - *439 - - *440 - *73 responses: '204': @@ -65235,8 +65299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 responses: '200': *79 @@ -65261,8 +65325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 requestBody: required: true @@ -65311,8 +65375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 requestBody: required: true @@ -65362,11 +65426,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 responses: - '200': *280 + '200': *279 '404': *6 x-github: githubCloudOnly: false @@ -65393,10 +65457,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: + - *438 - *439 - - *440 - *73 - - *281 + - *280 responses: '200': *79 '404': *6 @@ -65424,9 +65488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: + - *438 - *439 - - *440 - - &478 + - &477 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -65434,7 +65498,7 @@ paths: required: false schema: type: string - - &479 + - &478 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -65442,7 +65506,7 @@ paths: required: false schema: type: string - - &480 + - &479 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -65451,7 +65515,7 @@ paths: required: false schema: type: string - - &481 + - &480 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -65478,7 +65542,7 @@ paths: - pending - *17 - *19 - - &482 + - &481 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -65487,7 +65551,7 @@ paths: schema: type: string format: date-time - - &461 + - &460 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -65496,13 +65560,13 @@ paths: schema: type: boolean default: false - - &483 + - &482 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &484 + - &483 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -65525,7 +65589,7 @@ paths: type: integer workflow_runs: type: array - items: &462 + items: &461 title: Workflow Run description: An invocation of a workflow type: object @@ -65642,7 +65706,7 @@ paths: type: - array - 'null' - items: *217 + items: *216 created_at: type: string format: date-time @@ -65703,7 +65767,7 @@ paths: head_commit: anyOf: - type: 'null' - - &506 + - &505 title: Simple Commit description: A commit. type: object @@ -65777,8 +65841,8 @@ paths: - timestamp - author - committer - repository: *273 - head_repository: *273 + repository: *272 + head_repository: *272 head_repository_id: type: integer examples: @@ -65818,7 +65882,7 @@ paths: - workflow_url - pull_requests examples: - default: &485 + default: &484 value: total_count: 1 workflow_runs: @@ -66054,24 +66118,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: + - *438 - *439 - - *440 - - &463 + - &462 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *461 + - *460 responses: '200': description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: &466 + default: &465 value: id: 30433642 name: Build @@ -66312,9 +66376,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '204': description: Response @@ -66337,9 +66401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '200': description: Response @@ -66467,15 +66531,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '201': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -66502,12 +66566,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: + - *438 - *439 - - *440 - - *463 + - *462 - *17 - *19 - - *464 + - *463 responses: '200': description: Response @@ -66523,9 +66587,9 @@ paths: type: integer artifacts: type: array - items: *448 + items: *447 examples: - default: *465 + default: *464 headers: Link: *45 x-github: @@ -66549,25 +66613,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: + - *438 - *439 - - *440 - - *463 - - &467 + - *462 + - &466 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *461 + - *460 responses: '200': description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *466 + default: *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66590,10 +66654,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: + - *438 - *439 - - *440 - - *463 - - *467 + - *462 + - *466 - *17 - *19 responses: @@ -66611,9 +66675,9 @@ paths: type: integer jobs: type: array - items: *468 + items: *467 examples: - default: &469 + default: &468 value: total_count: 1 jobs: @@ -66726,10 +66790,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: + - *438 - *439 - - *440 - - *463 - - *467 + - *462 + - *466 responses: '302': description: Response @@ -66757,15 +66821,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '202': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -66792,9 +66856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 requestBody: required: true content: @@ -66861,15 +66925,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '202': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -66896,9 +66960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -66928,9 +66992,9 @@ paths: type: integer jobs: type: array - items: *468 + items: *467 examples: - default: *469 + default: *468 headers: Link: *45 x-github: @@ -66955,9 +67019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '302': description: Response @@ -66984,9 +67048,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '204': description: Response @@ -67013,9 +67077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '200': description: Response @@ -67084,7 +67148,7 @@ paths: items: type: object properties: - type: &593 + type: &592 type: string description: The type of reviewer. enum: @@ -67095,7 +67159,7 @@ paths: reviewer: anyOf: - *4 - - *302 + - *301 required: - environment - wait_timer @@ -67170,9 +67234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 requestBody: required: true content: @@ -67222,7 +67286,7 @@ paths: application/json: schema: type: array - items: &578 + items: &577 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -67334,7 +67398,7 @@ paths: - created_at - updated_at examples: - default: &579 + default: &578 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -67390,9 +67454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: + - *438 - *439 - - *440 - - *463 + - *462 requestBody: required: false content: @@ -67414,7 +67478,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -67437,9 +67501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: + - *438 - *439 - - *440 - - *463 + - *462 requestBody: required: false content: @@ -67461,7 +67525,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -67494,9 +67558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: + - *438 - *439 - - *440 - - *463 + - *462 responses: '200': description: Response @@ -67633,8 +67697,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -67652,9 +67716,9 @@ paths: type: integer secrets: type: array - items: *470 + items: *469 examples: - default: *471 + default: *470 headers: Link: *45 x-github: @@ -67679,16 +67743,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *472 + schema: *471 examples: - default: *473 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67710,17 +67774,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *470 + schema: *469 examples: - default: &606 + default: &605 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -67746,9 +67810,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 requestBody: required: true content: @@ -67779,7 +67843,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -67805,9 +67869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '204': description: Response @@ -67832,9 +67896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: + - *438 - *439 - - *440 - - *457 + - *456 - *19 responses: '200': @@ -67851,9 +67915,9 @@ paths: type: integer variables: type: array - items: *474 + items: *473 examples: - default: *475 + default: *474 headers: Link: *45 x-github: @@ -67876,8 +67940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -67904,7 +67968,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -67929,17 +67993,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: + - *438 - *439 - - *440 - - *286 + - *285 responses: '200': description: Response content: application/json: - schema: *474 + schema: *473 examples: - default: &607 + default: &606 value: name: USERNAME value: octocat @@ -67965,9 +68029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: + - *438 - *439 - - *440 - - *286 + - *285 requestBody: required: true content: @@ -68009,9 +68073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: + - *438 - *439 - - *440 - - *286 + - *285 responses: '204': description: Response @@ -68036,8 +68100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -68055,7 +68119,7 @@ paths: type: integer workflows: type: array - items: &476 + items: &475 title: Workflow description: A GitHub Actions workflow type: object @@ -68173,9 +68237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: + - *438 - *439 - - *440 - - &477 + - &476 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -68190,7 +68254,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *475 examples: default: value: @@ -68223,9 +68287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: + - *438 - *439 - - *440 - - *477 + - *476 responses: '204': description: Response @@ -68250,9 +68314,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: + - *438 - *439 - - *440 - - *477 + - *476 responses: '204': description: Response @@ -68303,9 +68367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: + - *438 - *439 - - *440 - - *477 + - *476 responses: '204': description: Response @@ -68332,19 +68396,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: + - *438 - *439 - - *440 + - *476 - *477 - *478 - *479 - *480 - - *481 - *17 - *19 + - *481 + - *460 - *482 - - *461 - *483 - - *484 responses: '200': description: Response @@ -68360,9 +68424,9 @@ paths: type: integer workflow_runs: type: array - items: *462 + items: *461 examples: - default: *485 + default: *484 headers: Link: *45 x-github: @@ -68395,9 +68459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: + - *438 - *439 - - *440 - - *477 + - *476 responses: '200': description: Response @@ -68458,8 +68522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: + - *438 - *439 - - *440 - *108 - *17 - *106 @@ -68627,8 +68691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -68640,7 +68704,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 '404': *6 @@ -68665,8 +68729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: + - *438 - *439 - - *440 - name: assignee in: path required: true @@ -68702,8 +68766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -68815,8 +68879,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: + - *438 - *439 - - *440 - *17 - *106 - *107 @@ -68873,7 +68937,7 @@ paths: initiator: type: string examples: - default: *486 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68893,8 +68957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -68902,7 +68966,7 @@ paths: application/json: schema: type: array - items: &487 + items: &486 title: Autolink reference description: An autolink reference. type: object @@ -68961,8 +69025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -69001,9 +69065,9 @@ paths: description: response content: application/json: - schema: *487 + schema: *486 examples: - default: &488 + default: &487 value: id: 1 key_prefix: TICKET- @@ -69034,9 +69098,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: + - *438 - *439 - - *440 - - &489 + - &488 name: autolink_id description: The unique identifier of the autolink. in: path @@ -69048,9 +69112,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *486 examples: - default: *488 + default: *487 '404': *6 x-github: githubCloudOnly: false @@ -69070,9 +69134,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: + - *438 - *439 - - *440 - - *489 + - *488 responses: '204': description: Response @@ -69096,8 +69160,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response if Dependabot is enabled @@ -69147,8 +69211,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -69169,8 +69233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -69190,8 +69254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: + - *438 - *439 - - *440 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -69229,7 +69293,7 @@ paths: - url protected: type: boolean - protection: &491 + protection: &490 title: Branch Protection description: Branch Protection type: object @@ -69272,7 +69336,7 @@ paths: required: - contexts - checks - enforce_admins: &494 + enforce_admins: &493 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -69289,7 +69353,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &496 + required_pull_request_reviews: &495 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -69311,7 +69375,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *302 + items: *301 apps: description: The list of apps with review dismissal access. @@ -69343,7 +69407,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *302 + items: *301 apps: description: The list of apps allowed to bypass pull request requirements. @@ -69373,7 +69437,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &493 + restrictions: &492 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -69436,7 +69500,7 @@ paths: type: string teams: type: array - items: *302 + items: *301 apps: type: array items: @@ -69666,9 +69730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: + - *438 - *439 - - *440 - - &492 + - &491 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -69682,14 +69746,14 @@ paths: description: Response content: application/json: - schema: &502 + schema: &501 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &553 + commit: &552 title: Commit description: Commit type: object @@ -69728,7 +69792,7 @@ paths: author: anyOf: - type: 'null' - - &490 + - &489 title: Git User description: Metaproperties for Git author/committer information. @@ -69750,7 +69814,7 @@ paths: committer: anyOf: - type: 'null' - - *490 + - *489 message: type: string examples: @@ -69774,7 +69838,7 @@ paths: required: - sha - url - verification: &613 + verification: &612 title: Verification type: object properties: @@ -69810,14 +69874,14 @@ paths: author: oneOf: - *4 - - *284 + - *283 type: - 'null' - object committer: oneOf: - *4 - - *284 + - *283 type: - 'null' - object @@ -69854,7 +69918,7 @@ paths: type: integer files: type: array - items: &564 + items: &563 title: Diff Entry description: Diff Entry type: object @@ -69950,7 +70014,7 @@ paths: - self protected: type: boolean - protection: *491 + protection: *490 protection_url: type: string format: uri @@ -70059,7 +70123,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *445 + '301': *444 '404': *6 x-github: githubCloudOnly: false @@ -70081,15 +70145,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *491 + schema: *490 examples: default: value: @@ -70283,9 +70347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -70545,7 +70609,7 @@ paths: url: type: string format: uri - required_status_checks: &499 + required_status_checks: &498 title: Status Check Policy description: Status Check Policy type: object @@ -70626,7 +70690,7 @@ paths: items: *4 teams: type: array - items: *302 + items: *301 apps: type: array items: *5 @@ -70644,7 +70708,7 @@ paths: items: *4 teams: type: array - items: *302 + items: *301 apps: type: array items: *5 @@ -70704,7 +70768,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *493 + restrictions: *492 required_conversation_resolution: type: object properties: @@ -70816,9 +70880,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -70843,17 +70907,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: &495 + default: &494 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -70875,17 +70939,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: *495 + default: *494 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70904,9 +70968,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -70931,17 +70995,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *496 + schema: *495 examples: - default: &497 + default: &496 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -71037,9 +71101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -71137,9 +71201,9 @@ paths: description: Response content: application/json: - schema: *496 + schema: *495 examples: - default: *497 + default: *496 '422': *15 x-github: githubCloudOnly: false @@ -71160,9 +71224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -71189,17 +71253,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: &498 + default: &497 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -71222,17 +71286,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *494 + schema: *493 examples: - default: *498 + default: *497 '404': *6 x-github: githubCloudOnly: false @@ -71252,9 +71316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -71279,17 +71343,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *499 + schema: *498 examples: - default: &500 + default: &499 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -71315,9 +71379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -71369,9 +71433,9 @@ paths: description: Response content: application/json: - schema: *499 + schema: *498 examples: - default: *500 + default: *499 '404': *6 '422': *15 x-github: @@ -71393,9 +71457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -71419,9 +71483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response @@ -71455,9 +71519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -71524,9 +71588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -71590,9 +71654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: content: application/json: @@ -71658,15 +71722,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response content: application/json: - schema: *493 + schema: *492 examples: default: value: @@ -71757,9 +71821,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '204': description: Response @@ -71782,9 +71846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response @@ -71794,7 +71858,7 @@ paths: type: array items: *5 examples: - default: &501 + default: &500 value: - id: 1 slug: octoapp @@ -71851,9 +71915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -71887,7 +71951,7 @@ paths: type: array items: *5 examples: - default: *501 + default: *500 '422': *15 x-github: githubCloudOnly: false @@ -71908,9 +71972,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -71944,7 +72008,7 @@ paths: type: array items: *5 examples: - default: *501 + default: *500 '422': *15 x-github: githubCloudOnly: false @@ -71965,9 +72029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -72001,7 +72065,7 @@ paths: type: array items: *5 examples: - default: *501 + default: *500 '422': *15 x-github: githubCloudOnly: false @@ -72023,9 +72087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response @@ -72033,9 +72097,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 '404': *6 x-github: githubCloudOnly: false @@ -72055,9 +72119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -72093,9 +72157,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 '422': *15 x-github: githubCloudOnly: false @@ -72116,9 +72180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: false content: @@ -72154,9 +72218,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 '422': *15 x-github: githubCloudOnly: false @@ -72177,9 +72241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: content: application/json: @@ -72214,9 +72278,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 '422': *15 x-github: githubCloudOnly: false @@ -72238,9 +72302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: + - *438 - *439 - - *440 - - *492 + - *491 responses: '200': description: Response @@ -72250,7 +72314,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 '404': *6 x-github: githubCloudOnly: false @@ -72274,9 +72338,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -72309,7 +72373,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -72334,9 +72398,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -72369,7 +72433,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -72394,9 +72458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -72429,7 +72493,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 '422': *15 x-github: githubCloudOnly: false @@ -72456,9 +72520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: + - *438 - *439 - - *440 - - *492 + - *491 requestBody: required: true content: @@ -72480,7 +72544,7 @@ paths: description: Response content: application/json: - schema: *502 + schema: *501 examples: default: value: @@ -72594,8 +72658,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *438 - *439 - - *440 - *101 - *102 - *103 @@ -72609,9 +72673,9 @@ paths: application/json: schema: type: array - items: *297 + items: *296 examples: - default: *298 + default: *297 '404': *6 '500': *38 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -72631,8 +72695,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *438 - *439 - - *440 - name: bypass_request_number in: path required: true @@ -72646,7 +72710,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *296 examples: default: value: @@ -72705,8 +72769,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *438 - *439 - - *440 - *101 - *102 - *103 @@ -72720,9 +72784,9 @@ paths: application/json: schema: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 '404': *6 '403': *27 '500': *38 @@ -72746,8 +72810,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *438 - *439 - - *440 - name: bypass_request_number in: path required: true @@ -72759,7 +72823,7 @@ paths: description: A single bypass request. content: application/json: - schema: *300 + schema: *299 examples: default: value: @@ -72817,8 +72881,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *438 - *439 - - *440 - name: bypass_request_number in: path required: true @@ -72889,8 +72953,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *438 - *439 - - *440 - name: bypass_response_id in: path required: true @@ -72923,8 +72987,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -73203,7 +73267,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &502 title: CheckRun description: A check performed on the code of a given code change type: object @@ -73338,8 +73402,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *217 - deployment: &833 + items: *216 + deployment: &832 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -73626,9 +73690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: + - *438 - *439 - - *440 - - &504 + - &503 name: check_run_id description: The unique identifier of the check run. in: path @@ -73640,9 +73704,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *502 examples: - default: &505 + default: &504 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -73742,9 +73806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: + - *438 - *439 - - *440 - - *504 + - *503 requestBody: required: true content: @@ -73984,9 +74048,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *502 examples: - default: *505 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74006,9 +74070,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: + - *438 - *439 - - *440 - - *504 + - *503 - *17 - *19 responses: @@ -74118,15 +74182,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: + - *438 - *439 - - *440 - - *504 + - *503 responses: '201': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -74164,8 +74228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -74187,7 +74251,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &507 + schema: &506 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -74269,12 +74333,12 @@ paths: type: - array - 'null' - items: *217 + items: *216 app: anyOf: - type: 'null' - *5 - repository: *273 + repository: *272 created_at: type: - string @@ -74285,7 +74349,7 @@ paths: - string - 'null' format: date-time - head_commit: *506 + head_commit: *505 latest_check_runs_count: type: integer check_runs_url: @@ -74313,7 +74377,7 @@ paths: - check_runs_url - pull_requests examples: - default: &508 + default: &507 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -74604,9 +74668,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *507 + schema: *506 examples: - default: *508 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74625,8 +74689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -74687,7 +74751,7 @@ paths: required: - app_id - setting - repository: *273 + repository: *272 examples: default: value: @@ -74935,9 +74999,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: + - *438 - *439 - - *440 - - &509 + - &508 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -74949,9 +75013,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *506 examples: - default: *508 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74974,17 +75038,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: + - *438 - *439 - - *440 - - *509 - - &559 + - *508 + - &558 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &560 + - &559 name: status description: Returns check runs with the specified `status`. in: query @@ -75023,9 +75087,9 @@ paths: type: integer check_runs: type: array - items: *503 + items: *502 examples: - default: &561 + default: &560 value: total_count: 1 check_runs: @@ -75127,15 +75191,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: + - *438 - *439 - - *440 - - *509 + - *508 responses: '201': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -75162,21 +75226,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: + - *438 - *439 - - *440 + - *305 - *306 - - *307 - *19 - *17 - - &525 + - &524 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *510 - - &526 + schema: *509 + - &525 name: pr description: The number of the pull request for the results you want to list. in: query @@ -75201,13 +75265,13 @@ paths: be returned. in: query required: false - schema: *308 + schema: *307 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *511 + schema: *510 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -75231,7 +75295,7 @@ paths: updated_at: *132 url: *129 html_url: *130 - instances_url: *512 + instances_url: *511 state: *111 fixed_at: *134 dismissed_by: @@ -75239,11 +75303,11 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: *513 - dismissed_comment: *514 - rule: *515 - tool: *516 - most_recent_instance: *517 + dismissed_reason: *512 + dismissed_comment: *513 + rule: *514 + tool: *515 + most_recent_instance: *516 dismissal_approved_by: anyOf: - type: 'null' @@ -75366,7 +75430,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &518 + '403': &517 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -75393,9 +75457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - &519 + - &518 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -75409,7 +75473,7 @@ paths: description: Response content: application/json: - schema: &520 + schema: &519 type: object properties: number: *124 @@ -75417,7 +75481,7 @@ paths: updated_at: *132 url: *129 html_url: *130 - instances_url: *512 + instances_url: *511 state: *111 fixed_at: *134 dismissed_by: @@ -75425,8 +75489,8 @@ paths: - type: 'null' - *4 dismissed_at: *133 - dismissed_reason: *513 - dismissed_comment: *514 + dismissed_reason: *512 + dismissed_comment: *513 rule: type: object properties: @@ -75488,8 +75552,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *516 - most_recent_instance: *517 + tool: *515 + most_recent_instance: *516 dismissal_approved_by: anyOf: - type: 'null' @@ -75585,7 +75649,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -75605,9 +75669,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 requestBody: required: true content: @@ -75622,8 +75686,8 @@ paths: enum: - open - dismissed - dismissed_reason: *513 - dismissed_comment: *514 + dismissed_reason: *512 + dismissed_comment: *513 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -75651,7 +75715,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *519 examples: default: value: @@ -75727,7 +75791,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &524 + '403': &523 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -75754,15 +75818,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 responses: '200': description: Response content: application/json: - schema: &521 + schema: &520 type: object properties: status: @@ -75789,13 +75853,13 @@ paths: - description - started_at examples: - default: &522 + default: &521 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &523 + '400': &522 description: Bad Request content: application/json: @@ -75806,7 +75870,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -75831,29 +75895,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 responses: '200': description: OK content: application/json: - schema: *521 + schema: *520 examples: - default: *522 + default: *521 '202': description: Accepted content: application/json: - schema: *521 + schema: *520 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *523 + '400': *522 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -75885,9 +75949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 requestBody: required: false content: @@ -75933,8 +75997,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *523 - '403': *524 + '400': *522 + '403': *523 '404': *6 '422': description: Unprocessable Entity @@ -75958,13 +76022,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 - *19 - *17 + - *524 - *525 - - *526 responses: '200': description: Response @@ -75975,10 +76039,10 @@ paths: items: type: object properties: - ref: *510 - analysis_key: *527 - environment: *528 - category: *529 + ref: *509 + analysis_key: *526 + environment: *527 + category: *528 state: type: - string @@ -75995,7 +76059,7 @@ paths: properties: text: type: string - location: *530 + location: *529 html_url: type: string classifications: @@ -76003,7 +76067,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *531 + items: *530 examples: default: value: @@ -76042,7 +76106,7 @@ paths: end_column: 50 classifications: - source - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -76076,25 +76140,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: + - *438 - *439 - - *440 + - *305 - *306 - - *307 - *19 - *17 - - *526 + - *525 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *510 + schema: *509 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &532 + schema: &531 type: string description: An identifier for the upload. examples: @@ -76116,23 +76180,23 @@ paths: application/json: schema: type: array - items: &533 + items: &532 type: object properties: - ref: *510 - commit_sha: &541 + ref: *509 + commit_sha: &540 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *527 + analysis_key: *526 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *529 + category: *528 error: type: string examples: @@ -76157,8 +76221,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *532 - tool: *516 + sarif_id: *531 + tool: *515 deletable: type: boolean warning: @@ -76220,7 +76284,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -76256,8 +76320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: + - *438 - *439 - - *440 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -76270,7 +76334,7 @@ paths: description: Response content: application/json: - schema: *533 + schema: *532 examples: response: summary: application/json response @@ -76324,7 +76388,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *518 + '403': *517 '404': *6 '422': description: Response if analysis could not be processed @@ -76411,8 +76475,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: + - *438 - *439 - - *440 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -76468,7 +76532,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *524 + '403': *523 '404': *6 '503': *190 x-github: @@ -76490,8 +76554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -76499,7 +76563,7 @@ paths: application/json: schema: type: array - items: &534 + items: &533 title: CodeQL Database description: A CodeQL database. type: object @@ -76611,7 +76675,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -76640,8 +76704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: + - *438 - *439 - - *440 - name: language in: path description: The language of the CodeQL database. @@ -76653,7 +76717,7 @@ paths: description: Response content: application/json: - schema: *534 + schema: *533 examples: default: value: @@ -76685,9 +76749,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &566 + '302': &565 description: Found - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -76709,8 +76773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: + - *438 - *439 - - *440 - name: language in: path description: The language of the CodeQL database. @@ -76720,7 +76784,7 @@ paths: responses: '204': description: Response - '403': *524 + '403': *523 '404': *6 '503': *190 x-github: @@ -76748,8 +76812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -76758,7 +76822,7 @@ paths: type: object additionalProperties: false properties: - language: &535 + language: &534 type: string description: The language targeted by the CodeQL query enum: @@ -76838,7 +76902,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &539 + schema: &538 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -76848,7 +76912,7 @@ paths: description: The ID of the variant analysis. controller_repo: *118 actor: *4 - query_language: *535 + query_language: *534 query_pack_url: type: string description: The download url for the query pack. @@ -76896,7 +76960,7 @@ paths: items: type: object properties: - repository: &536 + repository: &535 title: Repository Identifier description: Repository Identifier type: object @@ -76938,7 +77002,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &540 + analysis_status: &539 type: string description: The new status of the CodeQL variant analysis repository task. @@ -76970,7 +77034,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &537 + access_mismatch_repos: &536 type: object properties: repository_count: @@ -76985,7 +77049,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *536 + items: *535 required: - repository_count - repositories @@ -77008,8 +77072,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *537 - over_limit_repos: *537 + no_codeql_db_repos: *536 + over_limit_repos: *536 required: - access_mismatch_repos - not_found_repos @@ -77025,7 +77089,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &538 + value: &537 summary: Default response value: id: 1 @@ -77171,10 +77235,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *538 + value: *537 repository_lists: summary: Response for a successful variant analysis submission - value: *538 + value: *537 '404': *6 '422': description: Unable to process variant analysis submission @@ -77202,8 +77266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: + - *438 - *439 - - *440 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -77215,9 +77279,9 @@ paths: description: Response content: application/json: - schema: *539 + schema: *538 examples: - default: *538 + default: *537 '404': *6 '503': *190 x-github: @@ -77240,7 +77304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *439 + - *438 - name: repo in: path description: The name of the controller repository. @@ -77275,7 +77339,7 @@ paths: type: object properties: repository: *118 - analysis_status: *540 + analysis_status: *539 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -77400,8 +77464,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -77494,7 +77558,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *518 + '403': *517 '404': *6 '503': *190 x-github: @@ -77515,8 +77579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -77585,7 +77649,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -77610,7 +77674,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *524 + '403': *523 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -77681,8 +77745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -77690,7 +77754,7 @@ paths: schema: type: object properties: - commit_sha: *541 + commit_sha: *540 ref: type: string description: |- @@ -77750,7 +77814,7 @@ paths: schema: type: object properties: - id: *532 + id: *531 url: type: string description: The REST API URL for checking the status of the upload. @@ -77764,7 +77828,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *524 + '403': *523 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -77787,8 +77851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: + - *438 - *439 - - *440 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -77836,7 +77900,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *518 + '403': *517 '404': description: Not Found if the sarif id does not match any upload '503': *190 @@ -77861,8 +77925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -77943,8 +78007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: + - *438 - *439 - - *440 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -78072,8 +78136,8 @@ paths: parameters: - *17 - *19 + - *438 - *439 - - *440 responses: '200': description: Response @@ -78089,7 +78153,7 @@ paths: type: integer codespaces: type: array - items: *363 + items: *362 examples: default: value: @@ -78387,8 +78451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -78452,17 +78516,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '400': *14 '401': *23 '403': *27 @@ -78491,8 +78555,8 @@ paths: parameters: - *17 - *19 + - *438 - *439 - - *440 responses: '200': description: Response @@ -78556,8 +78620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: + - *438 - *439 - - *440 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -78594,9 +78658,9 @@ paths: type: integer machines: type: array - items: *543 + items: *542 examples: - default: &779 + default: &778 value: total_count: 2 machines: @@ -78636,8 +78700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: + - *438 - *439 - - *440 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -78724,8 +78788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: + - *438 - *439 - - *440 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -78794,8 +78858,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -78813,7 +78877,7 @@ paths: type: integer secrets: type: array - items: &547 + items: &546 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -78834,7 +78898,7 @@ paths: - created_at - updated_at examples: - default: *544 + default: *543 headers: Link: *45 x-github: @@ -78857,16 +78921,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *545 + schema: *544 examples: - default: *546 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -78886,17 +78950,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *547 + schema: *546 examples: - default: *548 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78916,9 +78980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 requestBody: required: true content: @@ -78946,7 +79010,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -78970,9 +79034,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '204': description: Response @@ -79000,8 +79064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: + - *438 - *439 - - *440 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -79039,7 +79103,7 @@ paths: application/json: schema: type: array - items: &549 + items: &548 title: Collaborator description: Collaborator type: object @@ -79232,8 +79296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: + - *438 - *439 - - *440 - *137 responses: '204': @@ -79280,8 +79344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: + - *438 - *439 - - *440 - *137 requestBody: required: false @@ -79308,7 +79372,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &626 + schema: &625 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -79320,7 +79384,7 @@ paths: format: int64 examples: - 42 - repository: *273 + repository: *272 invitee: anyOf: - type: 'null' @@ -79496,7 +79560,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *248 + schema: *247 '403': *27 x-github: triggersNotification: true @@ -79536,8 +79600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: + - *438 - *439 - - *440 - *137 responses: '204': @@ -79569,8 +79633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: + - *438 - *439 - - *440 - *137 responses: '200': @@ -79591,7 +79655,7 @@ paths: user: anyOf: - type: 'null' - - *549 + - *548 required: - permission - role_name @@ -79645,8 +79709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -79656,7 +79720,7 @@ paths: application/json: schema: type: array - items: &550 + items: &549 title: Commit Comment description: Commit Comment type: object @@ -79697,8 +79761,8 @@ paths: updated_at: type: string format: date-time - author_association: *214 - reactions: *215 + author_association: *213 + reactions: *214 required: - url - html_url @@ -79714,7 +79778,7 @@ paths: - created_at - updated_at examples: - default: &555 + default: &554 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79773,17 +79837,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '200': description: Response content: application/json: - schema: *550 + schema: *549 examples: - default: &556 + default: &555 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -79840,9 +79904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -79864,7 +79928,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *549 examples: default: value: @@ -79915,9 +79979,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '204': description: Response @@ -79938,9 +80002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -79966,7 +80030,7 @@ paths: application/json: schema: type: array - items: &551 + items: &550 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -80010,7 +80074,7 @@ paths: - content - created_at examples: - default: &630 + default: &629 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -80055,9 +80119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -80089,9 +80153,9 @@ paths: description: Reaction exists content: application/json: - schema: *551 + schema: *550 examples: - default: &552 + default: &551 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -80120,9 +80184,9 @@ paths: description: Reaction created content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -80144,10 +80208,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: + - *438 - *439 - - *440 - - *228 - - &631 + - *227 + - &630 name: reaction_id description: The unique identifier of the reaction. in: path @@ -80202,8 +80266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: + - *438 - *439 - - *440 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -80259,9 +80323,9 @@ paths: application/json: schema: type: array - items: *553 + items: *552 examples: - default: &677 + default: &676 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -80355,9 +80419,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: + - *438 - *439 - - *440 - - &554 + - &553 name: commit_sha description: The SHA of the commit. in: path @@ -80429,9 +80493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: + - *438 - *439 - - *440 - - *554 + - *553 - *17 - *19 responses: @@ -80441,9 +80505,9 @@ paths: application/json: schema: type: array - items: *550 + items: *549 examples: - default: *555 + default: *554 headers: Link: *45 x-github: @@ -80471,9 +80535,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: + - *438 - *439 - - *440 - - *554 + - *553 requestBody: required: true content: @@ -80508,9 +80572,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *549 examples: - default: *556 + default: *555 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -80538,9 +80602,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: + - *438 - *439 - - *440 - - *554 + - *553 - *17 - *19 responses: @@ -80550,9 +80614,9 @@ paths: application/json: schema: type: array - items: *557 + items: *556 examples: - default: &669 + default: &668 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -81089,11 +81153,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: + - *438 - *439 - - *440 - *19 - *17 - - &558 + - &557 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -81108,9 +81172,9 @@ paths: description: Response content: application/json: - schema: *553 + schema: *552 examples: - default: &655 + default: &654 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -81223,11 +81287,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: + - *438 - *439 - - *440 + - *557 - *558 - *559 - - *560 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -81261,9 +81325,9 @@ paths: type: integer check_runs: type: array - items: *503 + items: *502 examples: - default: *561 + default: *560 headers: Link: *45 x-github: @@ -81288,9 +81352,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: + - *438 - *439 - - *440 - - *558 + - *557 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -81298,7 +81362,7 @@ paths: schema: type: integer example: 1 - - *559 + - *558 - *17 - *19 responses: @@ -81316,7 +81380,7 @@ paths: type: integer check_suites: type: array - items: *507 + items: *506 examples: default: value: @@ -81516,9 +81580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: + - *438 - *439 - - *440 - - *558 + - *557 - *17 - *19 responses: @@ -81589,7 +81653,7 @@ paths: type: string total_count: type: integer - repository: *273 + repository: *272 commit_url: type: string format: uri @@ -81720,9 +81784,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: + - *438 - *439 - - *440 - - *558 + - *557 - *17 - *19 responses: @@ -81732,7 +81796,7 @@ paths: application/json: schema: type: array - items: &730 + items: &729 title: Status description: The status of a commit. type: object @@ -81813,7 +81877,7 @@ paths: site_admin: false headers: Link: *45 - '301': *445 + '301': *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81841,8 +81905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -81875,11 +81939,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *562 + - *561 code_of_conduct_file: anyOf: - type: 'null' - - &563 + - &562 title: Community Health File type: object properties: @@ -81895,23 +81959,23 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 contributing: anyOf: - type: 'null' - - *563 + - *562 readme: anyOf: - type: 'null' - - *563 + - *562 issue_template: anyOf: - type: 'null' - - *563 + - *562 pull_request_template: anyOf: - type: 'null' - - *563 + - *562 required: - code_of_conduct - code_of_conduct_file @@ -82040,8 +82104,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: + - *438 - *439 - - *440 - *19 - *17 - name: basehead @@ -82089,8 +82153,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *553 - merge_base_commit: *553 + base_commit: *552 + merge_base_commit: *552 status: type: string enum: @@ -82114,10 +82178,10 @@ paths: - 6 commits: type: array - items: *553 + items: *552 files: type: array - items: *564 + items: *563 required: - url - html_url @@ -82403,8 +82467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: + - *438 - *439 - - *440 - name: path description: path parameter in: path @@ -82557,7 +82621,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &565 + response-if-content-is-a-file: &564 summary: Response if content is a file value: type: file @@ -82694,7 +82758,7 @@ paths: - size - type - url - - &682 + - &681 title: Content File description: Content File type: object @@ -82912,7 +82976,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *565 + response-if-content-is-a-file: *564 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -82981,7 +83045,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *566 + '302': *565 '304': *35 x-github: githubCloudOnly: false @@ -83004,8 +83068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: + - *438 - *439 - - *440 - name: path description: path parameter in: path @@ -83100,7 +83164,7 @@ paths: description: Response content: application/json: - schema: &567 + schema: &566 title: File Commit description: File Commit type: object @@ -83256,7 +83320,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *566 examples: example-for-creating-a-file: value: @@ -83310,7 +83374,7 @@ paths: schema: oneOf: - *3 - - &608 + - &607 description: Repository rule violation was detected type: object properties: @@ -83331,7 +83395,7 @@ paths: items: type: object properties: - placeholder_id: &722 + placeholder_id: &721 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -83363,8 +83427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: + - *438 - *439 - - *440 - name: path description: path parameter in: path @@ -83425,7 +83489,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *566 examples: default: value: @@ -83480,8 +83544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: + - *438 - *439 - - *440 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -83605,22 +83669,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: + - *438 - *439 - - *440 + - *320 - *321 - *322 - *323 - - *324 - name: manifest in: query description: A comma-separated list of full manifest paths. If specified, only alerts for these manifests will be returned. schema: type: string + - *324 + - *567 - *325 - - *568 - *326 - - *327 - *108 - name: per_page description: The number of results per page (max 100). For more information, @@ -83639,7 +83703,7 @@ paths: application/json: schema: type: array - items: &572 + items: &571 type: object description: A Dependabot alert. properties: @@ -83689,7 +83753,7 @@ paths: - direct - transitive - - security_advisory: *569 + security_advisory: *568 security_vulnerability: *128 url: *129 html_url: *130 @@ -83720,8 +83784,8 @@ paths: dismissal. maxLength: 280 fixed_at: *134 - auto_dismissed_at: *570 - dismissal_request: *571 + auto_dismissed_at: *569 + dismissal_request: *570 required: - number - state @@ -83951,9 +84015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: + - *438 - *439 - - *440 - - &573 + - &572 name: alert_number in: path description: |- @@ -83968,7 +84032,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *571 examples: default: value: @@ -84081,9 +84145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: + - *438 - *439 - - *440 - - *573 + - *572 requestBody: required: true content: @@ -84128,7 +84192,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *571 examples: default: value: @@ -84257,8 +84321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -84276,7 +84340,7 @@ paths: type: integer secrets: type: array - items: &576 + items: &575 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -84330,16 +84394,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *574 + schema: *573 examples: - default: *575 + default: *574 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84359,15 +84423,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *576 + schema: *575 examples: default: value: @@ -84393,9 +84457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 requestBody: required: true content: @@ -84423,7 +84487,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -84447,9 +84511,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: + - *438 - *439 - - *440 - - *283 + - *282 responses: '204': description: Response @@ -84471,8 +84535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: + - *438 - *439 - - *440 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -84646,8 +84710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -84907,8 +84971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -84991,7 +85055,7 @@ paths: - version - url additionalProperties: false - metadata: &577 + metadata: &576 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -85030,7 +85094,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *577 + metadata: *576 resolved: type: object description: A collection of resolved package dependencies. @@ -85044,7 +85108,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *577 + metadata: *576 relationship: type: string description: A notation of whether a dependency is requested @@ -85177,8 +85241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: + - *438 - *439 - - *440 - name: sha description: The SHA recorded at creation time. in: query @@ -85219,9 +85283,9 @@ paths: application/json: schema: type: array - items: *578 + items: *577 examples: - default: *579 + default: *578 headers: Link: *45 x-github: @@ -85287,8 +85351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -85370,7 +85434,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *577 examples: simple-example: summary: Simple example @@ -85443,9 +85507,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: + - *438 - *439 - - *440 - - &580 + - &579 name: deployment_id description: deployment_id parameter in: path @@ -85457,7 +85521,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *577 examples: default: value: @@ -85522,9 +85586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: + - *438 - *439 - - *440 - - *580 + - *579 responses: '204': description: Response @@ -85546,9 +85610,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: + - *438 - *439 - - *440 - - *580 + - *579 - *17 - *19 responses: @@ -85558,7 +85622,7 @@ paths: application/json: schema: type: array - items: &581 + items: &580 title: Deployment Status description: The status of a deployment. type: object @@ -85722,9 +85786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: + - *438 - *439 - - *440 - - *580 + - *579 requestBody: required: true content: @@ -85799,9 +85863,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *580 examples: - default: &582 + default: &581 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -85857,9 +85921,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: + - *438 - *439 - - *440 - - *580 + - *579 - name: status_id in: path required: true @@ -85870,9 +85934,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *580 examples: - default: *582 + default: *581 '404': *6 x-github: githubCloudOnly: false @@ -85899,12 +85963,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 + - *582 - *583 - *584 - *585 - - *586 - *17 - *19 responses: @@ -85914,9 +85978,9 @@ paths: application/json: schema: type: array - items: *587 + items: *586 examples: - default: *588 + default: *587 '404': *6 '403': *27 '500': *38 @@ -85940,8 +86004,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -85953,7 +86017,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *587 + schema: *586 examples: default: value: @@ -86009,8 +86073,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86069,12 +86133,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 + - *582 - *583 - *584 - *585 - - *586 - *17 - *19 responses: @@ -86084,9 +86148,9 @@ paths: application/json: schema: type: array - items: *589 + items: *588 examples: - default: *590 + default: *589 '404': *6 '403': *27 '500': *38 @@ -86110,8 +86174,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86123,7 +86187,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *589 + schema: *588 examples: default: value: @@ -86174,8 +86238,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86213,7 +86277,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *589 + schema: *588 examples: default: value: @@ -86264,8 +86328,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86336,8 +86400,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86370,12 +86434,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - *101 - *102 - *103 - - *332 + - *331 - *17 - *19 responses: @@ -86385,9 +86449,9 @@ paths: application/json: schema: type: array - items: *591 + items: *590 examples: - default: *592 + default: *591 '404': *6 '403': *27 '500': *38 @@ -86412,8 +86476,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86425,7 +86489,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *591 + schema: *590 examples: default: value: @@ -86483,8 +86547,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *438 - *439 - - *440 - name: alert_number in: path required: true @@ -86553,8 +86617,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -86611,8 +86675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -86630,7 +86694,7 @@ paths: - 5 environments: type: array - items: &594 + items: &593 title: Environment description: Details of a deployment environment type: object @@ -86692,7 +86756,7 @@ paths: type: string examples: - wait_timer - wait_timer: &596 + wait_timer: &595 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -86734,11 +86798,11 @@ paths: items: type: object properties: - type: *593 + type: *592 reviewer: anyOf: - *4 - - *302 + - *301 required: - id - node_id @@ -86761,7 +86825,7 @@ paths: - id - node_id - type - deployment_branch_policy: &597 + deployment_branch_policy: &596 type: - object - 'null' @@ -86878,9 +86942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: + - *438 - *439 - - *440 - - &595 + - &594 name: environment_name in: path required: true @@ -86893,9 +86957,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *593 examples: - default: &598 + default: &597 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -86979,9 +87043,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: + - *438 - *439 - - *440 - - *595 + - *594 requestBody: required: false content: @@ -86991,7 +87055,7 @@ paths: - object - 'null' properties: - wait_timer: *596 + wait_timer: *595 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -87010,14 +87074,14 @@ paths: items: type: object properties: - type: *593 + type: *592 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *597 + deployment_branch_policy: *596 additionalProperties: false examples: default: @@ -87037,9 +87101,9 @@ paths: description: Response content: application/json: - schema: *594 + schema: *593 examples: - default: *598 + default: *597 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -87063,9 +87127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: + - *438 - *439 - - *440 - - *595 + - *594 responses: '204': description: Default response @@ -87090,9 +87154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: + - *438 - *439 - - *440 - - *595 + - *594 - *17 - *19 responses: @@ -87111,7 +87175,7 @@ paths: - 2 branch_policies: type: array - items: &599 + items: &598 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -87172,9 +87236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: + - *438 - *439 - - *440 - - *595 + - *594 requestBody: required: true content: @@ -87222,9 +87286,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *598 examples: - example-wildcard: &600 + example-wildcard: &599 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -87266,10 +87330,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: + - *438 - *439 - - *440 - - *595 - - &601 + - *594 + - &600 name: branch_policy_id in: path required: true @@ -87281,9 +87345,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *598 examples: - default: *600 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87302,10 +87366,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: + - *438 - *439 - - *440 - - *595 - - *601 + - *594 + - *600 requestBody: required: true content: @@ -87334,9 +87398,9 @@ paths: description: Response content: application/json: - schema: *599 + schema: *598 examples: - default: *600 + default: *599 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87355,10 +87419,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: + - *438 - *439 - - *440 - - *595 - - *601 + - *594 + - *600 responses: '204': description: Response @@ -87383,9 +87447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *595 - - *440 + - *594 - *439 + - *438 responses: '200': description: List of deployment protection rules @@ -87402,7 +87466,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &602 + items: &601 title: Deployment protection rule description: Deployment protection rule type: object @@ -87424,7 +87488,7 @@ paths: for the environment. examples: - true - app: &603 + app: &602 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -87527,9 +87591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *595 - - *440 + - *594 - *439 + - *438 requestBody: content: application/json: @@ -87550,9 +87614,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *602 + schema: *601 examples: - default: &604 + default: &603 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -87587,9 +87651,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *595 - - *440 + - *594 - *439 + - *438 - *19 - *17 responses: @@ -87609,7 +87673,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *603 + items: *602 examples: default: value: @@ -87644,10 +87708,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: + - *438 - *439 - - *440 - - *595 - - &605 + - *594 + - &604 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -87659,9 +87723,9 @@ paths: description: Response content: application/json: - schema: *602 + schema: *601 examples: - default: *604 + default: *603 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87682,10 +87746,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *595 - - *440 + - *594 - *439 - - *605 + - *438 + - *604 responses: '204': description: Response @@ -87711,9 +87775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: + - *438 - *439 - - *440 - - *595 + - *594 - *17 - *19 responses: @@ -87731,9 +87795,9 @@ paths: type: integer secrets: type: array - items: *470 + items: *469 examples: - default: *471 + default: *470 headers: Link: *45 x-github: @@ -87758,17 +87822,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: + - *438 - *439 - - *440 - - *595 + - *594 responses: '200': description: Response content: application/json: - schema: *472 + schema: *471 examples: - default: *473 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87790,18 +87854,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: + - *438 - *439 - - *440 - - *595 - - *283 + - *594 + - *282 responses: '200': description: Response content: application/json: - schema: *470 + schema: *469 examples: - default: *606 + default: *605 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87823,10 +87887,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: + - *438 - *439 - - *440 - - *595 - - *283 + - *594 + - *282 requestBody: required: true content: @@ -87857,7 +87921,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -87883,10 +87947,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: + - *438 - *439 - - *440 - - *595 - - *283 + - *594 + - *282 responses: '204': description: Default response @@ -87911,10 +87975,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: + - *438 - *439 - - *440 - - *595 - - *457 + - *594 + - *456 - *19 responses: '200': @@ -87931,9 +87995,9 @@ paths: type: integer variables: type: array - items: *474 + items: *473 examples: - default: *475 + default: *474 headers: Link: *45 x-github: @@ -87956,9 +88020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: + - *438 - *439 - - *440 - - *595 + - *594 requestBody: required: true content: @@ -87985,7 +88049,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -88010,18 +88074,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: + - *438 - *439 - - *440 - - *595 - - *286 + - *594 + - *285 responses: '200': description: Response content: application/json: - schema: *474 + schema: *473 examples: - default: *607 + default: *606 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88042,10 +88106,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: + - *438 - *439 - - *440 - - *286 - - *595 + - *285 + - *594 requestBody: required: true content: @@ -88087,10 +88151,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: + - *438 - *439 - - *440 - - *286 - - *595 + - *285 + - *594 responses: '204': description: Response @@ -88112,8 +88176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -88123,7 +88187,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: 200-response: value: @@ -88181,8 +88245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: + - *438 - *439 - - *440 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -88204,7 +88268,7 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: default: value: @@ -88341,8 +88405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -88375,9 +88439,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *446 + default: *445 '400': *14 '422': *15 '403': *27 @@ -88398,8 +88462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -88458,8 +88522,8 @@ paths: application/json: schema: oneOf: - - *248 - - *608 + - *247 + - *607 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88484,8 +88548,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: + - *438 - *439 - - *440 - name: file_sha in: path required: true @@ -88585,8 +88649,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -88695,7 +88759,7 @@ paths: description: Response content: application/json: - schema: &609 + schema: &608 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -88922,15 +88986,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: + - *438 - *439 - - *440 - - *554 + - *553 responses: '200': description: Response content: application/json: - schema: *609 + schema: *608 examples: default: value: @@ -88986,9 +89050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: + - *438 - *439 - - *440 - - &610 + - &609 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -89005,7 +89069,7 @@ paths: application/json: schema: type: array - items: &611 + items: &610 title: Git Reference description: Git references within a repository type: object @@ -89081,17 +89145,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: + - *438 - *439 - - *440 - - *610 + - *609 responses: '200': description: Response content: application/json: - schema: *611 + schema: *610 examples: - default: &612 + default: &611 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -89120,8 +89184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -89150,9 +89214,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *610 examples: - default: *612 + default: *611 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -89178,9 +89242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: + - *438 - *439 - - *440 - - *610 + - *609 requestBody: required: true content: @@ -89209,9 +89273,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *610 examples: - default: *612 + default: *611 '422': *15 '409': *117 x-github: @@ -89229,9 +89293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: + - *438 - *439 - - *440 - - *610 + - *609 responses: '204': description: Response @@ -89286,8 +89350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -89354,7 +89418,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &613 title: Git Tag description: Metadata for a Git tag type: object @@ -89410,7 +89474,7 @@ paths: - sha - type - url - verification: *613 + verification: *612 required: - sha - url @@ -89420,7 +89484,7 @@ paths: - tag - message examples: - default: &615 + default: &614 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -89493,8 +89557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: + - *438 - *439 - - *440 - name: tag_sha in: path required: true @@ -89505,9 +89569,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *613 examples: - default: *615 + default: *614 '404': *6 '409': *117 x-github: @@ -89531,8 +89595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -89606,7 +89670,7 @@ paths: description: Response content: application/json: - schema: &616 + schema: &615 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -89708,8 +89772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: + - *438 - *439 - - *440 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -89732,7 +89796,7 @@ paths: description: Response content: application/json: - schema: *616 + schema: *615 examples: default-response: summary: Default response @@ -89791,8 +89855,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -89802,7 +89866,7 @@ paths: application/json: schema: type: array - items: &617 + items: &616 title: Webhook description: Webhooks for repositories. type: object @@ -89865,7 +89929,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &869 + last_response: &868 title: Hook Response type: object properties: @@ -89942,8 +90006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -89996,9 +90060,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *616 examples: - default: &618 + default: &617 value: type: Repository id: 12345678 @@ -90046,17 +90110,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 responses: '200': description: Response content: application/json: - schema: *617 + schema: *616 examples: - default: *618 + default: *617 '404': *6 x-github: githubCloudOnly: false @@ -90076,9 +90140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 requestBody: required: true content: @@ -90123,9 +90187,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *616 examples: - default: *618 + default: *617 '422': *15 '404': *6 x-github: @@ -90146,9 +90210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 responses: '204': description: Response @@ -90172,9 +90236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: + - *438 - *439 - - *440 - - *335 + - *334 responses: '200': description: Response @@ -90201,9 +90265,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: + - *438 - *439 - - *440 - - *335 + - *334 requestBody: required: false content: @@ -90247,11 +90311,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 - *17 - - *336 + - *335 responses: '200': description: Response @@ -90259,9 +90323,9 @@ paths: application/json: schema: type: array - items: *337 + items: *336 examples: - default: *338 + default: *337 '400': *14 '422': *15 x-github: @@ -90280,18 +90344,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 - *16 responses: '200': description: Response content: application/json: - schema: *339 + schema: *338 examples: - default: *340 + default: *339 '400': *14 '422': *15 x-github: @@ -90310,9 +90374,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 - *16 responses: '202': *37 @@ -90335,9 +90399,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 responses: '204': description: Response @@ -90362,9 +90426,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: + - *438 - *439 - - *440 - - *335 + - *334 responses: '204': description: Response @@ -90387,8 +90451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response if immutable releases are enabled @@ -90436,8 +90500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: + - *438 - *439 - - *440 responses: '204': *149 '409': *117 @@ -90457,8 +90521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: + - *438 - *439 - - *440 responses: '204': *149 '409': *117 @@ -90515,14 +90579,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: &619 + schema: &618 title: Import description: A repository import from an external source. type: object @@ -90629,7 +90693,7 @@ paths: - html_url - authors_url examples: - default: &622 + default: &621 value: vcs: subversion use_lfs: true @@ -90645,7 +90709,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &620 + '503': &619 description: Unavailable due to service under maintenance. content: application/json: @@ -90674,8 +90738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -90723,7 +90787,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *618 examples: default: value: @@ -90748,7 +90812,7 @@ paths: type: string '422': *15 '404': *6 - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90776,8 +90840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -90829,7 +90893,7 @@ paths: description: Response content: application/json: - schema: *619 + schema: *618 examples: example-1: summary: Example 1 @@ -90877,7 +90941,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90900,12 +90964,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: + - *438 - *439 - - *440 responses: '204': description: Response - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90931,9 +90995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: + - *438 - *439 - - *440 - - &800 + - &799 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -90947,7 +91011,7 @@ paths: application/json: schema: type: array - items: &621 + items: &620 title: Porter Author description: Porter Author type: object @@ -91001,7 +91065,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91026,8 +91090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: + - *438 - *439 - - *440 - name: author_id in: path required: true @@ -91057,7 +91121,7 @@ paths: description: Response content: application/json: - schema: *621 + schema: *620 examples: default: value: @@ -91070,7 +91134,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91094,8 +91158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -91136,7 +91200,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91164,8 +91228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -91192,11 +91256,11 @@ paths: description: Response content: application/json: - schema: *619 + schema: *618 examples: - default: *622 + default: *621 '422': *15 - '503': *620 + '503': *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91219,8 +91283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -91228,8 +91292,8 @@ paths: application/json: schema: *20 examples: - default: *623 - '301': *445 + default: *622 + '301': *444 '404': *6 x-github: githubCloudOnly: false @@ -91249,8 +91313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -91258,12 +91322,12 @@ paths: application/json: schema: anyOf: - - *353 + - *352 - type: object properties: {} additionalProperties: false examples: - default: &625 + default: &624 value: limit: collaborators_only origin: repository @@ -91288,13 +91352,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: application/json: - schema: *624 + schema: *623 examples: default: summary: Example request body @@ -91306,9 +91370,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *352 examples: - default: *625 + default: *624 '409': description: Response x-github: @@ -91330,8 +91394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -91354,8 +91418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -91365,9 +91429,9 @@ paths: application/json: schema: type: array - items: *626 + items: *625 examples: - default: &793 + default: &792 value: - id: 1 repository: @@ -91498,9 +91562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: + - *438 - *439 - - *440 - - *357 + - *356 requestBody: required: false content: @@ -91529,7 +91593,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *625 examples: default: value: @@ -91660,9 +91724,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: + - *438 - *439 - - *440 - - *357 + - *356 responses: '204': description: Response @@ -91693,8 +91757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: + - *438 - *439 - - *440 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -91742,7 +91806,7 @@ paths: required: false schema: type: string - - *361 + - *360 - name: sort description: What to sort results by. in: query @@ -91755,7 +91819,7 @@ paths: - comments default: created - *108 - - *219 + - *218 - *17 - *19 responses: @@ -91765,9 +91829,9 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: &636 + default: &635 value: - id: 1 node_id: MDU6SXNzdWUx @@ -91915,7 +91979,7 @@ paths: state_reason: completed headers: Link: *45 - '301': *445 + '301': *444 '422': *15 '404': *6 x-github: @@ -91944,8 +92008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -92035,9 +92099,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: &633 + default: &632 value: id: 1 node_id: MDU6SXNzdWUx @@ -92193,7 +92257,7 @@ paths: '422': *15 '503': *190 '404': *6 - '410': *627 + '410': *626 x-github: triggersNotification: true githubCloudOnly: false @@ -92221,9 +92285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: + - *438 - *439 - - *440 - - *236 + - *235 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -92233,7 +92297,7 @@ paths: enum: - asc - desc - - *219 + - *218 - *17 - *19 responses: @@ -92243,9 +92307,9 @@ paths: application/json: schema: type: array - items: *628 + items: *627 examples: - default: &635 + default: &634 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -92303,17 +92367,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '200': description: Response content: application/json: - schema: *628 + schema: *627 examples: - default: &629 + default: &628 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -92367,9 +92431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -92391,9 +92455,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *627 examples: - default: *629 + default: *628 '422': *15 x-github: githubCloudOnly: false @@ -92411,9 +92475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '204': description: Response @@ -92433,9 +92497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -92461,9 +92525,9 @@ paths: application/json: schema: type: array - items: *551 + items: *550 examples: - default: *630 + default: *629 headers: Link: *45 '404': *6 @@ -92484,9 +92548,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -92518,16 +92582,16 @@ paths: description: Reaction exists content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '201': description: Reaction created content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -92549,10 +92613,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: + - *438 - *439 - - *440 - - *228 - - *631 + - *227 + - *630 responses: '204': description: Response @@ -92572,8 +92636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -92583,7 +92647,7 @@ paths: application/json: schema: type: array - items: &632 + items: &631 title: Issue Event description: Issue Event type: object @@ -92630,7 +92694,7 @@ paths: issue: anyOf: - type: 'null' - - *213 + - *212 label: title: Issue Event Label description: Issue Event Label @@ -92663,7 +92727,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *302 + requested_team: *301 dismissed_review: title: Issue Event Dismissed Review type: object @@ -92730,7 +92794,7 @@ paths: required: - from - to - author_association: *214 + author_association: *213 lock_reason: type: - string @@ -92922,8 +92986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: + - *438 - *439 - - *440 - name: event_id in: path required: true @@ -92934,7 +92998,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *631 examples: default: value: @@ -93126,7 +93190,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *627 + '410': *626 '403': *27 x-github: githubCloudOnly: false @@ -93160,9 +93224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: + - *438 - *439 - - *440 - - &634 + - &633 name: issue_number description: The number that identifies the issue. in: path @@ -93174,12 +93238,12 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 - '301': *445 + default: *632 + '301': *444 '404': *6 - '410': *627 + '410': *626 '304': *35 x-github: githubCloudOnly: false @@ -93204,9 +93268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: false content: @@ -93325,15 +93389,15 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 '422': *15 '503': *190 '403': *27 - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93351,9 +93415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: false content: @@ -93379,9 +93443,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93397,9 +93461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: content: application/json: @@ -93424,9 +93488,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93448,9 +93512,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 - name: assignee in: path required: true @@ -93490,10 +93554,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: + - *438 - *439 - - *440 - - *634 - - *219 + - *633 + - *218 - *17 - *19 responses: @@ -93503,13 +93567,13 @@ paths: application/json: schema: type: array - items: *628 + items: *627 examples: - default: *635 + default: *634 headers: Link: *45 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93538,9 +93602,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -93562,16 +93626,16 @@ paths: description: Response content: application/json: - schema: *628 + schema: *627 examples: - default: *629 + default: *628 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *627 + '410': *626 '422': *15 '404': *6 x-github: @@ -93599,9 +93663,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -93611,14 +93675,14 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: *636 + default: *635 headers: Link: *45 - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93646,9 +93710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -93670,17 +93734,17 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *445 + '301': *444 '403': *27 - '410': *627 + '410': *626 '422': *15 '404': *6 x-github: @@ -93711,9 +93775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: + - *438 - *439 - - *440 - - *634 + - *633 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -93725,15 +93789,15 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 - '301': *445 + default: *632 + '301': *444 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *627 + '410': *626 x-github: triggersNotification: true githubCloudOnly: false @@ -93759,9 +93823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -93771,14 +93835,14 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: *636 + default: *635 headers: Link: *45 - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93795,9 +93859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -93811,7 +93875,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &638 + - &637 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -93860,7 +93924,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &639 + - &638 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -93988,7 +94052,7 @@ paths: - performed_via_github_app - assignee - assigner - - &640 + - &639 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -94034,7 +94098,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &641 + - &640 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -94080,7 +94144,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &642 + - &641 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -94129,7 +94193,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &643 + - &642 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -94158,7 +94222,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *302 + requested_team: *301 requested_reviewer: *4 required: - review_requester @@ -94171,7 +94235,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &644 + - &643 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -94200,7 +94264,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *302 + requested_team: *301 requested_reviewer: *4 required: - review_requester @@ -94213,7 +94277,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &645 + - &644 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -94269,7 +94333,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &646 + - &645 title: Locked Issue Event description: Locked Issue Event type: object @@ -94314,7 +94378,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &647 + - &646 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -94375,7 +94439,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &648 + - &647 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -94436,7 +94500,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &649 + - &648 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -94497,7 +94561,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &650 + - &649 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -94590,7 +94654,7 @@ paths: color: red headers: Link: *45 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94607,9 +94671,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -94619,9 +94683,9 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: - default: &637 + default: &636 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94639,9 +94703,9 @@ paths: default: false headers: Link: *45 - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94658,9 +94722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: false content: @@ -94719,12 +94783,12 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: - default: *637 - '301': *445 + default: *636 + '301': *444 '404': *6 - '410': *627 + '410': *626 '422': *15 x-github: githubCloudOnly: false @@ -94741,9 +94805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: false content: @@ -94803,12 +94867,12 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: - default: *637 - '301': *445 + default: *636 + '301': *444 '404': *6 - '410': *627 + '410': *626 '422': *15 x-github: githubCloudOnly: false @@ -94825,15 +94889,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 responses: '204': description: Response - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94852,9 +94916,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 - name: name in: path required: true @@ -94867,7 +94931,7 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: default: value: @@ -94878,9 +94942,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *445 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94900,9 +94964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: false content: @@ -94931,7 +94995,7 @@ paths: '204': description: Response '403': *27 - '410': *627 + '410': *626 '404': *6 '422': *15 x-github: @@ -94949,9 +95013,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 responses: '204': description: Response @@ -94981,20 +95045,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 responses: '200': description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 - '301': *445 + default: *632 + '301': *444 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95011,9 +95075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -95039,13 +95103,13 @@ paths: application/json: schema: type: array - items: *551 + items: *550 examples: - default: *630 + default: *629 headers: Link: *45 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95063,9 +95127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -95097,16 +95161,16 @@ paths: description: Response content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '201': description: Response content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -95128,10 +95192,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: + - *438 - *439 - - *440 - - *634 - - *631 + - *633 + - *630 responses: '204': description: Response @@ -95160,9 +95224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -95184,9 +95248,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -95219,9 +95283,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -95231,13 +95295,13 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: *636 + default: *635 headers: Link: *45 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95265,9 +95329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -95294,16 +95358,16 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *627 + '410': *626 '422': *15 '404': *6 x-github: @@ -95323,9 +95387,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 requestBody: required: true content: @@ -95356,9 +95420,9 @@ paths: description: Response content: application/json: - schema: *213 + schema: *212 examples: - default: *633 + default: *632 '403': *27 '404': *6 '422': *7 @@ -95380,9 +95444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: + - *438 - *439 - - *440 - - *634 + - *633 - *17 - *19 responses: @@ -95397,6 +95461,7 @@ paths: description: Timeline Event type: object anyOf: + - *637 - *638 - *639 - *640 @@ -95409,7 +95474,6 @@ paths: - *647 - *648 - *649 - - *650 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -95457,12 +95521,12 @@ paths: issue_url: type: string format: uri - author_association: *214 + author_association: *213 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *215 + reactions: *214 required: - event - actor @@ -95493,7 +95557,7 @@ paths: properties: type: type: string - issue: *213 + issue: *212 required: - event - created_at @@ -95715,7 +95779,7 @@ paths: type: string body_text: type: string - author_association: *214 + author_association: *213 required: - event - id @@ -95738,7 +95802,7 @@ paths: type: string comments: type: array - items: &671 + items: &670 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -95846,7 +95910,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *214 + author_association: *213 _links: type: object properties: @@ -95941,7 +96005,7 @@ paths: enum: - line - file - reactions: *215 + reactions: *214 body_html: type: string examples: @@ -95979,7 +96043,7 @@ paths: type: string comments: type: array - items: *550 + items: *549 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -96254,7 +96318,7 @@ paths: headers: Link: *45 '404': *6 - '410': *627 + '410': *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96271,8 +96335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -96282,7 +96346,7 @@ paths: application/json: schema: type: array - items: &651 + items: &650 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -96350,8 +96414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -96387,9 +96451,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *650 examples: - default: &652 + default: &651 value: id: 1 key: ssh-rsa AAA... @@ -96423,9 +96487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: + - *438 - *439 - - *440 - - &653 + - &652 name: key_id description: The unique identifier of the key. in: path @@ -96437,9 +96501,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *650 examples: - default: *652 + default: *651 '404': *6 x-github: githubCloudOnly: false @@ -96457,9 +96521,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: + - *438 - *439 - - *440 - - *653 + - *652 responses: '204': description: Response @@ -96479,8 +96543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -96490,9 +96554,9 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: - default: *637 + default: *636 headers: Link: *45 '404': *6 @@ -96513,8 +96577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -96550,9 +96614,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *211 examples: - default: &654 + default: &653 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -96584,8 +96648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: + - *438 - *439 - - *440 - name: name in: path required: true @@ -96596,9 +96660,9 @@ paths: description: Response content: application/json: - schema: *212 + schema: *211 examples: - default: *654 + default: *653 '404': *6 x-github: githubCloudOnly: false @@ -96615,8 +96679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: + - *438 - *439 - - *440 - name: name in: path required: true @@ -96655,7 +96719,7 @@ paths: description: Response content: application/json: - schema: *212 + schema: *211 examples: default: value: @@ -96681,8 +96745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: + - *438 - *439 - - *440 - name: name in: path required: true @@ -96708,8 +96772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -96745,8 +96809,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: + - *438 - *439 - - *440 responses: '202': *37 '403': @@ -96774,8 +96838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -96801,9 +96865,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: + - *438 - *439 - - *440 - - *525 + - *524 responses: '200': description: Response @@ -96869,7 +96933,7 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 required: - _links - git_url @@ -96950,8 +97014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -97016,8 +97080,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -97051,9 +97115,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *553 + schema: *552 examples: - default: *655 + default: *654 '204': description: Response when already merged '404': @@ -97078,8 +97142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: + - *438 - *439 - - *440 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -97120,7 +97184,7 @@ paths: application/json: schema: type: array - items: *392 + items: *391 examples: default: value: @@ -97176,8 +97240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -97217,9 +97281,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *391 examples: - default: &656 + default: &655 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -97278,9 +97342,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: + - *438 - *439 - - *440 - - &657 + - &656 name: milestone_number description: The number that identifies the milestone. in: path @@ -97292,9 +97356,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *391 examples: - default: *656 + default: *655 '404': *6 x-github: githubCloudOnly: false @@ -97311,9 +97375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: + - *438 - *439 - - *440 - - *657 + - *656 requestBody: required: false content: @@ -97351,9 +97415,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *391 examples: - default: *656 + default: *655 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97369,9 +97433,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: + - *438 - *439 - - *440 - - *657 + - *656 responses: '204': description: Response @@ -97392,9 +97456,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: + - *438 - *439 - - *440 - - *657 + - *656 - *17 - *19 responses: @@ -97404,9 +97468,9 @@ paths: application/json: schema: type: array - items: *212 + items: *211 examples: - default: *637 + default: *636 headers: Link: *45 x-github: @@ -97425,12 +97489,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: + - *438 - *439 - - *440 + - *657 - *658 + - *218 - *659 - - *219 - - *660 - *17 - *19 responses: @@ -97440,9 +97504,9 @@ paths: application/json: schema: type: array - items: *239 + items: *238 examples: - default: *661 + default: *660 headers: Link: *45 x-github: @@ -97466,8 +97530,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -97525,14 +97589,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: &662 + schema: &661 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -97676,7 +97740,7 @@ paths: - custom_404 - public examples: - default: &663 + default: &662 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -97717,8 +97781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -97773,9 +97837,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *661 examples: - default: *663 + default: *662 '422': *15 '409': *117 x-github: @@ -97798,8 +97862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -97907,8 +97971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -97934,8 +97998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -97945,7 +98009,7 @@ paths: application/json: schema: type: array - items: &664 + items: &663 title: Page Build description: Page Build type: object @@ -98037,8 +98101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: + - *438 - *439 - - *440 responses: '201': description: Response @@ -98085,16 +98149,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *664 + schema: *663 examples: - default: &665 + default: &664 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -98142,8 +98206,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: + - *438 - *439 - - *440 - name: build_id in: path required: true @@ -98154,9 +98218,9 @@ paths: description: Response content: application/json: - schema: *664 + schema: *663 examples: - default: *665 + default: *664 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98176,8 +98240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -98285,9 +98349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: + - *438 - *439 - - *440 - - &666 + - &665 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -98345,9 +98409,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: + - *438 - *439 - - *440 - - *666 + - *665 responses: '204': *149 '404': *6 @@ -98374,8 +98438,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -98643,7 +98707,7 @@ paths: description: Empty response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -98670,8 +98734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Private vulnerability reporting status @@ -98708,8 +98772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': *149 '422': *14 @@ -98730,8 +98794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': *149 '422': *14 @@ -98753,8 +98817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -98764,7 +98828,7 @@ paths: type: array items: *150 examples: - default: *667 + default: *666 '403': *27 '404': *6 x-github: @@ -98786,8 +98850,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -98803,7 +98867,7 @@ paths: required: - properties examples: - default: *668 + default: *667 responses: '204': description: No Content when custom property values are successfully created @@ -98841,8 +98905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: + - *438 - *439 - - *440 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -98902,9 +98966,9 @@ paths: application/json: schema: type: array - items: *557 + items: *556 examples: - default: *669 + default: *668 headers: Link: *45 '304': *35 @@ -98936,8 +99000,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -99004,7 +99068,7 @@ paths: description: Response content: application/json: - schema: &673 + schema: &672 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -99133,7 +99197,7 @@ paths: milestone: anyOf: - type: 'null' - - *392 + - *391 active_lock_reason: type: - string @@ -99188,7 +99252,7 @@ paths: type: - array - 'null' - items: *371 + items: *370 head: type: object properties: @@ -99226,14 +99290,14 @@ paths: _links: type: object properties: - comments: *393 - commits: *393 - statuses: *393 - html: *393 - issue: *393 - review_comments: *393 - review_comment: *393 - self: *393 + comments: *392 + commits: *392 + statuses: *392 + html: *392 + issue: *392 + review_comments: *392 + review_comment: *392 + self: *392 required: - comments - commits @@ -99243,8 +99307,8 @@ paths: - review_comments - review_comment - self - author_association: *214 - auto_merge: *670 + author_association: *213 + auto_merge: *669 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -99346,7 +99410,7 @@ paths: - merged_by - review_comments examples: - default: &674 + default: &673 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -99873,8 +99937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: + - *438 - *439 - - *440 - name: sort in: query required: false @@ -99893,7 +99957,7 @@ paths: enum: - asc - desc - - *219 + - *218 - *17 - *19 responses: @@ -99903,9 +99967,9 @@ paths: application/json: schema: type: array - items: *671 + items: *670 examples: - default: &676 + default: &675 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -99982,17 +100046,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '200': description: Response content: application/json: - schema: *671 + schema: *670 examples: - default: &672 + default: &671 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -100067,9 +100131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -100091,9 +100155,9 @@ paths: description: Response content: application/json: - schema: *671 + schema: *670 examples: - default: *672 + default: *671 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100109,9 +100173,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *228 + - *227 responses: '204': description: Response @@ -100132,9 +100196,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -100160,9 +100224,9 @@ paths: application/json: schema: type: array - items: *551 + items: *550 examples: - default: *630 + default: *629 headers: Link: *45 '404': *6 @@ -100183,9 +100247,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: + - *438 - *439 - - *440 - - *228 + - *227 requestBody: required: true content: @@ -100217,16 +100281,16 @@ paths: description: Reaction exists content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '201': description: Reaction created content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -100248,10 +100312,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: + - *438 - *439 - - *440 - - *228 - - *631 + - *227 + - *630 responses: '204': description: Response @@ -100294,9 +100358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: + - *438 - *439 - - *440 - - &675 + - &674 name: pull_number description: The number that identifies the pull request. in: path @@ -100309,9 +100373,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *673 + schema: *672 examples: - default: *674 + default: *673 '304': *35 '404': *6 '406': @@ -100346,9 +100410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: false content: @@ -100390,9 +100454,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *672 examples: - default: *674 + default: *673 '422': *15 '403': *27 x-github: @@ -100414,9 +100478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: true content: @@ -100477,17 +100541,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '401': *23 '403': *27 '404': *6 @@ -100517,10 +100581,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - *236 + - *674 + - *235 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -100530,7 +100594,7 @@ paths: enum: - asc - desc - - *219 + - *218 - *17 - *19 responses: @@ -100540,9 +100604,9 @@ paths: application/json: schema: type: array - items: *671 + items: *670 examples: - default: *676 + default: *675 headers: Link: *45 x-github: @@ -100575,9 +100639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: true content: @@ -100683,7 +100747,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *670 examples: example-for-a-multi-line-comment: value: @@ -100771,10 +100835,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: + - *438 - *439 - - *440 - - *675 - - *228 + - *674 + - *227 requestBody: required: true content: @@ -100796,7 +100860,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *670 examples: default: value: @@ -100882,9 +100946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 - *17 - *19 responses: @@ -100894,9 +100958,9 @@ paths: application/json: schema: type: array - items: *553 + items: *552 examples: - default: *677 + default: *676 headers: Link: *45 x-github: @@ -100926,9 +100990,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: + - *438 - *439 - - *440 - - *675 + - *674 - *17 - *19 responses: @@ -100938,7 +101002,7 @@ paths: application/json: schema: type: array - items: *564 + items: *563 examples: default: value: @@ -100976,9 +101040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: + - *438 - *439 - - *440 - - *675 + - *674 responses: '204': description: Response if pull request has been merged @@ -101001,9 +101065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: false content: @@ -101115,9 +101179,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 responses: '200': description: Response @@ -101133,7 +101197,7 @@ paths: items: *4 teams: type: array - items: *302 + items: *301 required: - users - teams @@ -101192,9 +101256,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: false content: @@ -101231,7 +101295,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *556 examples: default: value: @@ -101767,9 +101831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: true content: @@ -101803,7 +101867,7 @@ paths: description: Response content: application/json: - schema: *557 + schema: *556 examples: default: value: @@ -102308,9 +102372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 - *17 - *19 responses: @@ -102320,7 +102384,7 @@ paths: application/json: schema: type: array - items: &678 + items: &677 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -102394,7 +102458,7 @@ paths: type: string body_text: type: string - author_association: *214 + author_association: *213 required: - id - node_id @@ -102476,9 +102540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: false content: @@ -102568,9 +102632,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *677 examples: - default: &680 + default: &679 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -102633,10 +102697,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - &679 + - *674 + - &678 name: review_id description: The unique identifier of the review. in: path @@ -102648,9 +102712,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *677 examples: - default: &681 + default: &680 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -102709,10 +102773,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - *679 + - *674 + - *678 requestBody: required: true content: @@ -102735,7 +102799,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *677 examples: default: value: @@ -102797,18 +102861,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - *679 + - *674 + - *678 responses: '200': description: Response content: application/json: - schema: *678 + schema: *677 examples: - default: *680 + default: *679 '422': *7 '404': *6 x-github: @@ -102835,10 +102899,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: + - *438 - *439 - - *440 - - *675 - - *679 + - *674 + - *678 - *17 - *19 responses: @@ -102932,13 +102996,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *214 + author_association: *213 _links: type: object properties: - self: *393 - html: *393 - pull_request: *393 + self: *392 + html: *392 + pull_request: *392 required: - self - html @@ -102947,7 +103011,7 @@ paths: type: string body_html: type: string - reactions: *215 + reactions: *214 side: description: The side of the first line of the range for a multi-line comment. @@ -103096,10 +103160,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - *679 + - *674 + - *678 requestBody: required: true content: @@ -103128,7 +103192,7 @@ paths: description: Response content: application/json: - schema: *678 + schema: *677 examples: default: value: @@ -103191,10 +103255,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: + - *438 - *439 - - *440 - - *675 - - *679 + - *674 + - *678 requestBody: required: true content: @@ -103229,9 +103293,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *677 examples: - default: *681 + default: *680 '404': *6 '422': *7 '403': *27 @@ -103253,9 +103317,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: + - *438 - *439 - - *440 - - *675 + - *674 requestBody: required: false content: @@ -103319,8 +103383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: + - *438 - *439 - - *440 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -103333,9 +103397,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *681 examples: - default: &683 + default: &682 value: type: file encoding: base64 @@ -103377,8 +103441,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: + - *438 - *439 - - *440 - name: dir description: The alternate path to look for a README file in: path @@ -103398,9 +103462,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *681 examples: - default: *683 + default: *682 '404': *6 '422': *15 x-github: @@ -103422,8 +103486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -103433,7 +103497,7 @@ paths: application/json: schema: type: array - items: *684 + items: *683 examples: default: value: @@ -103527,8 +103591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -103604,9 +103668,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: &688 + default: &687 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -103711,9 +103775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: + - *438 - *439 - - *440 - - &686 + - &685 name: asset_id description: The unique identifier of the asset. in: path @@ -103725,9 +103789,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *684 examples: - default: &687 + default: &686 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -103762,7 +103826,7 @@ paths: type: User site_admin: false '404': *6 - '302': *566 + '302': *565 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103778,9 +103842,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: + - *438 - *439 - - *440 - - *686 + - *685 requestBody: required: false content: @@ -103809,9 +103873,9 @@ paths: description: Response content: application/json: - schema: *685 + schema: *684 examples: - default: *687 + default: *686 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103827,9 +103891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: + - *438 - *439 - - *440 - - *686 + - *685 responses: '204': description: Response @@ -103853,8 +103917,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -103940,16 +104004,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: + - *438 - *439 - - *440 responses: '200': description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: *688 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103966,8 +104030,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: + - *438 - *439 - - *440 - name: tag description: tag parameter in: path @@ -103980,9 +104044,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: *688 + default: *687 '404': *6 x-github: githubCloudOnly: false @@ -104004,9 +104068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: + - *438 - *439 - - *440 - - &689 + - &688 name: release_id description: The unique identifier of the release. in: path @@ -104020,9 +104084,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *684 + schema: *683 examples: - default: *688 + default: *687 '401': description: Unauthorized x-github: @@ -104040,9 +104104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: + - *438 - *439 - - *440 - - *689 + - *688 requestBody: required: false content: @@ -104106,9 +104170,9 @@ paths: description: Response content: application/json: - schema: *684 + schema: *683 examples: - default: *688 + default: *687 '404': description: Not Found if the discussion category name is invalid content: @@ -104129,9 +104193,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: + - *438 - *439 - - *440 - - *689 + - *688 responses: '204': description: Response @@ -104151,9 +104215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: + - *438 - *439 - - *440 - - *689 + - *688 - *17 - *19 responses: @@ -104163,7 +104227,7 @@ paths: application/json: schema: type: array - items: *685 + items: *684 examples: default: value: @@ -104245,9 +104309,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: + - *438 - *439 - - *440 - - *689 + - *688 - name: name in: query required: true @@ -104273,7 +104337,7 @@ paths: description: Response for successful upload content: application/json: - schema: *685 + schema: *684 examples: response-for-successful-upload: value: @@ -104328,9 +104392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: + - *438 - *439 - - *440 - - *689 + - *688 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -104354,9 +104418,9 @@ paths: application/json: schema: type: array - items: *551 + items: *550 examples: - default: *630 + default: *629 headers: Link: *45 '404': *6 @@ -104377,9 +104441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: + - *438 - *439 - - *440 - - *689 + - *688 requestBody: required: true content: @@ -104409,16 +104473,16 @@ paths: description: Reaction exists content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '201': description: Reaction created content: application/json: - schema: *551 + schema: *550 examples: - default: *552 + default: *551 '422': *15 x-github: githubCloudOnly: false @@ -104440,10 +104504,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: + - *438 - *439 - - *440 - - *689 - - *631 + - *688 + - *630 responses: '204': description: Response @@ -104467,9 +104531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: + - *438 - *439 - - *440 - - *492 + - *491 - *17 - *19 responses: @@ -104486,7 +104550,7 @@ paths: oneOf: - allOf: - *164 - - &690 + - &689 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -104507,67 +104571,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *165 - - *690 + - *689 - allOf: - *166 - - *690 + - *689 - allOf: - *167 - - *690 + - *689 - allOf: - - *691 - *690 + - *689 - allOf: - *168 - - *690 + - *689 - allOf: - *169 - - *690 + - *689 - allOf: - *170 - - *690 + - *689 - allOf: - *171 - - *690 + - *689 - allOf: - *172 - - *690 + - *689 - allOf: - *173 - - *690 + - *689 - allOf: - *174 - - *690 + - *689 - allOf: - *175 - - *690 + - *689 - allOf: - *176 - - *690 + - *689 - allOf: - *177 - - *690 + - *689 - allOf: - *178 - - *690 + - *689 - allOf: - *179 - - *690 + - *689 - allOf: - *180 - - *690 + - *689 - allOf: - *181 - - *690 + - *689 - allOf: - *182 - - *690 + - *689 - allOf: - *183 - - *690 + - *689 - allOf: - *184 - - *690 + - *689 examples: default: value: @@ -104606,8 +104670,8 @@ paths: category: repos subcategory: rules parameters: + - *438 - *439 - - *440 - *17 - *19 - name: includes_parents @@ -104618,7 +104682,7 @@ paths: schema: type: boolean default: true - - *692 + - *691 responses: '200': description: Response @@ -104673,8 +104737,8 @@ paths: category: repos subcategory: rules parameters: + - *438 - *439 - - *440 requestBody: description: Request body required: true @@ -104703,7 +104767,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *693 + items: *692 required: - name - enforcement @@ -104736,7 +104800,7 @@ paths: application/json: schema: *185 examples: - default: &702 + default: &701 value: id: 42 name: super cool ruleset @@ -104783,12 +104847,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: + - *438 - *439 - - *440 - - *694 + - *693 - *103 + - *694 - *695 - - *696 - *17 - *19 responses: @@ -104796,9 +104860,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *696 examples: - default: *698 + default: *697 '404': *6 '500': *38 x-github: @@ -104819,17 +104883,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: + - *438 - *439 - - *440 - - *699 + - *698 responses: '200': description: Response content: application/json: - schema: *700 + schema: *699 examples: - default: *701 + default: *700 '404': *6 '500': *38 x-github: @@ -104857,8 +104921,8 @@ paths: category: repos subcategory: rules parameters: + - *438 - *439 - - *440 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104880,7 +104944,7 @@ paths: application/json: schema: *185 examples: - default: *702 + default: *701 '404': *6 '500': *38 put: @@ -104898,8 +104962,8 @@ paths: category: repos subcategory: rules parameters: + - *438 - *439 - - *440 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104933,7 +104997,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *693 + items: *692 examples: default: value: @@ -104963,7 +105027,7 @@ paths: application/json: schema: *185 examples: - default: *702 + default: *701 '404': *6 '500': *38 delete: @@ -104981,8 +105045,8 @@ paths: category: repos subcategory: rules parameters: + - *438 - *439 - - *440 - name: ruleset_id description: The ID of the ruleset. in: path @@ -105005,8 +105069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: + - *438 - *439 - - *440 - *17 - *19 - name: ruleset_id @@ -105024,7 +105088,7 @@ paths: type: array items: *189 examples: - default: *409 + default: *408 '404': *6 '500': *38 x-github: @@ -105043,8 +105107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: + - *438 - *439 - - *440 - name: ruleset_id description: The ID of the ruleset. in: path @@ -105062,7 +105126,7 @@ paths: description: Response content: application/json: - schema: *410 + schema: *409 examples: default: value: @@ -105117,22 +105181,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: + - *438 - *439 - - *440 + - *410 - *411 - *412 - *413 - *414 - - *415 - *108 - *19 - *17 + - *702 - *703 - - *704 + - *415 - *416 - *417 - *418 - - *419 responses: '200': description: Response @@ -105140,7 +105204,7 @@ paths: application/json: schema: type: array - items: &708 + items: &707 type: object properties: number: *124 @@ -105156,8 +105220,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *705 - resolution: *706 + state: *704 + resolution: *705 resolved_at: type: - string @@ -105251,7 +105315,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *707 + - *706 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -105396,16 +105460,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 - - *419 + - *518 + - *418 responses: '200': description: Response content: application/json: - schema: *708 + schema: *707 examples: default: value: @@ -105459,9 +105523,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 requestBody: required: true content: @@ -105469,8 +105533,8 @@ paths: schema: type: object properties: - state: *705 - resolution: *706 + state: *704 + resolution: *705 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -105506,7 +105570,7 @@ paths: description: Response content: application/json: - schema: *708 + schema: *707 examples: default: value: @@ -105601,9 +105665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: + - *438 - *439 - - *440 - - *519 + - *518 - *19 - *17 responses: @@ -105614,7 +105678,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &889 + items: &888 type: object properties: type: @@ -105641,6 +105705,7 @@ paths: - commit details: oneOf: + - *708 - *709 - *710 - *711 @@ -105653,7 +105718,6 @@ paths: - *718 - *719 - *720 - - *721 examples: default: value: @@ -105739,8 +105803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -105748,14 +105812,14 @@ paths: schema: type: object properties: - reason: &723 + reason: &722 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *722 + placeholder_id: *721 required: - reason - placeholder_id @@ -105772,7 +105836,7 @@ paths: schema: type: object properties: - reason: *723 + reason: *722 expire_at: type: - string @@ -105819,8 +105883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: + - *438 - *439 - - *440 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -105835,7 +105899,7 @@ paths: properties: incremental_scans: type: array - items: &724 + items: &723 description: Information on a single scan performed by secret scanning on the repository type: object @@ -105863,15 +105927,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *724 + items: *723 backfill_scans: type: array - items: *724 + items: *723 custom_pattern_backfill_scans: type: array items: allOf: - - *724 + - *723 - type: object properties: pattern_name: @@ -105941,8 +106005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: + - *438 - *439 - - *440 - *108 - name: sort description: The property to sort the results by. @@ -105986,9 +106050,9 @@ paths: application/json: schema: type: array - items: *725 + items: *724 examples: - default: *726 + default: *725 '400': *14 '404': *6 x-github: @@ -106011,8 +106075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -106092,7 +106156,7 @@ paths: login: type: string description: The username of the user credited. - type: *424 + type: *423 required: - login - type @@ -106182,9 +106246,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *724 examples: - default: &728 + default: &727 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -106417,8 +106481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -106531,7 +106595,7 @@ paths: description: Response content: application/json: - schema: *725 + schema: *724 examples: default: value: @@ -106678,17 +106742,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: + - *438 - *439 - - *440 - - *727 + - *726 responses: '200': description: Response content: application/json: - schema: *725 + schema: *724 examples: - default: *728 + default: *727 '403': *27 '404': *6 x-github: @@ -106712,9 +106776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: + - *438 - *439 - - *440 - - *727 + - *726 requestBody: required: true content: @@ -106794,7 +106858,7 @@ paths: login: type: string description: The username of the user credited. - type: *424 + type: *423 required: - login - type @@ -106885,17 +106949,17 @@ paths: description: Response content: application/json: - schema: *725 + schema: *724 examples: - default: *728 - add_credit: *728 + default: *727 + add_credit: *727 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *248 + schema: *247 examples: invalid_state_transition: value: @@ -106926,9 +106990,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: + - *438 - *439 - - *440 - - *727 + - *726 responses: '202': *37 '400': *14 @@ -106955,17 +107019,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: + - *438 - *439 - - *440 - - *727 + - *726 responses: '202': description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *446 + default: *445 '400': *14 '422': *15 '403': *27 @@ -106991,8 +107055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -107088,8 +107152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: + - *438 - *439 - - *440 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -107098,7 +107162,7 @@ paths: application/json: schema: type: array - items: &729 + items: &728 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -107131,8 +107195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -107210,8 +107274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -107305,8 +107369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: + - *438 - *439 - - *440 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -107460,8 +107524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: + - *438 - *439 - - *440 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -107471,7 +107535,7 @@ paths: application/json: schema: type: array - items: *729 + items: *728 examples: default: value: @@ -107504,8 +107568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: + - *438 - *439 - - *440 - name: sha in: path required: true @@ -107561,7 +107625,7 @@ paths: description: Response content: application/json: - schema: *730 + schema: *729 examples: default: value: @@ -107615,8 +107679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -107628,7 +107692,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -107648,14 +107712,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: + - *438 - *439 - - *440 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &731 + schema: &730 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -107728,8 +107792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: + - *438 - *439 - - *440 requestBody: required: false content: @@ -107755,7 +107819,7 @@ paths: description: Response content: application/json: - schema: *731 + schema: *730 examples: default: value: @@ -107782,8 +107846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -107803,8 +107867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -107886,8 +107950,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -107895,7 +107959,7 @@ paths: application/json: schema: type: array - items: &732 + items: &731 title: Tag protection description: Tag protection type: object @@ -107952,8 +108016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -107976,7 +108040,7 @@ paths: description: Response content: application/json: - schema: *732 + schema: *731 examples: default: value: @@ -108007,8 +108071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: + - *438 - *439 - - *440 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -108045,8 +108109,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: + - *438 - *439 - - *440 - name: ref in: path required: true @@ -108082,8 +108146,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: + - *438 - *439 - - *440 - *17 - *19 responses: @@ -108093,9 +108157,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - default: *372 + default: *371 headers: Link: *45 '404': *6 @@ -108115,8 +108179,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: + - *438 - *439 - - *440 - *19 - *17 responses: @@ -108124,7 +108188,7 @@ paths: description: Response content: application/json: - schema: &733 + schema: &732 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -108136,7 +108200,7 @@ paths: required: - names examples: - default: &734 + default: &733 value: names: - octocat @@ -108159,8 +108223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -108191,9 +108255,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *732 examples: - default: *734 + default: *733 '404': *6 '422': *7 x-github: @@ -108214,9 +108278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: + - *438 - *439 - - *440 - - &735 + - &734 name: per description: The time frame to display results for. in: query @@ -108247,7 +108311,7 @@ paths: - 128 clones: type: array - items: &736 + items: &735 title: Traffic type: object properties: @@ -108334,8 +108398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -108429,8 +108493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: + - *438 - *439 - - *440 responses: '200': description: Response @@ -108493,9 +108557,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: + - *438 - *439 - - *440 - - *735 + - *734 responses: '200': description: Response @@ -108516,7 +108580,7 @@ paths: - 3782 views: type: array - items: *736 + items: *735 required: - uniques - count @@ -108593,8 +108657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: + - *438 - *439 - - *440 requestBody: required: true content: @@ -108630,7 +108694,7 @@ paths: description: Response content: application/json: - schema: *273 + schema: *272 examples: default: value: @@ -108868,8 +108932,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: + - *438 - *439 - - *440 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -108892,8 +108956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -108915,8 +108979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -108942,8 +109006,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: + - *438 - *439 - - *440 - name: ref in: path required: true @@ -109035,9 +109099,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *446 + default: *445 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -109078,7 +109142,7 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: default: value: @@ -109188,7 +109252,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &744 + - &743 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -109198,7 +109262,7 @@ paths: type: string examples: - members - - &749 + - &748 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -109210,7 +109274,7 @@ paths: format: int32 examples: - 1 - - &750 + - &749 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -109254,7 +109318,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &739 + items: &738 allOf: - type: object required: @@ -109336,7 +109400,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &751 + meta: &750 type: object description: The metadata associated with the creation/updates to the user. @@ -109401,30 +109465,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &740 + '400': &739 description: Bad request content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 - '401': *738 - '403': &741 + schema: *736 + '401': *737 + '403': &740 description: Permission denied - '429': &742 + '429': &741 description: Too many requests content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 - '500': &743 + schema: *736 + '500': &742 description: Internal server error content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 + schema: *736 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109448,7 +109512,7 @@ paths: required: true content: application/json: - schema: &747 + schema: &746 type: object required: - schemas @@ -109512,9 +109576,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *739 + schema: *738 examples: - group: &745 + group: &744 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -109533,13 +109597,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *740 - '401': *738 - '403': *741 - '409': &748 + '400': *739 + '401': *737 + '403': *740 + '409': &747 description: Duplicate record detected - '429': *742 - '500': *743 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109556,7 +109620,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &746 + - &745 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -109565,22 +109629,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *744 + - *743 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *739 + schema: *738 examples: - default: *745 - '400': *740 - '401': *738 - '403': *741 + default: *744 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '429': *742 - '500': *743 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109599,13 +109663,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *746 + - *745 - *39 requestBody: required: true content: application/json: - schema: *747 + schema: *746 examples: group: summary: Group @@ -109631,17 +109695,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *739 + schema: *738 examples: - group: *745 - groupWithMembers: *745 - '400': *740 - '401': *738 - '403': *741 + group: *744 + groupWithMembers: *744 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '409': *748 - '429': *742 - '500': *743 + '409': *747 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109665,13 +109729,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *746 + - *745 - *39 requestBody: required: true content: application/json: - schema: &758 + schema: &757 type: object required: - Operations @@ -109731,17 +109795,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *739 + schema: *738 examples: - updateGroup: *745 - addMembers: *745 - '400': *740 - '401': *738 - '403': *741 + updateGroup: *744 + addMembers: *744 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '409': *748 - '429': *742 - '500': *743 + '409': *747 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109757,17 +109821,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *746 + - *745 - *39 responses: '204': description: Group was deleted, no content - '400': *740 - '401': *738 - '403': *741 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '429': *742 - '500': *743 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -109801,8 +109865,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' + - *748 - *749 - - *750 - *39 responses: '200': @@ -109836,7 +109900,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &753 + items: &752 allOf: - type: object required: @@ -109928,7 +109992,7 @@ paths: address. examples: - true - roles: &752 + roles: &751 type: array description: The roles assigned to the user. items: @@ -109987,7 +110051,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *751 + meta: *750 startIndex: type: integer description: A starting index for the returned page @@ -110026,11 +110090,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *740 - '401': *738 - '403': *741 - '429': *742 - '500': *743 + '400': *739 + '401': *737 + '403': *740 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110054,7 +110118,7 @@ paths: required: true content: application/json: - schema: &756 + schema: &755 type: object required: - schemas @@ -110147,9 +110211,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *752 + roles: *751 examples: - user: &757 + user: &756 summary: User value: schemas: @@ -110196,9 +110260,9 @@ paths: description: User has been created content: application/scim+json: - schema: *753 + schema: *752 examples: - user: &754 + user: &753 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -110224,13 +110288,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *754 - '400': *740 - '401': *738 - '403': *741 - '409': *748 - '429': *742 - '500': *743 + enterpriseOwner: *753 + '400': *739 + '401': *737 + '403': *740 + '409': *747 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110247,7 +110311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &755 + - &754 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -110260,15 +110324,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *753 + schema: *752 examples: - default: *754 - '400': *740 - '401': *738 - '403': *741 + default: *753 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '429': *742 - '500': *743 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110290,30 +110354,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *755 + - *754 - *39 requestBody: required: true content: application/json: - schema: *756 + schema: *755 examples: - user: *757 + user: *756 responses: '200': description: User was updated content: application/scim+json: - schema: *753 + schema: *752 examples: - user: *754 - '400': *740 - '401': *738 - '403': *741 + user: *753 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '409': *748 - '429': *742 - '500': *743 + '409': *747 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110348,13 +110412,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *755 + - *754 - *39 requestBody: required: true content: application/json: - schema: *758 + schema: *757 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -110394,18 +110458,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *753 + schema: *752 examples: - userMultiValuedProperties: *754 - userSingleValuedProperties: *754 - disableUser: *754 - '400': *740 - '401': *738 - '403': *741 + userMultiValuedProperties: *753 + userSingleValuedProperties: *753 + disableUser: *753 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '409': *748 - '429': *742 - '500': *743 + '409': *747 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110425,17 +110489,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *755 + - *754 - *39 responses: '204': description: User was deleted, no content - '400': *740 - '401': *738 - '403': *741 + '400': *739 + '401': *737 + '403': *740 '404': *6 - '429': *742 - '500': *743 + '429': *741 + '500': *742 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -110526,7 +110590,7 @@ paths: - 1 Resources: type: array - items: &759 + items: &758 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -110773,22 +110837,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &760 + '404': &759 description: Resource not found content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 - '403': &761 + schema: *736 + '403': &760 description: Forbidden content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 - '400': *740 - '429': *742 + schema: *736 + '400': *739 + '429': *741 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -110814,9 +110878,9 @@ paths: description: Response content: application/scim+json: - schema: *759 + schema: *758 examples: - default: &762 + default: &761 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -110839,17 +110903,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *760 - '403': *761 - '500': *743 + '404': *759 + '403': *760 + '500': *742 '409': description: Conflict content: application/json: - schema: *737 + schema: *736 application/scim+json: - schema: *737 - '400': *740 + schema: *736 + '400': *739 requestBody: required: true content: @@ -110949,17 +111013,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *85 - - *755 + - *754 responses: '200': description: Response content: application/scim+json: - schema: *759 + schema: *758 examples: - default: *762 - '404': *760 - '403': *761 + default: *761 + '404': *759 + '403': *760 '304': *35 x-github: githubCloudOnly: true @@ -110983,18 +111047,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *85 - - *755 + - *754 responses: '200': description: Response content: application/scim+json: - schema: *759 + schema: *758 examples: - default: *762 + default: *761 '304': *35 - '404': *760 - '403': *761 + '404': *759 + '403': *760 requestBody: required: true content: @@ -111109,19 +111173,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *85 - - *755 + - *754 responses: '200': description: Response content: application/scim+json: - schema: *759 + schema: *758 examples: - default: *762 + default: *761 '304': *35 - '404': *760 - '403': *761 - '400': *740 + '404': *759 + '403': *760 + '400': *739 '429': description: Response content: @@ -111217,12 +111281,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *85 - - *755 + - *754 responses: '204': description: Response - '404': *760 - '403': *761 + '404': *759 + '403': *760 '304': *35 x-github: githubCloudOnly: true @@ -111337,7 +111401,7 @@ paths: html_url: type: string format: uri - repository: *273 + repository: *272 score: type: number file_size: @@ -111356,7 +111420,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &763 + text_matches: &762 title: Search Result Text Matches type: array items: @@ -111520,7 +111584,7 @@ paths: enum: - author-date - committer-date - - &764 + - &763 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -111589,7 +111653,7 @@ paths: committer: anyOf: - type: 'null' - - *490 + - *489 comment_count: type: integer message: @@ -111608,7 +111672,7 @@ paths: url: type: string format: uri - verification: *613 + verification: *612 required: - author - committer @@ -111623,7 +111687,7 @@ paths: committer: anyOf: - type: 'null' - - *490 + - *489 parents: type: array items: @@ -111635,12 +111699,12 @@ paths: type: string sha: type: string - repository: *273 + repository: *272 score: type: number node_id: type: string - text_matches: *763 + text_matches: *762 required: - sha - node_id @@ -111833,7 +111897,7 @@ paths: - interactions - created - updated - - *764 + - *763 - *17 - *19 - name: advanced_search @@ -111930,11 +111994,11 @@ paths: type: - string - 'null' - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: type: string state_reason: @@ -111948,7 +112012,7 @@ paths: milestone: anyOf: - type: 'null' - - *392 + - *391 comments: type: integer created_at: @@ -111962,7 +112026,7 @@ paths: - string - 'null' format: date-time - text_matches: *763 + text_matches: *762 pull_request: type: object properties: @@ -112000,7 +112064,7 @@ paths: type: string score: type: number - author_association: *214 + author_association: *213 draft: type: boolean repository: *76 @@ -112011,12 +112075,12 @@ paths: timeline_url: type: string format: uri - type: *358 + type: *357 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *215 + reactions: *214 required: - assignee - closed_at @@ -112185,7 +112249,7 @@ paths: enum: - created - updated - - *764 + - *763 - *17 - *19 responses: @@ -112230,7 +112294,7 @@ paths: - 'null' score: type: number - text_matches: *763 + text_matches: *762 required: - id - node_id @@ -112316,7 +112380,7 @@ paths: - forks - help-wanted-issues - updated - - *764 + - *763 - *17 - *19 responses: @@ -112535,7 +112599,7 @@ paths: license: anyOf: - type: 'null' - - *216 + - *215 permissions: type: object properties: @@ -112553,7 +112617,7 @@ paths: - admin - pull - push - text_matches: *763 + text_matches: *762 temp_clone_token: type: string allow_merge_commit: @@ -112862,7 +112926,7 @@ paths: - string - 'null' format: uri - text_matches: *763 + text_matches: *762 related: type: - array @@ -113057,7 +113121,7 @@ paths: - followers - repositories - joined - - *764 + - *763 - *17 - *19 responses: @@ -113167,7 +113231,7 @@ paths: type: - boolean - 'null' - text_matches: *763 + text_matches: *762 blog: type: - string @@ -113249,7 +113313,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &768 + - &767 name: team_id description: The unique identifier of the team. in: path @@ -113261,9 +113325,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '404': *6 x-github: githubCloudOnly: false @@ -113290,7 +113354,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *768 + - *767 requestBody: required: true content: @@ -113354,16 +113418,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '201': description: Response content: application/json: - schema: *432 + schema: *431 examples: - default: *433 + default: *432 '404': *6 '422': *15 '403': *27 @@ -113391,7 +113455,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *768 + - *767 responses: '204': description: Response @@ -113420,7 +113484,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *768 + - *767 - *17 - *19 responses: @@ -113430,9 +113494,9 @@ paths: application/json: schema: type: array - items: *355 + items: *354 examples: - default: *356 + default: *355 headers: Link: *45 x-github: @@ -113458,7 +113522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *768 + - *767 - name: role description: Filters members returned by their role in the team. in: query @@ -113481,7 +113545,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 '404': *6 @@ -113509,7 +113573,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *768 + - *767 - *137 responses: '204': @@ -113546,7 +113610,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *768 + - *767 - *137 responses: '204': @@ -113586,7 +113650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *768 + - *767 - *137 responses: '204': @@ -113623,16 +113687,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *768 + - *767 - *137 responses: '200': description: Response content: application/json: - schema: *438 + schema: *437 examples: - response-if-user-is-a-team-maintainer: *769 + response-if-user-is-a-team-maintainer: *768 '404': *6 x-github: githubCloudOnly: false @@ -113665,7 +113729,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *768 + - *767 - *137 requestBody: required: false @@ -113691,9 +113755,9 @@ paths: description: Response content: application/json: - schema: *438 + schema: *437 examples: - response-if-users-membership-with-team-is-now-pending: *770 + response-if-users-membership-with-team-is-now-pending: *769 '403': description: Forbidden if team synchronization is set up '422': @@ -113727,7 +113791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *768 + - *767 - *137 responses: '204': @@ -113755,7 +113819,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *768 + - *767 - *17 - *19 responses: @@ -113765,9 +113829,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 '404': *6 @@ -113797,15 +113861,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *768 + - *767 + - *438 - *439 - - *440 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *771 + schema: *770 examples: alternative-response-with-extra-repository-information: value: @@ -113956,9 +114020,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *768 + - *767 + - *438 - *439 - - *440 requestBody: required: false content: @@ -114008,9 +114072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *768 + - *767 + - *438 - *439 - - *440 responses: '204': description: Response @@ -114039,15 +114103,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *768 + - *767 responses: '200': description: Response content: application/json: - schema: *441 + schema: *440 examples: - default: *442 + default: *441 '403': *27 '404': *6 x-github: @@ -114074,7 +114138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *768 + - *767 requestBody: required: true content: @@ -114135,7 +114199,7 @@ paths: description: Response content: application/json: - schema: *441 + schema: *440 examples: default: value: @@ -114166,7 +114230,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *768 + - *767 - *17 - *19 responses: @@ -114176,9 +114240,9 @@ paths: application/json: schema: type: array - items: *302 + items: *301 examples: - response-if-child-teams-exist: *772 + response-if-child-teams-exist: *771 headers: Link: *45 '404': *6 @@ -114211,7 +114275,7 @@ paths: application/json: schema: oneOf: - - &774 + - &773 title: Private User description: Private User type: object @@ -114461,7 +114525,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *773 + - *772 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -114621,7 +114685,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *773 examples: default: value: @@ -114700,7 +114764,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 '304': *35 '404': *6 '403': *27 @@ -114824,9 +114888,9 @@ paths: type: integer codespaces: type: array - items: *363 + items: *362 examples: - default: *364 + default: *363 '304': *35 '500': *38 '401': *23 @@ -114965,17 +115029,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '401': *23 '403': *27 '404': *6 @@ -115019,7 +115083,7 @@ paths: type: integer secrets: type: array - items: &775 + items: &774 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -115061,7 +115125,7 @@ paths: - visibility - selected_repositories_url examples: - default: *544 + default: *543 headers: Link: *45 x-github: @@ -115133,13 +115197,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *283 + - *282 responses: '200': description: Response content: application/json: - schema: *775 + schema: *774 examples: default: value: @@ -115169,7 +115233,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *283 + - *282 requestBody: required: true content: @@ -115214,7 +115278,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -115242,7 +115306,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *283 + - *282 responses: '204': description: Response @@ -115267,7 +115331,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *283 + - *282 responses: '200': description: Response @@ -115283,9 +115347,9 @@ paths: type: integer repositories: type: array - items: *273 + items: *272 examples: - default: *776 + default: *775 '401': *23 '403': *27 '404': *6 @@ -115310,7 +115374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *283 + - *282 requestBody: required: true content: @@ -115364,7 +115428,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *283 + - *282 - name: repository_id in: path required: true @@ -115397,7 +115461,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *283 + - *282 - name: repository_id in: path required: true @@ -115429,15 +115493,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 responses: '200': description: Response content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '304': *35 '500': *38 '401': *23 @@ -115463,7 +115527,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 requestBody: required: false content: @@ -115493,9 +115557,9 @@ paths: description: Response content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '401': *23 '403': *27 '404': *6 @@ -115517,7 +115581,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 responses: '202': *37 '304': *35 @@ -115546,13 +115610,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 responses: '202': description: Response content: application/json: - schema: &777 + schema: &776 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -115605,7 +115669,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &778 + default: &777 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -115637,7 +115701,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *365 + - *364 - name: export_id in: path required: true @@ -115650,9 +115714,9 @@ paths: description: Response content: application/json: - schema: *777 + schema: *776 examples: - default: *778 + default: *777 '404': *6 x-github: githubCloudOnly: false @@ -115673,7 +115737,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *365 + - *364 responses: '200': description: Response @@ -115689,9 +115753,9 @@ paths: type: integer machines: type: array - items: *543 + items: *542 examples: - default: *779 + default: *778 '304': *35 '500': *38 '401': *23 @@ -115720,7 +115784,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *365 + - *364 requestBody: required: true content: @@ -115776,11 +115840,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *444 + repository: *443 machine: anyOf: - type: 'null' - - *543 + - *542 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -116577,15 +116641,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 responses: '200': description: Response content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '304': *35 '500': *38 '400': *14 @@ -116617,15 +116681,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *365 + - *364 responses: '200': description: Response content: application/json: - schema: *363 + schema: *362 examples: - default: *542 + default: *541 '500': *38 '401': *23 '403': *27 @@ -116655,9 +116719,9 @@ paths: application/json: schema: type: array - items: *373 + items: *372 examples: - default: &790 + default: &789 value: - id: 197 name: hello_docker @@ -116758,7 +116822,7 @@ paths: application/json: schema: type: array - items: &780 + items: &779 title: Email description: Email type: object @@ -116828,9 +116892,9 @@ paths: application/json: schema: type: array - items: *780 + items: *779 examples: - default: &792 + default: &791 value: - email: octocat@github.com verified: true @@ -116907,7 +116971,7 @@ paths: application/json: schema: type: array - items: *780 + items: *779 examples: default: value: @@ -117019,7 +117083,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 '304': *35 @@ -117052,7 +117116,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 '304': *35 @@ -117165,7 +117229,7 @@ paths: application/json: schema: type: array - items: &781 + items: &780 title: GPG Key description: A unique encryption key type: object @@ -117310,7 +117374,7 @@ paths: - subkeys - revoked examples: - default: &808 + default: &807 value: - id: 3 name: Octocat's GPG Key @@ -117395,9 +117459,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *780 examples: - default: &782 + default: &781 value: id: 3 name: Octocat's GPG Key @@ -117454,7 +117518,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &783 + - &782 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -117466,9 +117530,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *780 examples: - default: *782 + default: *781 '404': *6 '304': *35 '403': *27 @@ -117491,7 +117555,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *783 + - *782 responses: '204': description: Response @@ -117680,9 +117744,11 @@ paths: type: string repositories: type: array - items: *76 + items: + allOf: + - *76 examples: - default: *268 + default: *267 headers: Link: *45 '404': *6 @@ -117707,7 +117773,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *267 + - *266 responses: '204': description: Response @@ -117733,7 +117799,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *267 + - *266 responses: '204': description: Response @@ -117767,12 +117833,12 @@ paths: application/json: schema: anyOf: - - *353 + - *352 - type: object properties: {} additionalProperties: false examples: - default: *354 + default: *353 '204': description: Response when there are no restrictions x-github: @@ -117796,7 +117862,7 @@ paths: required: true content: application/json: - schema: *624 + schema: *623 examples: default: value: @@ -117807,7 +117873,7 @@ paths: description: Response content: application/json: - schema: *353 + schema: *352 examples: default: value: @@ -117888,7 +117954,7 @@ paths: - closed - all default: open - - *361 + - *360 - name: sort description: What to sort results by. in: query @@ -117901,7 +117967,7 @@ paths: - comments default: created - *108 - - *219 + - *218 - *17 - *19 responses: @@ -117911,9 +117977,9 @@ paths: application/json: schema: type: array - items: *213 + items: *212 examples: - default: *362 + default: *361 headers: Link: *45 '404': *6 @@ -117946,7 +118012,7 @@ paths: application/json: schema: type: array - items: &784 + items: &783 title: Key description: Key type: object @@ -118049,9 +118115,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *783 examples: - default: &785 + default: &784 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -118084,15 +118150,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *653 + - *652 responses: '200': description: Response content: application/json: - schema: *784 + schema: *783 examples: - default: *785 + default: *784 '404': *6 '304': *35 '403': *27 @@ -118115,7 +118181,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *653 + - *652 responses: '204': description: Response @@ -118148,7 +118214,7 @@ paths: application/json: schema: type: array - items: &786 + items: &785 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -118216,7 +118282,7 @@ paths: - id - type - login - plan: *230 + plan: *229 required: - billing_cycle - next_billing_date @@ -118227,7 +118293,7 @@ paths: - account - plan examples: - default: &787 + default: &786 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -118289,9 +118355,9 @@ paths: application/json: schema: type: array - items: *786 + items: *785 examples: - default: *787 + default: *786 headers: Link: *45 '304': *35 @@ -118331,7 +118397,7 @@ paths: application/json: schema: type: array - items: *366 + items: *365 examples: default: value: @@ -118445,7 +118511,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: default: value: @@ -118532,7 +118598,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: default: value: @@ -118604,7 +118670,7 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: default: value: @@ -118866,7 +118932,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -119046,7 +119112,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *369 + - *368 - name: exclude in: query required: false @@ -119059,7 +119125,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -119253,7 +119319,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *369 + - *368 responses: '302': description: Response @@ -119279,7 +119345,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *369 + - *368 responses: '204': description: Response @@ -119308,8 +119374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *369 - - *788 + - *368 + - *787 responses: '204': description: Response @@ -119333,7 +119399,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *369 + - *368 - *17 - *19 responses: @@ -119343,9 +119409,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 '404': *6 @@ -119382,7 +119448,7 @@ paths: type: array items: *71 examples: - default: *243 + default: *242 headers: Link: *45 '304': *35 @@ -119424,7 +119490,7 @@ paths: - docker - nuget - container - - *789 + - *788 - *19 - *17 responses: @@ -119434,10 +119500,10 @@ paths: application/json: schema: type: array - items: *373 + items: *372 examples: - default: *790 - '400': *791 + default: *789 + '400': *790 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119457,16 +119523,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: + - *374 - *375 - - *376 responses: '200': description: Response content: application/json: - schema: *373 + schema: *372 examples: - default: &809 + default: &808 value: id: 40201 name: octo-name @@ -119579,8 +119645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: + - *374 - *375 - - *376 responses: '204': description: Response @@ -119610,8 +119676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: + - *374 - *375 - - *376 - name: token description: package token schema: @@ -119643,8 +119709,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: + - *374 - *375 - - *376 - *19 - *17 - name: state @@ -119664,7 +119730,7 @@ paths: application/json: schema: type: array - items: *377 + items: *376 examples: default: value: @@ -119713,15 +119779,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: + - *374 - *375 - - *376 - - *378 + - *377 responses: '200': description: Response content: application/json: - schema: *377 + schema: *376 examples: default: value: @@ -119757,9 +119823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: + - *374 - *375 - - *376 - - *378 + - *377 responses: '204': description: Response @@ -119789,9 +119855,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: + - *374 - *375 - - *376 - - *378 + - *377 responses: '204': description: Response @@ -119828,9 +119894,9 @@ paths: application/json: schema: type: array - items: *780 + items: *779 examples: - default: *792 + default: *791 headers: Link: *45 '304': *35 @@ -119943,7 +120009,7 @@ paths: type: array items: *76 examples: - default: &799 + default: &798 summary: Default response value: - id: 1296269 @@ -120261,9 +120327,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *443 examples: - default: *446 + default: *445 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -120301,9 +120367,9 @@ paths: application/json: schema: type: array - items: *626 + items: *625 examples: - default: *793 + default: *792 headers: Link: *45 '304': *35 @@ -120326,7 +120392,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *357 + - *356 responses: '204': description: Response @@ -120349,7 +120415,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *357 + - *356 responses: '204': description: Response @@ -120382,7 +120448,7 @@ paths: application/json: schema: type: array - items: &794 + items: &793 title: Social account description: Social media account type: object @@ -120399,7 +120465,7 @@ paths: - provider - url examples: - default: &795 + default: &794 value: - provider: twitter url: https://twitter.com/github @@ -120462,9 +120528,9 @@ paths: application/json: schema: type: array - items: *794 + items: *793 examples: - default: *795 + default: *794 '422': *15 '304': *35 '404': *6 @@ -120552,7 +120618,7 @@ paths: application/json: schema: type: array - items: &796 + items: &795 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -120572,7 +120638,7 @@ paths: - title - created_at examples: - default: &823 + default: &822 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -120637,9 +120703,9 @@ paths: description: Response content: application/json: - schema: *796 + schema: *795 examples: - default: &797 + default: &796 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -120669,7 +120735,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &798 + - &797 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -120681,9 +120747,9 @@ paths: description: Response content: application/json: - schema: *796 + schema: *795 examples: - default: *797 + default: *796 '404': *6 '304': *35 '403': *27 @@ -120706,7 +120772,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *798 + - *797 responses: '204': description: Response @@ -120735,7 +120801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &824 + - &823 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -120760,11 +120826,11 @@ paths: type: array items: *76 examples: - default-response: *799 + default-response: *798 application/vnd.github.v3.star+json: schema: type: array - items: &825 + items: &824 title: Starred Repository description: Starred Repository type: object @@ -120920,8 +120986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: + - *438 - *439 - - *440 responses: '204': description: Response if this repository is starred by you @@ -120949,8 +121015,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -120974,8 +121040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: + - *438 - *439 - - *440 responses: '204': description: Response @@ -121008,9 +121074,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 '304': *35 @@ -121047,7 +121113,7 @@ paths: application/json: schema: type: array - items: *432 + items: *431 examples: default: value: @@ -121125,7 +121191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *232 + - *231 responses: '200': description: Response @@ -121133,10 +121199,10 @@ paths: application/json: schema: oneOf: - - *774 - *773 + - *772 examples: - default-response: &803 + default-response: &802 summary: Default response value: login: octocat @@ -121171,7 +121237,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &804 + response-with-git-hub-plan-information: &803 summary: Response with GitHub plan information value: login: octocat @@ -121228,14 +121294,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &801 + - &800 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *391 + - *390 requestBody: required: true description: Details of the draft item to create in the project. @@ -121269,9 +121335,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *395 examples: - draft_issue: *397 + draft_issue: *396 '304': *35 '403': *27 '401': *23 @@ -121294,7 +121360,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *800 + - *799 - *17 responses: '200': @@ -121305,7 +121371,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: example: ; rel="next" @@ -121329,8 +121395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *801 - - *391 + - *800 + - *390 requestBody: required: true content: @@ -121404,17 +121470,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *802 + schema: *801 examples: table_view: summary: Response for creating a table view - value: *401 + value: *400 board_view: summary: Response for creating a board view with filter - value: *401 + value: *400 roadmap_view: summary: Response for creating a roadmap view - value: *401 + value: *400 '304': *35 '403': *27 '401': *23 @@ -121456,11 +121522,11 @@ paths: application/json: schema: oneOf: - - *774 - *773 + - *772 examples: - default-response: *803 - response-with-git-hub-plan-information: *804 + default-response: *802 + response-with-git-hub-plan-information: *803 '404': *6 x-github: githubCloudOnly: false @@ -121510,8 +121576,8 @@ paths: required: - subject_digests examples: - default: *805 - withPredicateType: *806 + default: *804 + withPredicateType: *805 responses: '200': description: Response @@ -121565,7 +121631,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *807 + default: *806 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -121770,12 +121836,12 @@ paths: initiator: type: string examples: - default: *486 + default: *485 '201': description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -121809,9 +121875,9 @@ paths: application/json: schema: type: array - items: *373 + items: *372 examples: - default: *790 + default: *789 '403': *27 '401': *23 x-github: @@ -121844,7 +121910,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -121917,7 +121983,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -122004,7 +122070,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -122074,7 +122140,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -122105,7 +122171,7 @@ paths: type: array items: *4 examples: - default: *207 + default: *206 headers: Link: *45 x-github: @@ -122152,7 +122218,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - *137 - - *219 + - *218 - *17 - *19 responses: @@ -122162,9 +122228,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *221 + default: *220 headers: Link: *45 '422': *15 @@ -122195,9 +122261,9 @@ paths: application/json: schema: type: array - items: *781 + items: *780 examples: - default: *808 + default: *807 headers: Link: *45 x-github: @@ -122301,7 +122367,7 @@ paths: application/json: schema: *20 examples: - default: *623 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122387,7 +122453,7 @@ paths: type: array items: *71 examples: - default: *243 + default: *242 headers: Link: *45 x-github: @@ -122426,7 +122492,7 @@ paths: - docker - nuget - container - - *789 + - *788 - *137 - *19 - *17 @@ -122437,12 +122503,12 @@ paths: application/json: schema: type: array - items: *373 + items: *372 examples: - default: *790 + default: *789 '403': *27 '401': *23 - '400': *791 + '400': *790 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122462,17 +122528,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: + - *374 - *375 - - *376 - *137 responses: '200': description: Response content: application/json: - schema: *373 + schema: *372 examples: - default: *809 + default: *808 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122493,8 +122559,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: + - *374 - *375 - - *376 - *137 responses: '204': @@ -122527,8 +122593,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: + - *374 - *375 - - *376 - *137 - name: token description: package token @@ -122561,8 +122627,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: + - *374 - *375 - - *376 - *137 responses: '200': @@ -122571,7 +122637,7 @@ paths: application/json: schema: type: array - items: *377 + items: *376 examples: default: value: @@ -122629,16 +122695,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: + - *374 - *375 - - *376 - - *378 + - *377 - *137 responses: '200': description: Response content: application/json: - schema: *377 + schema: *376 examples: default: value: @@ -122673,10 +122739,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: + - *374 - *375 - - *376 - *137 - - *378 + - *377 responses: '204': description: Response @@ -122708,10 +122774,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: + - *374 - *375 - - *376 - *137 - - *378 + - *377 responses: '204': description: Response @@ -122752,9 +122818,9 @@ paths: application/json: schema: type: array - items: *389 + items: *388 examples: - default: *390 + default: *389 headers: Link: *45 '304': *35 @@ -122776,16 +122842,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *391 + - *390 - *137 responses: '200': description: Response content: application/json: - schema: *389 + schema: *388 examples: - default: *390 + default: *389 headers: Link: *45 '304': *35 @@ -122807,7 +122873,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *391 + - *390 - *137 - *17 - *106 @@ -122819,9 +122885,9 @@ paths: application/json: schema: type: array - items: *394 + items: *393 examples: - default: *810 + default: *809 headers: Link: *45 '304': *35 @@ -122843,7 +122909,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *137 - - *391 + - *390 requestBody: required: true content: @@ -122881,7 +122947,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *811 + items: *810 required: - name - data_type @@ -122897,7 +122963,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *812 + iteration_configuration: *811 required: - name - data_type @@ -122919,20 +122985,20 @@ paths: value: name: Due date data_type: date - single_select_field: *813 - iteration_field: *814 + single_select_field: *812 + iteration_field: *813 responses: '201': description: Response content: application/json: - schema: *394 + schema: *393 examples: - text_field: *815 - number_field: *816 - date_field: *817 - single_select_field: *818 - iteration_field: *819 + text_field: *814 + number_field: *815 + date_field: *816 + single_select_field: *817 + iteration_field: *818 '304': *35 '403': *27 '401': *23 @@ -122953,17 +123019,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *391 - - *820 + - *390 + - *819 - *137 responses: '200': description: Response content: application/json: - schema: *394 + schema: *393 examples: - default: *821 + default: *820 headers: Link: *45 '304': *35 @@ -122986,7 +123052,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *391 + - *390 - *137 - *106 - *107 @@ -123019,9 +123085,9 @@ paths: application/json: schema: type: array - items: *398 + items: *397 examples: - default: *399 + default: *398 headers: Link: *45 '304': *35 @@ -123043,7 +123109,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *137 - - *391 + - *390 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -123113,22 +123179,22 @@ paths: description: Response content: application/json: - schema: *396 + schema: *395 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *397 + value: *396 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *397 + value: *396 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *397 + value: *396 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *397 + value: *396 '304': *35 '403': *27 '401': *23 @@ -123148,9 +123214,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *391 + - *390 - *137 - - *400 + - *399 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -123170,9 +123236,9 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - default: *399 + default: *398 headers: Link: *45 '304': *35 @@ -123193,9 +123259,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *391 + - *390 - *137 - - *400 + - *399 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -123268,13 +123334,13 @@ paths: description: Response content: application/json: - schema: *398 + schema: *397 examples: - text_field: *399 - number_field: *399 - date_field: *399 - single_select_field: *399 - iteration_field: *399 + text_field: *398 + number_field: *398 + date_field: *398 + single_select_field: *398 + iteration_field: *398 '401': *23 '403': *27 '404': *6 @@ -123294,9 +123360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *391 + - *390 - *137 - - *400 + - *399 responses: '204': description: Response @@ -123318,9 +123384,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-project-view parameters: - - *391 + - *390 - *137 - - *822 + - *821 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -123346,9 +123412,9 @@ paths: application/json: schema: type: array - items: *398 + items: *397 examples: - default: *399 + default: *398 headers: Link: *45 '304': *35 @@ -123386,7 +123452,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -123461,7 +123527,7 @@ paths: application/json: schema: type: array - items: *238 + items: *237 examples: default: value: @@ -123567,9 +123633,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -123599,9 +123665,9 @@ paths: application/json: schema: type: array - items: *794 + items: *793 examples: - default: *795 + default: *794 headers: Link: *45 x-github: @@ -123631,9 +123697,9 @@ paths: application/json: schema: type: array - items: *796 + items: *795 examples: - default: *823 + default: *822 headers: Link: *45 x-github: @@ -123658,7 +123724,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *137 - - *824 + - *823 - *108 - *17 - *19 @@ -123670,11 +123736,11 @@ paths: schema: anyOf: - type: array - items: *825 + items: *824 - type: array items: *76 examples: - default-response: *799 + default-response: *798 headers: Link: *45 x-github: @@ -123703,9 +123769,9 @@ paths: application/json: schema: type: array - items: *273 + items: *272 examples: - default: *379 + default: *378 headers: Link: *45 x-github: @@ -123834,7 +123900,7 @@ webhooks: type: string enum: - disabled - enterprise: &826 + enterprise: &825 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -123903,7 +123969,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &827 + installation: &826 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -123924,7 +123990,7 @@ webhooks: required: - id - node_id - organization: &828 + organization: &827 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -123997,7 +124063,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &829 + repository: &828 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -124026,7 +124092,7 @@ webhooks: license: anyOf: - type: 'null' - - *216 + - *215 organization: anyOf: - type: 'null' @@ -124910,10 +124976,10 @@ webhooks: type: string enum: - enabled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -124989,11 +125055,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: &830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: &829 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -125216,11 +125282,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: *830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: *829 sender: *4 required: - action @@ -125408,11 +125474,11 @@ webhooks: - everyone required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - rule: *830 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + rule: *829 sender: *4 required: - action @@ -125485,7 +125551,7 @@ webhooks: required: true content: application/json: - schema: &850 + schema: &849 title: Exemption request cancellation event type: object properties: @@ -125493,11 +125559,11 @@ webhooks: type: string enum: - cancelled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: &831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: &830 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -125771,7 +125837,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &832 + items: &831 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -125883,7 +125949,7 @@ webhooks: required: true content: application/json: - schema: &851 + schema: &850 title: Exemption request completed event type: object properties: @@ -125891,11 +125957,11 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 sender: *4 required: - action @@ -125967,7 +126033,7 @@ webhooks: required: true content: application/json: - schema: &848 + schema: &847 title: Exemption request created event type: object properties: @@ -125975,11 +126041,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 sender: *4 required: - action @@ -126051,7 +126117,7 @@ webhooks: required: true content: application/json: - schema: &852 + schema: &851 title: Exemption response dismissed event type: object properties: @@ -126059,12 +126125,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 - exemption_response: *832 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 + exemption_response: *831 sender: *4 required: - action @@ -126138,7 +126204,7 @@ webhooks: required: true content: application/json: - schema: &849 + schema: &848 title: Exemption response submitted event type: object properties: @@ -126146,12 +126212,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - exemption_request: *831 - exemption_response: *832 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + exemption_request: *830 + exemption_response: *831 sender: *4 required: - action @@ -126235,7 +126301,7 @@ webhooks: type: string enum: - completed - check_run: &834 + check_run: &833 title: CheckRun description: A check performed on the code of a given code change type: object @@ -126300,8 +126366,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *217 - repository: *273 + items: *216 + repository: *272 status: type: string enum: @@ -126345,7 +126411,7 @@ webhooks: - examples: - neutral - deployment: *833 + deployment: *832 details_url: type: string examples: @@ -126405,7 +126471,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *217 + items: *216 started_at: type: string format: date-time @@ -126443,10 +126509,10 @@ webhooks: - output - app - pull_requests - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -126839,11 +126905,11 @@ webhooks: type: string enum: - created - check_run: *834 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *833 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -127239,11 +127305,11 @@ webhooks: type: string enum: - requested_action - check_run: *834 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *833 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 requested_action: description: The action requested by the user. type: object @@ -127648,11 +127714,11 @@ webhooks: type: string enum: - rerequested - check_run: *834 - installation: *827 - enterprise: *826 - organization: *828 - repository: *829 + check_run: *833 + installation: *826 + enterprise: *825 + organization: *827 + repository: *828 sender: *4 required: - check_run @@ -128644,10 +128710,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -129356,10 +129422,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -130062,10 +130128,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -130234,7 +130300,7 @@ webhooks: required: - login - id - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -130386,20 +130452,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &835 + commit_oid: &834 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *826 - installation: *827 - organization: *828 - ref: &836 + enterprise: *825 + installation: *826 + organization: *827 + ref: &835 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *829 + repository: *828 sender: *4 required: - action @@ -130566,7 +130632,7 @@ webhooks: required: - login - id - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -130807,12 +130873,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *835 - enterprise: *826 - installation: *827 - organization: *828 - ref: *836 - repository: *829 + commit_oid: *834 + enterprise: *825 + installation: *826 + organization: *827 + ref: *835 + repository: *828 sender: *4 required: - action @@ -130910,7 +130976,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -131095,12 +131161,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *835 - enterprise: *826 - installation: *827 - organization: *828 - ref: *836 - repository: *829 + commit_oid: *834 + enterprise: *825 + installation: *826 + organization: *827 + ref: *835 + repository: *828 sender: *4 required: - action @@ -131269,7 +131335,7 @@ webhooks: required: - login - id - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -131446,12 +131512,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *835 - enterprise: *826 - installation: *827 - organization: *828 - ref: *836 - repository: *829 + commit_oid: *834 + enterprise: *825 + installation: *826 + organization: *827 + ref: *835 + repository: *828 sender: *4 required: - action @@ -131552,7 +131618,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -131741,9 +131807,9 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -131751,7 +131817,7 @@ webhooks: type: - string - 'null' - repository: *829 + repository: *828 sender: *4 required: - action @@ -131850,7 +131916,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -131997,12 +132063,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *835 - enterprise: *826 - installation: *827 - organization: *828 - ref: *836 - repository: *829 + commit_oid: *834 + enterprise: *825 + installation: *826 + organization: *827 + ref: *835 + repository: *828 sender: *4 required: - action @@ -132171,7 +132237,7 @@ webhooks: required: - login - id - dismissed_comment: *514 + dismissed_comment: *513 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -132323,10 +132389,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -132586,10 +132652,10 @@ webhooks: - updated_at - author_association - body - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -132670,18 +132736,18 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *828 - pusher_type: &837 + organization: *827 + pusher_type: &836 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &838 + ref: &837 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -132691,7 +132757,7 @@ webhooks: enum: - tag - branch - repository: *829 + repository: *828 sender: *4 required: - ref @@ -132774,9 +132840,9 @@ webhooks: enum: - created definition: *151 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -132861,9 +132927,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -132941,9 +133007,9 @@ webhooks: enum: - promote_to_enterprise definition: *151 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -133021,9 +133087,9 @@ webhooks: enum: - updated definition: *151 - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -133100,10 +133166,10 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - repository: *829 - organization: *828 + enterprise: *825 + installation: *826 + repository: *828 + organization: *827 sender: *4 new_property_values: type: array @@ -133188,18 +133254,18 @@ webhooks: title: delete event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - pusher_type: *837 - ref: *838 + enterprise: *825 + installation: *826 + organization: *827 + pusher_type: *836 + ref: *837 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *829 + repository: *828 sender: *4 required: - ref @@ -133283,11 +133349,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133371,11 +133437,11 @@ webhooks: type: string enum: - auto_reopened - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133459,11 +133525,11 @@ webhooks: type: string enum: - created - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133545,11 +133611,11 @@ webhooks: type: string enum: - dismissed - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133631,11 +133697,11 @@ webhooks: type: string enum: - fixed - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133718,11 +133784,11 @@ webhooks: type: string enum: - reintroduced - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133804,11 +133870,11 @@ webhooks: type: string enum: - reopened - alert: *572 - installation: *827 - organization: *828 - enterprise: *826 - repository: *829 + alert: *571 + installation: *826 + organization: *827 + enterprise: *825 + repository: *828 sender: *4 required: - action @@ -133885,9 +133951,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - key: &839 + enterprise: *825 + installation: *826 + key: &838 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -133925,8 +133991,8 @@ webhooks: - verified - created_at - read_only - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -134003,11 +134069,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - key: *839 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + key: *838 + organization: *827 + repository: *828 sender: *4 required: - action @@ -134579,12 +134645,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: &843 + workflow: &842 title: Workflow type: - object @@ -135322,13 +135388,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *578 + deployment: *577 pull_requests: type: array - items: *673 - repository: *829 - organization: *828 - installation: *827 + items: *672 + repository: *828 + organization: *827 + installation: *826 sender: *4 responses: '200': @@ -135399,7 +135465,7 @@ webhooks: type: string enum: - approved - approver: &840 + approver: &839 type: object properties: avatar_url: @@ -135442,11 +135508,11 @@ webhooks: type: string comment: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - reviewers: &841 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + reviewers: &840 type: array items: type: object @@ -135527,7 +135593,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &842 + workflow_job_run: &841 type: object properties: conclusion: @@ -136273,18 +136339,18 @@ webhooks: type: string enum: - rejected - approver: *840 + approver: *839 comment: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - reviewers: *841 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + reviewers: *840 sender: *4 since: type: string - workflow_job_run: *842 + workflow_job_run: *841 workflow_job_runs: type: array items: @@ -137001,13 +137067,13 @@ webhooks: type: string enum: - requested - enterprise: *826 + enterprise: *825 environment: type: string - installation: *827 - organization: *828 - repository: *829 - requestor: &853 + installation: *826 + organization: *827 + repository: *828 + requestor: &852 title: User type: - object @@ -138950,12 +139016,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *843 + workflow: *842 workflow_run: title: Deployment Workflow Run type: @@ -139646,7 +139712,7 @@ webhooks: type: string enum: - answered - answer: &846 + answer: &845 type: object properties: author_association: @@ -139806,11 +139872,11 @@ webhooks: - created_at - updated_at - body - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -139937,11 +140003,11 @@ webhooks: - from required: - category - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140024,11 +140090,11 @@ webhooks: type: string enum: - closed - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140110,7 +140176,7 @@ webhooks: type: string enum: - created - comment: &845 + comment: &844 type: object properties: author_association: @@ -140270,11 +140336,11 @@ webhooks: - updated_at - body - reactions - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140357,12 +140423,12 @@ webhooks: type: string enum: - deleted - comment: *845 - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + comment: *844 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140457,12 +140523,12 @@ webhooks: - from required: - body - comment: *845 - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + comment: *844 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140546,11 +140612,11 @@ webhooks: type: string enum: - created - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140632,11 +140698,11 @@ webhooks: type: string enum: - deleted - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140736,11 +140802,11 @@ webhooks: type: string required: - from - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140822,10 +140888,10 @@ webhooks: type: string enum: - labeled - discussion: *844 - enterprise: *826 - installation: *827 - label: &847 + discussion: *843 + enterprise: *825 + installation: *826 + label: &846 title: Label type: object properties: @@ -140858,8 +140924,8 @@ webhooks: - color - default - description - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -140942,11 +141008,11 @@ webhooks: type: string enum: - locked - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141028,11 +141094,11 @@ webhooks: type: string enum: - pinned - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141114,11 +141180,11 @@ webhooks: type: string enum: - reopened - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141203,16 +141269,16 @@ webhooks: changes: type: object properties: - new_discussion: *844 - new_repository: *829 + new_discussion: *843 + new_repository: *828 required: - new_discussion - new_repository - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141295,10 +141361,10 @@ webhooks: type: string enum: - unanswered - discussion: *844 - old_answer: *846 - organization: *828 - repository: *829 + discussion: *843 + old_answer: *845 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141380,12 +141446,12 @@ webhooks: type: string enum: - unlabeled - discussion: *844 - enterprise: *826 - installation: *827 - label: *847 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141468,11 +141534,11 @@ webhooks: type: string enum: - unlocked - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141554,11 +141620,11 @@ webhooks: type: string enum: - unpinned - discussion: *844 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + discussion: *843 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -141627,7 +141693,7 @@ webhooks: required: true content: application/json: - schema: *848 + schema: *847 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141690,7 +141756,7 @@ webhooks: required: true content: application/json: - schema: *849 + schema: *848 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141753,7 +141819,7 @@ webhooks: required: true content: application/json: - schema: *850 + schema: *849 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141816,7 +141882,7 @@ webhooks: required: true content: application/json: - schema: *848 + schema: *847 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141879,7 +141945,7 @@ webhooks: required: true content: application/json: - schema: *849 + schema: *848 responses: '200': description: Return a 200 status to indicate that the data was received @@ -141945,7 +142011,7 @@ webhooks: required: true content: application/json: - schema: *850 + schema: *849 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142011,7 +142077,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *850 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142077,7 +142143,7 @@ webhooks: required: true content: application/json: - schema: *848 + schema: *847 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142143,7 +142209,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *851 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142209,7 +142275,7 @@ webhooks: required: true content: application/json: - schema: *849 + schema: *848 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142274,7 +142340,7 @@ webhooks: required: true content: application/json: - schema: *850 + schema: *849 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142339,7 +142405,7 @@ webhooks: required: true content: application/json: - schema: *851 + schema: *850 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142404,7 +142470,7 @@ webhooks: required: true content: application/json: - schema: *848 + schema: *847 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142469,7 +142535,7 @@ webhooks: required: true content: application/json: - schema: *852 + schema: *851 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142535,7 +142601,7 @@ webhooks: required: true content: application/json: - schema: *849 + schema: *848 responses: '200': description: Return a 200 status to indicate that the data was received @@ -142602,7 +142668,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *826 + enterprise: *825 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -143280,9 +143346,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - forkee @@ -143428,9 +143494,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pages: description: The pages that were updated. type: array @@ -143468,7 +143534,7 @@ webhooks: - action - sha - html_url - repository: *829 + repository: *828 sender: *4 required: - pages @@ -143544,10 +143610,10 @@ webhooks: type: string enum: - created - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: &854 + organization: *827 + repositories: &853 description: An array of repository objects that the installation can access. type: array @@ -143573,8 +143639,8 @@ webhooks: - name - full_name - private - repository: *829 - requester: *853 + repository: *828 + requester: *852 sender: *4 required: - action @@ -143649,11 +143715,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -143730,11 +143796,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -143811,10 +143877,10 @@ webhooks: type: string enum: - added - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories_added: &855 + organization: *827 + repositories_added: &854 description: An array of repository objects, which were added to the installation. type: array @@ -143860,15 +143926,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *829 - repository_selection: &856 + repository: *828 + repository_selection: &855 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *853 + requester: *852 sender: *4 required: - action @@ -143947,10 +144013,10 @@ webhooks: type: string enum: - removed - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories_added: *855 + organization: *827 + repositories_added: *854 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -143977,9 +144043,9 @@ webhooks: - name - full_name - private - repository: *829 - repository_selection: *856 - requester: *853 + repository: *828 + repository_selection: *855 + requester: *852 sender: *4 required: - action @@ -144058,11 +144124,11 @@ webhooks: type: string enum: - suspend - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -144245,10 +144311,10 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 target_type: type: string @@ -144327,11 +144393,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *826 + enterprise: *825 installation: *20 - organization: *828 - repositories: *854 - repository: *829 + organization: *827 + repositories: *853 + repository: *828 requester: type: - 'null' @@ -144579,8 +144645,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145397,8 +145463,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145415,7 +145481,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -145759,8 +145825,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -145840,7 +145906,7 @@ webhooks: type: string enum: - deleted - comment: &857 + comment: &856 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -146007,8 +146073,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -146821,8 +146887,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146839,7 +146905,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -147185,8 +147251,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -147266,7 +147332,7 @@ webhooks: type: string enum: - edited - changes: &881 + changes: &880 description: The changes to the comment. type: object properties: @@ -147278,9 +147344,9 @@ webhooks: type: string required: - from - comment: *857 - enterprise: *826 - installation: *827 + comment: *856 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148096,8 +148162,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148114,7 +148180,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -148458,8 +148524,8 @@ webhooks: - state - locked - assignee - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148543,15 +148609,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *213 + blocked_issue: *212 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *213 + blocking_issue: *212 blocking_issue_repo: *76 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148634,15 +148700,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *213 + blocked_issue: *212 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *213 + blocking_issue: *212 blocking_issue_repo: *76 - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148724,15 +148790,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *213 + blocked_issue: *212 blocked_issue_repo: *76 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *213 - installation: *827 - organization: *828 - repository: *829 + blocking_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148815,15 +148881,15 @@ webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *213 + blocked_issue: *212 blocked_issue_repo: *76 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *213 - installation: *827 - organization: *828 - repository: *829 + blocking_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -148903,10 +148969,10 @@ webhooks: type: string enum: - assigned - assignee: *853 - enterprise: *826 - installation: *827 - issue: &860 + assignee: *852 + enterprise: *825 + installation: *826 + issue: &859 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -149718,11 +149784,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149739,7 +149805,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -149842,8 +149908,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -149923,8 +149989,8 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -150741,11 +150807,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150762,7 +150828,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -151008,8 +151074,8 @@ webhooks: required: - state - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -151088,8 +151154,8 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151897,11 +151963,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151918,7 +151984,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -152020,8 +152086,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -152100,8 +152166,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152932,11 +152998,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152953,7 +153019,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -153034,7 +153100,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &858 + milestone: &857 title: Milestone description: A collection of related issues and pull requests. type: object @@ -153177,8 +153243,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -153277,8 +153343,8 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -154090,11 +154156,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154108,7 +154174,7 @@ webhooks: timeline_url: type: string format: uri - type: *358 + type: *357 title: description: Title of the issue type: string @@ -154214,9 +154280,9 @@ webhooks: - active_lock_reason - body - reactions - label: *847 - organization: *828 - repository: *829 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -154296,8 +154362,8 @@ webhooks: type: string enum: - labeled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155108,11 +155174,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155126,7 +155192,7 @@ webhooks: timeline_url: type: string format: uri - type: *358 + type: *357 title: description: Title of the issue type: string @@ -155232,9 +155298,9 @@ webhooks: - active_lock_reason - body - reactions - label: *847 - organization: *828 - repository: *829 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -155314,8 +155380,8 @@ webhooks: type: string enum: - locked - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156151,11 +156217,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156169,7 +156235,7 @@ webhooks: timeline_url: type: string format: uri - type: *358 + type: *357 title: description: Title of the issue type: string @@ -156252,8 +156318,8 @@ webhooks: format: uri user_view_type: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -156332,8 +156398,8 @@ webhooks: type: string enum: - milestoned - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157163,11 +157229,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157184,7 +157250,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -157264,9 +157330,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *858 - organization: *828 - repository: *829 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -158158,11 +158224,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158258,7 +158324,7 @@ webhooks: required: - login - id - type: *358 + type: *357 required: - id - number @@ -158739,8 +158805,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159552,11 +159618,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159573,7 +159639,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -159675,8 +159741,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -159756,9 +159822,9 @@ webhooks: type: string enum: - pinned - enterprise: *826 - installation: *827 - issue: &859 + enterprise: *825 + installation: *826 + issue: &858 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -160564,11 +160630,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160585,7 +160651,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -160687,8 +160753,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -160767,8 +160833,8 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161602,11 +161668,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161703,9 +161769,9 @@ webhooks: format: uri user_view_type: type: string - type: *358 - organization: *828 - repository: *829 + type: *357 + organization: *827 + repository: *828 sender: *4 required: - action @@ -162594,11 +162660,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162615,7 +162681,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -163197,11 +163263,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *826 - installation: *827 - issue: *859 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *858 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163281,12 +163347,12 @@ webhooks: type: string enum: - typed - enterprise: *826 - installation: *827 - issue: *860 - type: *358 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + type: *357 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163367,7 +163433,7 @@ webhooks: type: string enum: - unassigned - assignee: &884 + assignee: &883 title: User type: - object @@ -163439,11 +163505,11 @@ webhooks: required: - login - id - enterprise: *826 - installation: *827 - issue: *860 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163522,12 +163588,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *826 - installation: *827 - issue: *860 - label: *847 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -163607,8 +163673,8 @@ webhooks: type: string enum: - unlocked - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164442,11 +164508,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *765 - issue_dependencies_summary: *766 + sub_issues_summary: *764 + issue_dependencies_summary: *765 issue_field_values: type: array - items: *767 + items: *766 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164463,7 +164529,7 @@ webhooks: title: description: Title of the issue type: string - type: *358 + type: *357 updated_at: type: string format: date-time @@ -164543,8 +164609,8 @@ webhooks: format: uri user_view_type: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164624,11 +164690,11 @@ webhooks: type: string enum: - unpinned - enterprise: *826 - installation: *827 - issue: *859 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *858 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164707,12 +164773,12 @@ webhooks: type: string enum: - untyped - enterprise: *826 - installation: *827 - issue: *860 - type: *358 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + issue: *859 + type: *357 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164792,11 +164858,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - label: *847 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164874,11 +164940,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - label: *847 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -164988,11 +165054,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - label: *847 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + label: *846 + organization: *827 + repository: *828 sender: *4 required: - action @@ -165074,9 +165140,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: &861 + enterprise: *825 + installation: *826 + marketplace_purchase: &860 title: Marketplace Purchase type: object required: @@ -165164,8 +165230,8 @@ webhooks: type: integer unit_count: type: integer - organization: *828 - previous_marketplace_purchase: &862 + organization: *827 + previous_marketplace_purchase: &861 title: Marketplace Purchase type: object properties: @@ -165249,7 +165315,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165329,10 +165395,10 @@ webhooks: - changed effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165420,7 +165486,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165502,10 +165568,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165591,7 +165657,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *829 + repository: *828 sender: *4 required: - action @@ -165672,8 +165738,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 marketplace_purchase: title: Marketplace Purchase type: object @@ -165759,9 +165825,9 @@ webhooks: type: integer unit_count: type: integer - organization: *828 - previous_marketplace_purchase: *862 - repository: *829 + organization: *827 + previous_marketplace_purchase: *861 + repository: *828 sender: *4 required: - action @@ -165841,12 +165907,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *826 - installation: *827 - marketplace_purchase: *861 - organization: *828 - previous_marketplace_purchase: *862 - repository: *829 + enterprise: *825 + installation: *826 + marketplace_purchase: *860 + organization: *827 + previous_marketplace_purchase: *861 + repository: *828 sender: *4 required: - action @@ -165948,11 +166014,11 @@ webhooks: type: string required: - to - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166054,11 +166120,11 @@ webhooks: type: - string - 'null' - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166137,11 +166203,11 @@ webhooks: type: string enum: - removed - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166219,11 +166285,11 @@ webhooks: type: string enum: - added - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166301,7 +166367,7 @@ webhooks: required: - login - id - team: &863 + team: &862 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -166531,11 +166597,11 @@ webhooks: type: string enum: - removed - enterprise: *826 - installation: *827 - member: *853 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + member: *852 + organization: *827 + repository: *828 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166614,7 +166680,7 @@ webhooks: required: - login - id - team: *863 + team: *862 required: - action - scope @@ -166696,8 +166762,8 @@ webhooks: type: string enum: - checks_requested - installation: *827 - merge_group: &864 + installation: *826 + merge_group: &863 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -166716,15 +166782,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *506 + head_commit: *505 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166810,10 +166876,10 @@ webhooks: - merged - invalidated - dequeued - installation: *827 - merge_group: *864 - organization: *828 - repository: *829 + installation: *826 + merge_group: *863 + organization: *827 + repository: *828 sender: *4 required: - action @@ -166886,7 +166952,7 @@ webhooks: type: string enum: - deleted - enterprise: *826 + enterprise: *825 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -166995,12 +167061,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *827 - organization: *828 + installation: *826 + organization: *827 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -167080,11 +167146,11 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167163,9 +167229,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - milestone: &865 + enterprise: *825 + installation: *826 + milestone: &864 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167307,8 +167373,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167387,11 +167453,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167501,11 +167567,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - milestone: *858 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *857 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167585,11 +167651,11 @@ webhooks: type: string enum: - opened - enterprise: *826 - installation: *827 - milestone: *865 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + milestone: *864 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167668,11 +167734,11 @@ webhooks: type: string enum: - blocked - blocked_user: *853 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + blocked_user: *852 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167751,11 +167817,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *853 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + blocked_user: *852 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -167831,7 +167897,7 @@ webhooks: enum: - created definition: *145 - enterprise: *826 + enterprise: *825 sender: *4 required: - action @@ -167911,8 +167977,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 sender: *4 required: - action @@ -167985,8 +168051,8 @@ webhooks: enum: - updated definition: *145 - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 sender: *4 required: - action @@ -168058,9 +168124,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 new_property_values: type: array @@ -168148,9 +168214,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - membership: &866 + enterprise: *825 + installation: *826 + membership: &865 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -168260,8 +168326,8 @@ webhooks: - role - organization_url - user - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168339,11 +168405,11 @@ webhooks: type: string enum: - member_added - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168422,8 +168488,8 @@ webhooks: type: string enum: - member_invited - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -168545,10 +168611,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 - user: *853 + user: *852 required: - action - invitation @@ -168626,11 +168692,11 @@ webhooks: type: string enum: - member_removed - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168717,11 +168783,11 @@ webhooks: properties: from: type: string - enterprise: *826 - installation: *827 - membership: *866 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + membership: *865 + organization: *827 + repository: *828 sender: *4 required: - action @@ -168797,9 +168863,9 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 package: description: Information about the package. type: object @@ -169322,7 +169388,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &867 + items: &866 title: Ruby Gems metadata type: object properties: @@ -169419,7 +169485,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -169495,9 +169561,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 package: description: Information about the package. type: object @@ -169859,7 +169925,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *867 + items: *866 source_url: type: string format: uri @@ -169930,7 +169996,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -170111,12 +170177,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *826 + enterprise: *825 id: type: integer - installation: *827 - organization: *828 - repository: *829 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - id @@ -170193,7 +170259,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &868 + personal_access_token_request: &867 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -170343,10 +170409,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *826 - organization: *828 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170423,11 +170489,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *868 - enterprise: *826 - organization: *828 + personal_access_token_request: *867 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170503,11 +170569,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *868 - enterprise: *826 - organization: *828 + personal_access_token_request: *867 + enterprise: *825 + organization: *827 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170582,11 +170648,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *868 - organization: *828 - enterprise: *826 + personal_access_token_request: *867 + organization: *827 + enterprise: *825 sender: *4 - installation: *827 + installation: *826 required: - action - personal_access_token_request @@ -170691,7 +170757,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *869 + last_response: *868 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -170723,8 +170789,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 zen: description: Random string of GitHub zen. @@ -170969,10 +171035,10 @@ webhooks: - from required: - note - enterprise: *826 - installation: *827 - organization: *828 - project_card: &870 + enterprise: *825 + installation: *826 + organization: *827 + project_card: &869 title: Project Card type: object properties: @@ -171095,7 +171161,7 @@ webhooks: - creator - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -171176,11 +171242,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project_card: *870 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_card: *869 + repository: *828 sender: *4 required: - action @@ -171260,9 +171326,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 project_card: title: Project Card type: object @@ -171392,7 +171458,7 @@ webhooks: repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -171486,11 +171552,11 @@ webhooks: - from required: - note - enterprise: *826 - installation: *827 - organization: *828 - project_card: *870 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_card: *869 + repository: *828 sender: *4 required: - action @@ -171584,9 +171650,9 @@ webhooks: - from required: - column_id - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 project_card: allOf: - title: Project Card @@ -171783,7 +171849,7 @@ webhooks: type: string required: - after_id - repository: *829 + repository: *828 sender: *4 required: - action @@ -171863,10 +171929,10 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - organization: *828 - project: &872 + enterprise: *825 + installation: *826 + organization: *827 + project: &871 title: Project type: object properties: @@ -171993,7 +172059,7 @@ webhooks: - creator - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -172073,10 +172139,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project_column: &871 + enterprise: *825 + installation: *826 + organization: *827 + project_column: &870 title: Project Column type: object properties: @@ -172116,7 +172182,7 @@ webhooks: - name - created_at - updated_at - repository: *829 + repository: *828 sender: *4 required: - action @@ -172195,14 +172261,14 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -172291,11 +172357,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 + repository: *828 sender: *4 required: - action @@ -172375,11 +172441,11 @@ webhooks: type: string enum: - moved - enterprise: *826 - installation: *827 - organization: *828 - project_column: *871 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project_column: *870 + repository: *828 sender: *4 required: - action @@ -172459,11 +172525,11 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172543,14 +172609,14 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - project: *872 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 repository: anyOf: - type: 'null' - - *829 + - *828 sender: *4 required: - action @@ -172651,11 +172717,11 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172734,11 +172800,11 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 - organization: *828 - project: *872 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + project: *871 + repository: *828 sender: *4 required: - action @@ -172819,9 +172885,9 @@ webhooks: type: string enum: - closed - installation: *827 - organization: *828 - projects_v2: *389 + installation: *826 + organization: *827 + projects_v2: *388 sender: *4 required: - action @@ -172902,9 +172968,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2: *389 + installation: *826 + organization: *827 + projects_v2: *388 sender: *4 required: - action @@ -172985,9 +173051,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2: *389 + installation: *826 + organization: *827 + projects_v2: *388 sender: *4 required: - action @@ -173108,9 +173174,9 @@ webhooks: type: string to: type: string - installation: *827 - organization: *828 - projects_v2: *389 + installation: *826 + organization: *827 + projects_v2: *388 sender: *4 required: - action @@ -173193,7 +173259,7 @@ webhooks: type: string enum: - archived - changes: &876 + changes: &875 type: object properties: archived_at: @@ -173209,9 +173275,9 @@ webhooks: - string - 'null' format: date-time - installation: *827 - organization: *828 - projects_v2_item: &873 + installation: *826 + organization: *827 + projects_v2_item: &872 title: Projects v2 Item description: An item belonging to a project type: object @@ -173229,7 +173295,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *395 + content_type: *394 creator: *4 created_at: type: string @@ -173351,9 +173417,9 @@ webhooks: - 'null' to: type: string - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173435,9 +173501,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173518,9 +173584,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173625,7 +173691,7 @@ webhooks: oneOf: - type: string - type: integer - - &874 + - &873 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -173649,7 +173715,7 @@ webhooks: required: - id - name - - &875 + - &874 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -173689,8 +173755,8 @@ webhooks: oneOf: - type: string - type: integer + - *873 - *874 - - *875 type: - 'null' - string @@ -173713,9 +173779,9 @@ webhooks: - 'null' required: - body - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173812,9 +173878,9 @@ webhooks: type: - string - 'null' - installation: *827 - organization: *828 - projects_v2_item: *873 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173897,10 +173963,10 @@ webhooks: type: string enum: - restored - changes: *876 - installation: *827 - organization: *828 - projects_v2_item: *873 + changes: *875 + installation: *826 + organization: *827 + projects_v2_item: *872 sender: *4 required: - action @@ -173982,9 +174048,9 @@ webhooks: type: string enum: - reopened - installation: *827 - organization: *828 - projects_v2: *389 + installation: *826 + organization: *827 + projects_v2: *388 sender: *4 required: - action @@ -174065,9 +174131,9 @@ webhooks: type: string enum: - created - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -174148,9 +174214,9 @@ webhooks: type: string enum: - deleted - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -174296,9 +174362,9 @@ webhooks: - string - 'null' format: date - installation: *827 - organization: *828 - projects_v2_status_update: *877 + installation: *826 + organization: *827 + projects_v2_status_update: *876 sender: *4 required: - action @@ -174369,10 +174435,10 @@ webhooks: title: public event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - repository @@ -174449,13 +174515,13 @@ webhooks: type: string enum: - assigned - assignee: *853 - enterprise: *826 - installation: *827 - number: &878 + assignee: *852 + enterprise: *825 + installation: *826 + number: &877 description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -176804,7 +176870,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -176886,11 +176952,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -179232,7 +179298,7 @@ webhooks: - draft reason: type: string - repository: *829 + repository: *828 sender: *4 required: - action @@ -179314,11 +179380,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -181660,7 +181726,7 @@ webhooks: - draft reason: type: string - repository: *829 + repository: *828 sender: *4 required: - action @@ -181742,13 +181808,13 @@ webhooks: type: string enum: - closed - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: &879 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: &878 allOf: - - *673 + - *672 - type: object properties: allow_auto_merge: @@ -181810,7 +181876,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *829 + repository: *828 sender: *4 required: - action @@ -181891,12 +181957,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -181976,11 +182042,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *826 - milestone: *392 - number: *878 - organization: *828 - pull_request: &880 + enterprise: *825 + milestone: *391 + number: *877 + organization: *827 + pull_request: &879 title: Pull Request type: object properties: @@ -184307,7 +184373,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -184386,11 +184452,11 @@ webhooks: type: string enum: - dequeued - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -186736,7 +186802,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *829 + repository: *828 sender: *4 required: - action @@ -186860,12 +186926,12 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -186945,11 +187011,11 @@ webhooks: type: string enum: - enqueued - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -189280,7 +189346,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -189360,11 +189426,11 @@ webhooks: type: string enum: - labeled - enterprise: *826 - installation: *827 - label: *847 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + label: *846 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -191712,7 +191778,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -191793,10 +191859,10 @@ webhooks: type: string enum: - locked - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -194142,7 +194208,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -194222,12 +194288,12 @@ webhooks: type: string enum: - milestoned - enterprise: *826 - milestone: *392 - number: *878 - organization: *828 - pull_request: *880 - repository: *829 + enterprise: *825 + milestone: *391 + number: *877 + organization: *827 + pull_request: *879 + repository: *828 sender: *4 required: - action @@ -194306,12 +194372,12 @@ webhooks: type: string enum: - opened - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194392,12 +194458,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194477,12 +194543,12 @@ webhooks: type: string enum: - reopened - enterprise: *826 - installation: *827 - number: *878 - organization: *828 - pull_request: *879 - repository: *829 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 + pull_request: *878 + repository: *828 sender: *4 required: - action @@ -194857,9 +194923,9 @@ webhooks: - start_side - side - reactions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -197089,7 +197155,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -197169,7 +197235,7 @@ webhooks: type: string enum: - deleted - comment: &882 + comment: &881 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -197462,9 +197528,9 @@ webhooks: - start_side - side - reactions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -199682,7 +199748,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -199762,11 +199828,11 @@ webhooks: type: string enum: - edited - changes: *881 - comment: *882 - enterprise: *826 - installation: *827 - organization: *828 + changes: *880 + comment: *881 + enterprise: *825 + installation: *826 + organization: *827 pull_request: type: object properties: @@ -201987,7 +202053,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *829 + repository: *828 sender: *4 required: - action @@ -202068,9 +202134,9 @@ webhooks: type: string enum: - dismissed - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -204303,7 +204369,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 review: description: The review that was affected. type: object @@ -204554,9 +204620,9 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -206670,8 +206736,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 - review: &883 + repository: *828 + review: &882 description: The review that was affected. type: object properties: @@ -206909,12 +206975,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -209261,7 +209327,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_reviewer: title: User type: @@ -209347,12 +209413,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -211706,7 +211772,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211901,12 +211967,12 @@ webhooks: type: string enum: - review_requested - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -214255,7 +214321,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_reviewer: title: User type: @@ -214342,12 +214408,12 @@ webhooks: type: string enum: - review_requested - enterprise: *826 - installation: *827 + enterprise: *825 + installation: *826 number: description: The pull request number. type: integer - organization: *828 + organization: *827 pull_request: title: Pull Request type: object @@ -216687,7 +216753,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216871,9 +216937,9 @@ webhooks: type: string enum: - submitted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -219109,8 +219175,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 - review: *883 + repository: *828 + review: *882 sender: *4 required: - action @@ -219190,9 +219256,9 @@ webhooks: type: string enum: - resolved - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -221323,7 +221389,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 sender: *4 thread: type: object @@ -221720,9 +221786,9 @@ webhooks: type: string enum: - unresolved - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 pull_request: title: Simple Pull Request type: object @@ -223836,7 +223902,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *829 + repository: *828 sender: *4 thread: type: object @@ -224235,10 +224301,10 @@ webhooks: type: string before: type: string - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -226573,7 +226639,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -226655,11 +226721,11 @@ webhooks: type: string enum: - unassigned - assignee: *884 - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + assignee: *883 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -229009,7 +229075,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -229088,11 +229154,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *826 - installation: *827 - label: *847 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + label: *846 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -231431,7 +231497,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -231512,10 +231578,10 @@ webhooks: type: string enum: - unlocked - enterprise: *826 - installation: *827 - number: *878 - organization: *828 + enterprise: *825 + installation: *826 + number: *877 + organization: *827 pull_request: title: Pull Request type: object @@ -233844,7 +233910,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *829 + repository: *828 sender: *4 required: - action @@ -234047,7 +234113,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *826 + enterprise: *825 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -234142,8 +234208,8 @@ webhooks: - url - author - committer - installation: *827 - organization: *828 + installation: *826 + organization: *827 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -234731,9 +234797,9 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 registry_package: type: object properties: @@ -235210,7 +235276,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *867 + items: *866 summary: type: string tag_name: @@ -235266,7 +235332,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -235344,9 +235410,9 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 registry_package: type: object properties: @@ -235658,7 +235724,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *867 + items: *866 summary: type: string tag_name: @@ -235708,7 +235774,7 @@ webhooks: - owner - package_version - registry - repository: *829 + repository: *828 sender: *4 required: - action @@ -235785,10 +235851,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - release: &885 + enterprise: *825 + installation: *826 + organization: *827 + release: &884 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -236119,7 +236185,7 @@ webhooks: - updated_at - zipball_url - body - repository: *829 + repository: *828 sender: *4 required: - action @@ -236196,11 +236262,11 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -236317,11 +236383,11 @@ webhooks: type: boolean required: - to - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -236399,9 +236465,9 @@ webhooks: type: string enum: - prereleased - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -236737,7 +236803,7 @@ webhooks: - string - 'null' format: uri - repository: *829 + repository: *828 sender: *4 required: - action @@ -236813,10 +236879,10 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - release: &886 + enterprise: *825 + installation: *826 + organization: *827 + release: &885 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -237149,7 +237215,7 @@ webhooks: - string - 'null' format: uri - repository: *829 + repository: *828 sender: *4 required: - action @@ -237225,11 +237291,11 @@ webhooks: type: string enum: - released - enterprise: *826 - installation: *827 - organization: *828 - release: *885 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *884 + repository: *828 sender: *4 required: - action @@ -237305,11 +237371,11 @@ webhooks: type: string enum: - unpublished - enterprise: *826 - installation: *827 - organization: *828 - release: *886 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + release: *885 + repository: *828 sender: *4 required: - action @@ -237385,11 +237451,11 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - repository_advisory: *725 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + repository_advisory: *724 sender: *4 required: - action @@ -237465,11 +237531,11 @@ webhooks: type: string enum: - reported - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - repository_advisory: *725 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + repository_advisory: *724 sender: *4 required: - action @@ -237545,10 +237611,10 @@ webhooks: type: string enum: - archived - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237625,10 +237691,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237706,10 +237772,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237794,10 +237860,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237912,10 +237978,10 @@ webhooks: - 'null' items: type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -237987,10 +238053,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 status: type: string @@ -238071,10 +238137,10 @@ webhooks: type: string enum: - privatized - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238151,10 +238217,10 @@ webhooks: type: string enum: - publicized - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238248,10 +238314,10 @@ webhooks: - name required: - repository - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238331,10 +238397,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *185 sender: *4 required: @@ -238413,10 +238479,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *185 sender: *4 required: @@ -238495,10 +238561,10 @@ webhooks: type: string enum: - edited - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 repository_ruleset: *185 changes: type: object @@ -238560,16 +238626,16 @@ webhooks: properties: added: type: array - items: *693 + items: *692 deleted: type: array - items: *693 + items: *692 updated: type: array items: type: object properties: - rule: *693 + rule: *692 changes: type: object properties: @@ -238806,10 +238872,10 @@ webhooks: - from required: - owner - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238887,10 +238953,10 @@ webhooks: type: string enum: - unarchived - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -238968,7 +239034,7 @@ webhooks: type: string enum: - create - alert: &887 + alert: &886 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -239092,10 +239158,10 @@ webhooks: type: string enum: - open - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239305,10 +239371,10 @@ webhooks: type: string enum: - dismissed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239386,11 +239452,11 @@ webhooks: type: string enum: - reopen - alert: *887 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *886 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239592,10 +239658,10 @@ webhooks: enum: - fixed - open - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239673,7 +239739,7 @@ webhooks: type: string enum: - assigned - alert: &888 + alert: &887 type: object properties: number: *124 @@ -239788,10 +239854,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239869,11 +239935,11 @@ webhooks: type: string enum: - created - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -239954,11 +240020,11 @@ webhooks: type: string enum: - created - alert: *888 - installation: *827 - location: *889 - organization: *828 - repository: *829 + alert: *887 + installation: *826 + location: *888 + organization: *827 + repository: *828 sender: *4 required: - location @@ -240196,11 +240262,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240278,11 +240344,11 @@ webhooks: type: string enum: - reopened - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240360,11 +240426,11 @@ webhooks: type: string enum: - resolved - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240442,12 +240508,12 @@ webhooks: type: string enum: - unassigned - alert: *888 + alert: *887 assignee: *4 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240525,11 +240591,11 @@ webhooks: type: string enum: - validated - alert: *888 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + alert: *887 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -240659,10 +240725,10 @@ webhooks: - organization - enterprise - - repository: *829 - enterprise: *826 - installation: *827 - organization: *828 + repository: *828 + enterprise: *825 + installation: *826 + organization: *827 sender: *4 required: - action @@ -240740,11 +240806,11 @@ webhooks: type: string enum: - published - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - security_advisory: &890 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + security_advisory: &889 description: The details of the security advisory, including summary, description, and severity. type: object @@ -240930,11 +240996,11 @@ webhooks: type: string enum: - updated - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 - security_advisory: *890 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 + security_advisory: *889 sender: *4 required: - action @@ -241007,10 +241073,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -241196,11 +241262,11 @@ webhooks: from: type: object properties: - security_and_analysis: *403 - enterprise: *826 - installation: *827 - organization: *828 - repository: *444 + security_and_analysis: *402 + enterprise: *825 + installation: *826 + organization: *827 + repository: *443 sender: *4 required: - changes @@ -241278,12 +241344,12 @@ webhooks: type: string enum: - cancelled - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: &891 + sponsorship: &890 type: object properties: created_at: @@ -241588,12 +241654,12 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - sponsorship @@ -241681,12 +241747,12 @@ webhooks: type: string required: - from - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -241763,17 +241829,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &892 + effective_date: &891 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - sponsorship @@ -241847,7 +241913,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &893 + changes: &892 type: object properties: tier: @@ -241891,13 +241957,13 @@ webhooks: - from required: - tier - effective_date: *892 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + effective_date: *891 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -241974,13 +242040,13 @@ webhooks: type: string enum: - tier_changed - changes: *893 - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + changes: *892 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - sponsorship: *891 + sponsorship: *890 required: - action - changes @@ -242054,10 +242120,10 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242141,10 +242207,10 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242578,15 +242644,15 @@ webhooks: type: - string - 'null' - enterprise: *826 + enterprise: *825 id: description: The unique identifier of the status. type: integer - installation: *827 + installation: *826 name: type: string - organization: *828 - repository: *829 + organization: *827 + repository: *828 sender: *4 sha: description: The Commit SHA. @@ -242696,15 +242762,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *213 + parent_issue: *212 parent_issue_repo: *76 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *213 - installation: *827 - organization: *828 - repository: *829 + sub_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242788,15 +242854,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *213 + parent_issue: *212 parent_issue_repo: *76 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *213 - installation: *827 - organization: *828 - repository: *829 + sub_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242880,15 +242946,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *213 + sub_issue: *212 sub_issue_repo: *76 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *213 - installation: *827 - organization: *828 - repository: *829 + parent_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -242972,15 +243038,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *213 + sub_issue: *212 sub_issue_repo: *76 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *213 - installation: *827 - organization: *828 - repository: *829 + parent_issue: *212 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -243057,12 +243123,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - team: &894 + team: &893 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -243292,9 +243358,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -243764,7 +243830,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -243840,9 +243906,9 @@ webhooks: type: string enum: - created - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -244312,7 +244378,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -244389,9 +244455,9 @@ webhooks: type: string enum: - deleted - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -244861,7 +244927,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -245005,9 +245071,9 @@ webhooks: - from required: - permissions - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -245477,7 +245543,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - changes @@ -245555,9 +245621,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *826 - installation: *827 - organization: *828 + enterprise: *825 + installation: *826 + organization: *827 repository: title: Repository description: A git repository @@ -246027,7 +246093,7 @@ webhooks: - topics - visibility sender: *4 - team: *894 + team: *893 required: - action - team @@ -246103,10 +246169,10 @@ webhooks: type: string enum: - started - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 required: - action @@ -246179,17 +246245,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *826 + enterprise: *825 inputs: type: - object - 'null' additionalProperties: true - installation: *827 - organization: *828 + installation: *826 + organization: *827 ref: type: string - repository: *829 + repository: *828 sender: *4 workflow: type: string @@ -246271,10 +246337,10 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: allOf: @@ -246530,7 +246596,7 @@ webhooks: type: string required: - conclusion - deployment: *578 + deployment: *577 required: - action - repository @@ -246609,10 +246675,10 @@ webhooks: type: string enum: - in_progress - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: allOf: @@ -246894,7 +246960,7 @@ webhooks: required: - status - steps - deployment: *578 + deployment: *577 required: - action - repository @@ -246973,10 +247039,10 @@ webhooks: type: string enum: - queued - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: type: object @@ -247122,7 +247188,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *578 + deployment: *577 required: - action - repository @@ -247201,10 +247267,10 @@ webhooks: type: string enum: - waiting - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 workflow_job: type: object @@ -247351,7 +247417,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *578 + deployment: *577 required: - action - repository @@ -247431,12 +247497,12 @@ webhooks: type: string enum: - completed - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *843 + workflow: *842 workflow_run: title: Workflow Run type: object @@ -248455,12 +248521,12 @@ webhooks: type: string enum: - in_progress - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *843 + workflow: *842 workflow_run: title: Workflow Run type: object @@ -249464,12 +249530,12 @@ webhooks: type: string enum: - requested - enterprise: *826 - installation: *827 - organization: *828 - repository: *829 + enterprise: *825 + installation: *826 + organization: *827 + repository: *828 sender: *4 - workflow: *843 + workflow: *842 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index c5557d0a3..9301a39af 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -3434,6 +3434,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -12895,6 +12903,12 @@ }, { "$ref": "#/components/parameters/cost-center" + }, + { + "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/per-page" } ], "responses": { @@ -16098,7 +16112,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } }, "repository_selection": { @@ -19515,6 +19533,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -83930,7 +83956,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } } } @@ -130288,6 +130318,63 @@ } }, "get-cost-center": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "ID of the cost center." + }, + "name": { + "type": "string", + "description": "Name of the cost center." + }, + "azure_subscription": { + "type": [ + "string", + "null" + ], + "description": "Azure subscription ID associated with the cost center. Only present for cost centers linked to Azure subscriptions." + }, + "state": { + "type": "string", + "description": "State of the cost center.", + "enum": [ + "active", + "deleted" + ] + }, + "resources": { + "type": "array", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Type of the resource." + }, + "name": { + "type": "string", + "description": "Name of the resource." + } + }, + "required": [ + "type", + "name" + ] + } + }, + "has_next_page": { + "type": "boolean", + "description": "Indicates if there are more resources available for pagination. Only present when pagination is used." + } + }, + "required": [ + "id", + "name", + "resources" + ] + }, + "update-cost-center": { "type": "object", "properties": { "id": { @@ -345952,7 +346039,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/get-cost-center" + "$ref": "#/components/schemas/update-cost-center" }, "examples": { "default": { diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 281620492..6f8274c26 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -2409,6 +2409,15 @@ paths: public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits` type: boolean + size: + description: The machine size of the runner. To list available sizes, + use `GET actions/hosted-runners/machine-sizes` + type: string + image_id: + description: The unique identifier of the runner image. To list + all available images, use `GET /actions/hosted-runners/images/github-owned` + or `GET /actions/hosted-runners/images/partner`. + type: string image_version: description: The version of the runner image to deploy. This is relevant only for runners using custom images. @@ -9212,6 +9221,8 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/cost-center" + - "$ref": "#/components/parameters/page" + - "$ref": "#/components/parameters/per-page" responses: '200': "$ref": "#/components/responses/get_cost_center" @@ -11409,7 +11420,8 @@ paths: repositories: type: array items: - "$ref": "#/components/schemas/repository" + allOf: + - "$ref": "#/components/schemas/repository" repository_selection: type: string examples: @@ -13963,6 +13975,15 @@ paths: public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits` type: boolean + size: + description: The machine size of the runner. To list available sizes, + use `GET actions/hosted-runners/machine-sizes` + type: string + image_id: + description: The unique identifier of the runner image. To list + all available images, use `GET /actions/hosted-runners/images/github-owned` + or `GET /actions/hosted-runners/images/partner`. + type: string image_version: description: The version of the runner image to deploy. This is relevant only for runners using custom images. @@ -60704,7 +60725,8 @@ paths: repositories: type: array items: - "$ref": "#/components/schemas/repository" + allOf: + - "$ref": "#/components/schemas/repository" examples: default: "$ref": "#/components/examples/repository-paginated" @@ -94213,6 +94235,49 @@ components: - name - resources get-cost-center: + type: object + properties: + id: + type: string + description: ID of the cost center. + name: + type: string + description: Name of the cost center. + azure_subscription: + type: + - string + - 'null' + description: Azure subscription ID associated with the cost center. Only + present for cost centers linked to Azure subscriptions. + state: + type: string + description: State of the cost center. + enum: + - active + - deleted + resources: + type: array + items: + type: object + properties: + type: + type: string + description: Type of the resource. + name: + type: string + description: Name of the resource. + required: + - type + - name + has_next_page: + type: boolean + description: Indicates if there are more resources available for pagination. + Only present when pagination is used. + required: + - id + - name + - resources + update-cost-center: type: object properties: id: @@ -258010,7 +258075,7 @@ components: content: application/json: schema: - "$ref": "#/components/schemas/get-cost-center" + "$ref": "#/components/schemas/update-cost-center" examples: default: "$ref": "#/components/examples/get-cost-center" diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index c5557d0a3..9301a39af 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -3434,6 +3434,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.", + "type": "string" + }, "image_version": { "description": "The version of the runner image to deploy. This is relevant only for runners using custom images.", "type": [ @@ -12895,6 +12903,12 @@ }, { "$ref": "#/components/parameters/cost-center" + }, + { + "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/per-page" } ], "responses": { @@ -16098,7 +16112,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } }, "repository_selection": { @@ -19515,6 +19533,14 @@ "description": "Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use `GET actions/hosted-runners/limits`", "type": "boolean" }, + "size": { + "description": "The machine size of the runner. To list available sizes, use `GET actions/hosted-runners/machine-sizes`", + "type": "string" + }, + "image_id": { + "description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/i{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}