diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 98a16f835..bb2361660 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -5945,7 +5945,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } }, "repository_selection": { @@ -9716,6 +9720,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": "string", @@ -68247,7 +68259,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } } } diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 35d3514e0..1f750b53e 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -4180,7 +4180,8 @@ paths: repositories: type: array items: - "$ref": "#/components/schemas/repository" + allOf: + - "$ref": "#/components/schemas/repository" repository_selection: type: string example: selected @@ -6963,6 +6964,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. @@ -49563,7 +49573,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/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 98a16f835..bb2361660 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -5945,7 +5945,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } }, "repository_selection": { @@ -9716,6 +9720,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": "string", @@ -68247,7 +68259,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } } } diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 35d3514e0..1f750b53e 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -4180,7 +4180,8 @@ paths: repositories: type: array items: - "$ref": "#/components/schemas/repository" + allOf: + - "$ref": "#/components/schemas/repository" repository_selection: type: string example: selected @@ -6963,6 +6964,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. @@ -49563,7 +49573,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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 0ae267227..cf99d07ef 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -45889,859 +45889,863 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "title": "License Simple", - "description": "License Simple", + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "key": { + "id": { + "description": "Unique identifier of the repository", + "example": 42, + "type": "integer", + "format": "int64" + }, + "node_id": { "type": "string", - "example": "mit" + "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" }, "name": { + "description": "The name of the repository.", "type": "string", - "example": "MIT License" + "example": "Team Environment" + }, + "full_name": { + "type": "string", + "example": "octocat/Hello-World" + }, + "license": { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "example": "mit" + }, + "name": { + "type": "string", + "example": "MIT License" + }, + "url": { + "type": "string", + "nullable": true, + "format": "uri", + "example": "https://api.github.com/licenses/mit" + }, + "spdx_id": { + "type": "string", + "nullable": true, + "example": "MIT" + }, + "node_id": { + "type": "string", + "example": "MDc6TGljZW5zZW1pdA==" + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ], + "nullable": true + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "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": { + "nullable": true, + "type": "string" + }, + "email": { + "nullable": true, + "type": "string" + }, + "login": { + "type": "string", + "example": "octocat" + }, + "id": { + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "MDQ6VXNlcjE=" + }, + "avatar_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/images/error/octocat_happy.gif" + }, + "gravatar_id": { + "type": "string", + "example": "41d064eb2195891e12d0413f63227ea7", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat" + }, + "followers_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/followers" + }, + "following_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/following{/other_user}" + }, + "gists_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/gists{/gist_id}" + }, + "starred_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/subscriptions" + }, + "organizations_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/orgs" + }, + "repos_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/repos" + }, + "events_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/events{/privacy}" + }, + "received_events_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/received_events" + }, + "type": { + "type": "string", + "example": "User" + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "example": "\"2020-07-09T00:17:55Z\"" + }, + "user_view_type": { + "type": "string", + "example": "public" + } + }, + "required": [ + "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" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat/Hello-World" + }, + "description": { + "type": "string", + "example": "This your first repo!", + "nullable": true + }, + "fork": { + "type": "boolean" }, "url": { "type": "string", - "nullable": true, "format": "uri", - "example": "https://api.github.com/licenses/mit" + "example": "https://api.github.com/repos/octocat/Hello-World" }, - "spdx_id": { + "archive_url": { "type": "string", - "nullable": true, - "example": "MIT" + "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" }, - "node_id": { + "assignees_url": { "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" + "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" }, - "html_url": { + "blobs_url": { "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ], - "nullable": true - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" + "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" }, - "pull": { - "type": "boolean" + "branches_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" }, - "triage": { - "type": "boolean" + "collaborators_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" }, - "push": { - "type": "boolean" + "comments_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "nullable": true, - "type": "string" + "commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" }, - "email": { - "nullable": true, - "type": "string" + "compare_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" }, - "login": { + "contents_url": { "type": "string", - "example": "octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" }, - "id": { - "type": "integer", - "format": "int64", - "example": 1 + "contributors_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/contributors" }, - "node_id": { + "deployments_url": { "type": "string", - "example": "MDQ6VXNlcjE=" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/deployments" }, - "avatar_url": { + "downloads_url": { "type": "string", "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" + "example": "http://api.github.com/repos/octocat/Hello-World/downloads" }, - "gravatar_id": { + "events_url": { "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/events" }, - "url": { + "forks_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/forks" }, - "html_url": { + "git_commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + }, + "git_refs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + }, + "git_tags_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + }, + "git_url": { + "type": "string", + "example": "git:github.com/octocat/Hello-World.git" + }, + "issue_comment_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + }, + "issue_events_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + }, + "issues_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + }, + "keys_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + }, + "labels_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + }, + "languages_url": { "type": "string", "format": "uri", - "example": "https://github.com/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/languages" }, - "followers_url": { + "merges_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/followers" + "example": "http://api.github.com/repos/octocat/Hello-World/merges" }, - "following_url": { + "milestones_url": { "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" + "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" }, - "gists_url": { + "notifications_url": { "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" + "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" }, - "starred_url": { + "pulls_url": { "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" }, - "subscriptions_url": { + "releases_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + }, + "ssh_url": { + "type": "string", + "example": "git@github.com:octocat/Hello-World.git" + }, + "stargazers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" + "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" }, - "organizations_url": { + "statuses_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + }, + "subscribers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" + "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" }, - "repos_url": { + "subscription_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/repos" + "example": "http://api.github.com/repos/octocat/Hello-World/subscription" }, - "events_url": { + "tags_url": { "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/tags" }, - "received_events_url": { + "teams_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" + "example": "http://api.github.com/repos/octocat/Hello-World/teams" }, - "type": { + "trees_url": { "type": "string", - "example": "User" + "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" }, - "site_admin": { + "clone_url": { + "type": "string", + "example": "https://github.com/octocat/Hello-World.git" + }, + "mirror_url": { + "type": "string", + "format": "uri", + "example": "git:git.example.com/octocat/Hello-World", + "nullable": true + }, + "hooks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/hooks" + }, + "svn_url": { + "type": "string", + "format": "uri", + "example": "https://svn.github.com/octocat/Hello-World" + }, + "homepage": { + "type": "string", + "format": "uri", + "example": "https://github.com", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + }, + "forks_count": { + "type": "integer", + "example": 9 + }, + "stargazers_count": { + "type": "integer", + "example": 80 + }, + "watchers_count": { + "type": "integer", + "example": 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", + "example": 108 + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "example": "master" + }, + "open_issues_count": { + "type": "integer", + "example": 0 + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "example": true + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "example": true, + "deprecated": true + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "example": 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", - "example": "\"2020-07-09T00:17:55Z\"" + "format": "date-time", + "example": "2011-01-26T19:06:43Z", + "nullable": true }, - "user_view_type": { + "created_at": { "type": "string", - "example": "public" + "format": "date-time", + "example": "2011-01-26T19:01:12Z", + "nullable": true + }, + "updated_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:14:43Z", + "nullable": true + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "example": false + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "example": 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", + "example": 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", + "example": 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", + "example": "\"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" + "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" ] + } + ] + } + }, + "repository_selection": { + "type": "string", + "example": "selected" + } + } + }, + "examples": { + "default": { + "value": { + "total_count": 1, + "repositories": [ + { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 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", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true, - "deprecated": true - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "example": 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", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "example": false - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": 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", - "example": 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", - "example": 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", - "example": "\"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": [ - "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" - ] - } - }, - "repository_selection": { - "type": "string", - "example": "selected" - } - } - }, - "examples": { - "default": { - "value": { - "total_count": 1, - "repositories": [ - { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "git_url": "git:github.com/octocat/Hello-World.git", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "ssh_url": "git@github.com:octocat/Hello-World.git", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "clone_url": "https://github.com/octocat/Hello-World.git", - "mirror_url": "git:git.example.com/octocat/Hello-World", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", - "svn_url": "https://svn.github.com/octocat/Hello-World", - "homepage": "https://github.com", - "language": null, - "forks_count": 9, - "stargazers_count": 80, - "watchers_count": 80, - "size": 108, - "default_branch": "master", - "open_issues_count": 0, - "is_template": true, - "topics": [ - "octocat", - "atom", - "electron", - "api" - ], - "has_issues": true, - "has_projects": true, - "has_wiki": true, - "has_pages": false, - "has_downloads": true, - "archived": false, - "disabled": false, - "visibility": "public", - "pushed_at": "2011-01-26T19:06:43Z", - "created_at": "2011-01-26T19:01:12Z", - "updated_at": "2011-01-26T19:14:43Z", - "allow_rebase_merge": true, - "template_repository": null, - "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", - "allow_squash_merge": true, - "allow_auto_merge": false, - "delete_branch_on_merge": true, - "allow_merge_commit": true, - "subscribers_count": 42, - "network_count": 0, - "license": { - "key": "mit", - "name": "MIT License", - "url": "https://api.github.com/licenses/mit", - "spdx_id": "MIT", - "node_id": "MDc6TGljZW5zZW1pdA==", - "html_url": "https://github.com/licenses/mit" + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "git_url": "git:github.com/octocat/Hello-World.git", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "ssh_url": "git@github.com:octocat/Hello-World.git", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "clone_url": "https://github.com/octocat/Hello-World.git", + "mirror_url": "git:git.example.com/octocat/Hello-World", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", + "svn_url": "https://svn.github.com/octocat/Hello-World", + "homepage": "https://github.com", + "language": null, + "forks_count": 9, + "stargazers_count": 80, + "watchers_count": 80, + "size": 108, + "default_branch": "master", + "open_issues_count": 0, + "is_template": true, + "topics": [ + "octocat", + "atom", + "electron", + "api" + ], + "has_issues": true, + "has_projects": true, + "has_wiki": true, + "has_pages": false, + "has_downloads": true, + "archived": false, + "disabled": false, + "visibility": "public", + "pushed_at": "2011-01-26T19:06:43Z", + "created_at": "2011-01-26T19:01:12Z", + "updated_at": "2011-01-26T19:14:43Z", + "allow_rebase_merge": true, + "template_repository": null, + "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", + "allow_squash_merge": true, + "allow_auto_merge": false, + "delete_branch_on_merge": true, + "allow_merge_commit": true, + "subscribers_count": 42, + "network_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "url": "https://api.github.com/licenses/mit", + "spdx_id": "MIT", + "node_id": "MDc6TGljZW5zZW1pdA==", + "html_url": "https://github.com/licenses/mit" }, "forks": 1, "open_issues": 1, @@ -71728,6 +71732,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": "string", @@ -555724,732 +555736,736 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "title": "License Simple", - "description": "License Simple", + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "key": { + "id": { + "description": "Unique identifier of the repository", + "example": 42, + "type": "integer", + "format": "int64" + }, + "node_id": { "type": "string", - "example": "mit" + "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" }, "name": { + "description": "The name of the repository.", "type": "string", - "example": "MIT License" + "example": "Team Environment" + }, + "full_name": { + "type": "string", + "example": "octocat/Hello-World" + }, + "license": { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "example": "mit" + }, + "name": { + "type": "string", + "example": "MIT License" + }, + "url": { + "type": "string", + "nullable": true, + "format": "uri", + "example": "https://api.github.com/licenses/mit" + }, + "spdx_id": { + "type": "string", + "nullable": true, + "example": "MIT" + }, + "node_id": { + "type": "string", + "example": "MDc6TGljZW5zZW1pdA==" + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ], + "nullable": true + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "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": { + "nullable": true, + "type": "string" + }, + "email": { + "nullable": true, + "type": "string" + }, + "login": { + "type": "string", + "example": "octocat" + }, + "id": { + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "MDQ6VXNlcjE=" + }, + "avatar_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/images/error/octocat_happy.gif" + }, + "gravatar_id": { + "type": "string", + "example": "41d064eb2195891e12d0413f63227ea7", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat" + }, + "followers_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/followers" + }, + "following_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/following{/other_user}" + }, + "gists_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/gists{/gist_id}" + }, + "starred_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/subscriptions" + }, + "organizations_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/orgs" + }, + "repos_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/repos" + }, + "events_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/events{/privacy}" + }, + "received_events_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/received_events" + }, + "type": { + "type": "string", + "example": "User" + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "example": "\"2020-07-09T00:17:55Z\"" + }, + "user_view_type": { + "type": "string", + "example": "public" + } + }, + "required": [ + "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" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat/Hello-World" + }, + "description": { + "type": "string", + "example": "This your first repo!", + "nullable": true + }, + "fork": { + "type": "boolean" }, "url": { "type": "string", - "nullable": true, "format": "uri", - "example": "https://api.github.com/licenses/mit" + "example": "https://api.github.com/repos/octocat/Hello-World" }, - "spdx_id": { + "archive_url": { "type": "string", - "nullable": true, - "example": "MIT" + "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" }, - "node_id": { + "assignees_url": { "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" + "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" }, - "html_url": { + "blobs_url": { "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ], - "nullable": true - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" + "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" }, - "pull": { - "type": "boolean" + "branches_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" }, - "triage": { - "type": "boolean" + "collaborators_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" }, - "push": { - "type": "boolean" + "comments_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "nullable": true, - "type": "string" + "commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" }, - "email": { - "nullable": true, - "type": "string" + "compare_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" }, - "login": { + "contents_url": { "type": "string", - "example": "octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" }, - "id": { - "type": "integer", - "format": "int64", - "example": 1 + "contributors_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/contributors" }, - "node_id": { + "deployments_url": { "type": "string", - "example": "MDQ6VXNlcjE=" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/deployments" }, - "avatar_url": { + "downloads_url": { "type": "string", "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" + "example": "http://api.github.com/repos/octocat/Hello-World/downloads" }, - "gravatar_id": { + "events_url": { "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/events" }, - "url": { + "forks_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/forks" }, - "html_url": { + "git_commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + }, + "git_refs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + }, + "git_tags_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + }, + "git_url": { + "type": "string", + "example": "git:github.com/octocat/Hello-World.git" + }, + "issue_comment_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + }, + "issue_events_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + }, + "issues_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + }, + "keys_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + }, + "labels_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + }, + "languages_url": { "type": "string", "format": "uri", - "example": "https://github.com/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/languages" }, - "followers_url": { + "merges_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/followers" + "example": "http://api.github.com/repos/octocat/Hello-World/merges" }, - "following_url": { + "milestones_url": { "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" + "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" }, - "gists_url": { + "notifications_url": { "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" + "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" }, - "starred_url": { + "pulls_url": { "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" }, - "subscriptions_url": { + "releases_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + }, + "ssh_url": { + "type": "string", + "example": "git@github.com:octocat/Hello-World.git" + }, + "stargazers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" + "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" }, - "organizations_url": { + "statuses_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + }, + "subscribers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" + "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" }, - "repos_url": { + "subscription_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/repos" + "example": "http://api.github.com/repos/octocat/Hello-World/subscription" }, - "events_url": { + "tags_url": { "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/tags" }, - "received_events_url": { + "teams_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" + "example": "http://api.github.com/repos/octocat/Hello-World/teams" }, - "type": { + "trees_url": { "type": "string", - "example": "User" + "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" }, - "site_admin": { + "clone_url": { + "type": "string", + "example": "https://github.com/octocat/Hello-World.git" + }, + "mirror_url": { + "type": "string", + "format": "uri", + "example": "git:git.example.com/octocat/Hello-World", + "nullable": true + }, + "hooks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/hooks" + }, + "svn_url": { + "type": "string", + "format": "uri", + "example": "https://svn.github.com/octocat/Hello-World" + }, + "homepage": { + "type": "string", + "format": "uri", + "example": "https://github.com", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + }, + "forks_count": { + "type": "integer", + "example": 9 + }, + "stargazers_count": { + "type": "integer", + "example": 80 + }, + "watchers_count": { + "type": "integer", + "example": 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", + "example": 108 + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "example": "master" + }, + "open_issues_count": { + "type": "integer", + "example": 0 + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "example": true + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "example": true, + "deprecated": true + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "example": 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", - "example": "\"2020-07-09T00:17:55Z\"" + "format": "date-time", + "example": "2011-01-26T19:06:43Z", + "nullable": true }, - "user_view_type": { + "created_at": { "type": "string", - "example": "public" + "format": "date-time", + "example": "2011-01-26T19:01:12Z", + "nullable": true + }, + "updated_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:14:43Z", + "nullable": true + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "example": false + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "example": 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", + "example": 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", + "example": 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", + "example": "\"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" + "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" ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 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", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true, - "deprecated": true - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "example": 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", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "example": false - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": 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", - "example": 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", - "example": 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", - "example": "\"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": [ - "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/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index ef369c08b..db4780c71 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -14469,7 +14469,9 @@ paths: type: integer repositories: type: array - items: *71 + items: + allOf: + - *71 repository_selection: type: string example: selected @@ -20383,6 +20385,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. @@ -99686,7 +99697,9 @@ paths: type: string repositories: type: array - items: *71 + items: + allOf: + - *71 examples: default: *143 headers: diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 0ae267227..cf99d07ef 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -45889,859 +45889,863 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "title": "License Simple", - "description": "License Simple", + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "key": { + "id": { + "description": "Unique identifier of the repository", + "example": 42, + "type": "integer", + "format": "int64" + }, + "node_id": { "type": "string", - "example": "mit" + "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" }, "name": { + "description": "The name of the repository.", "type": "string", - "example": "MIT License" + "example": "Team Environment" + }, + "full_name": { + "type": "string", + "example": "octocat/Hello-World" + }, + "license": { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "example": "mit" + }, + "name": { + "type": "string", + "example": "MIT License" + }, + "url": { + "type": "string", + "nullable": true, + "format": "uri", + "example": "https://api.github.com/licenses/mit" + }, + "spdx_id": { + "type": "string", + "nullable": true, + "example": "MIT" + }, + "node_id": { + "type": "string", + "example": "MDc6TGljZW5zZW1pdA==" + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ], + "nullable": true + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "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": { + "nullable": true, + "type": "string" + }, + "email": { + "nullable": true, + "type": "string" + }, + "login": { + "type": "string", + "example": "octocat" + }, + "id": { + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "MDQ6VXNlcjE=" + }, + "avatar_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/images/error/octocat_happy.gif" + }, + "gravatar_id": { + "type": "string", + "example": "41d064eb2195891e12d0413f63227ea7", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat" + }, + "followers_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/followers" + }, + "following_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/following{/other_user}" + }, + "gists_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/gists{/gist_id}" + }, + "starred_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/subscriptions" + }, + "organizations_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/orgs" + }, + "repos_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/repos" + }, + "events_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/events{/privacy}" + }, + "received_events_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/received_events" + }, + "type": { + "type": "string", + "example": "User" + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "example": "\"2020-07-09T00:17:55Z\"" + }, + "user_view_type": { + "type": "string", + "example": "public" + } + }, + "required": [ + "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" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat/Hello-World" + }, + "description": { + "type": "string", + "example": "This your first repo!", + "nullable": true + }, + "fork": { + "type": "boolean" }, "url": { "type": "string", - "nullable": true, "format": "uri", - "example": "https://api.github.com/licenses/mit" + "example": "https://api.github.com/repos/octocat/Hello-World" }, - "spdx_id": { + "archive_url": { "type": "string", - "nullable": true, - "example": "MIT" + "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" }, - "node_id": { + "assignees_url": { "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" + "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" }, - "html_url": { + "blobs_url": { "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ], - "nullable": true - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" + "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" }, - "pull": { - "type": "boolean" + "branches_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" }, - "triage": { - "type": "boolean" + "collaborators_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" }, - "push": { - "type": "boolean" + "comments_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "nullable": true, - "type": "string" + "commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" }, - "email": { - "nullable": true, - "type": "string" + "compare_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" }, - "login": { + "contents_url": { "type": "string", - "example": "octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" }, - "id": { - "type": "integer", - "format": "int64", - "example": 1 + "contributors_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/contributors" }, - "node_id": { + "deployments_url": { "type": "string", - "example": "MDQ6VXNlcjE=" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/deployments" }, - "avatar_url": { + "downloads_url": { "type": "string", "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" + "example": "http://api.github.com/repos/octocat/Hello-World/downloads" }, - "gravatar_id": { + "events_url": { "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/events" }, - "url": { + "forks_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/forks" }, - "html_url": { + "git_commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + }, + "git_refs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + }, + "git_tags_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + }, + "git_url": { + "type": "string", + "example": "git:github.com/octocat/Hello-World.git" + }, + "issue_comment_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + }, + "issue_events_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + }, + "issues_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + }, + "keys_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + }, + "labels_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + }, + "languages_url": { "type": "string", "format": "uri", - "example": "https://github.com/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/languages" }, - "followers_url": { + "merges_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/followers" + "example": "http://api.github.com/repos/octocat/Hello-World/merges" }, - "following_url": { + "milestones_url": { "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" + "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" }, - "gists_url": { + "notifications_url": { "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" + "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" }, - "starred_url": { + "pulls_url": { "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" }, - "subscriptions_url": { + "releases_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + }, + "ssh_url": { + "type": "string", + "example": "git@github.com:octocat/Hello-World.git" + }, + "stargazers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" + "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" }, - "organizations_url": { + "statuses_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + }, + "subscribers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" + "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" }, - "repos_url": { + "subscription_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/repos" + "example": "http://api.github.com/repos/octocat/Hello-World/subscription" }, - "events_url": { + "tags_url": { "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/tags" }, - "received_events_url": { + "teams_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" + "example": "http://api.github.com/repos/octocat/Hello-World/teams" }, - "type": { + "trees_url": { "type": "string", - "example": "User" + "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" }, - "site_admin": { + "clone_url": { + "type": "string", + "example": "https://github.com/octocat/Hello-World.git" + }, + "mirror_url": { + "type": "string", + "format": "uri", + "example": "git:git.example.com/octocat/Hello-World", + "nullable": true + }, + "hooks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/hooks" + }, + "svn_url": { + "type": "string", + "format": "uri", + "example": "https://svn.github.com/octocat/Hello-World" + }, + "homepage": { + "type": "string", + "format": "uri", + "example": "https://github.com", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + }, + "forks_count": { + "type": "integer", + "example": 9 + }, + "stargazers_count": { + "type": "integer", + "example": 80 + }, + "watchers_count": { + "type": "integer", + "example": 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", + "example": 108 + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "example": "master" + }, + "open_issues_count": { + "type": "integer", + "example": 0 + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "example": true + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "example": true, + "deprecated": true + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "example": 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", - "example": "\"2020-07-09T00:17:55Z\"" + "format": "date-time", + "example": "2011-01-26T19:06:43Z", + "nullable": true }, - "user_view_type": { + "created_at": { "type": "string", - "example": "public" + "format": "date-time", + "example": "2011-01-26T19:01:12Z", + "nullable": true + }, + "updated_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:14:43Z", + "nullable": true + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "example": false + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "example": 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", + "example": 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", + "example": 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", + "example": "\"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" + "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" ] + } + ] + } + }, + "repository_selection": { + "type": "string", + "example": "selected" + } + } + }, + "examples": { + "default": { + "value": { + "total_count": 1, + "repositories": [ + { + "id": 1296269, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", + "name": "Hello-World", + "full_name": "octocat/Hello-World", + "owner": { + "login": "octocat", + "id": 1, + "node_id": "MDQ6VXNlcjE=", + "avatar_url": "https://github.com/images/error/octocat_happy.gif", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "https://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 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", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true, - "deprecated": true - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "example": 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", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "example": false - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": 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", - "example": 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", - "example": 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", - "example": "\"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": [ - "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" - ] - } - }, - "repository_selection": { - "type": "string", - "example": "selected" - } - } - }, - "examples": { - "default": { - "value": { - "total_count": 1, - "repositories": [ - { - "id": 1296269, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5", - "name": "Hello-World", - "full_name": "octocat/Hello-World", - "owner": { - "login": "octocat", - "id": 1, - "node_id": "MDQ6VXNlcjE=", - "avatar_url": "https://github.com/images/error/octocat_happy.gif", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "https://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - }, - "private": false, - "html_url": "https://github.com/octocat/Hello-World", - "description": "This your first repo!", - "fork": false, - "url": "https://api.github.com/repos/octocat/Hello-World", - "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", - "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", - "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", - "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", - "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", - "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", - "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", - "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", - "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", - "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", - "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", - "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", - "events_url": "https://api.github.com/repos/octocat/Hello-World/events", - "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", - "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", - "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", - "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", - "git_url": "git:github.com/octocat/Hello-World.git", - "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", - "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", - "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", - "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", - "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", - "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", - "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", - "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", - "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", - "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", - "ssh_url": "git@github.com:octocat/Hello-World.git", - "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", - "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", - "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", - "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", - "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", - "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", - "clone_url": "https://github.com/octocat/Hello-World.git", - "mirror_url": "git:git.example.com/octocat/Hello-World", - "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", - "svn_url": "https://svn.github.com/octocat/Hello-World", - "homepage": "https://github.com", - "language": null, - "forks_count": 9, - "stargazers_count": 80, - "watchers_count": 80, - "size": 108, - "default_branch": "master", - "open_issues_count": 0, - "is_template": true, - "topics": [ - "octocat", - "atom", - "electron", - "api" - ], - "has_issues": true, - "has_projects": true, - "has_wiki": true, - "has_pages": false, - "has_downloads": true, - "archived": false, - "disabled": false, - "visibility": "public", - "pushed_at": "2011-01-26T19:06:43Z", - "created_at": "2011-01-26T19:01:12Z", - "updated_at": "2011-01-26T19:14:43Z", - "allow_rebase_merge": true, - "template_repository": null, - "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", - "allow_squash_merge": true, - "allow_auto_merge": false, - "delete_branch_on_merge": true, - "allow_merge_commit": true, - "subscribers_count": 42, - "network_count": 0, - "license": { - "key": "mit", - "name": "MIT License", - "url": "https://api.github.com/licenses/mit", - "spdx_id": "MIT", - "node_id": "MDc6TGljZW5zZW1pdA==", - "html_url": "https://github.com/licenses/mit" + "private": false, + "html_url": "https://github.com/octocat/Hello-World", + "description": "This your first repo!", + "fork": false, + "url": "https://api.github.com/repos/octocat/Hello-World", + "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}", + "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}", + "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}", + "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}", + "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}", + "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}", + "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}", + "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}", + "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}", + "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors", + "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments", + "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads", + "events_url": "https://api.github.com/repos/octocat/Hello-World/events", + "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks", + "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}", + "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}", + "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}", + "git_url": "git:github.com/octocat/Hello-World.git", + "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}", + "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}", + "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}", + "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}", + "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}", + "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages", + "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges", + "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}", + "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}", + "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}", + "ssh_url": "git@github.com:octocat/Hello-World.git", + "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers", + "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}", + "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription", + "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags", + "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams", + "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}", + "clone_url": "https://github.com/octocat/Hello-World.git", + "mirror_url": "git:git.example.com/octocat/Hello-World", + "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks", + "svn_url": "https://svn.github.com/octocat/Hello-World", + "homepage": "https://github.com", + "language": null, + "forks_count": 9, + "stargazers_count": 80, + "watchers_count": 80, + "size": 108, + "default_branch": "master", + "open_issues_count": 0, + "is_template": true, + "topics": [ + "octocat", + "atom", + "electron", + "api" + ], + "has_issues": true, + "has_projects": true, + "has_wiki": true, + "has_pages": false, + "has_downloads": true, + "archived": false, + "disabled": false, + "visibility": "public", + "pushed_at": "2011-01-26T19:06:43Z", + "created_at": "2011-01-26T19:01:12Z", + "updated_at": "2011-01-26T19:14:43Z", + "allow_rebase_merge": true, + "template_repository": null, + "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O", + "allow_squash_merge": true, + "allow_auto_merge": false, + "delete_branch_on_merge": true, + "allow_merge_commit": true, + "subscribers_count": 42, + "network_count": 0, + "license": { + "key": "mit", + "name": "MIT License", + "url": "https://api.github.com/licenses/mit", + "spdx_id": "MIT", + "node_id": "MDc6TGljZW5zZW1pdA==", + "html_url": "https://github.com/licenses/mit" }, "forks": 1, "open_issues": 1, @@ -71728,6 +71732,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": "string", @@ -555724,732 +555736,736 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "title": "License Simple", - "description": "License Simple", + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "key": { + "id": { + "description": "Unique identifier of the repository", + "example": 42, + "type": "integer", + "format": "int64" + }, + "node_id": { "type": "string", - "example": "mit" + "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" }, "name": { + "description": "The name of the repository.", "type": "string", - "example": "MIT License" + "example": "Team Environment" + }, + "full_name": { + "type": "string", + "example": "octocat/Hello-World" + }, + "license": { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "example": "mit" + }, + "name": { + "type": "string", + "example": "MIT License" + }, + "url": { + "type": "string", + "nullable": true, + "format": "uri", + "example": "https://api.github.com/licenses/mit" + }, + "spdx_id": { + "type": "string", + "nullable": true, + "example": "MIT" + }, + "node_id": { + "type": "string", + "example": "MDc6TGljZW5zZW1pdA==" + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ], + "nullable": true + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "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": { + "nullable": true, + "type": "string" + }, + "email": { + "nullable": true, + "type": "string" + }, + "login": { + "type": "string", + "example": "octocat" + }, + "id": { + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "MDQ6VXNlcjE=" + }, + "avatar_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/images/error/octocat_happy.gif" + }, + "gravatar_id": { + "type": "string", + "example": "41d064eb2195891e12d0413f63227ea7", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat" + }, + "followers_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/followers" + }, + "following_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/following{/other_user}" + }, + "gists_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/gists{/gist_id}" + }, + "starred_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/subscriptions" + }, + "organizations_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/orgs" + }, + "repos_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/repos" + }, + "events_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/events{/privacy}" + }, + "received_events_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/received_events" + }, + "type": { + "type": "string", + "example": "User" + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "example": "\"2020-07-09T00:17:55Z\"" + }, + "user_view_type": { + "type": "string", + "example": "public" + } + }, + "required": [ + "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" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat/Hello-World" + }, + "description": { + "type": "string", + "example": "This your first repo!", + "nullable": true + }, + "fork": { + "type": "boolean" }, "url": { "type": "string", - "nullable": true, "format": "uri", - "example": "https://api.github.com/licenses/mit" + "example": "https://api.github.com/repos/octocat/Hello-World" }, - "spdx_id": { + "archive_url": { "type": "string", - "nullable": true, - "example": "MIT" + "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" }, - "node_id": { + "assignees_url": { "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" + "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" }, - "html_url": { + "blobs_url": { "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ], - "nullable": true - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" + "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" }, - "pull": { - "type": "boolean" + "branches_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" }, - "triage": { - "type": "boolean" + "collaborators_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" }, - "push": { - "type": "boolean" + "comments_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "nullable": true, - "type": "string" + "commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" }, - "email": { - "nullable": true, - "type": "string" + "compare_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" }, - "login": { + "contents_url": { "type": "string", - "example": "octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" }, - "id": { - "type": "integer", - "format": "int64", - "example": 1 + "contributors_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/contributors" }, - "node_id": { + "deployments_url": { "type": "string", - "example": "MDQ6VXNlcjE=" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/deployments" }, - "avatar_url": { + "downloads_url": { "type": "string", "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" + "example": "http://api.github.com/repos/octocat/Hello-World/downloads" }, - "gravatar_id": { + "events_url": { "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/events" }, - "url": { + "forks_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/forks" }, - "html_url": { + "git_commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + }, + "git_refs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + }, + "git_tags_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + }, + "git_url": { + "type": "string", + "example": "git:github.com/octocat/Hello-World.git" + }, + "issue_comment_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + }, + "issue_events_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + }, + "issues_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + }, + "keys_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + }, + "labels_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + }, + "languages_url": { "type": "string", "format": "uri", - "example": "https://github.com/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/languages" }, - "followers_url": { + "merges_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/followers" + "example": "http://api.github.com/repos/octocat/Hello-World/merges" }, - "following_url": { + "milestones_url": { "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" + "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" }, - "gists_url": { + "notifications_url": { "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" + "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" }, - "starred_url": { + "pulls_url": { "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" }, - "subscriptions_url": { + "releases_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + }, + "ssh_url": { + "type": "string", + "example": "git@github.com:octocat/Hello-World.git" + }, + "stargazers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" + "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" }, - "organizations_url": { + "statuses_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + }, + "subscribers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" + "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" }, - "repos_url": { + "subscription_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/repos" + "example": "http://api.github.com/repos/octocat/Hello-World/subscription" }, - "events_url": { + "tags_url": { "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/tags" }, - "received_events_url": { + "teams_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" + "example": "http://api.github.com/repos/octocat/Hello-World/teams" }, - "type": { + "trees_url": { "type": "string", - "example": "User" + "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" }, - "site_admin": { + "clone_url": { + "type": "string", + "example": "https://github.com/octocat/Hello-World.git" + }, + "mirror_url": { + "type": "string", + "format": "uri", + "example": "git:git.example.com/octocat/Hello-World", + "nullable": true + }, + "hooks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/hooks" + }, + "svn_url": { + "type": "string", + "format": "uri", + "example": "https://svn.github.com/octocat/Hello-World" + }, + "homepage": { + "type": "string", + "format": "uri", + "example": "https://github.com", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + }, + "forks_count": { + "type": "integer", + "example": 9 + }, + "stargazers_count": { + "type": "integer", + "example": 80 + }, + "watchers_count": { + "type": "integer", + "example": 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", + "example": 108 + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "example": "master" + }, + "open_issues_count": { + "type": "integer", + "example": 0 + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "example": true + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "example": true, + "deprecated": true + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "example": 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", - "example": "\"2020-07-09T00:17:55Z\"" + "format": "date-time", + "example": "2011-01-26T19:06:43Z", + "nullable": true }, - "user_view_type": { + "created_at": { "type": "string", - "example": "public" + "format": "date-time", + "example": "2011-01-26T19:01:12Z", + "nullable": true + }, + "updated_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:14:43Z", + "nullable": true + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "example": false + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "example": 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", + "example": 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", + "example": 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", + "example": "\"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" + "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" ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 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", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true, - "deprecated": true - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "example": 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", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "example": false - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": 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", - "example": 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", - "example": 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", - "example": "\"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": [ - "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/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index ef369c08b..db4780c71 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -14469,7 +14469,9 @@ paths: type: integer repositories: type: array - items: *71 + items: + allOf: + - *71 repository_selection: type: string example: selected @@ -20383,6 +20385,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. @@ -99686,7 +99697,9 @@ paths: type: string repositories: type: array - items: *71 + items: + allOf: + - *71 examples: default: *143 headers: diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 2f9ffe506..4fe379bfd 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -20192,6 +20192,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": "string", @@ -65016,289 +65024,311 @@ "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", - "nullable": true, - "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", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "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", + "nullable": true, + "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", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "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": { @@ -90953,732 +90983,736 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "title": "License Simple", - "description": "License Simple", + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "key": { + "id": { + "description": "Unique identifier of the repository", + "example": 42, + "type": "integer", + "format": "int64" + }, + "node_id": { "type": "string", - "example": "mit" + "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" }, "name": { + "description": "The name of the repository.", "type": "string", - "example": "MIT License" + "example": "Team Environment" + }, + "full_name": { + "type": "string", + "example": "octocat/Hello-World" + }, + "license": { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "example": "mit" + }, + "name": { + "type": "string", + "example": "MIT License" + }, + "url": { + "type": "string", + "nullable": true, + "format": "uri", + "example": "https://api.github.com/licenses/mit" + }, + "spdx_id": { + "type": "string", + "nullable": true, + "example": "MIT" + }, + "node_id": { + "type": "string", + "example": "MDc6TGljZW5zZW1pdA==" + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ], + "nullable": true + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "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": { + "nullable": true, + "type": "string" + }, + "email": { + "nullable": true, + "type": "string" + }, + "login": { + "type": "string", + "example": "octocat" + }, + "id": { + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "MDQ6VXNlcjE=" + }, + "avatar_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/images/error/octocat_happy.gif" + }, + "gravatar_id": { + "type": "string", + "example": "41d064eb2195891e12d0413f63227ea7", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat" + }, + "followers_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/followers" + }, + "following_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/following{/other_user}" + }, + "gists_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/gists{/gist_id}" + }, + "starred_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/subscriptions" + }, + "organizations_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/orgs" + }, + "repos_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/repos" + }, + "events_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/events{/privacy}" + }, + "received_events_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/received_events" + }, + "type": { + "type": "string", + "example": "User" + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "example": "\"2020-07-09T00:17:55Z\"" + }, + "user_view_type": { + "type": "string", + "example": "public" + } + }, + "required": [ + "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" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat/Hello-World" + }, + "description": { + "type": "string", + "example": "This your first repo!", + "nullable": true + }, + "fork": { + "type": "boolean" }, "url": { "type": "string", - "nullable": true, "format": "uri", - "example": "https://api.github.com/licenses/mit" + "example": "https://api.github.com/repos/octocat/Hello-World" }, - "spdx_id": { + "archive_url": { "type": "string", - "nullable": true, - "example": "MIT" + "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" }, - "node_id": { + "assignees_url": { "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" + "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" }, - "html_url": { + "blobs_url": { "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ], - "nullable": true - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" + "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" }, - "pull": { - "type": "boolean" + "branches_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" }, - "triage": { - "type": "boolean" + "collaborators_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" }, - "push": { - "type": "boolean" + "comments_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "nullable": true, - "type": "string" + "commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" }, - "email": { - "nullable": true, - "type": "string" + "compare_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" }, - "login": { + "contents_url": { "type": "string", - "example": "octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" }, - "id": { - "type": "integer", - "format": "int64", - "example": 1 + "contributors_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/contributors" }, - "node_id": { + "deployments_url": { "type": "string", - "example": "MDQ6VXNlcjE=" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/deployments" }, - "avatar_url": { + "downloads_url": { "type": "string", "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" + "example": "http://api.github.com/repos/octocat/Hello-World/downloads" }, - "gravatar_id": { + "events_url": { "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/events" }, - "url": { + "forks_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/forks" }, - "html_url": { + "git_commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + }, + "git_refs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + }, + "git_tags_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + }, + "git_url": { + "type": "string", + "example": "git:github.com/octocat/Hello-World.git" + }, + "issue_comment_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + }, + "issue_events_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + }, + "issues_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + }, + "keys_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + }, + "labels_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + }, + "languages_url": { "type": "string", "format": "uri", - "example": "https://github.com/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/languages" }, - "followers_url": { + "merges_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/followers" + "example": "http://api.github.com/repos/octocat/Hello-World/merges" }, - "following_url": { + "milestones_url": { "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" + "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" }, - "gists_url": { + "notifications_url": { "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" + "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" }, - "starred_url": { + "pulls_url": { "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" }, - "subscriptions_url": { + "releases_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + }, + "ssh_url": { + "type": "string", + "example": "git@github.com:octocat/Hello-World.git" + }, + "stargazers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" + "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" }, - "organizations_url": { + "statuses_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + }, + "subscribers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" + "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" }, - "repos_url": { + "subscription_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/repos" + "example": "http://api.github.com/repos/octocat/Hello-World/subscription" }, - "events_url": { + "tags_url": { "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/tags" }, - "received_events_url": { + "teams_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" + "example": "http://api.github.com/repos/octocat/Hello-World/teams" }, - "type": { + "trees_url": { "type": "string", - "example": "User" + "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" }, - "site_admin": { + "clone_url": { + "type": "string", + "example": "https://github.com/octocat/Hello-World.git" + }, + "mirror_url": { + "type": "string", + "format": "uri", + "example": "git:git.example.com/octocat/Hello-World", + "nullable": true + }, + "hooks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/hooks" + }, + "svn_url": { + "type": "string", + "format": "uri", + "example": "https://svn.github.com/octocat/Hello-World" + }, + "homepage": { + "type": "string", + "format": "uri", + "example": "https://github.com", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + }, + "forks_count": { + "type": "integer", + "example": 9 + }, + "stargazers_count": { + "type": "integer", + "example": 80 + }, + "watchers_count": { + "type": "integer", + "example": 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", + "example": 108 + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "example": "master" + }, + "open_issues_count": { + "type": "integer", + "example": 0 + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "example": true + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "example": true, + "deprecated": true + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "example": 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", - "example": "\"2020-07-09T00:17:55Z\"" + "format": "date-time", + "example": "2011-01-26T19:06:43Z", + "nullable": true }, - "user_view_type": { + "created_at": { "type": "string", - "example": "public" + "format": "date-time", + "example": "2011-01-26T19:01:12Z", + "nullable": true + }, + "updated_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:14:43Z", + "nullable": true + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "example": false + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "example": 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", + "example": 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", + "example": 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", + "example": "\"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" + "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" ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 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", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true, - "deprecated": true - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "example": 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", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "example": false - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": 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", - "example": 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", - "example": 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", - "example": "\"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": [ - "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" ] } }, @@ -115154,6 +115188,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": "string", @@ -625510,732 +625552,736 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "title": "License Simple", - "description": "License Simple", + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "key": { + "id": { + "description": "Unique identifier of the repository", + "example": 42, + "type": "integer", + "format": "int64" + }, + "node_id": { "type": "string", - "example": "mit" + "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" }, "name": { + "description": "The name of the repository.", "type": "string", - "example": "MIT License" + "example": "Team Environment" + }, + "full_name": { + "type": "string", + "example": "octocat/Hello-World" + }, + "license": { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "example": "mit" + }, + "name": { + "type": "string", + "example": "MIT License" + }, + "url": { + "type": "string", + "nullable": true, + "format": "uri", + "example": "https://api.github.com/licenses/mit" + }, + "spdx_id": { + "type": "string", + "nullable": true, + "example": "MIT" + }, + "node_id": { + "type": "string", + "example": "MDc6TGljZW5zZW1pdA==" + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ], + "nullable": true + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "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": { + "nullable": true, + "type": "string" + }, + "email": { + "nullable": true, + "type": "string" + }, + "login": { + "type": "string", + "example": "octocat" + }, + "id": { + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "MDQ6VXNlcjE=" + }, + "avatar_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/images/error/octocat_happy.gif" + }, + "gravatar_id": { + "type": "string", + "example": "41d064eb2195891e12d0413f63227ea7", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat" + }, + "followers_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/followers" + }, + "following_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/following{/other_user}" + }, + "gists_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/gists{/gist_id}" + }, + "starred_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/subscriptions" + }, + "organizations_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/orgs" + }, + "repos_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/repos" + }, + "events_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/events{/privacy}" + }, + "received_events_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/received_events" + }, + "type": { + "type": "string", + "example": "User" + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "example": "\"2020-07-09T00:17:55Z\"" + }, + "user_view_type": { + "type": "string", + "example": "public" + } + }, + "required": [ + "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" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat/Hello-World" + }, + "description": { + "type": "string", + "example": "This your first repo!", + "nullable": true + }, + "fork": { + "type": "boolean" }, "url": { "type": "string", - "nullable": true, "format": "uri", - "example": "https://api.github.com/licenses/mit" + "example": "https://api.github.com/repos/octocat/Hello-World" }, - "spdx_id": { + "archive_url": { "type": "string", - "nullable": true, - "example": "MIT" + "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" }, - "node_id": { + "assignees_url": { "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" + "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" }, - "html_url": { + "blobs_url": { "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ], - "nullable": true - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" + "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" }, - "pull": { - "type": "boolean" + "branches_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" }, - "triage": { - "type": "boolean" + "collaborators_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" }, - "push": { - "type": "boolean" + "comments_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "nullable": true, - "type": "string" + "commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" }, - "email": { - "nullable": true, - "type": "string" + "compare_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" }, - "login": { + "contents_url": { "type": "string", - "example": "octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" }, - "id": { - "type": "integer", - "format": "int64", - "example": 1 + "contributors_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/contributors" }, - "node_id": { + "deployments_url": { "type": "string", - "example": "MDQ6VXNlcjE=" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/deployments" }, - "avatar_url": { + "downloads_url": { "type": "string", "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" + "example": "http://api.github.com/repos/octocat/Hello-World/downloads" }, - "gravatar_id": { + "events_url": { "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/events" }, - "url": { + "forks_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/forks" }, - "html_url": { + "git_commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + }, + "git_refs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + }, + "git_tags_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + }, + "git_url": { + "type": "string", + "example": "git:github.com/octocat/Hello-World.git" + }, + "issue_comment_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + }, + "issue_events_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + }, + "issues_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + }, + "keys_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + }, + "labels_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + }, + "languages_url": { "type": "string", "format": "uri", - "example": "https://github.com/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/languages" }, - "followers_url": { + "merges_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/followers" + "example": "http://api.github.com/repos/octocat/Hello-World/merges" }, - "following_url": { + "milestones_url": { "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" + "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" }, - "gists_url": { + "notifications_url": { "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" + "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" }, - "starred_url": { + "pulls_url": { "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" }, - "subscriptions_url": { + "releases_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + }, + "ssh_url": { + "type": "string", + "example": "git@github.com:octocat/Hello-World.git" + }, + "stargazers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" + "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" }, - "organizations_url": { + "statuses_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + }, + "subscribers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" + "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" }, - "repos_url": { + "subscription_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/repos" + "example": "http://api.github.com/repos/octocat/Hello-World/subscription" }, - "events_url": { + "tags_url": { "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/tags" }, - "received_events_url": { + "teams_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" + "example": "http://api.github.com/repos/octocat/Hello-World/teams" }, - "type": { + "trees_url": { "type": "string", - "example": "User" + "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" }, - "site_admin": { + "clone_url": { + "type": "string", + "example": "https://github.com/octocat/Hello-World.git" + }, + "mirror_url": { + "type": "string", + "format": "uri", + "example": "git:git.example.com/octocat/Hello-World", + "nullable": true + }, + "hooks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/hooks" + }, + "svn_url": { + "type": "string", + "format": "uri", + "example": "https://svn.github.com/octocat/Hello-World" + }, + "homepage": { + "type": "string", + "format": "uri", + "example": "https://github.com", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + }, + "forks_count": { + "type": "integer", + "example": 9 + }, + "stargazers_count": { + "type": "integer", + "example": 80 + }, + "watchers_count": { + "type": "integer", + "example": 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", + "example": 108 + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "example": "master" + }, + "open_issues_count": { + "type": "integer", + "example": 0 + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "example": true + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "example": true, + "deprecated": true + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "example": 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", - "example": "\"2020-07-09T00:17:55Z\"" + "format": "date-time", + "example": "2011-01-26T19:06:43Z", + "nullable": true }, - "user_view_type": { + "created_at": { "type": "string", - "example": "public" + "format": "date-time", + "example": "2011-01-26T19:01:12Z", + "nullable": true + }, + "updated_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:14:43Z", + "nullable": true + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "example": false + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "example": 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", + "example": 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", + "example": 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", + "example": "\"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" + "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" ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 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", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true, - "deprecated": true - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "example": 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", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "example": false - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": 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", - "example": 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", - "example": 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", - "example": "\"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": [ - "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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 6bde31963..ed59d58b8 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -863,7 +863,7 @@ paths: - subscriptions_url - type - url - type: &441 + type: &440 type: string description: The type of credit the user is receiving. enum: @@ -996,7 +996,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &260 + schema: &259 title: Validation Error Simple description: Validation Error Simple type: object @@ -1029,7 +1029,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: - - &753 + - &752 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1147,7 +1147,7 @@ paths: GitHub. type: object nullable: true - properties: &218 + properties: &217 id: description: Unique identifier of the GitHub app example: 37 @@ -1280,7 +1280,7 @@ paths: about itself. example: 5 type: integer - required: &219 + required: &218 - id - node_id - owner @@ -1585,7 +1585,7 @@ paths: schema: type: integer default: 30 - - &349 + - &348 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 @@ -1601,7 +1601,7 @@ paths: application/json: schema: type: array - items: &350 + items: &349 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1681,7 +1681,7 @@ paths: - installation_id - repository_id examples: - default: &351 + default: &350 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1713,7 +1713,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &763 + schema: &762 title: Scim Error description: Scim Error type: object @@ -1740,7 +1740,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &259 + schema: &258 title: Validation Error description: Validation Error type: object @@ -1809,7 +1809,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &351 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1923,7 +1923,7 @@ paths: - request - response examples: - default: &353 + default: &352 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2124,7 +2124,7 @@ paths: parameters: - *17 - *19 - - &228 + - &227 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) @@ -2918,7 +2918,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &418 + properties: &417 id: description: Unique identifier of the repository example: 42 @@ -2938,7 +2938,7 @@ paths: title: License Simple description: License Simple type: object - properties: &224 + properties: &223 key: type: string example: mit @@ -2960,7 +2960,7 @@ paths: html_url: type: string format: uri - required: &225 + required: &224 - key - name - url @@ -3356,7 +3356,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &419 + required: &418 - archive_url - assignees_url - blobs_url @@ -7665,7 +7665,7 @@ paths: description: Response content: application/json: - schema: &261 + schema: &260 type: object properties: total_active_caches_count: @@ -7680,7 +7680,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &262 + default: &261 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7873,7 +7873,7 @@ paths: - public_ip_enabled - platform examples: - default: &263 + default: &262 value: total_count: 2 runners: @@ -8168,7 +8168,7 @@ paths: application/json: schema: *49 examples: - default: &264 + default: &263 value: id: 1 platform: linux-x64 @@ -8308,7 +8308,7 @@ paths: application/json: schema: *52 examples: - default: &265 + default: &264 value: version: 1.0.0 size_gb: 75 @@ -8472,7 +8472,7 @@ paths: description: Response content: application/json: - schema: &266 + schema: &265 type: object properties: public_ips: @@ -8497,7 +8497,7 @@ paths: required: - public_ips examples: - default: &267 + default: &266 value: public_ips: current_usage: 17 @@ -8537,7 +8537,7 @@ paths: type: array items: *56 examples: - default: &268 + default: &267 value: id: 4-core cpu_cores: 4 @@ -8666,6 +8666,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. @@ -8799,7 +8808,7 @@ paths: - all - local_only - selected - selected_actions_url: &271 + selected_actions_url: &270 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` @@ -8879,7 +8888,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &273 + schema: &272 type: object properties: days: @@ -8897,7 +8906,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &764 + '401': &763 description: Authorization failure '404': *6 x-github: @@ -8925,7 +8934,7 @@ paths: required: true content: application/json: - schema: &274 + schema: &273 type: object properties: days: @@ -8974,7 +8983,7 @@ paths: required: - approval_policy examples: - default: &275 + default: &274 value: approval_policy: first_time_contributors '404': *6 @@ -9032,7 +9041,7 @@ paths: description: Response content: application/json: - schema: &276 + schema: &275 type: object required: - run_workflows_from_fork_pull_requests @@ -9086,7 +9095,7 @@ paths: required: true content: application/json: - schema: &277 + schema: &276 type: object required: - run_workflows_from_fork_pull_requests @@ -9509,7 +9518,7 @@ paths: description: Success response content: application/json: - schema: &280 + schema: &279 type: object properties: default_workflow_permissions: &67 @@ -9557,7 +9566,7 @@ paths: required: true content: application/json: - schema: &281 + schema: &280 type: object properties: default_workflow_permissions: *67 @@ -10393,7 +10402,7 @@ paths: application/json: schema: type: array - items: &285 + items: &284 title: Runner Application description: Runner Application type: object @@ -10418,7 +10427,7 @@ paths: - download_url - filename examples: - default: &286 + default: &285 value: - os: osx architecture: x64 @@ -10502,7 +10511,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &287 + '201': &286 description: Response content: application/json: @@ -10617,7 +10626,7 @@ paths: - token - expires_at examples: - default: &288 + default: &287 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10657,7 +10666,7 @@ paths: application/json: schema: *79 examples: - default: &289 + default: &288 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10689,7 +10698,7 @@ paths: application/json: schema: *76 examples: - default: &290 + default: &289 value: id: 23 name: MBP @@ -10905,7 +10914,7 @@ paths: - *41 - *75 responses: - '200': &291 + '200': &290 description: Response content: application/json: @@ -10961,7 +10970,7 @@ paths: parameters: - *41 - *75 - - &292 + - &291 name: name description: The name of a self-hosted runner's custom label. in: path @@ -11052,7 +11061,7 @@ paths: required: true content: application/json: - schema: &299 + schema: &298 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -11693,7 +11702,7 @@ paths: required: false schema: type: string - - &302 + - &301 name: include description: |- The event types to include: @@ -11711,7 +11720,7 @@ paths: - web - git - all - - &303 + - &302 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. @@ -11719,7 +11728,7 @@ paths: required: false schema: type: string - - &304 + - &303 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. @@ -11727,7 +11736,7 @@ paths: required: false schema: type: string - - &305 + - &304 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11749,7 +11758,7 @@ paths: application/json: schema: type: array - items: &306 + items: &305 type: object properties: "@timestamp": @@ -11871,7 +11880,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &307 + default: &306 value: - "@timestamp": 1606929874512 action: team.add_member @@ -12537,7 +12546,7 @@ paths: application/json: schema: type: array - items: &308 + items: &307 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12698,7 +12707,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &309 + default: &308 value: - id: 21 number: 42 @@ -12803,7 +12812,7 @@ paths: application/json: schema: type: array - items: &311 + items: &310 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -12928,7 +12937,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &312 + default: &311 value: - id: 21 number: 42 @@ -13013,7 +13022,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *41 - - &317 + - &316 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`, @@ -13023,7 +13032,7 @@ paths: schema: &111 type: string description: The name of the tool used to generate the code scanning analysis. - - &318 + - &317 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 @@ -13046,7 +13055,7 @@ paths: be returned. in: query required: false - schema: &319 + schema: &318 type: string description: State of a code scanning alert. enum: @@ -13079,7 +13088,7 @@ paths: application/json: schema: type: array - items: &320 + items: &319 type: object properties: number: &128 @@ -13108,7 +13117,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &531 + instances_url: &530 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -13143,7 +13152,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &532 + dismissed_reason: &531 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -13152,13 +13161,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &533 + dismissed_comment: &532 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &534 + rule: &533 type: object properties: id: @@ -13211,7 +13220,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &535 + tool: &534 type: object properties: name: *111 @@ -13221,26 +13230,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *112 - most_recent_instance: &536 + most_recent_instance: &535 type: object properties: - ref: &529 + ref: &528 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &546 + analysis_key: &545 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: &547 + environment: &546 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: &548 + category: &547 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13254,7 +13263,7 @@ paths: properties: text: type: string - location: &549 + location: &548 type: object description: Describe a region within a file for the alert. properties: @@ -13275,7 +13284,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: &550 + items: &549 type: string description: A classification of the file. For example to identify it as generated. @@ -13289,7 +13298,7 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: &255 + properties: &254 id: type: integer format: int64 @@ -13516,7 +13525,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &256 + required: &255 - archive_url - assignees_url - blobs_url @@ -13588,7 +13597,7 @@ paths: - most_recent_instance - repository examples: - default: &321 + default: &320 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -14444,7 +14453,7 @@ paths: description: Response content: application/json: - schema: &323 + schema: &322 type: array description: A list of default code security configurations items: @@ -14460,7 +14469,7 @@ paths: default configuration: *114 examples: - default: &324 + default: &323 value: - default_for_new_repos: public configuration: @@ -14915,7 +14924,7 @@ paths: default: value: default_for_new_repos: all - configuration: &322 + configuration: &321 value: id: 1325 target_type: organization @@ -15000,7 +15009,7 @@ paths: application/json: schema: type: array - items: &325 + items: &324 type: object description: Repositories associated with a code security configuration and attachment status @@ -15024,7 +15033,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &326 + repository: &325 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15513,7 +15522,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &313 + - &312 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15588,7 +15597,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &384 + properties: &383 id: description: Unique identifier of the team type: integer @@ -15660,7 +15669,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &385 + required: &384 - id - node_id - url @@ -16248,7 +16257,7 @@ paths: application/json: schema: type: array - items: &208 + items: &207 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -16555,7 +16564,7 @@ paths: - date additionalProperties: true examples: - default: &209 + default: &208 value: - date: '2024-06-24' total_active_users: 24 @@ -16657,7 +16666,7 @@ paths: '500': *40 '403': *29 '404': *6 - '422': &210 + '422': &209 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -16893,7 +16902,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &332 + - &331 name: state in: query description: |- @@ -16902,7 +16911,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &333 + - &332 name: severity in: query description: |- @@ -16911,7 +16920,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &334 + - &333 name: ecosystem in: query description: |- @@ -16920,14 +16929,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &335 + - &334 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 - - &336 + - &335 name: epss_percentage in: query description: |- @@ -16939,7 +16948,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 - - &591 + - &590 name: has in: query description: |- @@ -16953,7 +16962,7 @@ paths: type: string enum: - patch - - &337 + - &336 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -16963,7 +16972,7 @@ paths: enum: - development - runtime - - &338 + - &337 name: sort in: query description: |- @@ -16989,7 +16998,7 @@ paths: application/json: schema: type: array - items: &339 + items: &338 type: object description: A Dependabot alert. properties: @@ -17052,7 +17061,7 @@ paths: - unknown - direct - transitive - security_advisory: &592 + security_advisory: &591 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17284,14 +17293,14 @@ paths: nullable: true maxLength: 280 fixed_at: *138 - auto_dismissed_at: &593 + auto_dismissed_at: &592 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &594 + dismissal_request: &593 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -17348,7 +17357,7 @@ paths: - repository additionalProperties: false examples: - default: &340 + default: &339 value: - number: 2 state: dismissed @@ -18141,7 +18150,7 @@ paths: type: array items: *145 examples: - default: &211 + default: &210 value: - id: 1 name: Justice League @@ -18484,7 +18493,7 @@ paths: - name - created_on examples: - default: &446 + default: &445 value: total_count: 2 network_configurations: @@ -18707,7 +18716,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: - *41 - - &447 + - &446 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -18719,7 +18728,7 @@ paths: description: Response content: application/json: - schema: &448 + schema: &447 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -18753,7 +18762,7 @@ paths: - subnet_id - region examples: - default: &449 + default: &448 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -19568,7 +19577,7 @@ paths: required: true content: application/json: - schema: &417 + schema: &416 title: Custom Property Set Payload description: Custom property set payload type: object @@ -20752,7 +20761,7 @@ paths: nullable: true anyOf: - *162 - - &423 + - &422 title: Organization ruleset conditions type: object description: |- @@ -20799,7 +20808,7 @@ paths: - *165 rules: type: array - items: &719 + items: &718 title: Repository Rule type: object description: A repository rule. @@ -20808,7 +20817,7 @@ paths: - *171 - *172 - *173 - - &717 + - &716 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21136,7 +21145,7 @@ paths: type: string format: date-time examples: - default: &426 + default: &425 value: - version_id: 3 actor: @@ -21189,7 +21198,7 @@ paths: description: Response content: application/json: - schema: &427 + schema: &426 allOf: - *195 - type: object @@ -21244,7 +21253,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &428 + - &427 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -21255,7 +21264,7 @@ paths: enum: - open - resolved - - &429 + - &428 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -21265,7 +21274,7 @@ paths: required: false schema: type: string - - &430 + - &429 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -21274,7 +21283,7 @@ paths: required: false schema: type: string - - &431 + - &430 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -21293,7 +21302,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &432 + - &431 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. @@ -21309,7 +21318,7 @@ paths: - *17 - *108 - *109 - - &433 + - &432 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -21318,7 +21327,7 @@ paths: required: false schema: type: string - - &434 + - &433 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -21327,7 +21336,7 @@ paths: schema: type: boolean default: false - - &435 + - &434 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -21336,7 +21345,7 @@ paths: schema: type: boolean default: false - - &436 + - &435 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -21352,7 +21361,7 @@ paths: application/json: schema: type: array - items: &437 + items: &436 type: object properties: number: *128 @@ -21371,14 +21380,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &731 + state: &730 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: &732 + resolution: &731 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -21485,8 +21494,8 @@ paths: pull request. ' - oneOf: &733 - - &735 + oneOf: &732 + - &734 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21538,7 +21547,7 @@ paths: - blob_url - commit_sha - commit_url - - &736 + - &735 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. @@ -21593,7 +21602,7 @@ paths: - page_url - commit_sha - commit_url - - &737 + - &736 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21607,7 +21616,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &738 + - &737 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21621,7 +21630,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &739 + - &738 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21635,7 +21644,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &740 + - &739 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21649,7 +21658,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &741 + - &740 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21663,7 +21672,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &742 + - &741 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21677,7 +21686,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &743 + - &742 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. @@ -21691,7 +21700,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &744 + - &743 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. @@ -21705,7 +21714,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &745 + - &744 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. @@ -21719,7 +21728,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &746 + - &745 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. @@ -21733,7 +21742,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &747 + - &746 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 request. @@ -21760,7 +21769,7 @@ paths: required: *21 nullable: true examples: - default: &438 + default: &437 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -21969,7 +21978,7 @@ paths: description: Response content: application/json: - schema: &439 + schema: &438 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -22052,7 +22061,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *197 examples: - default: &440 + default: &439 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -22188,7 +22197,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &443 + - &442 name: advanced_security_product in: query description: | @@ -22208,7 +22217,7 @@ paths: description: Success content: application/json: - schema: &444 + schema: &443 type: object properties: total_advanced_security_committers: @@ -22263,7 +22272,7 @@ paths: required: - repositories examples: - default: &445 + default: &444 value: total_advanced_security_committers: 2 total_count: 2 @@ -23220,19 +23229,21 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#get-a-cost-center-by-id parameters: - *41 - - &202 + - &201 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: &200 + schema: type: object properties: id: @@ -23266,12 +23277,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: &201 + default: &200 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -23335,9 +23350,46 @@ paths: description: Response when updating a cost center content: application/json: - schema: *200 + 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 + nullable: true + 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: *201 + default: *200 '400': *14 '403': *29 '404': *6 @@ -23361,7 +23413,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#delete-a-cost-center parameters: - *41 - - *202 + - *201 responses: '200': description: Response when deleting a cost center @@ -23421,7 +23473,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#add-resources-to-a-cost-center parameters: - *41 - - *202 + - *201 requestBody: required: true content: @@ -23513,7 +23565,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#remove-resources-from-a-cost-center parameters: - *41 - - *202 + - *201 requestBody: required: true content: @@ -23581,7 +23633,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-premium-request-usage-report-for-an-enterprise parameters: - *41 - - &203 + - &202 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, @@ -23590,7 +23642,7 @@ paths: required: false schema: type: integer - - &205 + - &204 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 @@ -23599,7 +23651,7 @@ paths: required: false schema: type: integer - - &204 + - &203 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 @@ -23608,7 +23660,7 @@ paths: required: false schema: type: integer - - &206 + - &205 name: organization description: The organization name to query usage for. The name is not case sensitive. @@ -23628,7 +23680,7 @@ paths: required: false schema: type: string - - &207 + - &206 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -23788,7 +23840,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-usage-report-for-an-enterprise parameters: - *41 - - *203 + - *202 - 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 @@ -23797,7 +23849,7 @@ paths: required: false schema: type: integer - - *204 + - *203 - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -23904,17 +23956,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-usage-summary-for-an-enterprise parameters: - *41 + - *202 + - *204 - *203 - *205 - - *204 - - *206 - name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *207 + - *206 - name: sku description: The SKU to query for usage. in: query @@ -24113,13 +24165,13 @@ paths: application/json: schema: type: array - items: *208 + items: *207 examples: - default: *209 + default: *208 '500': *40 '403': *29 '404': *6 - '422': *210 + '422': *209 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24148,7 +24200,7 @@ paths: type: array items: *145 examples: - default: *211 + default: *210 headers: Link: *47 '403': *29 @@ -24225,7 +24277,7 @@ paths: application/json: schema: *145 examples: - default: *211 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24243,7 +24295,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *41 - - &212 + - &211 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -24262,7 +24314,7 @@ paths: type: array items: *4 examples: - default: &213 + default: &212 value: - login: octocat id: 1 @@ -24301,7 +24353,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *41 - - *212 + - *211 requestBody: required: true content: @@ -24332,7 +24384,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24350,7 +24402,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *41 - - *212 + - *211 requestBody: required: true content: @@ -24381,7 +24433,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24399,7 +24451,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *41 - - *212 + - *211 - *143 responses: '200': @@ -24408,7 +24460,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &214 + exampleKey1: &213 value: login: octocat id: 1 @@ -24444,7 +24496,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *41 - - *212 + - *211 - *143 responses: '201': @@ -24453,7 +24505,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *214 + exampleKey1: *213 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24471,7 +24523,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *41 - - *212 + - *211 - *143 responses: '204': @@ -24494,7 +24546,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *41 - - *212 + - *211 - *17 - *19 responses: @@ -24506,7 +24558,7 @@ paths: type: array items: *73 examples: - default: &215 + default: &214 value: login: github id: 1 @@ -24537,7 +24589,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *41 - - *212 + - *211 requestBody: required: true content: @@ -24567,7 +24619,7 @@ paths: type: array items: *73 examples: - default: &252 + default: &251 value: - login: github id: 1 @@ -24598,7 +24650,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *41 - - *212 + - *211 requestBody: required: true content: @@ -24639,7 +24691,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *41 - - *212 + - *211 - *87 responses: '200': @@ -24648,7 +24700,7 @@ paths: application/json: schema: *73 examples: - default: *215 + default: *214 '404': description: The team is not assigned to the organization x-github: @@ -24667,7 +24719,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *41 - - *212 + - *211 - *87 responses: '201': @@ -24676,7 +24728,7 @@ paths: application/json: schema: *73 examples: - default: *215 + default: *214 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24693,7 +24745,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *41 - - *212 + - *211 - *87 responses: '204': @@ -24718,7 +24770,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *41 - - &216 + - &215 name: team_slug description: The slug of the team name. in: path @@ -24732,7 +24784,7 @@ paths: application/json: schema: *145 examples: - default: *211 + default: *210 headers: Link: *47 '403': *29 @@ -24752,7 +24804,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *41 - - *216 + - *215 requestBody: required: true content: @@ -24809,7 +24861,7 @@ paths: application/json: schema: *145 examples: - default: *211 + default: *210 headers: Link: *47 '403': *29 @@ -24832,7 +24884,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *41 - - *216 + - *215 responses: '204': description: Response @@ -24931,7 +24983,7 @@ paths: application/json: schema: type: array - items: &247 + items: &246 title: Event description: Event type: object @@ -24941,7 +24993,7 @@ paths: type: type: string nullable: true - actor: &217 + actor: &216 title: Actor description: Actor type: object @@ -24981,7 +25033,7 @@ paths: - id - name - url - org: *217 + org: *216 payload: oneOf: - title: CreateEvent @@ -25027,7 +25079,7 @@ paths: properties: action: type: string - discussion: &871 + discussion: &870 title: Discussion description: A Discussion in a repository. type: object @@ -25314,7 +25366,7 @@ paths: - id labels: type: array - items: &220 + items: &219 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -25389,12 +25441,12 @@ paths: properties: action: type: string - issue: &221 + issue: &220 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &655 + properties: &654 id: type: integer format: int64 @@ -25508,7 +25560,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &406 + properties: &405 url: type: string format: uri @@ -25578,7 +25630,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &407 + required: &406 - closed_issues - creator - description @@ -25657,7 +25709,7 @@ paths: timeline_url: type: string format: uri - type: &371 + type: &370 title: Issue Type description: The type of issue. type: object @@ -25718,9 +25770,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *218 - required: *219 - author_association: &222 + properties: *217 + required: *218 + author_association: &221 title: author_association type: string example: OWNER @@ -25735,7 +25787,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &223 + reactions: &222 title: Reaction Rollup type: object properties: @@ -25771,7 +25823,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &791 + sub_issues_summary: &790 title: Sub-issues Summary type: object properties: @@ -25791,7 +25843,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &792 + issue_dependencies_summary: &791 title: Issue Dependencies Summary type: object properties: @@ -25810,7 +25862,7 @@ paths: - total_blocking issue_field_values: type: array - items: &793 + items: &792 title: Issue Field Value description: A value assigned to an issue field type: object @@ -25871,7 +25923,7 @@ paths: - node_id - data_type - value - required: &656 + required: &655 - assignee - closed_at - comments @@ -25896,10 +25948,10 @@ paths: assignees: type: array items: *4 - label: *220 + label: *219 labels: type: array - items: *220 + items: *219 required: - action - issue @@ -25908,8 +25960,8 @@ paths: properties: action: type: string - issue: *221 - comment: &651 + issue: *220 + comment: &650 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -25957,7 +26009,7 @@ paths: issue_url: type: string format: uri - author_association: *222 + author_association: *221 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -25968,9 +26020,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *218 - required: *219 - reactions: *223 + properties: *217 + required: *218 + reactions: *222 required: - id - node_id @@ -26143,8 +26195,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true allow_forking: type: boolean @@ -26233,7 +26285,7 @@ paths: type: string number: type: integer - pull_request: &226 + pull_request: &225 title: Pull Request Minimal type: object properties: @@ -26304,10 +26356,10 @@ paths: assignees: type: array items: *4 - label: *220 + label: *219 labels: type: array - items: *220 + items: *219 required: - action - number @@ -26317,7 +26369,7 @@ paths: properties: action: type: string - pull_request: *226 + pull_request: *225 comment: type: object properties: @@ -26568,7 +26620,7 @@ paths: - pull_request updated_at: type: string - pull_request: *226 + pull_request: *225 required: - action - review @@ -26617,7 +26669,7 @@ paths: updated_at: type: string format: date-time - reactions: *223 + reactions: *222 required: - action - comment @@ -26628,7 +26680,7 @@ paths: type: string release: allOf: - - &710 + - &709 title: Release description: A release. type: object @@ -26699,7 +26751,7 @@ paths: author: *4 assets: type: array - items: &711 + items: &710 title: Release Asset description: Data related to a release. type: object @@ -26774,7 +26826,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *223 + reactions: *222 required: - assets_url - upload_url @@ -26947,7 +26999,7 @@ paths: _links: type: object properties: - timeline: &227 + timeline: &226 title: Link With Type description: Hypermedia Link with Type type: object @@ -26959,17 +27011,17 @@ paths: required: - href - type - user: *227 - security_advisories: *227 - current_user: *227 - current_user_public: *227 - current_user_actor: *227 - current_user_organization: *227 + user: *226 + security_advisories: *226 + current_user: *226 + current_user_public: *226 + current_user_actor: *226 + current_user_organization: *226 current_user_organizations: type: array - items: *227 - repository_discussions: *227 - repository_discussions_category: *227 + items: *226 + repository_discussions: *226 + repository_discussions_category: *226 required: - timeline - user @@ -27031,7 +27083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *228 + - *227 - *17 - *19 responses: @@ -27041,7 +27093,7 @@ paths: application/json: schema: type: array - items: &229 + items: &228 title: Base Gist description: Base Gist type: object @@ -27140,7 +27192,7 @@ paths: - created_at - updated_at examples: - default: &230 + default: &229 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -27261,7 +27313,7 @@ paths: description: Response content: application/json: - schema: &231 + schema: &230 title: Gist Simple description: Gist Simple type: object @@ -27278,7 +27330,7 @@ paths: url: type: string format: uri - user: &799 + user: &798 title: Public User description: Public User type: object @@ -27640,7 +27692,7 @@ paths: truncated: type: boolean examples: - default: &232 + default: &231 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -27744,7 +27796,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *228 + - *227 - *17 - *19 responses: @@ -27754,9 +27806,9 @@ paths: application/json: schema: type: array - items: *229 + items: *228 examples: - default: *230 + default: *229 headers: Link: *47 '422': *15 @@ -27778,7 +27830,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *228 + - *227 - *17 - *19 responses: @@ -27788,9 +27840,9 @@ paths: application/json: schema: type: array - items: *229 + items: *228 examples: - default: *230 + default: *229 headers: Link: *47 '401': *25 @@ -27818,7 +27870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &233 + - &232 name: gist_id description: The unique identifier of the gist. in: path @@ -27830,10 +27882,10 @@ paths: description: Response content: application/json: - schema: *231 + schema: *230 examples: - default: *232 - '403': &236 + default: *231 + '403': &235 description: Forbidden Gist content: application/json: @@ -27881,7 +27933,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *233 + - *232 requestBody: required: true content: @@ -27941,9 +27993,9 @@ paths: description: Response content: application/json: - schema: *231 + schema: *230 examples: - updateGist: *232 + updateGist: *231 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -28101,7 +28153,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *233 + - *232 responses: '204': description: Response @@ -28130,7 +28182,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *233 + - *232 - *17 - *19 responses: @@ -28140,7 +28192,7 @@ paths: application/json: schema: type: array - items: &234 + items: &233 title: Gist Comment description: A comment made to a gist. type: object @@ -28175,7 +28227,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *222 + author_association: *221 required: - url - id @@ -28240,7 +28292,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *233 + - *232 requestBody: required: true content: @@ -28265,9 +28317,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *233 examples: - default: &235 + default: &234 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -28325,8 +28377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *233 - - &237 + - *232 + - &236 name: comment_id description: The unique identifier of the comment. in: path @@ -28339,12 +28391,12 @@ paths: description: Response content: application/json: - schema: *234 + schema: *233 examples: - default: *235 + default: *234 '304': *37 '404': *6 - '403': *236 + '403': *235 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28366,8 +28418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *233 - - *237 + - *232 + - *236 requestBody: required: true content: @@ -28392,9 +28444,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *233 examples: - default: *235 + default: *234 '404': *6 x-github: githubCloudOnly: false @@ -28411,8 +28463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *233 - - *237 + - *232 + - *236 responses: '204': description: Response @@ -28435,7 +28487,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *233 + - *232 - *17 - *19 responses: @@ -28536,7 +28588,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *233 + - *232 - *17 - *19 responses: @@ -28546,7 +28598,7 @@ paths: application/json: schema: type: array - items: *231 + items: *230 examples: default: value: @@ -28611,13 +28663,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *233 + - *232 responses: '201': description: Response content: application/json: - schema: *229 + schema: *228 examples: default: value: @@ -28688,7 +28740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *233 + - *232 responses: '204': description: Response if gist is starred @@ -28718,7 +28770,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *233 + - *232 responses: '204': description: Response @@ -28740,7 +28792,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *233 + - *232 responses: '204': description: Response @@ -28769,7 +28821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *233 + - *232 - name: sha in: path required: true @@ -28780,9 +28832,9 @@ paths: description: Response content: application/json: - schema: *231 + schema: *230 examples: - default: *232 + default: *231 '422': *15 '404': *6 '403': *29 @@ -28941,7 +28993,9 @@ paths: type: integer repositories: type: array - items: *78 + items: + allOf: + - *78 repository_selection: type: string example: selected @@ -29148,7 +29202,7 @@ paths: - closed - all default: open - - &374 + - &373 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -29167,7 +29221,7 @@ paths: - comments default: created - *110 - - *228 + - *227 - name: collab in: query required: false @@ -29197,9 +29251,9 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: &375 + default: &374 value: - id: 1 node_id: MDU6SXNzdWUx @@ -29482,8 +29536,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 examples: default: value: @@ -29768,7 +29822,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &238 + X-CommonMarker-Version: &237 example: 0.17.4 schema: type: string @@ -29823,7 +29877,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *238 + X-CommonMarker-Version: *237 content: text/html: schema: @@ -29852,7 +29906,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: - - &241 + - &240 name: account_id description: account_id parameter in: path @@ -29864,7 +29918,7 @@ paths: description: Response content: application/json: - schema: &240 + schema: &239 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -29894,7 +29948,7 @@ paths: nullable: true id: type: integer - plan: &239 + plan: &238 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -29983,7 +30037,7 @@ paths: nullable: true updated_at: type: string - plan: *239 + plan: *238 required: - url - id @@ -29991,7 +30045,7 @@ paths: - login - marketplace_purchase examples: - default: &242 + default: &241 value: url: https://api.github.com/orgs/github type: Organization @@ -30076,9 +30130,9 @@ paths: application/json: schema: type: array - items: *239 + items: *238 examples: - default: &243 + default: &242 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -30118,14 +30172,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &244 + - &243 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &245 + - &244 name: sort description: The property to sort the results by. in: query @@ -30155,9 +30209,9 @@ paths: application/json: schema: type: array - items: *240 + items: *239 examples: - default: &246 + default: &245 value: - url: https://api.github.com/orgs/github type: Organization @@ -30231,15 +30285,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: - - *241 + - *240 responses: '200': description: Response content: application/json: - schema: *240 + schema: *239 examples: - default: *242 + default: *241 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -30271,9 +30325,9 @@ paths: application/json: schema: type: array - items: *239 + items: *238 examples: - default: *243 + default: *242 headers: Link: *47 '401': *25 @@ -30296,8 +30350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: + - *243 - *244 - - *245 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -30317,9 +30371,9 @@ paths: application/json: schema: type: array - items: *240 + items: *239 examples: - default: *246 + default: *245 headers: Link: *47 '401': *25 @@ -30583,14 +30637,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: - - &457 + - &456 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &458 + - &457 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -30607,7 +30661,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -30652,7 +30706,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &463 + '301': &462 description: Moved permanently content: application/json: @@ -30674,7 +30728,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &684 + - &683 name: all description: If `true`, show notifications marked as read. in: query @@ -30682,7 +30736,7 @@ paths: schema: type: boolean default: false - - &685 + - &684 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -30691,8 +30745,8 @@ paths: schema: type: boolean default: false - - *228 - - &686 + - *227 + - &685 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: @@ -30717,18 +30771,18 @@ paths: application/json: schema: type: array - items: &248 + items: &247 title: Thread description: Thread type: object properties: id: type: string - repository: &284 + repository: &283 title: Minimal Repository description: Minimal Repository type: object - properties: &344 + properties: &343 id: type: integer format: int64 @@ -31005,7 +31059,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &420 + security_and_analysis: &419 nullable: true type: object properties: @@ -31087,7 +31141,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &345 + required: &344 - archive_url - assignees_url - blobs_url @@ -31175,7 +31229,7 @@ paths: - url - subscription_url examples: - default: &687 + default: &686 value: - id: '1' repository: @@ -31341,7 +31395,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &249 + - &248 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 @@ -31355,7 +31409,7 @@ paths: description: Response content: application/json: - schema: *248 + schema: *247 examples: default: value: @@ -31458,7 +31512,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *249 + - *248 responses: '205': description: Reset Content @@ -31481,7 +31535,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *249 + - *248 responses: '204': description: No content @@ -31504,13 +31558,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: - - *249 + - *248 responses: '200': description: Response content: application/json: - schema: &250 + schema: &249 title: Thread Subscription description: Thread Subscription type: object @@ -31547,7 +31601,7 @@ paths: - url - subscribed examples: - default: &251 + default: &250 value: subscribed: true ignored: false @@ -31578,7 +31632,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *249 + - *248 requestBody: required: false content: @@ -31599,9 +31653,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *249 examples: - default: *251 + default: *250 '304': *37 '403': *29 '401': *25 @@ -31624,7 +31678,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *249 + - *248 responses: '204': description: Response @@ -31721,7 +31775,7 @@ paths: type: array items: *73 examples: - default: *252 + default: *251 headers: Link: example: ; rel="next" @@ -31772,7 +31826,7 @@ paths: type: integer custom_roles: type: array - items: &328 + items: &327 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -31820,7 +31874,7 @@ paths: - created_at - updated_at examples: - default: &329 + default: &328 value: id: 8030 name: Security Engineer @@ -31873,7 +31927,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &252 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -31911,7 +31965,7 @@ paths: required: true content: application/json: - schema: *253 + schema: *252 examples: selected_actions: *44 responses: @@ -31946,7 +32000,7 @@ paths: description: Response content: application/json: - schema: &254 + schema: &253 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -31984,7 +32038,7 @@ paths: required: true content: application/json: - schema: *254 + schema: *253 examples: selected_actions: *46 responses: @@ -32057,8 +32111,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *255 - required: *256 + properties: *254 + required: *255 nullable: true additionalProperties: false examples: @@ -32292,7 +32346,7 @@ paths: type: array items: *156 examples: - default: &693 + default: &692 value: - property_name: environment value: production @@ -32342,7 +32396,7 @@ paths: required: - properties examples: - default: &694 + default: &693 value: properties: - property_name: environment @@ -32389,7 +32443,7 @@ paths: description: Response content: application/json: - schema: &257 + schema: &256 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -32722,7 +32776,7 @@ paths: - updated_at - archived_at examples: - default-response: &258 + default-response: &257 value: login: github id: 1 @@ -33047,17 +33101,17 @@ paths: description: Response content: application/json: - schema: *257 + schema: *256 examples: - default: *258 + default: *257 '422': description: Validation failed content: application/json: schema: oneOf: + - *258 - *259 - - *260 '409': *119 x-github: githubCloudOnly: false @@ -33112,9 +33166,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *260 examples: - default: *262 + default: *261 headers: Link: *47 x-github: @@ -33155,7 +33209,7 @@ paths: type: integer repository_cache_usages: type: array - items: &470 + items: &469 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -33230,7 +33284,7 @@ paths: type: array items: *48 examples: - default: *263 + default: *262 headers: Link: *47 x-github: @@ -33396,7 +33450,7 @@ paths: application/json: schema: *49 examples: - default: *264 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33488,7 +33542,7 @@ paths: application/json: schema: *52 examples: - default: *265 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33607,9 +33661,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *265 examples: - default: *267 + default: *266 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33645,7 +33699,7 @@ paths: type: array items: *56 examples: - default: *268 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33763,6 +33817,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. @@ -33833,7 +33896,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &269 + schema: &268 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -33847,7 +33910,7 @@ paths: required: - include_claim_keys examples: - default: &270 + default: &269 value: include_claim_keys: - repo @@ -33874,15 +33937,15 @@ paths: required: true content: application/json: - schema: *269 + schema: *268 examples: - default: *270 + default: *269 responses: '201': description: Empty response content: application/json: - schema: &295 + schema: &294 title: Empty Object description: An object without any properties. type: object @@ -33921,7 +33984,7 @@ paths: schema: type: object properties: - enabled_repositories: &272 + enabled_repositories: &271 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -33935,7 +33998,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *60 - selected_actions_url: *271 + selected_actions_url: *270 sha_pinning_required: *61 required: - enabled_repositories @@ -33977,7 +34040,7 @@ paths: schema: type: object properties: - enabled_repositories: *272 + enabled_repositories: *271 allowed_actions: *60 sha_pinning_required: *61 required: @@ -34013,7 +34076,7 @@ paths: description: Response content: application/json: - schema: *273 + schema: *272 examples: response: summary: Example response @@ -34044,7 +34107,7 @@ paths: required: true content: application/json: - schema: *274 + schema: *273 examples: application/json: value: @@ -34082,7 +34145,7 @@ paths: application/json: schema: *62 examples: - default: *275 + default: *274 '404': *6 x-github: enabledForGitHubApps: true @@ -34139,7 +34202,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *275 examples: default: *63 '403': *29 @@ -34164,7 +34227,7 @@ paths: required: true content: application/json: - schema: *277 + schema: *276 examples: default: *63 responses: @@ -34216,7 +34279,7 @@ paths: type: array items: *78 examples: - default: &279 + default: &278 value: total_count: 1 repositories: @@ -34401,7 +34464,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *87 - - &278 + - &277 name: repository_id description: The unique identifier of the repository. in: path @@ -34430,7 +34493,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *87 - - *278 + - *277 responses: '204': description: Response @@ -34626,7 +34689,7 @@ paths: type: array items: *78 examples: - default: *279 + default: *278 '403': *29 '404': *6 x-github: @@ -34695,7 +34758,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: - *87 - - *278 + - *277 responses: '204': description: No content @@ -34722,7 +34785,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: - *87 - - *278 + - *277 responses: '204': description: No content @@ -34756,7 +34819,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *279 examples: default: *69 x-github: @@ -34790,7 +34853,7 @@ paths: required: false content: application/json: - schema: *281 + schema: *280 examples: default: *69 x-github: @@ -34837,7 +34900,7 @@ paths: type: number runner_groups: type: array - items: &282 + items: &281 type: object properties: id: @@ -35025,9 +35088,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *281 examples: - default: &283 + default: &282 value: id: 2 name: octo-runner-group @@ -35069,7 +35132,7 @@ paths: description: Response content: application/json: - schema: *282 + schema: *281 examples: default: value: @@ -35160,9 +35223,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *281 examples: - default: *283 + default: *282 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -35226,7 +35289,7 @@ paths: type: array items: *48 examples: - default: *263 + default: *262 headers: Link: *47 x-github: @@ -35267,9 +35330,9 @@ paths: type: number repositories: type: array - items: *284 + items: *283 examples: - default: &802 + default: &801 value: total_count: 1 repositories: @@ -35568,7 +35631,7 @@ paths: parameters: - *87 - *72 - - *278 + - *277 responses: '204': description: Response @@ -35592,7 +35655,7 @@ paths: parameters: - *87 - *72 - - *278 + - *277 responses: '204': description: Response @@ -35810,9 +35873,9 @@ paths: application/json: schema: type: array - items: *285 + items: *284 examples: - default: *286 + default: *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35877,7 +35940,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *287 + '201': *286 '404': *6 '422': *7 '409': *119 @@ -35916,7 +35979,7 @@ paths: application/json: schema: *79 examples: - default: *288 + default: *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35952,7 +36015,7 @@ paths: application/json: schema: *79 examples: - default: *289 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35983,7 +36046,7 @@ paths: application/json: schema: *76 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36158,7 +36221,7 @@ paths: - *87 - *75 responses: - '200': *291 + '200': *290 '404': *6 x-github: githubCloudOnly: false @@ -36187,7 +36250,7 @@ paths: parameters: - *87 - *75 - - *292 + - *291 responses: '200': *81 '404': *6 @@ -36232,7 +36295,7 @@ paths: type: integer secrets: type: array - items: &293 + items: &292 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -36311,7 +36374,7 @@ paths: description: Response content: application/json: - schema: &490 + schema: &489 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -36340,7 +36403,7 @@ paths: - key_id - key examples: - default: &491 + default: &490 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36366,7 +36429,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *87 - - &294 + - &293 name: secret_name description: The name of the secret. in: path @@ -36378,7 +36441,7 @@ paths: description: Response content: application/json: - schema: *293 + schema: *292 examples: default: value: @@ -36409,7 +36472,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -36466,7 +36529,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -36493,7 +36556,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *87 - - *294 + - *293 responses: '204': description: Response @@ -36520,7 +36583,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 - *19 - *17 responses: @@ -36538,9 +36601,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: &298 + default: &297 value: total_count: 1 repositories: @@ -36633,7 +36696,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -36686,7 +36749,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -36720,7 +36783,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -36753,7 +36816,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *87 - - &475 + - &474 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)." @@ -36777,7 +36840,7 @@ paths: type: integer variables: type: array - items: &296 + items: &295 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -36910,7 +36973,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -36936,7 +36999,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *87 - - &297 + - &296 name: name description: The name of the variable. in: path @@ -36948,7 +37011,7 @@ paths: description: Response content: application/json: - schema: *296 + schema: *295 examples: default: value: @@ -36979,7 +37042,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *87 - - *297 + - *296 requestBody: required: true content: @@ -37042,7 +37105,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *87 - - *297 + - *296 responses: '204': description: Response @@ -37069,7 +37132,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *87 - - *297 + - *296 - *19 - *17 responses: @@ -37087,9 +37150,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: *298 + default: *297 '409': description: Response when the visibility of the variable is not set to `selected` @@ -37116,7 +37179,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *87 - - *297 + - *296 requestBody: required: true content: @@ -37166,7 +37229,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *87 - - *297 + - *296 - name: repository_id in: path required: true @@ -37201,7 +37264,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *87 - - *297 + - *296 - name: repository_id in: path required: true @@ -37259,7 +37322,7 @@ paths: required: true content: application/json: - schema: *299 + schema: *298 examples: default: *85 parameters: @@ -37421,7 +37484,7 @@ paths: type: integer deployment_records: type: array - items: &300 + items: &299 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -37465,7 +37528,7 @@ paths: with the deployment record. nullable: true examples: - default: &301 + default: &300 value: total_count: 1 deployment_records: @@ -37638,9 +37701,9 @@ paths: type: integer deployment_records: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37837,9 +37900,9 @@ paths: type: integer deployment_records: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37968,12 +38031,12 @@ paths: required: - subject_digests examples: - default: &832 + default: &831 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &833 + withPredicateType: &832 value: subject_digests: - sha256:abc123 @@ -38031,7 +38094,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &834 + default: &833 value: attestations_subject_digests: - sha256:abc: @@ -38380,7 +38443,7 @@ paths: initiator: type: string examples: - default: &504 + default: &503 value: attestations: - bundle: @@ -38506,10 +38569,10 @@ paths: required: false schema: type: string + - *301 - *302 - *303 - *304 - - *305 - *17 responses: '200': @@ -38518,9 +38581,9 @@ paths: application/json: schema: type: array - items: *306 + items: *305 examples: - default: *307 + default: *306 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -38549,7 +38612,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38643,7 +38706,7 @@ paths: subcategory: bypass-requests parameters: - *87 - - &310 + - &309 name: repository_name description: The name of the repository to filter on. in: query @@ -38662,9 +38725,9 @@ paths: application/json: schema: type: array - items: *308 + items: *307 examples: - default: *309 + default: *308 '404': *6 '500': *40 "/orgs/{org}/bypass-requests/secret-scanning": @@ -38688,7 +38751,7 @@ paths: subcategory: delegated-bypass parameters: - *87 - - *310 + - *309 - *103 - *104 - *105 @@ -38702,9 +38765,9 @@ paths: application/json: schema: type: array - items: *311 + items: *310 examples: - default: *312 + default: *311 '404': *6 '500': *40 "/orgs/{org}/campaigns": @@ -38731,7 +38794,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &314 + schema: &313 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -38757,7 +38820,7 @@ paths: application/json: schema: type: array - items: &315 + items: &314 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -38788,7 +38851,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *313 + items: *312 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -38806,7 +38869,7 @@ paths: type: string format: date-time nullable: true - state: *314 + state: *313 contact_link: description: The contact link of the campaign. type: string @@ -39026,9 +39089,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *314 examples: - default: &316 + default: &315 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -39111,9 +39174,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *314 examples: - default: *316 + default: *315 '404': *6 '422': description: Unprocessable Entity @@ -39190,7 +39253,7 @@ paths: type: string format: uri nullable: true - state: *314 + state: *313 examples: default: value: @@ -39200,9 +39263,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *314 examples: - default: *316 + default: *315 '400': description: Bad Request content: @@ -39269,8 +39332,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *87 + - *316 - *317 - - *318 - *108 - *109 - *19 @@ -39281,7 +39344,7 @@ paths: be returned. in: query required: false - schema: *319 + schema: *318 - name: sort description: The property by which to sort the results. in: query @@ -39297,7 +39360,7 @@ paths: be returned. in: query required: false - schema: &530 + schema: &529 type: string description: Severity of a code scanning alert. enum: @@ -39323,9 +39386,9 @@ paths: application/json: schema: type: array - items: *320 + items: *319 examples: - default: *321 + default: *320 headers: Link: *47 '404': *6 @@ -39683,7 +39746,7 @@ paths: application/json: schema: *114 examples: - default: *322 + default: *321 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39711,9 +39774,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *322 examples: - default: *324 + default: *323 '304': *37 '403': *29 '404': *6 @@ -39800,7 +39863,7 @@ paths: application/json: schema: *114 examples: - default: *322 + default: *321 '304': *37 '403': *29 '404': *6 @@ -40223,7 +40286,7 @@ paths: default: value: default_for_new_repos: all - configuration: *322 + configuration: *321 '403': *29 '404': *6 x-github: @@ -40276,13 +40339,13 @@ paths: application/json: schema: type: array - items: *325 + items: *324 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *326 + repository: *325 '403': *29 '404': *6 x-github: @@ -40322,7 +40385,7 @@ paths: type: integer codespaces: type: array - items: &376 + items: &375 type: object title: Codespace description: A codespace. @@ -40347,12 +40410,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *284 + repository: *283 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &562 + properties: &561 name: type: string description: The name of the machine. @@ -40394,7 +40457,7 @@ paths: - ready - in_progress nullable: true - required: &563 + required: &562 - name - display_name - operating_system @@ -40599,7 +40662,7 @@ paths: - pulls_url - recent_folders examples: - default: &377 + default: &376 value: total_count: 3 codespaces: @@ -41223,7 +41286,7 @@ paths: type: integer secrets: type: array - items: &327 + items: &326 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -41262,7 +41325,7 @@ paths: - updated_at - visibility examples: - default: &564 + default: &563 value: total_count: 2 secrets: @@ -41300,7 +41363,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &564 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -41329,7 +41392,7 @@ paths: - key_id - key examples: - default: &566 + default: &565 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41353,15 +41416,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *87 - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *327 + schema: *326 examples: - default: &568 + default: &567 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -41389,7 +41452,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -41444,7 +41507,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -41471,7 +41534,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *87 - - *294 + - *293 responses: '204': description: Response @@ -41497,7 +41560,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 - *19 - *17 responses: @@ -41515,9 +41578,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: *298 + default: *297 '404': *6 x-github: githubCloudOnly: false @@ -41540,7 +41603,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -41591,7 +41654,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -41625,7 +41688,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -42214,13 +42277,13 @@ paths: application/json: schema: type: array - items: *208 + items: *207 examples: - default: *209 + default: *208 '500': *40 '403': *29 '404': *6 - '422': *210 + '422': *209 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42582,7 +42645,7 @@ paths: type: integer custom_roles: type: array - items: *328 + items: *327 examples: default: value: @@ -42674,7 +42737,7 @@ paths: required: true content: application/json: - schema: &330 + schema: &329 type: object properties: name: @@ -42715,9 +42778,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '422': *15 '404': *6 x-github: @@ -42748,9 +42811,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '404': *6 x-github: githubCloudOnly: true @@ -42778,7 +42841,7 @@ paths: required: true content: application/json: - schema: &331 + schema: &330 type: object properties: name: @@ -42816,9 +42879,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '422': *15 '404': *6 x-github: @@ -42876,7 +42939,7 @@ paths: required: true content: application/json: - schema: *330 + schema: *329 examples: default: value: @@ -42890,9 +42953,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '422': *15 '404': *6 x-github: @@ -42929,9 +42992,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '404': *6 x-github: githubCloudOnly: true @@ -42965,7 +43028,7 @@ paths: required: true content: application/json: - schema: *331 + schema: *330 examples: default: value: @@ -42980,9 +43043,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '422': *15 '404': *6 x-github: @@ -43042,11 +43105,11 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *87 + - *331 - *332 - *333 - *334 - *335 - - *336 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -43084,8 +43147,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string + - *336 - *337 - - *338 - *110 - *108 - *109 @@ -43097,9 +43160,9 @@ paths: application/json: schema: type: array - items: *339 + items: *338 examples: - default: *340 + default: *339 '304': *37 '400': *14 '403': *29 @@ -43143,7 +43206,7 @@ paths: type: integer secrets: type: array - items: &341 + items: &340 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -43220,7 +43283,7 @@ paths: description: Response content: application/json: - schema: &597 + schema: &596 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -43237,7 +43300,7 @@ paths: - key_id - key examples: - default: &598 + default: &597 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -43261,13 +43324,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *87 - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *341 + schema: *340 examples: default: value: @@ -43296,7 +43359,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -43355,7 +43418,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -43380,7 +43443,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *87 - - *294 + - *293 responses: '204': description: Response @@ -43405,7 +43468,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 - *19 - *17 responses: @@ -43423,9 +43486,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: *298 + default: *297 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43447,7 +43510,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -43498,7 +43561,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -43530,7 +43593,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -43567,7 +43630,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &606 + - &605 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -43575,7 +43638,7 @@ paths: required: false schema: type: string - - &607 + - &606 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -43583,7 +43646,7 @@ paths: required: false schema: type: string - - &608 + - &607 name: time_period description: |- The time period to filter by. @@ -43599,7 +43662,7 @@ paths: - week - month default: month - - &609 + - &608 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -43614,7 +43677,7 @@ paths: - denied - all default: all - - *310 + - *309 - *17 - *19 responses: @@ -43624,7 +43687,7 @@ paths: application/json: schema: type: array - items: &610 + items: &609 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -43730,7 +43793,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &342 + items: &341 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -43780,7 +43843,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &611 + default: &610 value: - id: 21 number: 42 @@ -43868,11 +43931,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - *310 + - *309 - *103 - *104 - *105 - - &343 + - &342 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -43898,7 +43961,7 @@ paths: application/json: schema: type: array - items: &612 + items: &611 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -44004,7 +44067,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *342 + items: *341 url: type: string format: uri @@ -44015,7 +44078,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &613 + default: &612 value: - id: 21 number: 42 @@ -44103,11 +44166,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - *310 + - *309 - *103 - *104 - *105 - - *343 + - *342 - *17 - *19 responses: @@ -44117,7 +44180,7 @@ paths: application/json: schema: type: array - items: &614 + items: &613 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -44238,7 +44301,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &615 + default: &614 value: - id: 21 number: 42 @@ -44326,7 +44389,7 @@ paths: application/json: schema: type: array - items: &387 + items: &386 title: Package description: A software package type: object @@ -44376,8 +44439,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *344 - required: *345 + properties: *343 + required: *344 nullable: true created_at: type: string @@ -44396,7 +44459,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &387 value: - id: 197 name: hello_docker @@ -44484,7 +44547,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: 200-response: value: @@ -44583,7 +44646,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &453 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -44664,7 +44727,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &455 + default: &454 value: group_id: '123' group_name: Octocat admins @@ -44719,7 +44782,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &451 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -44756,7 +44819,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &453 + default: &452 value: groups: - group_id: '123' @@ -44800,7 +44863,7 @@ paths: application/json: schema: type: array - items: &368 + items: &367 title: Organization Invitation description: Organization Invitation type: object @@ -44847,7 +44910,7 @@ paths: - invitation_teams_url - node_id examples: - default: &369 + default: &368 value: - id: 1 login: monalisa @@ -44914,7 +44977,7 @@ paths: application/json: schema: type: array - items: &421 + items: &420 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -44928,7 +44991,7 @@ paths: - name - description examples: - default: &422 + default: &421 value: - name: add_assignee description: Assign or remove a user @@ -44969,7 +45032,7 @@ paths: application/json: schema: type: array - items: &346 + items: &345 title: Org Hook description: Org Hook type: object @@ -45138,9 +45201,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *345 examples: - default: &347 + default: &346 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -45185,7 +45248,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *87 - - &348 + - &347 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. @@ -45198,9 +45261,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *345 examples: - default: *347 + default: *346 '404': *6 x-github: githubCloudOnly: false @@ -45222,7 +45285,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *87 - - *348 + - *347 requestBody: required: false content: @@ -45267,7 +45330,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *345 examples: default: value: @@ -45307,7 +45370,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *87 - - *348 + - *347 responses: '204': description: Response @@ -45333,7 +45396,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *87 - - *348 + - *347 responses: '200': description: Response @@ -45362,7 +45425,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *87 - - *348 + - *347 requestBody: required: false content: @@ -45411,9 +45474,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *87 - - *348 + - *347 - *17 - - *349 + - *348 responses: '200': description: Response @@ -45421,9 +45484,9 @@ paths: application/json: schema: type: array - items: *350 + items: *349 examples: - default: *351 + default: *350 '400': *14 '422': *15 x-github: @@ -45447,16 +45510,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *87 - - *348 + - *347 - *16 responses: '200': description: Response content: application/json: - schema: *352 + schema: *351 examples: - default: *353 + default: *352 '400': *14 '422': *15 x-github: @@ -45480,7 +45543,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *87 - - *348 + - *347 - *16 responses: '202': *39 @@ -45507,7 +45570,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *87 - - *348 + - *347 responses: '204': description: Response @@ -45530,7 +45593,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *87 - - &358 + - &357 name: actor_type in: path description: The type of the actor @@ -45543,14 +45606,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &359 + - &358 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &354 + - &353 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`.' @@ -45558,7 +45621,7 @@ paths: required: true schema: type: string - - &355 + - &354 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) @@ -45652,12 +45715,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *87 + - *353 - *354 - - *355 - *19 - *17 - *110 - - &364 + - &363 name: sort description: The property to sort the results by. in: query @@ -45736,14 +45799,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *87 + - *353 - *354 - - *355 responses: '200': description: Response content: application/json: - schema: &356 + schema: &355 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -45759,7 +45822,7 @@ paths: type: integer format: int64 examples: - default: &357 + default: &356 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -45780,23 +45843,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *87 - - &360 + - &359 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string + - *353 - *354 - - *355 responses: '200': description: Response content: application/json: - schema: *356 + schema: *355 examples: - default: *357 + default: *356 x-github: enabledForGitHubApps: true category: orgs @@ -45815,18 +45878,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *87 + - *353 - *354 - - *355 + - *357 - *358 - - *359 responses: '200': description: Response content: application/json: - schema: *356 + schema: *355 examples: - default: *357 + default: *356 x-github: enabledForGitHubApps: true category: orgs @@ -45844,9 +45907,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *87 + - *353 - *354 - - *355 - - &361 + - &360 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -45859,7 +45922,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &361 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -45875,7 +45938,7 @@ paths: type: integer format: int64 examples: - default: &363 + default: &362 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -45912,18 +45975,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *87 - - *360 + - *359 + - *353 - *354 - - *355 - - *361 + - *360 responses: '200': description: Response content: application/json: - schema: *362 + schema: *361 examples: - default: *363 + default: *362 x-github: enabledForGitHubApps: true category: orgs @@ -45941,19 +46004,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *87 + - *357 - *358 - - *359 + - *353 - *354 - - *355 - - *361 + - *360 responses: '200': description: Response content: application/json: - schema: *362 + schema: *361 examples: - default: *363 + default: *362 x-github: enabledForGitHubApps: true category: orgs @@ -45971,13 +46034,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *87 - - *360 + - *359 + - *353 - *354 - - *355 - *19 - *17 - *110 - - *364 + - *363 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -46058,7 +46121,7 @@ paths: application/json: schema: *22 examples: - default: &646 + default: &645 value: id: 1 account: @@ -46224,12 +46287,12 @@ paths: application/json: schema: anyOf: - - &366 + - &365 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &365 + limit: &364 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -46254,7 +46317,7 @@ paths: properties: {} additionalProperties: false examples: - default: &367 + default: &366 value: limit: collaborators_only origin: organization @@ -46283,13 +46346,13 @@ paths: required: true content: application/json: - schema: &647 + schema: &646 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *365 + limit: *364 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -46313,9 +46376,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: - default: *367 + default: *366 '422': *15 x-github: githubCloudOnly: false @@ -46393,9 +46456,9 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: - default: *369 + default: *368 headers: Link: *47 '404': *6 @@ -46473,7 +46536,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -46530,7 +46593,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *87 - - &370 + - &369 name: invitation_id description: The unique identifier of the invitation. in: path @@ -46564,7 +46627,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *87 - - *370 + - *369 - *17 - *19 responses: @@ -46574,9 +46637,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: &386 + default: &385 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -46619,7 +46682,7 @@ paths: application/json: schema: type: array - items: *371 + items: *370 examples: default: value: @@ -46704,9 +46767,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *370 examples: - default: &372 + default: &371 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -46739,7 +46802,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *87 - - &373 + - &372 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -46792,9 +46855,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *370 examples: - default: *372 + default: *371 '404': *6 '422': *7 x-github: @@ -46819,7 +46882,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *87 - - *373 + - *372 responses: '204': description: Response @@ -46882,7 +46945,7 @@ paths: - closed - all default: open - - *374 + - *373 - name: type description: Can be the name of an issue type. in: query @@ -46901,7 +46964,7 @@ paths: - comments default: created - *110 - - *228 + - *227 - *17 - *19 responses: @@ -46911,9 +46974,9 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: *375 + default: *374 headers: Link: *47 '404': *6 @@ -46973,7 +47036,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 '422': *15 @@ -47072,9 +47135,9 @@ paths: type: integer codespaces: type: array - items: *376 + items: *375 examples: - default: *377 + default: *376 '304': *37 '500': *40 '401': *25 @@ -47101,7 +47164,7 @@ paths: parameters: - *87 - *143 - - &378 + - &377 name: codespace_name in: path required: true @@ -47136,15 +47199,15 @@ paths: parameters: - *87 - *143 - - *378 + - *377 responses: '200': description: Response content: application/json: - schema: *376 + schema: *375 examples: - default: &561 + default: &560 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -47400,7 +47463,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &378 title: Org Membership description: Org Membership type: object @@ -47467,7 +47530,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &380 + response-if-user-has-an-active-admin-membership-with-organization: &379 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -47568,9 +47631,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *378 examples: - response-if-user-already-had-membership-with-organization: *380 + response-if-user-already-had-membership-with-organization: *379 '422': *15 '403': *29 x-github: @@ -47641,7 +47704,7 @@ paths: application/json: schema: type: array - items: &381 + items: &380 title: Migration description: A migration. type: object @@ -47970,7 +48033,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *380 examples: default: value: @@ -48149,7 +48212,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *87 - - &382 + - &381 name: migration_id description: The unique identifier of the migration. in: path @@ -48176,7 +48239,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *381 + schema: *380 examples: default: value: @@ -48346,7 +48409,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *87 - - *382 + - *381 responses: '302': description: Response @@ -48368,7 +48431,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *87 - - *382 + - *381 responses: '204': description: Response @@ -48392,8 +48455,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *87 - - *382 - - &815 + - *381 + - &814 name: repo_name description: repo_name parameter in: path @@ -48421,7 +48484,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *87 - - *382 + - *381 - *17 - *19 responses: @@ -48431,9 +48494,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: &393 + default: &392 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -48642,7 +48705,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &383 + items: &382 title: Organization Role description: Organization roles type: object @@ -48849,7 +48912,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *382 examples: default: value: @@ -48901,7 +48964,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *87 - - *216 + - *215 responses: '204': description: Response @@ -48927,7 +48990,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *87 - - *216 + - *215 - *142 responses: '204': @@ -48958,7 +49021,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *87 - - *216 + - *215 - *142 responses: '204': @@ -49079,7 +49142,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *382 examples: default: value: @@ -49176,7 +49239,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *382 examples: default: value: @@ -49334,8 +49397,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *384 - required: *385 + properties: *383 + required: *384 nullable: true type: description: The ownership type of the team @@ -49367,7 +49430,7 @@ paths: - type - parent examples: - default: *386 + default: *385 headers: Link: *47 '404': @@ -49425,13 +49488,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &442 + items: &441 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *384 - required: *385 + properties: *383 + required: *384 name: nullable: true type: string @@ -49526,7 +49589,7 @@ paths: - type - url examples: - default: *213 + default: *212 headers: Link: *47 '404': @@ -49577,7 +49640,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -49719,7 +49782,7 @@ paths: - nuget - container - *87 - - &816 + - &815 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -49755,12 +49818,12 @@ paths: application/json: schema: type: array - items: *387 + items: *386 examples: - default: *388 + default: *387 '403': *29 '401': *25 - '400': &818 + '400': &817 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -49782,7 +49845,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &389 + - &388 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 @@ -49800,7 +49863,7 @@ paths: - docker - nuget - container - - &390 + - &389 name: package_name description: The name of the package. in: path @@ -49813,7 +49876,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *386 examples: default: value: @@ -49865,8 +49928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: + - *388 - *389 - - *390 - *87 responses: '204': @@ -49899,8 +49962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: + - *388 - *389 - - *390 - *87 - name: token description: package token @@ -49933,8 +49996,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: + - *388 - *389 - - *390 - *87 - *19 - *17 @@ -49955,7 +50018,7 @@ paths: application/json: schema: type: array - items: &391 + items: &390 title: Package Version description: A version of a software package type: object @@ -50080,10 +50143,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: + - *388 - *389 - - *390 - *87 - - &392 + - &391 name: package_version_id description: Unique identifier of the package version. in: path @@ -50095,7 +50158,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *390 examples: default: value: @@ -50131,10 +50194,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: + - *388 - *389 - - *390 - *87 - - *392 + - *391 responses: '204': description: Response @@ -50166,10 +50229,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: + - *388 - *389 - - *390 - *87 - - *392 + - *391 responses: '204': description: Response @@ -50199,7 +50262,7 @@ paths: - *87 - *17 - *19 - - &394 + - &393 name: sort description: The property by which to sort the results. in: query @@ -50210,7 +50273,7 @@ paths: - created_at default: created_at - *110 - - &395 + - &394 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -50221,7 +50284,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &396 + - &395 name: repository description: The name of the repository to use to filter the results. in: query @@ -50229,7 +50292,7 @@ paths: schema: type: string example: Hello-World - - &397 + - &396 name: permission description: The permission to use to filter the results. in: query @@ -50237,7 +50300,7 @@ paths: schema: type: string example: issues_read - - &398 + - &397 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) @@ -50247,7 +50310,7 @@ paths: schema: type: string format: date-time - - &399 + - &398 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) @@ -50257,7 +50320,7 @@ paths: schema: type: string format: date-time - - &400 + - &399 name: token_id description: The ID of the token in: query @@ -50568,9 +50631,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -50596,14 +50659,14 @@ paths: - *87 - *17 - *19 - - *394 + - *393 - *110 + - *394 - *395 - *396 - *397 - *398 - *399 - - *400 responses: '500': *40 '422': *15 @@ -50883,9 +50946,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -50927,7 +50990,7 @@ paths: type: integer configurations: type: array - items: &401 + items: &400 title: Organization private registry description: Private registry configuration for an organization type: object @@ -51217,7 +51280,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &402 + org-private-registry-with-selected-visibility: &401 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -51307,15 +51370,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *87 - - *294 + - *293 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *401 + schema: *400 examples: - default: *402 + default: *401 '404': *6 x-github: githubCloudOnly: false @@ -51337,7 +51400,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -51442,7 +51505,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *87 - - *294 + - *293 responses: '204': description: Response @@ -51482,7 +51545,7 @@ paths: application/json: schema: type: array - items: &403 + items: &402 title: Projects v2 Project description: A projects v2 project type: object @@ -51552,7 +51615,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &907 + properties: &906 id: type: number description: The unique identifier of the status update. @@ -51600,7 +51663,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &908 + required: &907 - id - node_id - created_at @@ -51625,7 +51688,7 @@ paths: - deleted_at - deleted_by examples: - default: &404 + default: &403 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -51728,7 +51791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &405 + - &404 name: project_number description: The project's number. in: path @@ -51741,9 +51804,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *402 examples: - default: *404 + default: *403 headers: Link: *47 '304': *37 @@ -51766,7 +51829,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *87 - - *405 + - *404 requestBody: required: true description: Details of the draft item to create in the project. @@ -51800,7 +51863,7 @@ paths: description: Response content: application/json: - schema: &411 + schema: &410 title: Projects v2 Item description: An item belonging to a project type: object @@ -51813,8 +51876,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *221 - - &578 + - *220 + - &577 title: Pull Request Simple description: Pull Request Simple type: object @@ -51920,8 +51983,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *405 + required: *406 nullable: true active_lock_reason: type: string @@ -51966,7 +52029,7 @@ paths: nullable: true requested_teams: type: array - items: *313 + items: *312 nullable: true head: type: object @@ -52017,7 +52080,7 @@ paths: _links: type: object properties: - comments: &408 + comments: &407 title: Link description: Hypermedia Link type: object @@ -52026,13 +52089,13 @@ paths: type: string required: - href - commits: *408 - statuses: *408 - html: *408 - issue: *408 - review_comments: *408 - review_comment: *408 - self: *408 + commits: *407 + statuses: *407 + html: *407 + issue: *407 + review_comments: *407 + review_comment: *407 + self: *407 required: - comments - commits @@ -52042,8 +52105,8 @@ paths: - review_comments - review_comment - self - author_association: *222 - auto_merge: &696 + author_association: *221 + auto_merge: &695 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52145,7 +52208,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &410 + content_type: &409 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -52185,7 +52248,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &412 + draft_issue: &411 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -52259,7 +52322,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *405 + - *404 - *87 - *17 - *108 @@ -52271,7 +52334,7 @@ paths: application/json: schema: type: array - items: &409 + items: &408 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -52418,7 +52481,7 @@ paths: - updated_at - project_url examples: - default: &837 + default: &836 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52548,7 +52611,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: - - *405 + - *404 - *87 requestBody: required: true @@ -52595,7 +52658,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &838 + items: &837 type: object properties: name: @@ -52631,7 +52694,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &839 + iteration_configuration: &838 type: object description: The configuration for iteration fields. properties: @@ -52680,7 +52743,7 @@ paths: value: name: Due date data_type: date - single_select_field: &840 + single_select_field: &839 summary: Create a single select field value: name: Priority @@ -52707,7 +52770,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &841 + iteration_field: &840 summary: Create an iteration field value: name: Sprint @@ -52731,9 +52794,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *409 + schema: *408 examples: - text_field: &842 + text_field: &841 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -52742,7 +52805,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: &843 + number_field: &842 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -52751,7 +52814,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: &844 + date_field: &843 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -52760,7 +52823,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: &845 + single_select_field: &844 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52794,7 +52857,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &846 + iteration_field: &845 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -52839,8 +52902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *405 - - &847 + - *404 + - &846 name: field_id description: The unique identifier of the field. in: path @@ -52853,9 +52916,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *408 examples: - default: &848 + default: &847 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52911,7 +52974,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: - - *405 + - *404 - *87 - 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) @@ -52944,7 +53007,7 @@ paths: application/json: schema: type: array - items: &413 + items: &412 title: Projects v2 Item description: An item belonging to a project type: object @@ -52960,7 +53023,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *410 + content_type: *409 content: type: object additionalProperties: true @@ -53003,7 +53066,7 @@ paths: - updated_at - archived_at examples: - default: &414 + default: &413 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -53700,7 +53763,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *87 - - *405 + - *404 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -53770,22 +53833,22 @@ paths: description: Response content: application/json: - schema: *411 + schema: *410 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *412 + value: *411 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *412 + value: *411 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *412 + value: *411 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *412 + value: *411 '304': *37 '403': *29 '401': *25 @@ -53805,9 +53868,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: - - *405 + - *404 - *87 - - &415 + - &414 name: item_id description: The unique identifier of the project item. in: path @@ -53833,9 +53896,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *412 examples: - default: *414 + default: *413 headers: Link: *47 '304': *37 @@ -53856,9 +53919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *405 + - *404 - *87 - - *415 + - *414 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -53928,13 +53991,13 @@ paths: description: Response content: application/json: - schema: *413 + schema: *412 examples: - text_field: *414 - number_field: *414 - date_field: *414 - single_select_field: *414 - iteration_field: *414 + text_field: *413 + number_field: *413 + date_field: *413 + single_select_field: *413 + iteration_field: *413 '401': *25 '403': *29 '404': *6 @@ -53954,9 +54017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *405 + - *404 - *87 - - *415 + - *414 responses: '204': description: Response @@ -53980,7 +54043,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *87 - - *405 + - *404 requestBody: required: true content: @@ -54051,7 +54114,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &829 + schema: &828 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -54149,7 +54212,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &416 + value: &415 value: id: 1 number: 1 @@ -54195,10 +54258,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *416 + value: *415 roadmap_view: summary: Response for creating a roadmap view - value: *416 + value: *415 '304': *37 '403': *29 '401': *25 @@ -54226,9 +54289,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: - - *405 + - *404 - *87 - - &849 + - &848 name: view_number description: The number that identifies the project view. in: path @@ -54260,9 +54323,9 @@ paths: application/json: schema: type: array - items: *413 + items: *412 examples: - default: *414 + default: *413 headers: Link: *47 '304': *37 @@ -54426,7 +54489,7 @@ paths: required: true content: application/json: - schema: *417 + schema: *416 examples: default: value: @@ -54651,7 +54714,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -54789,9 +54852,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -54994,7 +55057,7 @@ paths: description: Response content: application/json: - schema: &462 + schema: &461 title: Full Repository description: Full Repository type: object @@ -55271,8 +55334,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *418 - required: *419 + properties: *417 + required: *418 nullable: true temp_clone_token: type: string @@ -55359,8 +55422,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true organization: title: Simple User @@ -55387,7 +55450,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &583 + properties: &582 url: type: string format: uri @@ -55403,12 +55466,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &584 + required: &583 - url - key - name - html_url - security_and_analysis: *420 + security_and_analysis: *419 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -55492,7 +55555,7 @@ paths: - network_count - subscribers_count examples: - default: &464 + default: &463 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -56018,9 +56081,9 @@ paths: application/json: schema: type: array - items: *421 + items: *420 examples: - default: *422 + default: *421 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -56045,7 +56108,7 @@ paths: - *87 - *17 - *19 - - &718 + - &717 name: targets description: | A comma-separated list of rule targets to filter by. @@ -56136,11 +56199,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *169 - conditions: *423 + conditions: *422 rules: type: array description: An array of rules within the ruleset. - items: &425 + items: &424 title: Repository Rule type: object description: A repository rule. @@ -56205,7 +56268,7 @@ paths: application/json: schema: *191 examples: - default: &424 + default: &423 value: id: 21 name: super cool ruleset @@ -56260,7 +56323,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &720 + - &719 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 @@ -56270,16 +56333,16 @@ paths: schema: type: string x-multi-segment: true - - *310 + - *309 - *105 - - &721 + - &720 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 - - &722 + - &721 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -56299,7 +56362,7 @@ paths: description: Response content: application/json: - schema: &723 + schema: &722 title: Rule Suites description: Response type: array @@ -56354,7 +56417,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &724 + default: &723 value: - id: 21 actor_id: 12 @@ -56398,7 +56461,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &725 + - &724 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -56414,7 +56477,7 @@ paths: description: Response content: application/json: - schema: &726 + schema: &725 title: Rule Suite description: Response type: object @@ -56513,7 +56576,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &727 + default: &726 value: id: 21 actor_id: 12 @@ -56588,7 +56651,7 @@ paths: application/json: schema: *191 examples: - default: *424 + default: *423 '404': *6 '500': *40 put: @@ -56637,11 +56700,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *169 - conditions: *423 + conditions: *422 rules: description: An array of rules within the ruleset. type: array - items: *425 + items: *424 examples: default: value: @@ -56678,7 +56741,7 @@ paths: application/json: schema: *191 examples: - default: *424 + default: *423 '404': *6 '500': *40 delete: @@ -56737,7 +56800,7 @@ paths: type: array items: *195 examples: - default: *426 + default: *425 '404': *6 '500': *40 x-github: @@ -56774,7 +56837,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *426 examples: default: value: @@ -56837,15 +56900,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *87 + - *427 - *428 - *429 - *430 - *431 - - *432 - *110 - *19 - *17 - - &729 + - &728 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 @@ -56855,7 +56918,7 @@ paths: required: false schema: type: string - - &730 + - &729 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 @@ -56865,10 +56928,10 @@ paths: required: false schema: type: string + - *432 - *433 - *434 - *435 - - *436 responses: '200': description: Response @@ -56876,9 +56939,9 @@ paths: application/json: schema: type: array - items: *437 + items: *436 examples: - default: *438 + default: *437 headers: Link: *47 '404': *6 @@ -56913,9 +56976,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *438 examples: - default: *440 + default: *439 '403': *29 '404': *6 patch: @@ -57068,7 +57131,7 @@ paths: application/json: schema: type: array - items: &751 + items: &750 description: A repository security advisory. type: object properties: @@ -57288,7 +57351,7 @@ paths: login: type: string description: The username of the user credited. - type: *441 + type: *440 credits_detailed: type: array nullable: true @@ -57298,7 +57361,7 @@ paths: type: object properties: user: *4 - type: *441 + type: *440 state: type: string description: The state of the user's acceptance of the @@ -57322,7 +57385,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *313 + items: *312 private_fork: readOnly: true nullable: true @@ -57359,7 +57422,7 @@ paths: - private_fork additionalProperties: false examples: - default: &752 + default: &751 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -57746,9 +57809,9 @@ paths: application/json: schema: type: array - items: *442 + items: *441 examples: - default: *386 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57772,7 +57835,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *87 - - *216 + - *215 responses: '204': description: Response @@ -57798,7 +57861,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *87 - - *216 + - *215 responses: '204': description: Response @@ -57830,7 +57893,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *87 - - *443 + - *442 - *17 - *19 responses: @@ -57838,9 +57901,9 @@ paths: description: Success content: application/json: - schema: *444 + schema: *443 examples: - default: *445 + default: *444 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -57984,9 +58047,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: *298 + default: *297 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58055,7 +58118,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *87 - - *278 + - *277 responses: '204': description: Response @@ -58078,7 +58141,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *87 - - *278 + - *277 responses: '204': description: Response @@ -58121,7 +58184,7 @@ paths: type: array items: *148 examples: - default: *446 + default: *445 headers: Link: *47 x-github: @@ -58322,15 +58385,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: - *87 - - *447 + - *446 responses: '200': description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *449 + default: *448 headers: Link: *47 x-github: @@ -58368,7 +58431,7 @@ paths: description: Response content: application/json: - schema: &459 + schema: &458 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -58414,7 +58477,7 @@ paths: type: string nullable: true examples: - default: &460 + default: &459 value: groups: - group_id: '123' @@ -58460,7 +58523,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *87 - - *216 + - *215 - 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`). @@ -58492,13 +58555,13 @@ paths: application/json: schema: type: array - items: *208 + items: *207 examples: - default: *209 + default: *208 '500': *40 '403': *29 '404': *6 - '422': *210 + '422': *209 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58526,9 +58589,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 headers: Link: *47 '403': *29 @@ -58622,7 +58685,7 @@ paths: description: Response content: application/json: - schema: &450 + schema: &449 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -58685,8 +58748,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *384 - required: *385 + properties: *383 + required: *384 nullable: true members_count: type: integer @@ -58949,7 +59012,7 @@ paths: - repos_count - organization examples: - default: &451 + default: &450 value: id: 1 node_id: MDQ6VGVhbTE= @@ -59020,15 +59083,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *87 - - *216 + - *215 responses: '200': description: Response content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '404': *6 x-github: githubCloudOnly: false @@ -59050,7 +59113,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *87 - - *216 + - *215 requestBody: required: false content: @@ -59112,16 +59175,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '201': description: Response content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '404': *6 '422': *15 '403': *29 @@ -59147,7 +59210,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *87 - - *216 + - *215 responses: '204': description: Response @@ -59171,15 +59234,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: - *87 - - *216 + - *215 responses: '200': description: Response content: application/json: - schema: *452 + schema: *451 examples: - default: *453 + default: *452 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -59199,7 +59262,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: - *87 - - *216 + - *215 requestBody: required: true content: @@ -59222,9 +59285,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -59244,7 +59307,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: - *87 - - *216 + - *215 responses: '204': description: Response @@ -59269,7 +59332,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *87 - - *216 + - *215 - *17 - *19 responses: @@ -59279,9 +59342,9 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: - default: *369 + default: *368 headers: Link: *47 x-github: @@ -59304,7 +59367,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *87 - - *216 + - *215 - name: role description: Filters members returned by their role in the team. in: query @@ -59327,7 +59390,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -59358,14 +59421,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *87 - - *216 + - *215 - *143 responses: '200': description: Response content: application/json: - schema: &456 + schema: &455 title: Team Membership description: Team Membership type: object @@ -59392,7 +59455,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &795 + response-if-user-is-a-team-maintainer: &794 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -59429,7 +59492,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *87 - - *216 + - *215 - *143 requestBody: required: false @@ -59455,9 +59518,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *455 examples: - response-if-users-membership-with-team-is-now-pending: &796 + response-if-users-membership-with-team-is-now-pending: &795 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -59493,7 +59556,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *87 - - *216 + - *215 - *143 responses: '204': @@ -59521,7 +59584,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *87 - - *216 + - *215 - *17 - *19 responses: @@ -59531,9 +59594,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -59563,15 +59626,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *87 - - *216 + - *215 + - *456 - *457 - - *458 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &797 + schema: &796 title: Team Repository description: A team's access to a repository. type: object @@ -59594,8 +59657,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true forks: type: integer @@ -60141,9 +60204,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *87 - - *216 + - *215 + - *456 - *457 - - *458 requestBody: required: false content: @@ -60189,9 +60252,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *87 - - *216 + - *215 + - *456 - *457 - - *458 responses: '204': description: Response @@ -60218,15 +60281,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *87 - - *216 + - *215 responses: '200': description: Response content: application/json: - schema: *459 + schema: *458 examples: - default: *460 + default: *459 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -60249,7 +60312,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *87 - - *216 + - *215 requestBody: required: true content: @@ -60292,7 +60355,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *458 examples: default: value: @@ -60325,7 +60388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *87 - - *216 + - *215 - *17 - *19 responses: @@ -60335,9 +60398,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - response-if-child-teams-exist: &798 + response-if-child-teams-exist: &797 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -60491,7 +60554,7 @@ paths: resources: type: object properties: - core: &461 + core: &460 title: Rate Limit type: object properties: @@ -60508,21 +60571,21 @@ paths: - remaining - reset - used - graphql: *461 - search: *461 - code_search: *461 - source_import: *461 - integration_manifest: *461 - code_scanning_upload: *461 - actions_runner_registration: *461 - scim: *461 - dependency_snapshots: *461 - dependency_sbom: *461 - code_scanning_autofix: *461 + graphql: *460 + search: *460 + code_search: *460 + source_import: *460 + integration_manifest: *460 + code_scanning_upload: *460 + actions_runner_registration: *460 + scim: *460 + dependency_snapshots: *460 + dependency_sbom: *460 + code_scanning_autofix: *460 required: - core - search - rate: *461 + rate: *460 required: - rate - resources @@ -60627,14 +60690,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *462 + schema: *461 examples: default-response: summary: Default response @@ -61139,7 +61202,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *463 + '301': *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61157,8 +61220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -61415,10 +61478,10 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *464 - '307': &465 + default: *463 + '307': &464 description: Temporary Redirect content: application/json: @@ -61447,8 +61510,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -61470,7 +61533,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': *465 + '307': *464 '404': *6 '409': *119 x-github: @@ -61494,11 +61557,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: + - *456 - *457 - - *458 - *17 - *19 - - &482 + - &481 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -61521,7 +61584,7 @@ paths: type: integer artifacts: type: array - items: &466 + items: &465 title: Artifact description: An artifact type: object @@ -61599,7 +61662,7 @@ paths: - expires_at - updated_at examples: - default: &483 + default: &482 value: total_count: 2 artifacts: @@ -61660,9 +61723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: + - *456 - *457 - - *458 - - &467 + - &466 name: artifact_id description: The unique identifier of the artifact. in: path @@ -61674,7 +61737,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *465 examples: default: value: @@ -61712,9 +61775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: + - *456 - *457 - - *458 - - *467 + - *466 responses: '204': description: Response @@ -61738,9 +61801,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: + - *456 - *457 - - *458 - - *467 + - *466 - name: archive_format in: path required: true @@ -61754,7 +61817,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': &650 + '410': &649 description: Gone content: application/json: @@ -61779,14 +61842,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: &468 + schema: &467 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -61819,13 +61882,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: + - *456 - *457 - - *458 requestBody: required: true content: application/json: - schema: *468 + schema: *467 examples: selected_actions: *44 responses: @@ -61854,14 +61917,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: &469 + schema: &468 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -61894,13 +61957,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: + - *456 - *457 - - *458 requestBody: required: true content: application/json: - schema: *469 + schema: *468 examples: selected_actions: *46 responses: @@ -61931,14 +61994,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *470 + schema: *469 examples: default: value: @@ -61964,11 +62027,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: + - *456 - *457 - - *458 - *17 - *19 - - &471 + - &470 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 @@ -62002,7 +62065,7 @@ paths: description: Response content: application/json: - schema: &472 + schema: &471 title: Repository actions caches description: Repository actions caches type: object @@ -62044,7 +62107,7 @@ paths: - total_count - actions_caches examples: - default: &473 + default: &472 value: total_count: 1 actions_caches: @@ -62076,23 +62139,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: + - *456 - *457 - - *458 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *471 + - *470 responses: '200': description: Response content: application/json: - schema: *472 + schema: *471 examples: - default: *473 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62112,8 +62175,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: + - *456 - *457 - - *458 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -62144,9 +62207,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: + - *456 - *457 - - *458 - - &474 + - &473 name: job_id description: The unique identifier of the job. in: path @@ -62158,7 +62221,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &485 title: Job description: Information of a job execution in a workflow run type: object @@ -62465,9 +62528,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: + - *456 - *457 - - *458 - - *474 + - *473 responses: '302': description: Response @@ -62495,9 +62558,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: + - *456 - *457 - - *458 - - *474 + - *473 requestBody: required: false content: @@ -62518,7 +62581,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -62542,8 +62605,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: + - *456 - *457 - - *458 responses: '200': description: Status response @@ -62593,8 +62656,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -62628,7 +62691,7 @@ paths: description: Empty response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -62657,8 +62720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -62676,7 +62739,7 @@ paths: type: integer secrets: type: array - items: &488 + items: &487 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -62696,7 +62759,7 @@ paths: - created_at - updated_at examples: - default: &489 + default: &488 value: total_count: 2 secrets: @@ -62729,9 +62792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: + - *456 - *457 - - *458 - - *475 + - *474 - *19 responses: '200': @@ -62748,7 +62811,7 @@ paths: type: integer variables: type: array - items: &492 + items: &491 title: Actions Variable type: object properties: @@ -62778,7 +62841,7 @@ paths: - created_at - updated_at examples: - default: &493 + default: &492 value: total_count: 2 variables: @@ -62811,8 +62874,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -62821,11 +62884,11 @@ paths: schema: type: object properties: - enabled: &476 + enabled: &475 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *60 - selected_actions_url: *271 + selected_actions_url: *270 sha_pinning_required: *61 required: - enabled @@ -62856,8 +62919,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: + - *456 - *457 - - *458 responses: '204': description: Response @@ -62868,7 +62931,7 @@ paths: schema: type: object properties: - enabled: *476 + enabled: *475 allowed_actions: *60 sha_pinning_required: *61 required: @@ -62901,14 +62964,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: &477 + schema: &476 type: object properties: access_level: @@ -62926,7 +62989,7 @@ paths: required: - access_level examples: - default: &478 + default: &477 value: access_level: organization x-github: @@ -62951,15 +63014,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: + - *456 - *457 - - *458 requestBody: required: true content: application/json: - schema: *477 + schema: *476 examples: - default: *478 + default: *477 responses: '204': description: Response @@ -62983,14 +63046,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *273 + schema: *272 examples: default: value: @@ -63014,8 +63077,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: + - *456 - *457 - - *458 responses: '204': description: Empty response for successful settings update @@ -63025,7 +63088,7 @@ paths: required: true content: application/json: - schema: *274 + schema: *273 examples: default: summary: Set retention days @@ -63049,8 +63112,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -63058,7 +63121,7 @@ paths: application/json: schema: *62 examples: - default: *275 + default: *274 '404': *6 x-github: enabledForGitHubApps: true @@ -63077,8 +63140,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: + - *456 - *457 - - *458 responses: '204': description: Response @@ -63112,14 +63175,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *276 + schema: *275 examples: default: *63 '403': *29 @@ -63141,13 +63204,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: + - *456 - *457 - - *458 requestBody: required: true content: application/json: - schema: *277 + schema: *276 examples: default: *63 responses: @@ -63173,8 +63236,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -63205,8 +63268,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: + - *456 - *457 - - *458 responses: '204': description: Response @@ -63238,14 +63301,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *280 + schema: *279 examples: default: *69 x-github: @@ -63268,8 +63331,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: + - *456 - *457 - - *458 responses: '204': description: Success response @@ -63280,7 +63343,7 @@ paths: required: true content: application/json: - schema: *281 + schema: *280 examples: default: *69 x-github: @@ -63309,8 +63372,8 @@ paths: in: query schema: type: string + - *456 - *457 - - *458 - *17 - *19 responses: @@ -63354,8 +63417,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -63363,9 +63426,9 @@ paths: application/json: schema: type: array - items: *285 + items: *284 examples: - default: *286 + default: *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63387,8 +63450,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -63431,7 +63494,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *287 + '201': *286 '404': *6 '422': *7 '409': *119 @@ -63462,8 +63525,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: + - *456 - *457 - - *458 responses: '201': description: Response @@ -63471,7 +63534,7 @@ paths: application/json: schema: *79 examples: - default: *288 + default: *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63499,8 +63562,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: + - *456 - *457 - - *458 responses: '201': description: Response @@ -63508,7 +63571,7 @@ paths: application/json: schema: *79 examples: - default: *289 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63530,8 +63593,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: + - *456 - *457 - - *458 - *75 responses: '200': @@ -63540,7 +63603,7 @@ paths: application/json: schema: *76 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63561,8 +63624,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: + - *456 - *457 - - *458 - *75 responses: '204': @@ -63589,8 +63652,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: + - *456 - *457 - - *458 - *75 responses: '200': *81 @@ -63615,8 +63678,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: + - *456 - *457 - - *458 - *75 requestBody: required: true @@ -63665,8 +63728,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: + - *456 - *457 - - *458 - *75 requestBody: required: true @@ -63716,11 +63779,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: + - *456 - *457 - - *458 - *75 responses: - '200': *291 + '200': *290 '404': *6 x-github: githubCloudOnly: false @@ -63747,10 +63810,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: + - *456 - *457 - - *458 - *75 - - *292 + - *291 responses: '200': *81 '404': *6 @@ -63778,9 +63841,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: + - *456 - *457 - - *458 - - &496 + - &495 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. @@ -63788,7 +63851,7 @@ paths: required: false schema: type: string - - &497 + - &496 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -63796,7 +63859,7 @@ paths: required: false schema: type: string - - &498 + - &497 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -63805,7 +63868,7 @@ paths: required: false schema: type: string - - &499 + - &498 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 @@ -63832,7 +63895,7 @@ paths: - pending - *17 - *19 - - &500 + - &499 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)." @@ -63841,7 +63904,7 @@ paths: schema: type: string format: date-time - - &479 + - &478 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -63850,13 +63913,13 @@ paths: schema: type: boolean default: false - - &501 + - &500 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &502 + - &501 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -63879,7 +63942,7 @@ paths: type: integer workflow_runs: type: array - items: &480 + items: &479 title: Workflow Run description: An invocation of a workflow type: object @@ -63974,7 +64037,7 @@ paths: that triggered the run. type: array nullable: true - items: *226 + items: *225 created_at: type: string format: date-time @@ -64027,7 +64090,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &524 + properties: &523 id: type: string description: SHA for the commit @@ -64078,7 +64141,7 @@ paths: - name - email nullable: true - required: &525 + required: &524 - id - tree_id - message @@ -64086,8 +64149,8 @@ paths: - author - committer nullable: true - repository: *284 - head_repository: *284 + repository: *283 + head_repository: *283 head_repository_id: type: integer example: 5 @@ -64125,7 +64188,7 @@ paths: - workflow_url - pull_requests examples: - default: &503 + default: &502 value: total_count: 1 workflow_runs: @@ -64361,24 +64424,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: + - *456 - *457 - - *458 - - &481 + - &480 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *479 + - *478 responses: '200': description: Response content: application/json: - schema: *480 + schema: *479 examples: - default: &484 + default: &483 value: id: 30433642 name: Build @@ -64619,9 +64682,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '204': description: Response @@ -64644,9 +64707,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: + - *456 - *457 - - *458 - - *481 + - *480 responses: '200': description: Response @@ -64765,15 +64828,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: + - *456 - *457 - - *458 - - *481 + - *480 responses: '201': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -64800,12 +64863,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: + - *456 - *457 - - *458 - - *481 + - *480 - *17 - *19 - - *482 + - *481 responses: '200': description: Response @@ -64821,9 +64884,9 @@ paths: type: integer artifacts: type: array - items: *466 + items: *465 examples: - default: *483 + default: *482 headers: Link: *47 x-github: @@ -64847,25 +64910,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: + - *456 - *457 - - *458 - - *481 - - &485 + - *480 + - &484 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *479 + - *478 responses: '200': description: Response content: application/json: - schema: *480 + schema: *479 examples: - default: *484 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64888,10 +64951,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: + - *456 - *457 - - *458 - - *481 - - *485 + - *480 + - *484 - *17 - *19 responses: @@ -64909,9 +64972,9 @@ paths: type: integer jobs: type: array - items: *486 + items: *485 examples: - default: &487 + default: &486 value: total_count: 1 jobs: @@ -65024,10 +65087,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: + - *456 - *457 - - *458 - - *481 - - *485 + - *480 + - *484 responses: '302': description: Response @@ -65055,15 +65118,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '202': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -65090,9 +65153,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: + - *456 - *457 - - *458 - - *481 + - *480 requestBody: required: true content: @@ -65159,15 +65222,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '202': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -65194,9 +65257,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: + - *456 - *457 - - *458 - - *481 + - *480 - 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 @@ -65226,9 +65289,9 @@ paths: type: integer jobs: type: array - items: *486 + items: *485 examples: - default: *487 + default: *486 headers: Link: *47 x-github: @@ -65253,9 +65316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '302': description: Response @@ -65282,9 +65345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '204': description: Response @@ -65311,9 +65374,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: + - *456 - *457 - - *458 - - *481 + - *480 responses: '200': description: Response @@ -65373,7 +65436,7 @@ paths: items: type: object properties: - type: &616 + type: &615 type: string description: The type of reviewer. enum: @@ -65383,7 +65446,7 @@ paths: reviewer: anyOf: - *4 - - *313 + - *312 required: - environment - wait_timer @@ -65458,9 +65521,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: + - *456 - *457 - - *458 - - *481 + - *480 requestBody: required: true content: @@ -65507,7 +65570,7 @@ paths: application/json: schema: type: array - items: &601 + items: &600 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -65595,8 +65658,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 required: - id - node_id @@ -65613,7 +65676,7 @@ paths: - created_at - updated_at examples: - default: &602 + default: &601 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -65669,9 +65732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: + - *456 - *457 - - *458 - - *481 + - *480 requestBody: required: false content: @@ -65692,7 +65755,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -65715,9 +65778,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: + - *456 - *457 - - *458 - - *481 + - *480 requestBody: required: false content: @@ -65738,7 +65801,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -65771,9 +65834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '200': description: Response @@ -65910,8 +65973,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -65929,9 +65992,9 @@ paths: type: integer secrets: type: array - items: *488 + items: *487 examples: - default: *489 + default: *488 headers: Link: *47 x-github: @@ -65956,16 +66019,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *490 + schema: *489 examples: - default: *491 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65987,17 +66050,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *488 + schema: *487 examples: - default: &629 + default: &628 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -66023,9 +66086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 requestBody: required: true content: @@ -66056,7 +66119,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -66082,9 +66145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '204': description: Response @@ -66109,9 +66172,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: + - *456 - *457 - - *458 - - *475 + - *474 - *19 responses: '200': @@ -66128,9 +66191,9 @@ paths: type: integer variables: type: array - items: *492 + items: *491 examples: - default: *493 + default: *492 headers: Link: *47 x-github: @@ -66153,8 +66216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -66181,7 +66244,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -66206,17 +66269,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: + - *456 - *457 - - *458 - - *297 + - *296 responses: '200': description: Response content: application/json: - schema: *492 + schema: *491 examples: - default: &630 + default: &629 value: name: USERNAME value: octocat @@ -66242,9 +66305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: + - *456 - *457 - - *458 - - *297 + - *296 requestBody: required: true content: @@ -66286,9 +66349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: + - *456 - *457 - - *458 - - *297 + - *296 responses: '204': description: Response @@ -66313,8 +66376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -66332,7 +66395,7 @@ paths: type: integer workflows: type: array - items: &494 + items: &493 title: Workflow description: A GitHub Actions workflow type: object @@ -66439,9 +66502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: + - *456 - *457 - - *458 - - &495 + - &494 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -66456,7 +66519,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *493 examples: default: value: @@ -66489,9 +66552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: + - *456 - *457 - - *458 - - *495 + - *494 responses: '204': description: Response @@ -66516,9 +66579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: + - *456 - *457 - - *458 - - *495 + - *494 responses: '204': description: Response @@ -66569,9 +66632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: + - *456 - *457 - - *458 - - *495 + - *494 responses: '204': description: Response @@ -66598,19 +66661,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: + - *456 - *457 - - *458 + - *494 - *495 - *496 - *497 - *498 - - *499 - *17 - *19 + - *499 + - *478 - *500 - - *479 - *501 - - *502 responses: '200': description: Response @@ -66626,9 +66689,9 @@ paths: type: integer workflow_runs: type: array - items: *480 + items: *479 examples: - default: *503 + default: *502 headers: Link: *47 x-github: @@ -66661,9 +66724,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: + - *456 - *457 - - *458 - - *495 + - *494 responses: '200': description: Response @@ -66724,8 +66787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: + - *456 - *457 - - *458 - *110 - *17 - *108 @@ -66889,8 +66952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -66902,7 +66965,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 '404': *6 @@ -66927,8 +66990,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: + - *456 - *457 - - *458 - name: assignee in: path required: true @@ -66964,8 +67027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -67077,8 +67140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: + - *456 - *457 - - *458 - *17 - *108 - *109 @@ -67135,7 +67198,7 @@ paths: initiator: type: string examples: - default: *504 + default: *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67155,8 +67218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -67164,7 +67227,7 @@ paths: application/json: schema: type: array - items: &505 + items: &504 title: Autolink reference description: An autolink reference. type: object @@ -67218,8 +67281,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -67258,9 +67321,9 @@ paths: description: response content: application/json: - schema: *505 + schema: *504 examples: - default: &506 + default: &505 value: id: 1 key_prefix: TICKET- @@ -67291,9 +67354,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: + - *456 - *457 - - *458 - - &507 + - &506 name: autolink_id description: The unique identifier of the autolink. in: path @@ -67305,9 +67368,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *504 examples: - default: *506 + default: *505 '404': *6 x-github: githubCloudOnly: false @@ -67327,9 +67390,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: + - *456 - *457 - - *458 - - *507 + - *506 responses: '204': description: Response @@ -67353,8 +67416,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: + - *456 - *457 - - *458 responses: '200': description: Response if Dependabot is enabled @@ -67402,8 +67465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -67424,8 +67487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -67445,8 +67508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: + - *456 - *457 - - *458 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -67484,7 +67547,7 @@ paths: - url protected: type: boolean - protection: &509 + protection: &508 title: Branch Protection description: Branch Protection type: object @@ -67526,7 +67589,7 @@ paths: required: - contexts - checks - enforce_admins: &512 + enforce_admins: &511 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -67541,7 +67604,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &514 + required_pull_request_reviews: &513 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -67562,7 +67625,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *313 + items: *312 apps: description: The list of apps with review dismissal access. @@ -67591,7 +67654,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *313 + items: *312 apps: description: The list of apps allowed to bypass pull request requirements. @@ -67617,7 +67680,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &511 + restrictions: &510 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -67680,7 +67743,7 @@ paths: type: string teams: type: array - items: *313 + items: *312 apps: type: array items: @@ -67894,9 +67957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: + - *456 - *457 - - *458 - - &510 + - &509 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). @@ -67910,14 +67973,14 @@ paths: description: Response content: application/json: - schema: &520 + schema: &519 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &574 + commit: &573 title: Commit description: Commit type: object @@ -67951,7 +68014,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &508 + properties: &507 name: type: string example: '"Chris Wanstrath"' @@ -67967,7 +68030,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *508 + properties: *507 nullable: true message: type: string @@ -67988,7 +68051,7 @@ paths: required: - sha - url - verification: &636 + verification: &635 title: Verification type: object properties: @@ -68022,12 +68085,12 @@ paths: nullable: true oneOf: - *4 - - *295 + - *294 committer: nullable: true oneOf: - *4 - - *295 + - *294 parents: type: array items: @@ -68058,7 +68121,7 @@ paths: type: integer files: type: array - items: &587 + items: &586 title: Diff Entry description: Diff Entry type: object @@ -68142,7 +68205,7 @@ paths: - self protected: type: boolean - protection: *509 + protection: *508 protection_url: type: string format: uri @@ -68249,7 +68312,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *463 + '301': *462 '404': *6 x-github: githubCloudOnly: false @@ -68271,15 +68334,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *509 + schema: *508 examples: default: value: @@ -68473,9 +68536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -68730,7 +68793,7 @@ paths: url: type: string format: uri - required_status_checks: &517 + required_status_checks: &516 title: Status Check Policy description: Status Check Policy type: object @@ -68806,7 +68869,7 @@ paths: items: *4 teams: type: array - items: *313 + items: *312 apps: type: array items: *5 @@ -68824,7 +68887,7 @@ paths: items: *4 teams: type: array - items: *313 + items: *312 apps: type: array items: *5 @@ -68882,7 +68945,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *511 + restrictions: *510 required_conversation_resolution: type: object properties: @@ -68994,9 +69057,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69021,17 +69084,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *512 + schema: *511 examples: - default: &513 + default: &512 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -69053,17 +69116,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *512 + schema: *511 examples: - default: *513 + default: *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69082,9 +69145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69109,17 +69172,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *514 + schema: *513 examples: - default: &515 + default: &514 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -69215,9 +69278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -69315,9 +69378,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *513 examples: - default: *515 + default: *514 '422': *15 x-github: githubCloudOnly: false @@ -69338,9 +69401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69367,17 +69430,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *512 + schema: *511 examples: - default: &516 + default: &515 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -69400,17 +69463,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *512 + schema: *511 examples: - default: *516 + default: *515 '404': *6 x-github: githubCloudOnly: false @@ -69430,9 +69493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69457,17 +69520,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *517 + schema: *516 examples: - default: &518 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -69493,9 +69556,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -69547,9 +69610,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *516 examples: - default: *518 + default: *517 '404': *6 '422': *15 x-github: @@ -69571,9 +69634,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69597,9 +69660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response @@ -69633,9 +69696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -69702,9 +69765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -69768,9 +69831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: content: application/json: @@ -69836,15 +69899,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *511 + schema: *510 examples: default: value: @@ -69935,9 +69998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69960,9 +70023,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: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response @@ -69972,7 +70035,7 @@ paths: type: array items: *5 examples: - default: &519 + default: &518 value: - id: 1 slug: octoapp @@ -70029,9 +70092,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70065,7 +70128,7 @@ paths: type: array items: *5 examples: - default: *519 + default: *518 '422': *15 x-github: githubCloudOnly: false @@ -70086,9 +70149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70122,7 +70185,7 @@ paths: type: array items: *5 examples: - default: *519 + default: *518 '422': *15 x-github: githubCloudOnly: false @@ -70143,9 +70206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70179,7 +70242,7 @@ paths: type: array items: *5 examples: - default: *519 + default: *518 '422': *15 x-github: githubCloudOnly: false @@ -70201,9 +70264,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: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response @@ -70211,9 +70274,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 '404': *6 x-github: githubCloudOnly: false @@ -70233,9 +70296,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -70271,9 +70334,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 '422': *15 x-github: githubCloudOnly: false @@ -70294,9 +70357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -70332,9 +70395,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 '422': *15 x-github: githubCloudOnly: false @@ -70355,9 +70418,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: content: application/json: @@ -70392,9 +70455,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 '422': *15 x-github: githubCloudOnly: false @@ -70416,9 +70479,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: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response @@ -70428,7 +70491,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 '404': *6 x-github: githubCloudOnly: false @@ -70452,9 +70515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70487,7 +70550,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 '422': *15 x-github: githubCloudOnly: false @@ -70512,9 +70575,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70547,7 +70610,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 '422': *15 x-github: githubCloudOnly: false @@ -70572,9 +70635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70607,7 +70670,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 '422': *15 x-github: githubCloudOnly: false @@ -70634,9 +70697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70658,7 +70721,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *519 examples: default: value: @@ -70772,8 +70835,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *456 - *457 - - *458 - *103 - *104 - *105 @@ -70787,9 +70850,9 @@ paths: application/json: schema: type: array - items: *308 + items: *307 examples: - default: *309 + default: *308 '404': *6 '500': *40 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -70809,8 +70872,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *456 - *457 - - *458 - name: bypass_request_number in: path required: true @@ -70824,7 +70887,7 @@ paths: description: Response content: application/json: - schema: *308 + schema: *307 examples: default: value: @@ -70883,8 +70946,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *456 - *457 - - *458 - *103 - *104 - *105 @@ -70898,9 +70961,9 @@ paths: application/json: schema: type: array - items: *311 + items: *310 examples: - default: *312 + default: *311 '404': *6 '403': *29 '500': *40 @@ -70924,8 +70987,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *456 - *457 - - *458 - name: bypass_request_number in: path required: true @@ -70937,7 +71000,7 @@ paths: description: A single bypass request. content: application/json: - schema: *311 + schema: *310 examples: default: value: @@ -70995,8 +71058,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *456 - *457 - - *458 - name: bypass_request_number in: path required: true @@ -71067,8 +71130,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *456 - *457 - - *458 - name: bypass_response_id in: path required: true @@ -71101,8 +71164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -71381,7 +71444,7 @@ paths: description: Response content: application/json: - schema: &521 + schema: &520 title: CheckRun description: A check performed on the code of a given code change type: object @@ -71492,16 +71555,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *226 - deployment: &860 + items: *225 + deployment: &859 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71568,8 +71631,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 required: - id - node_id @@ -71781,9 +71844,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: + - *456 - *457 - - *458 - - &522 + - &521 name: check_run_id description: The unique identifier of the check run. in: path @@ -71795,9 +71858,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *520 examples: - default: &523 + default: &522 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -71897,9 +71960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: + - *456 - *457 - - *458 - - *522 + - *521 requestBody: required: true content: @@ -72139,9 +72202,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *520 examples: - default: *523 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72161,9 +72224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: + - *456 - *457 - - *458 - - *522 + - *521 - *17 - *19 responses: @@ -72258,15 +72321,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: + - *456 - *457 - - *458 - - *522 + - *521 responses: '201': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -72304,8 +72367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -72327,7 +72390,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &526 + schema: &525 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -72391,7 +72454,7 @@ paths: nullable: true pull_requests: type: array - items: *226 + items: *225 nullable: true app: title: GitHub app @@ -72402,9 +72465,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 - repository: *284 + properties: *217 + required: *218 + repository: *283 created_at: type: string format: date-time @@ -72413,12 +72476,12 @@ paths: type: string format: date-time nullable: true - head_commit: &891 + head_commit: &890 title: Simple Commit description: A commit. type: object - properties: *524 - required: *525 + properties: *523 + required: *524 latest_check_runs_count: type: integer check_runs_url: @@ -72446,7 +72509,7 @@ paths: - check_runs_url - pull_requests examples: - default: &527 + default: &526 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -72737,9 +72800,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *526 + schema: *525 examples: - default: *527 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72758,8 +72821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -72820,7 +72883,7 @@ paths: required: - app_id - setting - repository: *284 + repository: *283 examples: default: value: @@ -73068,9 +73131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: + - *456 - *457 - - *458 - - &528 + - &527 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -73082,9 +73145,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *525 examples: - default: *527 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73107,17 +73170,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: + - *456 - *457 - - *458 - - *528 - - &580 + - *527 + - &579 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &581 + - &580 name: status description: Returns check runs with the specified `status`. in: query @@ -73156,9 +73219,9 @@ paths: type: integer check_runs: type: array - items: *521 + items: *520 examples: - default: &582 + default: &581 value: total_count: 1 check_runs: @@ -73260,15 +73323,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: + - *456 - *457 - - *458 - - *528 + - *527 responses: '201': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -73295,21 +73358,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: + - *456 - *457 - - *458 + - *316 - *317 - - *318 - *19 - *17 - - &544 + - &543 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: *529 - - &545 + schema: *528 + - &544 name: pr description: The number of the pull request for the results you want to list. in: query @@ -73334,13 +73397,13 @@ paths: be returned. in: query required: false - schema: *319 + schema: *318 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *530 + schema: *529 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -73364,7 +73427,7 @@ paths: updated_at: *136 url: *133 html_url: *134 - instances_url: *531 + instances_url: *530 state: *113 fixed_at: *138 dismissed_by: @@ -73375,11 +73438,11 @@ paths: required: *21 nullable: true dismissed_at: *137 - dismissed_reason: *532 - dismissed_comment: *533 - rule: *534 - tool: *535 - most_recent_instance: *536 + dismissed_reason: *531 + dismissed_comment: *532 + rule: *533 + tool: *534 + most_recent_instance: *535 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -73505,7 +73568,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &537 + '403': &536 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -73532,9 +73595,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: + - *456 - *457 - - *458 - - &538 + - &537 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -73548,7 +73611,7 @@ paths: description: Response content: application/json: - schema: &539 + schema: &538 type: object properties: number: *128 @@ -73556,7 +73619,7 @@ paths: updated_at: *136 url: *133 html_url: *134 - instances_url: *531 + instances_url: *530 state: *113 fixed_at: *138 dismissed_by: @@ -73567,8 +73630,8 @@ paths: required: *21 nullable: true dismissed_at: *137 - dismissed_reason: *532 - dismissed_comment: *533 + dismissed_reason: *531 + dismissed_comment: *532 rule: type: object properties: @@ -73622,8 +73685,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *535 - most_recent_instance: *536 + tool: *534 + most_recent_instance: *535 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -73722,7 +73785,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -73742,9 +73805,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: + - *456 - *457 - - *458 - - *538 + - *537 requestBody: required: true content: @@ -73759,8 +73822,8 @@ paths: enum: - open - dismissed - dismissed_reason: *532 - dismissed_comment: *533 + dismissed_reason: *531 + dismissed_comment: *532 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -73788,7 +73851,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *538 examples: default: value: @@ -73864,7 +73927,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &543 + '403': &542 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -73891,15 +73954,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: + - *456 - *457 - - *458 - - *538 + - *537 responses: '200': description: Response content: application/json: - schema: &540 + schema: &539 type: object properties: status: @@ -73925,13 +73988,13 @@ paths: - description - started_at examples: - default: &541 + default: &540 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &542 + '400': &541 description: Bad Request content: application/json: @@ -73942,7 +74005,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': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -73967,29 +74030,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: + - *456 - *457 - - *458 - - *538 + - *537 responses: '200': description: OK content: application/json: - schema: *540 + schema: *539 examples: - default: *541 + default: *540 '202': description: Accepted content: application/json: - schema: *540 + schema: *539 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *542 + '400': *541 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -74021,9 +74084,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: + - *456 - *457 - - *458 - - *538 + - *537 requestBody: required: false content: @@ -74068,8 +74131,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *542 - '403': *543 + '400': *541 + '403': *542 '404': *6 '422': description: Unprocessable Entity @@ -74093,13 +74156,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: + - *456 - *457 - - *458 - - *538 + - *537 - *19 - *17 + - *543 - *544 - - *545 responses: '200': description: Response @@ -74110,10 +74173,10 @@ paths: items: type: object properties: - ref: *529 - analysis_key: *546 - environment: *547 - category: *548 + ref: *528 + analysis_key: *545 + environment: *546 + category: *547 state: type: string description: State of a code scanning alert instance. @@ -74128,7 +74191,7 @@ paths: properties: text: type: string - location: *549 + location: *548 html_url: type: string classifications: @@ -74136,7 +74199,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: *550 + items: *549 examples: default: value: @@ -74175,7 +74238,7 @@ paths: end_column: 50 classifications: - source - '403': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -74209,25 +74272,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: + - *456 - *457 - - *458 + - *316 - *317 - - *318 - *19 - *17 - - *545 + - *544 - 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: *529 + schema: *528 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &551 + schema: &550 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -74248,23 +74311,23 @@ paths: application/json: schema: type: array - items: &552 + items: &551 type: object properties: - ref: *529 - commit_sha: &560 + ref: *528 + commit_sha: &559 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: *546 + analysis_key: *545 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *548 + category: *547 error: type: string example: error reading field xyz @@ -74288,8 +74351,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *551 - tool: *535 + sarif_id: *550 + tool: *534 deletable: type: boolean warning: @@ -74350,7 +74413,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -74386,8 +74449,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: + - *456 - *457 - - *458 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -74400,7 +74463,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *551 examples: response: summary: application/json response @@ -74454,7 +74517,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *537 + '403': *536 '404': *6 '422': description: Response if analysis could not be processed @@ -74541,8 +74604,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: + - *456 - *457 - - *458 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -74595,7 +74658,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': *543 + '403': *542 '404': *6 '503': *196 x-github: @@ -74617,8 +74680,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -74626,7 +74689,7 @@ paths: application/json: schema: type: array - items: &553 + items: &552 title: CodeQL Database description: A CodeQL database. type: object @@ -74737,7 +74800,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': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -74766,8 +74829,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: + - *456 - *457 - - *458 - name: language in: path description: The language of the CodeQL database. @@ -74779,7 +74842,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *552 examples: default: value: @@ -74811,9 +74874,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': &589 + '302': &588 description: Found - '403': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -74835,8 +74898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: + - *456 - *457 - - *458 - name: language in: path description: The language of the CodeQL database. @@ -74846,7 +74909,7 @@ paths: responses: '204': description: Response - '403': *543 + '403': *542 '404': *6 '503': *196 x-github: @@ -74874,8 +74937,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -74884,7 +74947,7 @@ paths: type: object additionalProperties: false properties: - language: &554 + language: &553 type: string description: The language targeted by the CodeQL query enum: @@ -74964,7 +75027,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &558 + schema: &557 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -74974,7 +75037,7 @@ paths: description: The ID of the variant analysis. controller_repo: *120 actor: *4 - query_language: *554 + query_language: *553 query_pack_url: type: string description: The download url for the query pack. @@ -75021,7 +75084,7 @@ paths: items: type: object properties: - repository: &555 + repository: &554 title: Repository Identifier description: Repository Identifier type: object @@ -75057,7 +75120,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &559 + analysis_status: &558 type: string description: The new status of the CodeQL variant analysis repository task. @@ -75089,7 +75152,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &556 + access_mismatch_repos: &555 type: object properties: repository_count: @@ -75103,7 +75166,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: *555 + items: *554 required: - repository_count - repositories @@ -75125,8 +75188,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *556 - over_limit_repos: *556 + no_codeql_db_repos: *555 + over_limit_repos: *555 required: - access_mismatch_repos - not_found_repos @@ -75142,7 +75205,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &557 + value: &556 summary: Default response value: id: 1 @@ -75288,10 +75351,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *557 + value: *556 repository_lists: summary: Response for a successful variant analysis submission - value: *557 + value: *556 '404': *6 '422': description: Unable to process variant analysis submission @@ -75319,8 +75382,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: + - *456 - *457 - - *458 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -75332,9 +75395,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *557 examples: - default: *557 + default: *556 '404': *6 '503': *196 x-github: @@ -75357,7 +75420,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: - - *457 + - *456 - name: repo in: path description: The name of the controller repository. @@ -75392,7 +75455,7 @@ paths: type: object properties: repository: *120 - analysis_status: *559 + analysis_status: *558 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -75517,8 +75580,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -75603,7 +75666,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -75624,8 +75687,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -75692,7 +75755,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -75717,7 +75780,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *543 + '403': *542 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -75788,8 +75851,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -75797,7 +75860,7 @@ paths: schema: type: object properties: - commit_sha: *560 + commit_sha: *559 ref: type: string description: |- @@ -75855,7 +75918,7 @@ paths: schema: type: object properties: - id: *551 + id: *550 url: type: string description: The REST API URL for checking the status of the upload. @@ -75869,7 +75932,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': *543 + '403': *542 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -75892,8 +75955,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: + - *456 - *457 - - *458 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -75939,7 +76002,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': *537 + '403': *536 '404': description: Not Found if the sarif id does not match any upload '503': *196 @@ -75964,8 +76027,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -76046,8 +76109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: + - *456 - *457 - - *458 - 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 @@ -76167,8 +76230,8 @@ paths: parameters: - *17 - *19 + - *456 - *457 - - *458 responses: '200': description: Response @@ -76184,7 +76247,7 @@ paths: type: integer codespaces: type: array - items: *376 + items: *375 examples: default: value: @@ -76482,8 +76545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -76546,17 +76609,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '400': *14 '401': *25 '403': *29 @@ -76585,8 +76648,8 @@ paths: parameters: - *17 - *19 + - *456 - *457 - - *458 responses: '200': description: Response @@ -76650,8 +76713,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: + - *456 - *457 - - *458 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -76686,14 +76749,14 @@ paths: type: integer machines: type: array - items: &805 + items: &804 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *562 - required: *563 + properties: *561 + required: *562 examples: - default: &806 + default: &805 value: total_count: 2 machines: @@ -76733,8 +76796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: + - *456 - *457 - - *458 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -76818,8 +76881,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: + - *456 - *457 - - *458 - 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 @@ -76885,8 +76948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -76904,7 +76967,7 @@ paths: type: integer secrets: type: array - items: &567 + items: &566 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -76924,7 +76987,7 @@ paths: - created_at - updated_at examples: - default: *564 + default: *563 headers: Link: *47 x-github: @@ -76947,16 +77010,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *565 + schema: *564 examples: - default: *566 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -76976,17 +77039,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *567 + schema: *566 examples: - default: *568 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77006,9 +77069,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: + - *456 - *457 - - *458 - - *294 + - *293 requestBody: required: true content: @@ -77036,7 +77099,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -77060,9 +77123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '204': description: Response @@ -77090,8 +77153,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: + - *456 - *457 - - *458 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -77133,7 +77196,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &569 + properties: &568 login: type: string example: octocat @@ -77226,7 +77289,7 @@ paths: user_view_type: type: string example: public - required: &570 + required: &569 - avatar_url - events_url - followers_url @@ -77300,8 +77363,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: + - *456 - *457 - - *458 - *143 responses: '204': @@ -77348,8 +77411,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: + - *456 - *457 - - *458 - *143 requestBody: required: false @@ -77376,7 +77439,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &649 + schema: &648 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -77387,7 +77450,7 @@ paths: example: 42 type: integer format: int64 - repository: *284 + repository: *283 invitee: title: Simple User description: A GitHub user. @@ -77565,7 +77628,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *259 + schema: *258 '403': *29 x-github: triggersNotification: true @@ -77605,8 +77668,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: + - *456 - *457 - - *458 - *143 responses: '204': @@ -77638,8 +77701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: + - *456 - *457 - - *458 - *143 responses: '200': @@ -77660,8 +77723,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *569 - required: *570 + properties: *568 + required: *569 nullable: true required: - permission @@ -77716,8 +77779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -77727,7 +77790,7 @@ paths: application/json: schema: type: array - items: &571 + items: &570 title: Commit Comment description: Commit Comment type: object @@ -77768,8 +77831,8 @@ paths: updated_at: type: string format: date-time - author_association: *222 - reactions: *223 + author_association: *221 + reactions: *222 required: - url - html_url @@ -77785,7 +77848,7 @@ paths: - created_at - updated_at examples: - default: &576 + default: &575 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77844,17 +77907,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 responses: '200': description: Response content: application/json: - schema: *571 + schema: *570 examples: - default: &577 + default: &576 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77911,9 +77974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -77935,7 +77998,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *570 examples: default: value: @@ -77986,9 +78049,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 responses: '204': description: Response @@ -78009,9 +78072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 - 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. @@ -78037,7 +78100,7 @@ paths: application/json: schema: type: array - items: &572 + items: &571 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -78080,7 +78143,7 @@ paths: - content - created_at examples: - default: &653 + default: &652 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -78125,9 +78188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -78159,9 +78222,9 @@ paths: description: Reaction exists content: application/json: - schema: *572 + schema: *571 examples: - default: &573 + default: &572 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -78190,9 +78253,9 @@ paths: description: Reaction created content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -78214,10 +78277,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: + - *456 - *457 - - *458 - - *237 - - &654 + - *236 + - &653 name: reaction_id description: The unique identifier of the reaction. in: path @@ -78272,8 +78335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: + - *456 - *457 - - *458 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -78329,9 +78392,9 @@ paths: application/json: schema: type: array - items: *574 + items: *573 examples: - default: &703 + default: &702 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78425,9 +78488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: + - *456 - *457 - - *458 - - &575 + - &574 name: commit_sha description: The SHA of the commit. in: path @@ -78499,9 +78562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: + - *456 - *457 - - *458 - - *575 + - *574 - *17 - *19 responses: @@ -78511,9 +78574,9 @@ paths: application/json: schema: type: array - items: *571 + items: *570 examples: - default: *576 + default: *575 headers: Link: *47 x-github: @@ -78541,9 +78604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: + - *456 - *457 - - *458 - - *575 + - *574 requestBody: required: true content: @@ -78578,9 +78641,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *570 examples: - default: *577 + default: *576 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78608,9 +78671,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: + - *456 - *457 - - *458 - - *575 + - *574 - *17 - *19 responses: @@ -78620,9 +78683,9 @@ paths: application/json: schema: type: array - items: *578 + items: *577 examples: - default: &695 + default: &694 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79159,11 +79222,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: + - *456 - *457 - - *458 - *19 - *17 - - &579 + - &578 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)" @@ -79178,9 +79241,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *573 examples: - default: &680 + default: &679 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79293,11 +79356,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: + - *456 - *457 - - *458 + - *578 - *579 - *580 - - *581 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -79331,9 +79394,9 @@ paths: type: integer check_runs: type: array - items: *521 + items: *520 examples: - default: *582 + default: *581 headers: Link: *47 x-github: @@ -79358,9 +79421,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: + - *456 - *457 - - *458 - - *579 + - *578 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -79368,7 +79431,7 @@ paths: schema: type: integer example: 1 - - *580 + - *579 - *17 - *19 responses: @@ -79386,7 +79449,7 @@ paths: type: integer check_suites: type: array - items: *526 + items: *525 examples: default: value: @@ -79586,9 +79649,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: + - *456 - *457 - - *458 - - *579 + - *578 - *17 - *19 responses: @@ -79655,7 +79718,7 @@ paths: type: string total_count: type: integer - repository: *284 + repository: *283 commit_url: type: string format: uri @@ -79786,9 +79849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: + - *456 - *457 - - *458 - - *579 + - *578 - *17 - *19 responses: @@ -79798,7 +79861,7 @@ paths: application/json: schema: type: array - items: &756 + items: &755 title: Status description: The status of a commit. type: object @@ -79879,7 +79942,7 @@ paths: site_admin: false headers: Link: *47 - '301': *463 + '301': *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79907,8 +79970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -79937,20 +80000,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *583 - required: *584 + properties: *582 + required: *583 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &585 + properties: &584 url: type: string format: uri html_url: type: string format: uri - required: &586 + required: &585 - url - html_url nullable: true @@ -79958,32 +80021,32 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true contributing: title: Community Health File type: object - properties: *585 - required: *586 + properties: *584 + required: *585 nullable: true readme: title: Community Health File type: object - properties: *585 - required: *586 + properties: *584 + required: *585 nullable: true issue_template: title: Community Health File type: object - properties: *585 - required: *586 + properties: *584 + required: *585 nullable: true pull_request_template: title: Community Health File type: object - properties: *585 - required: *586 + properties: *584 + required: *585 nullable: true required: - code_of_conduct @@ -80110,8 +80173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: + - *456 - *457 - - *458 - *19 - *17 - name: basehead @@ -80154,8 +80217,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *574 - merge_base_commit: *574 + base_commit: *573 + merge_base_commit: *573 status: type: string enum: @@ -80175,10 +80238,10 @@ paths: example: 6 commits: type: array - items: *574 + items: *573 files: type: array - items: *587 + items: *586 required: - url - html_url @@ -80464,8 +80527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: + - *456 - *457 - - *458 - name: path description: path parameter in: path @@ -80608,7 +80671,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &588 + response-if-content-is-a-file: &587 summary: Response if content is a file value: type: file @@ -80740,7 +80803,7 @@ paths: - size - type - url - - &708 + - &707 title: Content File description: Content File type: object @@ -80941,7 +81004,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *588 + response-if-content-is-a-file: *587 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -81010,7 +81073,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *589 + '302': *588 '304': *37 x-github: githubCloudOnly: false @@ -81033,8 +81096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: + - *456 - *457 - - *458 - name: path description: path parameter in: path @@ -81127,7 +81190,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &589 title: File Commit description: File Commit type: object @@ -81279,7 +81342,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *589 examples: example-for-creating-a-file: value: @@ -81333,7 +81396,7 @@ paths: schema: oneOf: - *3 - - &631 + - &630 description: Repository rule violation was detected type: object properties: @@ -81354,7 +81417,7 @@ paths: items: type: object properties: - placeholder_id: &748 + placeholder_id: &747 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -81386,8 +81449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: + - *456 - *457 - - *458 - name: path description: path parameter in: path @@ -81448,7 +81511,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *589 examples: default: value: @@ -81503,8 +81566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: + - *456 - *457 - - *458 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -81627,22 +81690,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: + - *456 - *457 - - *458 + - *331 - *332 - *333 - *334 - - *335 - 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 + - *335 + - *590 - *336 - - *591 - *337 - - *338 - *110 - name: per_page description: The number of results per page (max 100). For more information, @@ -81661,7 +81724,7 @@ paths: application/json: schema: type: array - items: &595 + items: &594 type: object description: A Dependabot alert. properties: @@ -81707,7 +81770,7 @@ paths: - unknown - direct - transitive - security_advisory: *592 + security_advisory: *591 security_vulnerability: *132 url: *133 html_url: *134 @@ -81738,8 +81801,8 @@ paths: nullable: true maxLength: 280 fixed_at: *138 - auto_dismissed_at: *593 - dismissal_request: *594 + auto_dismissed_at: *592 + dismissal_request: *593 required: - number - state @@ -81969,9 +82032,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: + - *456 - *457 - - *458 - - &596 + - &595 name: alert_number in: path description: |- @@ -81986,7 +82049,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *594 examples: default: value: @@ -82099,9 +82162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: + - *456 - *457 - - *458 - - *596 + - *595 requestBody: required: true content: @@ -82146,7 +82209,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *594 examples: default: value: @@ -82275,8 +82338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -82294,7 +82357,7 @@ paths: type: integer secrets: type: array - items: &599 + items: &598 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -82347,16 +82410,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *597 + schema: *596 examples: - default: *598 + default: *597 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82376,15 +82439,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *599 + schema: *598 examples: default: value: @@ -82410,9 +82473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 requestBody: required: true content: @@ -82440,7 +82503,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -82464,9 +82527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '204': description: Response @@ -82488,8 +82551,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: + - *456 - *457 - - *458 - 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 @@ -82649,8 +82712,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -82889,8 +82952,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -82965,7 +83028,7 @@ paths: - version - url additionalProperties: false - metadata: &600 + metadata: &599 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82998,7 +83061,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *600 + metadata: *599 resolved: type: object description: A collection of resolved package dependencies. @@ -83011,7 +83074,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *600 + metadata: *599 relationship: type: string description: A notation of whether a dependency is requested @@ -83140,8 +83203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: + - *456 - *457 - - *458 - name: sha description: The SHA recorded at creation time. in: query @@ -83181,9 +83244,9 @@ paths: application/json: schema: type: array - items: *601 + items: *600 examples: - default: *602 + default: *601 headers: Link: *47 x-github: @@ -83249,8 +83312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -83331,7 +83394,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *600 examples: simple-example: summary: Simple example @@ -83404,9 +83467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: + - *456 - *457 - - *458 - - &603 + - &602 name: deployment_id description: deployment_id parameter in: path @@ -83418,7 +83481,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *600 examples: default: value: @@ -83483,9 +83546,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: + - *456 - *457 - - *458 - - *603 + - *602 responses: '204': description: Response @@ -83507,9 +83570,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: + - *456 - *457 - - *458 - - *603 + - *602 - *17 - *19 responses: @@ -83519,7 +83582,7 @@ paths: application/json: schema: type: array - items: &604 + items: &603 title: Deployment Status description: The status of a deployment. type: object @@ -83610,8 +83673,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 required: - id - node_id @@ -83680,9 +83743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: + - *456 - *457 - - *458 - - *603 + - *602 requestBody: required: true content: @@ -83757,9 +83820,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *603 examples: - default: &605 + default: &604 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -83815,9 +83878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: + - *456 - *457 - - *458 - - *603 + - *602 - name: status_id in: path required: true @@ -83828,9 +83891,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *603 examples: - default: *605 + default: *604 '404': *6 x-github: githubCloudOnly: false @@ -83857,12 +83920,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 + - *605 - *606 - *607 - *608 - - *609 - *17 - *19 responses: @@ -83872,9 +83935,9 @@ paths: application/json: schema: type: array - items: *610 + items: *609 examples: - default: *611 + default: *610 '404': *6 '403': *29 '500': *40 @@ -83898,8 +83961,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -83911,7 +83974,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *610 + schema: *609 examples: default: value: @@ -83967,8 +84030,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84027,12 +84090,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 + - *605 - *606 - *607 - *608 - - *609 - *17 - *19 responses: @@ -84042,9 +84105,9 @@ paths: application/json: schema: type: array - items: *612 + items: *611 examples: - default: *613 + default: *612 '404': *6 '403': *29 '500': *40 @@ -84068,8 +84131,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84081,7 +84144,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *612 + schema: *611 examples: default: value: @@ -84132,8 +84195,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84171,7 +84234,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *612 + schema: *611 examples: default: value: @@ -84222,8 +84285,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84294,8 +84357,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84328,12 +84391,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - *103 - *104 - *105 - - *343 + - *342 - *17 - *19 responses: @@ -84343,9 +84406,9 @@ paths: application/json: schema: type: array - items: *614 + items: *613 examples: - default: *615 + default: *614 '404': *6 '403': *29 '500': *40 @@ -84370,8 +84433,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84383,7 +84446,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *614 + schema: *613 examples: default: value: @@ -84441,8 +84504,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84511,8 +84574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -84569,8 +84632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -84587,7 +84650,7 @@ paths: type: integer environments: type: array - items: &617 + items: &616 title: Environment description: Details of a deployment environment type: object @@ -84639,7 +84702,7 @@ paths: type: type: string example: wait_timer - wait_timer: &619 + wait_timer: &618 type: integer example: 30 description: The amount of time to delay a job after @@ -84676,11 +84739,11 @@ paths: items: type: object properties: - type: *616 + type: *615 reviewer: anyOf: - *4 - - *313 + - *312 required: - id - node_id @@ -84700,7 +84763,7 @@ paths: - id - node_id - type - deployment_branch_policy: &620 + deployment_branch_policy: &619 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -84816,9 +84879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: + - *456 - *457 - - *458 - - &618 + - &617 name: environment_name in: path required: true @@ -84831,9 +84894,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *616 examples: - default: &621 + default: &620 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -84917,9 +84980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: + - *456 - *457 - - *458 - - *618 + - *617 requestBody: required: false content: @@ -84928,7 +84991,7 @@ paths: type: object nullable: true properties: - wait_timer: *619 + wait_timer: *618 prevent_self_review: type: boolean example: false @@ -84945,13 +85008,13 @@ paths: items: type: object properties: - type: *616 + type: *615 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *620 + deployment_branch_policy: *619 additionalProperties: false examples: default: @@ -84971,9 +85034,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *616 examples: - default: *621 + default: *620 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -84997,9 +85060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: + - *456 - *457 - - *458 - - *618 + - *617 responses: '204': description: Default response @@ -85024,9 +85087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: + - *456 - *457 - - *458 - - *618 + - *617 - *17 - *19 responses: @@ -85044,7 +85107,7 @@ paths: example: 2 branch_policies: type: array - items: &622 + items: &621 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -85101,9 +85164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: + - *456 - *457 - - *458 - - *618 + - *617 requestBody: required: true content: @@ -85149,9 +85212,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *621 examples: - example-wildcard: &623 + example-wildcard: &622 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -85193,10 +85256,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: + - *456 - *457 - - *458 - - *618 - - &624 + - *617 + - &623 name: branch_policy_id in: path required: true @@ -85208,9 +85271,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *621 examples: - default: *623 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85229,10 +85292,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: + - *456 - *457 - - *458 - - *618 - - *624 + - *617 + - *623 requestBody: required: true content: @@ -85260,9 +85323,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *621 examples: - default: *623 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85281,10 +85344,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: + - *456 - *457 - - *458 - - *618 - - *624 + - *617 + - *623 responses: '204': description: Response @@ -85309,9 +85372,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: - - *618 - - *458 + - *617 - *457 + - *456 responses: '200': description: List of deployment protection rules @@ -85327,7 +85390,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &625 + items: &624 title: Deployment protection rule description: Deployment protection rule type: object @@ -85346,7 +85409,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &626 + app: &625 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -85445,9 +85508,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: - - *618 - - *458 + - *617 - *457 + - *456 requestBody: content: application/json: @@ -85468,9 +85531,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *625 + schema: *624 examples: - default: &627 + default: &626 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -85505,9 +85568,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: - - *618 - - *458 + - *617 - *457 + - *456 - *19 - *17 responses: @@ -85526,7 +85589,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *626 + items: *625 examples: default: value: @@ -85561,10 +85624,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: + - *456 - *457 - - *458 - - *618 - - &628 + - *617 + - &627 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -85576,9 +85639,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: *627 + default: *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85599,10 +85662,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: - - *618 - - *458 + - *617 - *457 - - *628 + - *456 + - *627 responses: '204': description: Response @@ -85628,9 +85691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: + - *456 - *457 - - *458 - - *618 + - *617 - *17 - *19 responses: @@ -85648,9 +85711,9 @@ paths: type: integer secrets: type: array - items: *488 + items: *487 examples: - default: *489 + default: *488 headers: Link: *47 x-github: @@ -85675,17 +85738,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: + - *456 - *457 - - *458 - - *618 + - *617 responses: '200': description: Response content: application/json: - schema: *490 + schema: *489 examples: - default: *491 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85707,18 +85770,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: + - *456 - *457 - - *458 - - *618 - - *294 + - *617 + - *293 responses: '200': description: Response content: application/json: - schema: *488 + schema: *487 examples: - default: *629 + default: *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85740,10 +85803,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: + - *456 - *457 - - *458 - - *618 - - *294 + - *617 + - *293 requestBody: required: true content: @@ -85774,7 +85837,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -85800,10 +85863,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: + - *456 - *457 - - *458 - - *618 - - *294 + - *617 + - *293 responses: '204': description: Default response @@ -85828,10 +85891,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: + - *456 - *457 - - *458 - - *618 - - *475 + - *617 + - *474 - *19 responses: '200': @@ -85848,9 +85911,9 @@ paths: type: integer variables: type: array - items: *492 + items: *491 examples: - default: *493 + default: *492 headers: Link: *47 x-github: @@ -85873,9 +85936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: + - *456 - *457 - - *458 - - *618 + - *617 requestBody: required: true content: @@ -85902,7 +85965,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -85927,18 +85990,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: + - *456 - *457 - - *458 - - *618 - - *297 + - *617 + - *296 responses: '200': description: Response content: application/json: - schema: *492 + schema: *491 examples: - default: *630 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85959,10 +86022,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: + - *456 - *457 - - *458 - - *297 - - *618 + - *296 + - *617 requestBody: required: true content: @@ -86004,10 +86067,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: + - *456 - *457 - - *458 - - *297 - - *618 + - *296 + - *617 responses: '204': description: Response @@ -86029,8 +86092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -86040,7 +86103,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: 200-response: value: @@ -86098,8 +86161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: + - *456 - *457 - - *458 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -86121,7 +86184,7 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: default: value: @@ -86258,8 +86321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -86291,9 +86354,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *464 + default: *463 '400': *14 '422': *15 '403': *29 @@ -86314,8 +86377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -86374,8 +86437,8 @@ paths: application/json: schema: oneOf: - - *259 - - *631 + - *258 + - *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86400,8 +86463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: + - *456 - *457 - - *458 - name: file_sha in: path required: true @@ -86500,8 +86563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -86610,7 +86673,7 @@ paths: description: Response content: application/json: - schema: &632 + schema: &631 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -86824,15 +86887,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: + - *456 - *457 - - *458 - - *575 + - *574 responses: '200': description: Response content: application/json: - schema: *632 + schema: *631 examples: default: value: @@ -86888,9 +86951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: + - *456 - *457 - - *458 - - &633 + - &632 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. @@ -86907,7 +86970,7 @@ paths: application/json: schema: type: array - items: &634 + items: &633 title: Git Reference description: Git references within a repository type: object @@ -86982,17 +87045,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: + - *456 - *457 - - *458 - - *633 + - *632 responses: '200': description: Response content: application/json: - schema: *634 + schema: *633 examples: - default: &635 + default: &634 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -87021,8 +87084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -87051,9 +87114,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *633 examples: - default: *635 + default: *634 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -87079,9 +87142,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: + - *456 - *457 - - *458 - - *633 + - *632 requestBody: required: true content: @@ -87110,9 +87173,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *633 examples: - default: *635 + default: *634 '422': *15 '409': *119 x-github: @@ -87130,9 +87193,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: + - *456 - *457 - - *458 - - *633 + - *632 responses: '204': description: Response @@ -87187,8 +87250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -87255,7 +87318,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &636 title: Git Tag description: Metadata for a Git tag type: object @@ -87306,7 +87369,7 @@ paths: - sha - type - url - verification: *636 + verification: *635 required: - sha - url @@ -87316,7 +87379,7 @@ paths: - tag - message examples: - default: &638 + default: &637 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -87389,8 +87452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: + - *456 - *457 - - *458 - name: tag_sha in: path required: true @@ -87401,9 +87464,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *636 examples: - default: *638 + default: *637 '404': *6 '409': *119 x-github: @@ -87427,8 +87490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -87501,7 +87564,7 @@ paths: description: Response content: application/json: - schema: &639 + schema: &638 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -87597,8 +87660,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: + - *456 - *457 - - *458 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -87621,7 +87684,7 @@ paths: description: Response content: application/json: - schema: *639 + schema: *638 examples: default-response: summary: Default response @@ -87680,8 +87743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -87691,7 +87754,7 @@ paths: application/json: schema: type: array - items: &640 + items: &639 title: Webhook description: Webhooks for repositories. type: object @@ -87745,7 +87808,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &899 + last_response: &898 title: Hook Response type: object properties: @@ -87819,8 +87882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -87872,9 +87935,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *639 examples: - default: &641 + default: &640 value: type: Repository id: 12345678 @@ -87922,17 +87985,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 responses: '200': description: Response content: application/json: - schema: *640 + schema: *639 examples: - default: *641 + default: *640 '404': *6 x-github: githubCloudOnly: false @@ -87952,9 +88015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 requestBody: required: true content: @@ -87999,9 +88062,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *639 examples: - default: *641 + default: *640 '422': *15 '404': *6 x-github: @@ -88022,9 +88085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 responses: '204': description: Response @@ -88048,9 +88111,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: + - *456 - *457 - - *458 - - *348 + - *347 responses: '200': description: Response @@ -88077,9 +88140,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: + - *456 - *457 - - *458 - - *348 + - *347 requestBody: required: false content: @@ -88123,11 +88186,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 - *17 - - *349 + - *348 responses: '200': description: Response @@ -88135,9 +88198,9 @@ paths: application/json: schema: type: array - items: *350 + items: *349 examples: - default: *351 + default: *350 '400': *14 '422': *15 x-github: @@ -88156,18 +88219,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: + - *456 - *457 - - *458 - - *348 + - *347 - *16 responses: '200': description: Response content: application/json: - schema: *352 + schema: *351 examples: - default: *353 + default: *352 '400': *14 '422': *15 x-github: @@ -88186,9 +88249,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: + - *456 - *457 - - *458 - - *348 + - *347 - *16 responses: '202': *39 @@ -88211,9 +88274,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 responses: '204': description: Response @@ -88238,9 +88301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 responses: '204': description: Response @@ -88263,8 +88326,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: + - *456 - *457 - - *458 responses: '200': description: Response if immutable releases are enabled @@ -88310,8 +88373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: + - *456 - *457 - - *458 responses: '204': *155 '409': *119 @@ -88331,8 +88394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: + - *456 - *457 - - *458 responses: '204': *155 '409': *119 @@ -88389,14 +88452,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: &642 + schema: &641 title: Import description: A repository import from an external source. type: object @@ -88495,7 +88558,7 @@ paths: - html_url - authors_url examples: - default: &645 + default: &644 value: vcs: subversion use_lfs: true @@ -88511,7 +88574,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': &643 + '503': &642 description: Unavailable due to service under maintenance. content: application/json: @@ -88540,8 +88603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -88589,7 +88652,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: default: value: @@ -88614,7 +88677,7 @@ paths: type: string '422': *15 '404': *6 - '503': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88642,8 +88705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -88692,7 +88755,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: example-1: summary: Example 1 @@ -88740,7 +88803,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': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88763,12 +88826,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: + - *456 - *457 - - *458 responses: '204': description: Response - '503': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88794,9 +88857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: + - *456 - *457 - - *458 - - &827 + - &826 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -88810,7 +88873,7 @@ paths: application/json: schema: type: array - items: &644 + items: &643 title: Porter Author description: Porter Author type: object @@ -88864,7 +88927,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': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88889,8 +88952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: + - *456 - *457 - - *458 - name: author_id in: path required: true @@ -88920,7 +88983,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *643 examples: default: value: @@ -88933,7 +88996,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88957,8 +89020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -88999,7 +89062,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89027,8 +89090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -89055,11 +89118,11 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: *645 + default: *644 '422': *15 - '503': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89082,8 +89145,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -89091,8 +89154,8 @@ paths: application/json: schema: *22 examples: - default: *646 - '301': *463 + default: *645 + '301': *462 '404': *6 x-github: githubCloudOnly: false @@ -89112,8 +89175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -89121,12 +89184,12 @@ paths: application/json: schema: anyOf: - - *366 + - *365 - type: object properties: {} additionalProperties: false examples: - default: &648 + default: &647 value: limit: collaborators_only origin: repository @@ -89151,13 +89214,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: + - *456 - *457 - - *458 requestBody: required: true content: application/json: - schema: *647 + schema: *646 examples: default: summary: Example request body @@ -89169,9 +89232,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: - default: *648 + default: *647 '409': description: Response x-github: @@ -89193,8 +89256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -89217,8 +89280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -89228,9 +89291,9 @@ paths: application/json: schema: type: array - items: *649 + items: *648 examples: - default: &820 + default: &819 value: - id: 1 repository: @@ -89361,9 +89424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: + - *456 - *457 - - *458 - - *370 + - *369 requestBody: required: false content: @@ -89392,7 +89455,7 @@ paths: description: Response content: application/json: - schema: *649 + schema: *648 examples: default: value: @@ -89523,9 +89586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: + - *456 - *457 - - *458 - - *370 + - *369 responses: '204': description: Response @@ -89556,8 +89619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: + - *456 - *457 - - *458 - 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 @@ -89605,7 +89668,7 @@ paths: required: false schema: type: string - - *374 + - *373 - name: sort description: What to sort results by. in: query @@ -89618,7 +89681,7 @@ paths: - comments default: created - *110 - - *228 + - *227 - *17 - *19 responses: @@ -89628,9 +89691,9 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: &661 + default: &660 value: - id: 1 node_id: MDU6SXNzdWUx @@ -89778,7 +89841,7 @@ paths: state_reason: completed headers: Link: *47 - '301': *463 + '301': *462 '422': *15 '404': *6 x-github: @@ -89807,8 +89870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -89890,9 +89953,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: &658 + default: &657 value: id: 1 node_id: MDU6SXNzdWUx @@ -90048,7 +90111,7 @@ paths: '422': *15 '503': *196 '404': *6 - '410': *650 + '410': *649 x-github: triggersNotification: true githubCloudOnly: false @@ -90076,9 +90139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: + - *456 - *457 - - *458 - - *245 + - *244 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -90088,7 +90151,7 @@ paths: enum: - asc - desc - - *228 + - *227 - *17 - *19 responses: @@ -90098,9 +90161,9 @@ paths: application/json: schema: type: array - items: *651 + items: *650 examples: - default: &660 + default: &659 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90158,17 +90221,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 responses: '200': description: Response content: application/json: - schema: *651 + schema: *650 examples: - default: &652 + default: &651 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90222,9 +90285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -90246,9 +90309,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *650 examples: - default: *652 + default: *651 '422': *15 x-github: githubCloudOnly: false @@ -90266,9 +90329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 responses: '204': description: Response @@ -90288,9 +90351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 - 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. @@ -90316,9 +90379,9 @@ paths: application/json: schema: type: array - items: *572 + items: *571 examples: - default: *653 + default: *652 headers: Link: *47 '404': *6 @@ -90339,9 +90402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -90373,16 +90436,16 @@ paths: description: Reaction exists content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '201': description: Reaction created content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -90404,10 +90467,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: + - *456 - *457 - - *458 - - *237 - - *654 + - *236 + - *653 responses: '204': description: Response @@ -90427,8 +90490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -90438,7 +90501,7 @@ paths: application/json: schema: type: array - items: &657 + items: &656 title: Issue Event description: Issue Event type: object @@ -90481,8 +90544,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *655 - required: *656 + properties: *654 + required: *655 nullable: true label: title: Issue Event Label @@ -90526,7 +90589,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *313 + requested_team: *312 dismissed_review: title: Issue Event Dismissed Review type: object @@ -90591,7 +90654,7 @@ paths: required: - from - to - author_association: *222 + author_association: *221 lock_reason: type: string nullable: true @@ -90604,8 +90667,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 required: - id - node_id @@ -90789,8 +90852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: + - *456 - *457 - - *458 - name: event_id in: path required: true @@ -90801,7 +90864,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *656 examples: default: value: @@ -90993,7 +91056,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *650 + '410': *649 '403': *29 x-github: githubCloudOnly: false @@ -91027,9 +91090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: + - *456 - *457 - - *458 - - &659 + - &658 name: issue_number description: The number that identifies the issue. in: path @@ -91041,12 +91104,12 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 - '301': *463 + default: *657 + '301': *462 '404': *6 - '410': *650 + '410': *649 '304': *37 x-github: githubCloudOnly: false @@ -91071,9 +91134,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: false content: @@ -91177,15 +91240,15 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 '422': *15 '503': *196 '403': *29 - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91203,9 +91266,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: false content: @@ -91231,9 +91294,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91249,9 +91312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: content: application/json: @@ -91276,9 +91339,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91300,9 +91363,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: + - *456 - *457 - - *458 - - *659 + - *658 - name: assignee in: path required: true @@ -91342,10 +91405,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: + - *456 - *457 - - *458 - - *659 - - *228 + - *658 + - *227 - *17 - *19 responses: @@ -91355,13 +91418,13 @@ paths: application/json: schema: type: array - items: *651 + items: *650 examples: - default: *660 + default: *659 headers: Link: *47 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91390,9 +91453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -91414,16 +91477,16 @@ paths: description: Response content: application/json: - schema: *651 + schema: *650 examples: - default: *652 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *650 + '410': *649 '422': *15 '404': *6 x-github: @@ -91451,9 +91514,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: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -91463,14 +91526,14 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: *661 + default: *660 headers: Link: *47 - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91498,9 +91561,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: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -91522,17 +91585,17 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *463 + '301': *462 '403': *29 - '410': *650 + '410': *649 '422': *15 '404': *6 x-github: @@ -91563,9 +91626,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: + - *456 - *457 - - *458 - - *659 + - *658 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -91577,15 +91640,15 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 - '301': *463 + default: *657 + '301': *462 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *650 + '410': *649 x-github: triggersNotification: true githubCloudOnly: false @@ -91611,9 +91674,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: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -91623,14 +91686,14 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: *661 + default: *660 headers: Link: *47 - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91647,9 +91710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -91663,7 +91726,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &663 + - &662 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -91694,8 +91757,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 label: type: object properties: @@ -91717,7 +91780,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &664 + - &663 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -91748,8 +91811,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 label: type: object properties: @@ -91837,8 +91900,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 assignee: *4 assigner: *4 required: @@ -91853,7 +91916,7 @@ paths: - performed_via_github_app - assignee - assigner - - &665 + - &664 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -91884,8 +91947,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 milestone: type: object properties: @@ -91904,7 +91967,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &665 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -91935,8 +91998,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 milestone: type: object properties: @@ -91955,7 +92018,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &667 + - &666 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -91986,8 +92049,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 rename: type: object properties: @@ -92009,7 +92072,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &668 + - &667 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -92040,10 +92103,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 review_requester: *4 - requested_team: *313 + requested_team: *312 requested_reviewer: *4 required: - review_requester @@ -92056,7 +92119,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &669 + - &668 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -92087,10 +92150,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 review_requester: *4 - requested_team: *313 + requested_team: *312 requested_reviewer: *4 required: - review_requester @@ -92103,7 +92166,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &670 + - &669 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -92134,8 +92197,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 dismissed_review: type: object properties: @@ -92163,7 +92226,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &671 + - &670 title: Locked Issue Event description: Locked Issue Event type: object @@ -92194,8 +92257,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 lock_reason: type: string example: '"off-topic"' @@ -92211,7 +92274,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &672 + - &671 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -92242,8 +92305,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 project_card: type: object properties: @@ -92277,7 +92340,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &672 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -92308,8 +92371,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 project_card: type: object properties: @@ -92343,7 +92406,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &674 + - &673 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -92374,8 +92437,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 project_card: type: object properties: @@ -92409,7 +92472,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &675 + - &674 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -92500,7 +92563,7 @@ paths: color: red headers: Link: *47 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92517,9 +92580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -92529,9 +92592,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: &662 + default: &661 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92549,9 +92612,9 @@ paths: default: false headers: Link: *47 - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92568,9 +92631,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: false content: @@ -92629,12 +92692,12 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *662 - '301': *463 + default: *661 + '301': *462 '404': *6 - '410': *650 + '410': *649 '422': *15 x-github: githubCloudOnly: false @@ -92651,9 +92714,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: false content: @@ -92713,12 +92776,12 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *662 - '301': *463 + default: *661 + '301': *462 '404': *6 - '410': *650 + '410': *649 '422': *15 x-github: githubCloudOnly: false @@ -92735,15 +92798,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 responses: '204': description: Response - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92762,9 +92825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 - name: name in: path required: true @@ -92777,7 +92840,7 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: default: value: @@ -92788,9 +92851,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92810,9 +92873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: false content: @@ -92840,7 +92903,7 @@ paths: '204': description: Response '403': *29 - '410': *650 + '410': *649 '404': *6 '422': *15 x-github: @@ -92858,9 +92921,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 responses: '204': description: Response @@ -92890,20 +92953,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 responses: '200': description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 - '301': *463 + default: *657 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92920,9 +92983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 - 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. @@ -92948,13 +93011,13 @@ paths: application/json: schema: type: array - items: *572 + items: *571 examples: - default: *653 + default: *652 headers: Link: *47 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92972,9 +93035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -93006,16 +93069,16 @@ paths: description: Response content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '201': description: Response content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -93037,10 +93100,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: + - *456 - *457 - - *458 - - *659 - - *654 + - *658 + - *653 responses: '204': description: Response @@ -93069,9 +93132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -93093,9 +93156,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93128,9 +93191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -93140,13 +93203,13 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: *661 + default: *660 headers: Link: *47 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93174,9 +93237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -93203,16 +93266,16 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *650 + '410': *649 '422': *15 '404': *6 x-github: @@ -93232,9 +93295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -93265,9 +93328,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 '403': *29 '404': *6 '422': *7 @@ -93289,9 +93352,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -93306,6 +93369,7 @@ paths: description: Timeline Event type: object anyOf: + - *662 - *663 - *664 - *665 @@ -93318,7 +93382,6 @@ paths: - *672 - *673 - *674 - - *675 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -93361,7 +93424,7 @@ paths: issue_url: type: string format: uri - author_association: *222 + author_association: *221 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -93371,9 +93434,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 - reactions: *223 + properties: *217 + required: *218 + reactions: *222 required: - event - actor @@ -93404,7 +93467,7 @@ paths: properties: type: type: string - issue: *221 + issue: *220 required: - event - created_at @@ -93604,7 +93667,7 @@ paths: type: string body_text: type: string - author_association: *222 + author_association: *221 required: - event - id @@ -93627,7 +93690,7 @@ paths: type: string comments: type: array - items: &697 + items: &696 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -93722,7 +93785,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *222 + author_association: *221 _links: type: object properties: @@ -93806,7 +93869,7 @@ paths: enum: - line - file - reactions: *223 + reactions: *222 body_html: type: string example: '"

comment body

"' @@ -93842,7 +93905,7 @@ paths: type: string comments: type: array - items: *571 + items: *570 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -93873,8 +93936,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 assignee: *4 required: - id @@ -93917,8 +93980,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 assignee: *4 required: - id @@ -93961,8 +94024,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 state_reason: type: string nullable: true @@ -94131,7 +94194,7 @@ paths: headers: Link: *47 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94148,8 +94211,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -94159,7 +94222,7 @@ paths: application/json: schema: type: array - items: &676 + items: &675 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94225,8 +94288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -94262,9 +94325,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *675 examples: - default: &677 + default: &676 value: id: 1 key: ssh-rsa AAA... @@ -94298,9 +94361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: + - *456 - *457 - - *458 - - &678 + - &677 name: key_id description: The unique identifier of the key. in: path @@ -94312,9 +94375,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *675 examples: - default: *677 + default: *676 '404': *6 x-github: githubCloudOnly: false @@ -94332,9 +94395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: + - *456 - *457 - - *458 - - *678 + - *677 responses: '204': description: Response @@ -94354,8 +94417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -94365,9 +94428,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *662 + default: *661 headers: Link: *47 '404': *6 @@ -94388,8 +94451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -94425,9 +94488,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *219 examples: - default: &679 + default: &678 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94459,8 +94522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: + - *456 - *457 - - *458 - name: name in: path required: true @@ -94471,9 +94534,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *219 examples: - default: *679 + default: *678 '404': *6 x-github: githubCloudOnly: false @@ -94490,8 +94553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: + - *456 - *457 - - *458 - name: name in: path required: true @@ -94530,7 +94593,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *219 examples: default: value: @@ -94556,8 +94619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: + - *456 - *457 - - *458 - name: name in: path required: true @@ -94583,8 +94646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -94620,8 +94683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: + - *456 - *457 - - *458 responses: '202': *39 '403': @@ -94649,8 +94712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -94676,9 +94739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: + - *456 - *457 - - *458 - - *544 + - *543 responses: '200': description: Response @@ -94740,8 +94803,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true required: - _links @@ -94823,8 +94886,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -94889,8 +94952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -94924,9 +94987,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *574 + schema: *573 examples: - default: *680 + default: *679 '204': description: Response when already merged '404': @@ -94951,8 +95014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: + - *456 - *457 - - *458 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -94993,12 +95056,12 @@ paths: application/json: schema: type: array - items: &681 + items: &680 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *405 + required: *406 examples: default: value: @@ -95054,8 +95117,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -95095,9 +95158,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *680 examples: - default: &682 + default: &681 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95156,9 +95219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: + - *456 - *457 - - *458 - - &683 + - &682 name: milestone_number description: The number that identifies the milestone. in: path @@ -95170,9 +95233,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *680 examples: - default: *682 + default: *681 '404': *6 x-github: githubCloudOnly: false @@ -95189,9 +95252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: + - *456 - *457 - - *458 - - *683 + - *682 requestBody: required: false content: @@ -95229,9 +95292,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *680 examples: - default: *682 + default: *681 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95247,9 +95310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: + - *456 - *457 - - *458 - - *683 + - *682 responses: '204': description: Response @@ -95270,9 +95333,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: + - *456 - *457 - - *458 - - *683 + - *682 - *17 - *19 responses: @@ -95282,9 +95345,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *662 + default: *661 headers: Link: *47 x-github: @@ -95303,12 +95366,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: + - *456 - *457 - - *458 + - *683 - *684 + - *227 - *685 - - *228 - - *686 - *17 - *19 responses: @@ -95318,9 +95381,9 @@ paths: application/json: schema: type: array - items: *248 + items: *247 examples: - default: *687 + default: *686 headers: Link: *47 x-github: @@ -95344,8 +95407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -95403,14 +95466,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: &688 + schema: &687 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95535,7 +95598,7 @@ paths: - custom_404 - public examples: - default: &689 + default: &688 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -95576,8 +95639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -95631,9 +95694,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *687 examples: - default: *689 + default: *688 '422': *15 '409': *119 x-github: @@ -95656,8 +95719,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -95764,8 +95827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -95791,8 +95854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -95802,7 +95865,7 @@ paths: application/json: schema: type: array - items: &690 + items: &689 title: Page Build description: Page Build type: object @@ -95896,8 +95959,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: + - *456 - *457 - - *458 responses: '201': description: Response @@ -95942,16 +96005,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: &691 + default: &690 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -95999,8 +96062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: + - *456 - *457 - - *458 - name: build_id in: path required: true @@ -96011,9 +96074,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: *691 + default: *690 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96033,8 +96096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -96139,9 +96202,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: + - *456 - *457 - - *458 - - &692 + - &691 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96199,9 +96262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: + - *456 - *457 - - *458 - - *692 + - *691 responses: '204': *155 '404': *6 @@ -96228,8 +96291,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -96460,7 +96523,7 @@ paths: description: Empty response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -96487,8 +96550,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: + - *456 - *457 - - *458 responses: '200': description: Private vulnerability reporting status @@ -96525,8 +96588,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: + - *456 - *457 - - *458 responses: '204': *155 '422': *14 @@ -96547,8 +96610,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: + - *456 - *457 - - *458 responses: '204': *155 '422': *14 @@ -96570,8 +96633,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -96581,7 +96644,7 @@ paths: type: array items: *156 examples: - default: *693 + default: *692 '403': *29 '404': *6 x-github: @@ -96603,8 +96666,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -96620,7 +96683,7 @@ paths: required: - properties examples: - default: *694 + default: *693 responses: '204': description: No Content when custom property values are successfully created @@ -96658,8 +96721,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: + - *456 - *457 - - *458 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -96719,9 +96782,9 @@ paths: application/json: schema: type: array - items: *578 + items: *577 examples: - default: *695 + default: *694 headers: Link: *47 '304': *37 @@ -96753,8 +96816,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -96819,7 +96882,7 @@ paths: description: Response content: application/json: - schema: &699 + schema: &698 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -96930,8 +96993,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *405 + required: *406 nullable: true active_lock_reason: type: string @@ -96976,7 +97039,7 @@ paths: nullable: true requested_teams: type: array - items: *442 + items: *441 nullable: true head: type: object @@ -97015,14 +97078,14 @@ paths: _links: type: object properties: - comments: *408 - commits: *408 - statuses: *408 - html: *408 - issue: *408 - review_comments: *408 - review_comment: *408 - self: *408 + comments: *407 + commits: *407 + statuses: *407 + html: *407 + issue: *407 + review_comments: *407 + review_comment: *407 + self: *407 required: - comments - commits @@ -97032,8 +97095,8 @@ paths: - review_comments - review_comment - self - author_association: *222 - auto_merge: *696 + author_association: *221 + auto_merge: *695 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -97125,7 +97188,7 @@ paths: - merged_by - review_comments examples: - default: &700 + default: &699 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -97652,8 +97715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: + - *456 - *457 - - *458 - name: sort in: query required: false @@ -97672,7 +97735,7 @@ paths: enum: - asc - desc - - *228 + - *227 - *17 - *19 responses: @@ -97682,9 +97745,9 @@ paths: application/json: schema: type: array - items: *697 + items: *696 examples: - default: &702 + default: &701 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97761,17 +97824,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: + - *456 - *457 - - *458 - - *237 + - *236 responses: '200': description: Response content: application/json: - schema: *697 + schema: *696 examples: - default: &698 + default: &697 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97846,9 +97909,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: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -97870,9 +97933,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *696 examples: - default: *698 + default: *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97888,9 +97951,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: + - *456 - *457 - - *458 - - *237 + - *236 responses: '204': description: Response @@ -97911,9 +97974,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: + - *456 - *457 - - *458 - - *237 + - *236 - 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. @@ -97939,9 +98002,9 @@ paths: application/json: schema: type: array - items: *572 + items: *571 examples: - default: *653 + default: *652 headers: Link: *47 '404': *6 @@ -97962,9 +98025,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: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -97996,16 +98059,16 @@ paths: description: Reaction exists content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '201': description: Reaction created content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -98027,10 +98090,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: + - *456 - *457 - - *458 - - *237 - - *654 + - *236 + - *653 responses: '204': description: Response @@ -98073,9 +98136,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: + - *456 - *457 - - *458 - - &701 + - &700 name: pull_number description: The number that identifies the pull request. in: path @@ -98088,9 +98151,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *699 + schema: *698 examples: - default: *700 + default: *699 '304': *37 '404': *6 '406': @@ -98125,9 +98188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: false content: @@ -98169,9 +98232,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *698 examples: - default: *700 + default: *699 '422': *15 '403': *29 x-github: @@ -98193,9 +98256,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: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: true content: @@ -98255,17 +98318,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '401': *25 '403': *29 '404': *6 @@ -98295,10 +98358,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: + - *456 - *457 - - *458 - - *701 - - *245 + - *700 + - *244 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -98308,7 +98371,7 @@ paths: enum: - asc - desc - - *228 + - *227 - *17 - *19 responses: @@ -98318,9 +98381,9 @@ paths: application/json: schema: type: array - items: *697 + items: *696 examples: - default: *702 + default: *701 headers: Link: *47 x-github: @@ -98353,9 +98416,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: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: true content: @@ -98460,7 +98523,7 @@ paths: description: Response content: application/json: - schema: *697 + schema: *696 examples: example-for-a-multi-line-comment: value: @@ -98548,10 +98611,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: + - *456 - *457 - - *458 - - *701 - - *237 + - *700 + - *236 requestBody: required: true content: @@ -98573,7 +98636,7 @@ paths: description: Response content: application/json: - schema: *697 + schema: *696 examples: default: value: @@ -98659,9 +98722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: + - *456 - *457 - - *458 - - *701 + - *700 - *17 - *19 responses: @@ -98671,9 +98734,9 @@ paths: application/json: schema: type: array - items: *574 + items: *573 examples: - default: *703 + default: *702 headers: Link: *47 x-github: @@ -98703,9 +98766,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: + - *456 - *457 - - *458 - - *701 + - *700 - *17 - *19 responses: @@ -98715,7 +98778,7 @@ paths: application/json: schema: type: array - items: *587 + items: *586 examples: default: value: @@ -98753,9 +98816,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: + - *456 - *457 - - *458 - - *701 + - *700 responses: '204': description: Response if pull request has been merged @@ -98778,9 +98841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: false content: @@ -98891,9 +98954,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: + - *456 - *457 - - *458 - - *701 + - *700 responses: '200': description: Response @@ -98909,7 +98972,7 @@ paths: items: *4 teams: type: array - items: *313 + items: *312 required: - users - teams @@ -98968,9 +99031,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: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: false content: @@ -99007,7 +99070,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *577 examples: default: value: @@ -99543,9 +99606,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: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: true content: @@ -99579,7 +99642,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *577 examples: default: value: @@ -100084,9 +100147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: + - *456 - *457 - - *458 - - *701 + - *700 - *17 - *19 responses: @@ -100096,7 +100159,7 @@ paths: application/json: schema: type: array - items: &704 + items: &703 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100165,7 +100228,7 @@ paths: type: string body_text: type: string - author_association: *222 + author_association: *221 required: - id - node_id @@ -100247,9 +100310,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: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: false content: @@ -100335,9 +100398,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: - default: &706 + default: &705 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100400,10 +100463,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: + - *456 - *457 - - *458 - - *701 - - &705 + - *700 + - &704 name: review_id description: The unique identifier of the review. in: path @@ -100415,9 +100478,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: - default: &707 + default: &706 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100476,10 +100539,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: + - *456 - *457 - - *458 - - *701 - - *705 + - *700 + - *704 requestBody: required: true content: @@ -100502,7 +100565,7 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: default: value: @@ -100564,18 +100627,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: + - *456 - *457 - - *458 - - *701 - - *705 + - *700 + - *704 responses: '200': description: Response content: application/json: - schema: *704 + schema: *703 examples: - default: *706 + default: *705 '422': *7 '404': *6 x-github: @@ -100602,10 +100665,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: + - *456 - *457 - - *458 - - *701 - - *705 + - *700 + - *704 - *17 - *19 responses: @@ -100684,13 +100747,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *222 + author_association: *221 _links: type: object properties: - self: *408 - html: *408 - pull_request: *408 + self: *407 + html: *407 + pull_request: *407 required: - self - html @@ -100699,7 +100762,7 @@ paths: type: string body_html: type: string - reactions: *223 + reactions: *222 side: description: The side of the first line of the range for a multi-line comment. @@ -100840,10 +100903,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: + - *456 - *457 - - *458 - - *701 - - *705 + - *700 + - *704 requestBody: required: true content: @@ -100871,7 +100934,7 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: default: value: @@ -100934,10 +100997,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: + - *456 - *457 - - *458 - - *701 - - *705 + - *700 + - *704 requestBody: required: true content: @@ -100972,9 +101035,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: - default: *707 + default: *706 '404': *6 '422': *7 '403': *29 @@ -100996,9 +101059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: false content: @@ -101061,8 +101124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: + - *456 - *457 - - *458 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -101075,9 +101138,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *707 examples: - default: &709 + default: &708 value: type: file encoding: base64 @@ -101119,8 +101182,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: + - *456 - *457 - - *458 - name: dir description: The alternate path to look for a README file in: path @@ -101140,9 +101203,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *707 examples: - default: *709 + default: *708 '404': *6 '422': *15 x-github: @@ -101164,8 +101227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -101175,7 +101238,7 @@ paths: application/json: schema: type: array - items: *710 + items: *709 examples: default: value: @@ -101269,8 +101332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -101346,9 +101409,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: &714 + default: &713 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101453,9 +101516,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: + - *456 - *457 - - *458 - - &712 + - &711 name: asset_id description: The unique identifier of the asset. in: path @@ -101467,9 +101530,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *710 examples: - default: &713 + default: &712 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 @@ -101504,7 +101567,7 @@ paths: type: User site_admin: false '404': *6 - '302': *589 + '302': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101520,9 +101583,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: + - *456 - *457 - - *458 - - *712 + - *711 requestBody: required: false content: @@ -101550,9 +101613,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *710 examples: - default: *713 + default: *712 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101568,9 +101631,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: + - *456 - *457 - - *458 - - *712 + - *711 responses: '204': description: Response @@ -101594,8 +101657,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -101680,16 +101743,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: *714 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101706,8 +101769,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: + - *456 - *457 - - *458 - name: tag description: tag parameter in: path @@ -101720,9 +101783,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: *714 + default: *713 '404': *6 x-github: githubCloudOnly: false @@ -101744,9 +101807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: + - *456 - *457 - - *458 - - &715 + - &714 name: release_id description: The unique identifier of the release. in: path @@ -101760,9 +101823,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: *710 + schema: *709 examples: - default: *714 + default: *713 '401': description: Unauthorized x-github: @@ -101780,9 +101843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: + - *456 - *457 - - *458 - - *715 + - *714 requestBody: required: false content: @@ -101846,9 +101909,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: *714 + default: *713 '404': description: Not Found if the discussion category name is invalid content: @@ -101869,9 +101932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: + - *456 - *457 - - *458 - - *715 + - *714 responses: '204': description: Response @@ -101891,9 +101954,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: + - *456 - *457 - - *458 - - *715 + - *714 - *17 - *19 responses: @@ -101903,7 +101966,7 @@ paths: application/json: schema: type: array - items: *711 + items: *710 examples: default: value: @@ -101985,9 +102048,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: + - *456 - *457 - - *458 - - *715 + - *714 - name: name in: query required: true @@ -102013,7 +102076,7 @@ paths: description: Response for successful upload content: application/json: - schema: *711 + schema: *710 examples: response-for-successful-upload: value: @@ -102068,9 +102131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: + - *456 - *457 - - *458 - - *715 + - *714 - 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. @@ -102094,9 +102157,9 @@ paths: application/json: schema: type: array - items: *572 + items: *571 examples: - default: *653 + default: *652 headers: Link: *47 '404': *6 @@ -102117,9 +102180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: + - *456 - *457 - - *458 - - *715 + - *714 requestBody: required: true content: @@ -102149,16 +102212,16 @@ paths: description: Reaction exists content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '201': description: Reaction created content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -102180,10 +102243,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: + - *456 - *457 - - *458 - - *715 - - *654 + - *714 + - *653 responses: '204': description: Response @@ -102207,9 +102270,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: + - *456 - *457 - - *458 - - *510 + - *509 - *17 - *19 responses: @@ -102226,7 +102289,7 @@ paths: oneOf: - allOf: - *170 - - &716 + - &715 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102247,67 +102310,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *171 - - *716 + - *715 - allOf: - *172 - - *716 + - *715 - allOf: - *173 - - *716 + - *715 - allOf: - - *717 - *716 + - *715 - allOf: - *174 - - *716 + - *715 - allOf: - *175 - - *716 + - *715 - allOf: - *176 - - *716 + - *715 - allOf: - *177 - - *716 + - *715 - allOf: - *178 - - *716 + - *715 - allOf: - *179 - - *716 + - *715 - allOf: - *180 - - *716 + - *715 - allOf: - *181 - - *716 + - *715 - allOf: - *182 - - *716 + - *715 - allOf: - *183 - - *716 + - *715 - allOf: - *184 - - *716 + - *715 - allOf: - *185 - - *716 + - *715 - allOf: - *186 - - *716 + - *715 - allOf: - *187 - - *716 + - *715 - allOf: - *188 - - *716 + - *715 - allOf: - *189 - - *716 + - *715 - allOf: - *190 - - *716 + - *715 examples: default: value: @@ -102346,8 +102409,8 @@ paths: category: repos subcategory: rules parameters: + - *456 - *457 - - *458 - *17 - *19 - name: includes_parents @@ -102358,7 +102421,7 @@ paths: schema: type: boolean default: true - - *718 + - *717 responses: '200': description: Response @@ -102413,8 +102476,8 @@ paths: category: repos subcategory: rules parameters: + - *456 - *457 - - *458 requestBody: description: Request body required: true @@ -102443,7 +102506,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *719 + items: *718 required: - name - enforcement @@ -102476,7 +102539,7 @@ paths: application/json: schema: *191 examples: - default: &728 + default: &727 value: id: 42 name: super cool ruleset @@ -102523,12 +102586,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: + - *456 - *457 - - *458 - - *720 + - *719 - *105 + - *720 - *721 - - *722 - *17 - *19 responses: @@ -102536,9 +102599,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *722 examples: - default: *724 + default: *723 '404': *6 '500': *40 x-github: @@ -102559,17 +102622,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: + - *456 - *457 - - *458 - - *725 + - *724 responses: '200': description: Response content: application/json: - schema: *726 + schema: *725 examples: - default: *727 + default: *726 '404': *6 '500': *40 x-github: @@ -102597,8 +102660,8 @@ paths: category: repos subcategory: rules parameters: + - *456 - *457 - - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102620,7 +102683,7 @@ paths: application/json: schema: *191 examples: - default: *728 + default: *727 '404': *6 '500': *40 put: @@ -102638,8 +102701,8 @@ paths: category: repos subcategory: rules parameters: + - *456 - *457 - - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102673,7 +102736,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *719 + items: *718 examples: default: value: @@ -102703,7 +102766,7 @@ paths: application/json: schema: *191 examples: - default: *728 + default: *727 '404': *6 '500': *40 delete: @@ -102721,8 +102784,8 @@ paths: category: repos subcategory: rules parameters: + - *456 - *457 - - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102745,8 +102808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: + - *456 - *457 - - *458 - *17 - *19 - name: ruleset_id @@ -102764,7 +102827,7 @@ paths: type: array items: *195 examples: - default: *426 + default: *425 '404': *6 '500': *40 x-github: @@ -102783,8 +102846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: + - *456 - *457 - - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102802,7 +102865,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *426 examples: default: value: @@ -102857,22 +102920,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: + - *456 - *457 - - *458 + - *427 - *428 - *429 - *430 - *431 - - *432 - *110 - *19 - *17 + - *728 - *729 - - *730 + - *432 - *433 - *434 - *435 - - *436 responses: '200': description: Response @@ -102880,7 +102943,7 @@ paths: application/json: schema: type: array - items: &734 + items: &733 type: object properties: number: *128 @@ -102899,8 +102962,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *731 - resolution: *732 + state: *730 + resolution: *731 resolved_at: type: string format: date-time @@ -102996,7 +103059,7 @@ paths: pull request. ' - oneOf: *733 + oneOf: *732 nullable: true has_more_locations: type: boolean @@ -103145,16 +103208,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: + - *456 - *457 - - *458 - - *538 - - *436 + - *537 + - *435 responses: '200': description: Response content: application/json: - schema: *734 + schema: *733 examples: default: value: @@ -103208,9 +103271,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: + - *456 - *457 - - *458 - - *538 + - *537 requestBody: required: true content: @@ -103218,8 +103281,8 @@ paths: schema: type: object properties: - state: *731 - resolution: *732 + state: *730 + resolution: *731 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103253,7 +103316,7 @@ paths: description: Response content: application/json: - schema: *734 + schema: *733 examples: default: value: @@ -103348,9 +103411,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: + - *456 - *457 - - *458 - - *538 + - *537 - *19 - *17 responses: @@ -103361,7 +103424,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &921 + items: &920 type: object properties: type: @@ -103387,6 +103450,7 @@ paths: example: commit details: oneOf: + - *734 - *735 - *736 - *737 @@ -103399,7 +103463,6 @@ paths: - *744 - *745 - *746 - - *747 examples: default: value: @@ -103485,8 +103548,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -103494,14 +103557,14 @@ paths: schema: type: object properties: - reason: &749 + reason: &748 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *748 + placeholder_id: *747 required: - reason - placeholder_id @@ -103518,7 +103581,7 @@ paths: schema: type: object properties: - reason: *749 + reason: *748 expire_at: type: string format: date-time @@ -103564,8 +103627,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: + - *456 - *457 - - *458 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -103580,7 +103643,7 @@ paths: properties: incremental_scans: type: array - items: &750 + items: &749 description: Information on a single scan performed by secret scanning on the repository type: object @@ -103606,15 +103669,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *750 + items: *749 backfill_scans: type: array - items: *750 + items: *749 custom_pattern_backfill_scans: type: array items: allOf: - - *750 + - *749 - type: object properties: pattern_name: @@ -103684,8 +103747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: + - *456 - *457 - - *458 - *110 - name: sort description: The property to sort the results by. @@ -103729,9 +103792,9 @@ paths: application/json: schema: type: array - items: *751 + items: *750 examples: - default: *752 + default: *751 '400': *14 '404': *6 x-github: @@ -103754,8 +103817,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -103828,7 +103891,7 @@ paths: login: type: string description: The username of the user credited. - type: *441 + type: *440 required: - login - type @@ -103915,9 +103978,9 @@ paths: description: Response content: application/json: - schema: *751 + schema: *750 examples: - default: &754 + default: &753 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104150,8 +104213,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -104255,7 +104318,7 @@ paths: description: Response content: application/json: - schema: *751 + schema: *750 examples: default: value: @@ -104402,17 +104465,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: + - *456 - *457 - - *458 - - *753 + - *752 responses: '200': description: Response content: application/json: - schema: *751 + schema: *750 examples: - default: *754 + default: *753 '403': *29 '404': *6 x-github: @@ -104436,9 +104499,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: + - *456 - *457 - - *458 - - *753 + - *752 requestBody: required: true content: @@ -104511,7 +104574,7 @@ paths: login: type: string description: The username of the user credited. - type: *441 + type: *440 required: - login - type @@ -104597,17 +104660,17 @@ paths: description: Response content: application/json: - schema: *751 + schema: *750 examples: - default: *754 - add_credit: *754 + default: *753 + add_credit: *753 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *259 + schema: *258 examples: invalid_state_transition: value: @@ -104638,9 +104701,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: + - *456 - *457 - - *458 - - *753 + - *752 responses: '202': *39 '400': *14 @@ -104667,17 +104730,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: + - *456 - *457 - - *458 - - *753 + - *752 responses: '202': description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *464 + default: *463 '400': *14 '422': *15 '403': *29 @@ -104703,8 +104766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -104803,8 +104866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: + - *456 - *457 - - *458 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -104813,7 +104876,7 @@ paths: application/json: schema: type: array - items: &755 + items: &754 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104846,8 +104909,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -104923,8 +104986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -105020,8 +105083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: + - *456 - *457 - - *458 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -105175,8 +105238,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: + - *456 - *457 - - *458 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -105186,7 +105249,7 @@ paths: application/json: schema: type: array - items: *755 + items: *754 examples: default: value: @@ -105219,8 +105282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: + - *456 - *457 - - *458 - name: sha in: path required: true @@ -105274,7 +105337,7 @@ paths: description: Response content: application/json: - schema: *756 + schema: *755 examples: default: value: @@ -105328,8 +105391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -105341,7 +105404,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -105361,14 +105424,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: + - *456 - *457 - - *458 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &757 + schema: &756 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105436,8 +105499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -105463,7 +105526,7 @@ paths: description: Response content: application/json: - schema: *757 + schema: *756 examples: default: value: @@ -105490,8 +105553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -105511,8 +105574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -105591,8 +105654,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -105600,7 +105663,7 @@ paths: application/json: schema: type: array - items: &758 + items: &757 title: Tag protection description: Tag protection type: object @@ -105652,8 +105715,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -105676,7 +105739,7 @@ paths: description: Response content: application/json: - schema: *758 + schema: *757 examples: default: value: @@ -105707,8 +105770,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: + - *456 - *457 - - *458 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -105745,8 +105808,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: + - *456 - *457 - - *458 - name: ref in: path required: true @@ -105782,8 +105845,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -105793,9 +105856,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 headers: Link: *47 '404': *6 @@ -105815,8 +105878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: + - *456 - *457 - - *458 - *19 - *17 responses: @@ -105824,7 +105887,7 @@ paths: description: Response content: application/json: - schema: &759 + schema: &758 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -105836,7 +105899,7 @@ paths: required: - names examples: - default: &760 + default: &759 value: names: - octocat @@ -105859,8 +105922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -105891,9 +105954,9 @@ paths: description: Response content: application/json: - schema: *759 + schema: *758 examples: - default: *760 + default: *759 '404': *6 '422': *7 x-github: @@ -105914,9 +105977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: + - *456 - *457 - - *458 - - &761 + - &760 name: per description: The time frame to display results for. in: query @@ -105945,7 +106008,7 @@ paths: example: 128 clones: type: array - items: &762 + items: &761 title: Traffic type: object properties: @@ -106032,8 +106095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -106123,8 +106186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -106184,9 +106247,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: + - *456 - *457 - - *458 - - *761 + - *760 responses: '200': description: Response @@ -106205,7 +106268,7 @@ paths: example: 3782 views: type: array - items: *762 + items: *761 required: - uniques - count @@ -106282,8 +106345,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -106319,7 +106382,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -106557,8 +106620,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: + - *456 - *457 - - *458 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -106581,8 +106644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -106604,8 +106667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -106631,8 +106694,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: + - *456 - *457 - - *458 - name: ref in: path required: true @@ -106724,9 +106787,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *464 + default: *463 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106767,7 +106830,7 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: default: value: @@ -106877,7 +106940,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &770 + - &769 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -106886,7 +106949,7 @@ paths: schema: type: string example: members - - &775 + - &774 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -106897,7 +106960,7 @@ paths: default: 1 format: int32 example: 1 - - &776 + - &775 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -106939,7 +107002,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &765 + items: &764 allOf: - type: object required: @@ -107014,7 +107077,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: &777 + meta: &776 type: object description: The metadata associated with the creation/updates to the user. @@ -107074,30 +107137,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &766 + '400': &765 description: Bad request content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 - '401': *764 - '403': &767 + schema: *762 + '401': *763 + '403': &766 description: Permission denied - '429': &768 + '429': &767 description: Too many requests content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 - '500': &769 + schema: *762 + '500': &768 description: Internal server error content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 + schema: *762 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107121,7 +107184,7 @@ paths: required: true content: application/json: - schema: &773 + schema: &772 type: object required: - schemas @@ -107181,9 +107244,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *765 + schema: *764 examples: - group: &771 + group: &770 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -107202,13 +107265,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': *766 - '401': *764 - '403': *767 - '409': &774 + '400': *765 + '401': *763 + '403': *766 + '409': &773 description: Duplicate record detected - '429': *768 - '500': *769 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107225,7 +107288,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: - - &772 + - &771 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -107233,22 +107296,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *770 + - *769 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *765 + schema: *764 examples: - default: *771 - '400': *766 - '401': *764 - '403': *767 + default: *770 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '429': *768 - '500': *769 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107267,13 +107330,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: - - *772 + - *771 - *41 requestBody: required: true content: application/json: - schema: *773 + schema: *772 examples: group: summary: Group @@ -107299,17 +107362,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *765 + schema: *764 examples: - group: *771 - groupWithMembers: *771 - '400': *766 - '401': *764 - '403': *767 + group: *770 + groupWithMembers: *770 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '409': *774 - '429': *768 - '500': *769 + '409': *773 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107333,13 +107396,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: - - *772 + - *771 - *41 requestBody: required: true content: application/json: - schema: &784 + schema: &783 type: object required: - Operations @@ -107399,17 +107462,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *765 + schema: *764 examples: - updateGroup: *771 - addMembers: *771 - '400': *766 - '401': *764 - '403': *767 + updateGroup: *770 + addMembers: *770 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '409': *774 - '429': *768 - '500': *769 + '409': *773 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107425,17 +107488,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: - - *772 + - *771 - *41 responses: '204': description: Group was deleted, no content - '400': *766 - '401': *764 - '403': *767 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '429': *768 - '500': *769 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107469,8 +107532,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' + - *774 - *775 - - *776 - *41 responses: '200': @@ -107503,7 +107566,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &779 + items: &778 allOf: - type: object required: @@ -107582,7 +107645,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &778 + roles: &777 type: array description: The roles assigned to the user. items: @@ -107638,7 +107701,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *777 + meta: *776 startIndex: type: integer description: A starting index for the returned page @@ -107675,11 +107738,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *766 - '401': *764 - '403': *767 - '429': *768 - '500': *769 + '400': *765 + '401': *763 + '403': *766 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107703,7 +107766,7 @@ paths: required: true content: application/json: - schema: &782 + schema: &781 type: object required: - schemas @@ -107785,9 +107848,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *778 + roles: *777 examples: - user: &783 + user: &782 summary: User value: schemas: @@ -107834,9 +107897,9 @@ paths: description: User has been created content: application/scim+json: - schema: *779 + schema: *778 examples: - user: &780 + user: &779 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -107862,13 +107925,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: *780 - '400': *766 - '401': *764 - '403': *767 - '409': *774 - '429': *768 - '500': *769 + enterpriseOwner: *779 + '400': *765 + '401': *763 + '403': *766 + '409': *773 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107885,7 +107948,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: - - &781 + - &780 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -107898,15 +107961,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *779 + schema: *778 examples: - default: *780 - '400': *766 - '401': *764 - '403': *767 + default: *779 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '429': *768 - '500': *769 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107928,30 +107991,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: - - *781 + - *780 - *41 requestBody: required: true content: application/json: - schema: *782 + schema: *781 examples: - user: *783 + user: *782 responses: '200': description: User was updated content: application/scim+json: - schema: *779 + schema: *778 examples: - user: *780 - '400': *766 - '401': *764 - '403': *767 + user: *779 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '409': *774 - '429': *768 - '500': *769 + '409': *773 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107986,13 +108049,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: - - *781 + - *780 - *41 requestBody: required: true content: application/json: - schema: *784 + schema: *783 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -108032,18 +108095,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *779 + schema: *778 examples: - userMultiValuedProperties: *780 - userSingleValuedProperties: *780 - disableUser: *780 - '400': *766 - '401': *764 - '403': *767 + userMultiValuedProperties: *779 + userSingleValuedProperties: *779 + disableUser: *779 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '409': *774 - '429': *768 - '500': *769 + '409': *773 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108063,17 +108126,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: - - *781 + - *780 - *41 responses: '204': description: User was deleted, no content - '400': *766 - '401': *764 - '403': *767 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '429': *768 - '500': *769 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108160,7 +108223,7 @@ paths: example: 1 Resources: type: array - items: &785 + items: &784 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -108391,22 +108454,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': *37 - '404': &786 + '404': &785 description: Resource not found content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 - '403': &787 + schema: *762 + '403': &786 description: Forbidden content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 - '400': *766 - '429': *768 + schema: *762 + '400': *765 + '429': *767 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -108432,9 +108495,9 @@ paths: description: Response content: application/scim+json: - schema: *785 + schema: *784 examples: - default: &788 + default: &787 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108457,17 +108520,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': *37 - '404': *786 - '403': *787 - '500': *769 + '404': *785 + '403': *786 + '500': *768 '409': description: Conflict content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 - '400': *766 + schema: *762 + '400': *765 requestBody: required: true content: @@ -108565,17 +108628,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *781 + - *780 responses: '200': description: Response content: application/scim+json: - schema: *785 + schema: *784 examples: - default: *788 - '404': *786 - '403': *787 + default: *787 + '404': *785 + '403': *786 '304': *37 x-github: githubCloudOnly: true @@ -108599,18 +108662,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *781 + - *780 responses: '200': description: Response content: application/scim+json: - schema: *785 + schema: *784 examples: - default: *788 + default: *787 '304': *37 - '404': *786 - '403': *787 + '404': *785 + '403': *786 requestBody: required: true content: @@ -108723,19 +108786,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *781 + - *780 responses: '200': description: Response content: application/scim+json: - schema: *785 + schema: *784 examples: - default: *788 + default: *787 '304': *37 - '404': *786 - '403': *787 - '400': *766 + '404': *785 + '403': *786 + '400': *765 '429': description: Response content: @@ -108826,12 +108889,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *781 + - *780 responses: '204': description: Response - '404': *786 - '403': *787 + '404': *785 + '403': *786 '304': *37 x-github: githubCloudOnly: true @@ -108946,7 +109009,7 @@ paths: html_url: type: string format: uri - repository: *284 + repository: *283 score: type: number file_size: @@ -108964,7 +109027,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &789 + text_matches: &788 title: Search Result Text Matches type: array items: @@ -109127,7 +109190,7 @@ paths: enum: - author-date - committer-date - - &790 + - &789 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 @@ -109198,7 +109261,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *508 + properties: *507 nullable: true comment_count: type: integer @@ -109218,7 +109281,7 @@ paths: url: type: string format: uri - verification: *636 + verification: *635 required: - author - committer @@ -109237,7 +109300,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *508 + properties: *507 nullable: true parents: type: array @@ -109250,12 +109313,12 @@ paths: type: string sha: type: string - repository: *284 + repository: *283 score: type: number node_id: type: string - text_matches: *789 + text_matches: *788 required: - sha - node_id @@ -109448,7 +109511,7 @@ paths: - interactions - created - updated - - *790 + - *789 - *17 - *19 - name: advanced_search @@ -109545,11 +109608,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: type: string state_reason: @@ -109566,8 +109629,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *405 + required: *406 nullable: true comments: type: integer @@ -109581,7 +109644,7 @@ paths: type: string format: date-time nullable: true - text_matches: *789 + text_matches: *788 pull_request: type: object properties: @@ -109614,7 +109677,7 @@ paths: type: string score: type: number - author_association: *222 + author_association: *221 draft: type: boolean repository: *78 @@ -109625,7 +109688,7 @@ paths: timeline_url: type: string format: uri - type: *371 + type: *370 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -109635,9 +109698,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 - reactions: *223 + properties: *217 + required: *218 + reactions: *222 required: - assignee - closed_at @@ -109806,7 +109869,7 @@ paths: enum: - created - updated - - *790 + - *789 - *17 - *19 responses: @@ -109850,7 +109913,7 @@ paths: nullable: true score: type: number - text_matches: *789 + text_matches: *788 required: - id - node_id @@ -109936,7 +109999,7 @@ paths: - forks - help-wanted-issues - updated - - *790 + - *789 - *17 - *19 responses: @@ -110155,8 +110218,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true permissions: type: object @@ -110175,7 +110238,7 @@ paths: - admin - pull - push - text_matches: *789 + text_matches: *788 temp_clone_token: type: string allow_merge_commit: @@ -110476,7 +110539,7 @@ paths: type: string format: uri nullable: true - text_matches: *789 + text_matches: *788 related: type: array nullable: true @@ -110669,7 +110732,7 @@ paths: - followers - repositories - joined - - *790 + - *789 - *17 - *19 responses: @@ -110773,7 +110836,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *789 + text_matches: *788 blog: type: string nullable: true @@ -110852,7 +110915,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &794 + - &793 name: team_id description: The unique identifier of the team. in: path @@ -110864,9 +110927,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '404': *6 x-github: githubCloudOnly: false @@ -110893,7 +110956,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *794 + - *793 requestBody: required: true content: @@ -110956,16 +111019,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '201': description: Response content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '404': *6 '422': *15 '403': *29 @@ -110993,7 +111056,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *794 + - *793 responses: '204': description: Response @@ -111022,7 +111085,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *794 + - *793 - *17 - *19 responses: @@ -111032,9 +111095,9 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: - default: *369 + default: *368 headers: Link: *47 x-github: @@ -111060,7 +111123,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *794 + - *793 - name: role description: Filters members returned by their role in the team. in: query @@ -111083,7 +111146,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 '404': *6 @@ -111111,7 +111174,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *794 + - *793 - *143 responses: '204': @@ -111148,7 +111211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *794 + - *793 - *143 responses: '204': @@ -111188,7 +111251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *794 + - *793 - *143 responses: '204': @@ -111225,16 +111288,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: - - *794 + - *793 - *143 responses: '200': description: Response content: application/json: - schema: *456 + schema: *455 examples: - response-if-user-is-a-team-maintainer: *795 + response-if-user-is-a-team-maintainer: *794 '404': *6 x-github: githubCloudOnly: false @@ -111267,7 +111330,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: - - *794 + - *793 - *143 requestBody: required: false @@ -111293,9 +111356,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *455 examples: - response-if-users-membership-with-team-is-now-pending: *796 + response-if-users-membership-with-team-is-now-pending: *795 '403': description: Forbidden if team synchronization is set up '422': @@ -111329,7 +111392,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: - - *794 + - *793 - *143 responses: '204': @@ -111357,7 +111420,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *794 + - *793 - *17 - *19 responses: @@ -111367,9 +111430,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 '404': *6 @@ -111399,15 +111462,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: - - *794 + - *793 + - *456 - *457 - - *458 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *797 + schema: *796 examples: alternative-response-with-extra-repository-information: value: @@ -111558,9 +111621,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: - - *794 + - *793 + - *456 - *457 - - *458 requestBody: required: false content: @@ -111610,9 +111673,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: - - *794 + - *793 + - *456 - *457 - - *458 responses: '204': description: Response @@ -111641,15 +111704,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: - - *794 + - *793 responses: '200': description: Response content: application/json: - schema: *459 + schema: *458 examples: - default: *460 + default: *459 '403': *29 '404': *6 x-github: @@ -111676,7 +111739,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: - - *794 + - *793 requestBody: required: true content: @@ -111733,7 +111796,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *458 examples: default: value: @@ -111764,7 +111827,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *794 + - *793 - *17 - *19 responses: @@ -111774,9 +111837,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - response-if-child-teams-exist: *798 + response-if-child-teams-exist: *797 headers: Link: *47 '404': *6 @@ -111809,7 +111872,7 @@ paths: application/json: schema: oneOf: - - &800 + - &799 title: Private User description: Private User type: object @@ -112012,7 +112075,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *799 + - *798 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -112165,7 +112228,7 @@ paths: description: Response content: application/json: - schema: *800 + schema: *799 examples: default: value: @@ -112244,7 +112307,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 '304': *37 '404': *6 '403': *29 @@ -112368,9 +112431,9 @@ paths: type: integer codespaces: type: array - items: *376 + items: *375 examples: - default: *377 + default: *376 '304': *37 '500': *40 '401': *25 @@ -112509,17 +112572,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '401': *25 '403': *29 '404': *6 @@ -112563,7 +112626,7 @@ paths: type: integer secrets: type: array - items: &801 + items: &800 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -112603,7 +112666,7 @@ paths: - visibility - selected_repositories_url examples: - default: *564 + default: *563 headers: Link: *47 x-github: @@ -112673,13 +112736,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: - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *801 + schema: *800 examples: default: value: @@ -112709,7 +112772,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: - - *294 + - *293 requestBody: required: true content: @@ -112754,7 +112817,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -112782,7 +112845,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: - - *294 + - *293 responses: '204': description: Response @@ -112807,7 +112870,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: - - *294 + - *293 responses: '200': description: Response @@ -112823,9 +112886,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: *802 + default: *801 '401': *25 '403': *29 '404': *6 @@ -112850,7 +112913,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: - - *294 + - *293 requestBody: required: true content: @@ -112904,7 +112967,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: - - *294 + - *293 - name: repository_id in: path required: true @@ -112937,7 +113000,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: - - *294 + - *293 - name: repository_id in: path required: true @@ -112969,15 +113032,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: - - *378 + - *377 responses: '200': description: Response content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '304': *37 '500': *40 '401': *25 @@ -113003,7 +113066,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: - - *378 + - *377 requestBody: required: false content: @@ -113033,9 +113096,9 @@ paths: description: Response content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '401': *25 '403': *29 '404': *6 @@ -113057,7 +113120,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: - - *378 + - *377 responses: '202': *39 '304': *37 @@ -113086,13 +113149,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: - - *378 + - *377 responses: '202': description: Response content: application/json: - schema: &803 + schema: &802 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -113133,7 +113196,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &804 + default: &803 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -113165,7 +113228,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *378 + - *377 - name: export_id in: path required: true @@ -113178,9 +113241,9 @@ paths: description: Response content: application/json: - schema: *803 + schema: *802 examples: - default: *804 + default: *803 '404': *6 x-github: githubCloudOnly: false @@ -113201,7 +113264,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *378 + - *377 responses: '200': description: Response @@ -113217,9 +113280,9 @@ paths: type: integer machines: type: array - items: *805 + items: *804 examples: - default: *806 + default: *805 '304': *37 '500': *40 '401': *25 @@ -113248,7 +113311,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: - - *378 + - *377 requestBody: required: true content: @@ -113298,13 +113361,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *462 + repository: *461 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *562 - required: *563 + properties: *561 + required: *562 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -114078,15 +114141,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: - - *378 + - *377 responses: '200': description: Response content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '304': *37 '500': *40 '400': *14 @@ -114118,15 +114181,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: - - *378 + - *377 responses: '200': description: Response content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '500': *40 '401': *25 '403': *29 @@ -114156,9 +114219,9 @@ paths: application/json: schema: type: array - items: *387 + items: *386 examples: - default: &817 + default: &816 value: - id: 197 name: hello_docker @@ -114259,7 +114322,7 @@ paths: application/json: schema: type: array - items: &807 + items: &806 title: Email description: Email type: object @@ -114324,9 +114387,9 @@ paths: application/json: schema: type: array - items: *807 + items: *806 examples: - default: &819 + default: &818 value: - email: octocat@github.com verified: true @@ -114401,7 +114464,7 @@ paths: application/json: schema: type: array - items: *807 + items: *806 examples: default: value: @@ -114511,7 +114574,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 '304': *37 @@ -114544,7 +114607,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 '304': *37 @@ -114657,7 +114720,7 @@ paths: application/json: schema: type: array - items: &808 + items: &807 title: GPG Key description: A unique encryption key type: object @@ -114788,7 +114851,7 @@ paths: - subkeys - revoked examples: - default: &835 + default: &834 value: - id: 3 name: Octocat's GPG Key @@ -114873,9 +114936,9 @@ paths: description: Response content: application/json: - schema: *808 + schema: *807 examples: - default: &809 + default: &808 value: id: 3 name: Octocat's GPG Key @@ -114932,7 +114995,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: - - &810 + - &809 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -114944,9 +115007,9 @@ paths: description: Response content: application/json: - schema: *808 + schema: *807 examples: - default: *809 + default: *808 '404': *6 '304': *37 '403': *29 @@ -114969,7 +115032,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: - - *810 + - *809 responses: '204': description: Response @@ -115158,9 +115221,11 @@ paths: type: string repositories: type: array - items: *78 + items: + allOf: + - *78 examples: - default: *279 + default: *278 headers: Link: *47 '404': *6 @@ -115185,7 +115250,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *278 + - *277 responses: '204': description: Response @@ -115211,7 +115276,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *278 + - *277 responses: '204': description: Response @@ -115245,12 +115310,12 @@ paths: application/json: schema: anyOf: - - *366 + - *365 - type: object properties: {} additionalProperties: false examples: - default: *367 + default: *366 '204': description: Response when there are no restrictions x-github: @@ -115274,7 +115339,7 @@ paths: required: true content: application/json: - schema: *647 + schema: *646 examples: default: value: @@ -115285,7 +115350,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: default: value: @@ -115366,7 +115431,7 @@ paths: - closed - all default: open - - *374 + - *373 - name: sort description: What to sort results by. in: query @@ -115379,7 +115444,7 @@ paths: - comments default: created - *110 - - *228 + - *227 - *17 - *19 responses: @@ -115389,9 +115454,9 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: *375 + default: *374 headers: Link: *47 '404': *6 @@ -115424,7 +115489,7 @@ paths: application/json: schema: type: array - items: &811 + items: &810 title: Key description: Key type: object @@ -115525,9 +115590,9 @@ paths: description: Response content: application/json: - schema: *811 + schema: *810 examples: - default: &812 + default: &811 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -115560,15 +115625,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: - - *678 + - *677 responses: '200': description: Response content: application/json: - schema: *811 + schema: *810 examples: - default: *812 + default: *811 '404': *6 '304': *37 '403': *29 @@ -115591,7 +115656,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: - - *678 + - *677 responses: '204': description: Response @@ -115624,7 +115689,7 @@ paths: application/json: schema: type: array - items: &813 + items: &812 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -115681,7 +115746,7 @@ paths: - id - type - login - plan: *239 + plan: *238 required: - billing_cycle - next_billing_date @@ -115692,7 +115757,7 @@ paths: - account - plan examples: - default: &814 + default: &813 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -115754,9 +115819,9 @@ paths: application/json: schema: type: array - items: *813 + items: *812 examples: - default: *814 + default: *813 headers: Link: *47 '304': *37 @@ -115796,7 +115861,7 @@ paths: application/json: schema: type: array - items: *379 + items: *378 examples: default: value: @@ -115910,7 +115975,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *378 examples: default: value: @@ -115997,7 +116062,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *378 examples: default: value: @@ -116069,7 +116134,7 @@ paths: application/json: schema: type: array - items: *381 + items: *380 examples: default: value: @@ -116322,7 +116387,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *380 examples: default: value: @@ -116502,7 +116567,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *382 + - *381 - name: exclude in: query required: false @@ -116515,7 +116580,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *380 examples: default: value: @@ -116709,7 +116774,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *382 + - *381 responses: '302': description: Response @@ -116735,7 +116800,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *382 + - *381 responses: '204': description: Response @@ -116764,8 +116829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *382 - - *815 + - *381 + - *814 responses: '204': description: Response @@ -116789,7 +116854,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *382 + - *381 - *17 - *19 responses: @@ -116799,9 +116864,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 '404': *6 @@ -116838,7 +116903,7 @@ paths: type: array items: *73 examples: - default: *252 + default: *251 headers: Link: *47 '304': *37 @@ -116880,7 +116945,7 @@ paths: - docker - nuget - container - - *816 + - *815 - *19 - *17 responses: @@ -116890,10 +116955,10 @@ paths: application/json: schema: type: array - items: *387 + items: *386 examples: - default: *817 - '400': *818 + default: *816 + '400': *817 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116913,16 +116978,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: + - *388 - *389 - - *390 responses: '200': description: Response content: application/json: - schema: *387 + schema: *386 examples: - default: &836 + default: &835 value: id: 40201 name: octo-name @@ -117035,8 +117100,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: + - *388 - *389 - - *390 responses: '204': description: Response @@ -117066,8 +117131,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: + - *388 - *389 - - *390 - name: token description: package token schema: @@ -117099,8 +117164,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: + - *388 - *389 - - *390 - *19 - *17 - name: state @@ -117120,7 +117185,7 @@ paths: application/json: schema: type: array - items: *391 + items: *390 examples: default: value: @@ -117169,15 +117234,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: + - *388 - *389 - - *390 - - *392 + - *391 responses: '200': description: Response content: application/json: - schema: *391 + schema: *390 examples: default: value: @@ -117213,9 +117278,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: + - *388 - *389 - - *390 - - *392 + - *391 responses: '204': description: Response @@ -117245,9 +117310,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: + - *388 - *389 - - *390 - - *392 + - *391 responses: '204': description: Response @@ -117284,9 +117349,9 @@ paths: application/json: schema: type: array - items: *807 + items: *806 examples: - default: *819 + default: *818 headers: Link: *47 '304': *37 @@ -117399,7 +117464,7 @@ paths: type: array items: *78 examples: - default: &826 + default: &825 summary: Default response value: - id: 1296269 @@ -117703,9 +117768,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *464 + default: *463 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -117743,9 +117808,9 @@ paths: application/json: schema: type: array - items: *649 + items: *648 examples: - default: *820 + default: *819 headers: Link: *47 '304': *37 @@ -117768,7 +117833,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *370 + - *369 responses: '204': description: Response @@ -117791,7 +117856,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *370 + - *369 responses: '204': description: Response @@ -117824,7 +117889,7 @@ paths: application/json: schema: type: array - items: &821 + items: &820 title: Social account description: Social media account type: object @@ -117839,7 +117904,7 @@ paths: - provider - url examples: - default: &822 + default: &821 value: - provider: twitter url: https://twitter.com/github @@ -117901,9 +117966,9 @@ paths: application/json: schema: type: array - items: *821 + items: *820 examples: - default: *822 + default: *821 '422': *15 '304': *37 '404': *6 @@ -117990,7 +118055,7 @@ paths: application/json: schema: type: array - items: &823 + items: &822 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -118010,7 +118075,7 @@ paths: - title - created_at examples: - default: &850 + default: &849 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118074,9 +118139,9 @@ paths: description: Response content: application/json: - schema: *823 + schema: *822 examples: - default: &824 + default: &823 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118106,7 +118171,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: - - &825 + - &824 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -118118,9 +118183,9 @@ paths: description: Response content: application/json: - schema: *823 + schema: *822 examples: - default: *824 + default: *823 '404': *6 '304': *37 '403': *29 @@ -118143,7 +118208,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: - - *825 + - *824 responses: '204': description: Response @@ -118172,7 +118237,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: - - &851 + - &850 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 @@ -118197,11 +118262,11 @@ paths: type: array items: *78 examples: - default-response: *826 + default-response: *825 application/vnd.github.v3.star+json: schema: type: array - items: &852 + items: &851 title: Starred Repository description: Starred Repository type: object @@ -118357,8 +118422,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: + - *456 - *457 - - *458 responses: '204': description: Response if this repository is starred by you @@ -118386,8 +118451,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: + - *456 - *457 - - *458 responses: '204': description: Response @@ -118411,8 +118476,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: + - *456 - *457 - - *458 responses: '204': description: Response @@ -118445,9 +118510,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 '304': *37 @@ -118484,7 +118549,7 @@ paths: application/json: schema: type: array - items: *450 + items: *449 examples: default: value: @@ -118562,7 +118627,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *241 + - *240 responses: '200': description: Response @@ -118570,10 +118635,10 @@ paths: application/json: schema: oneOf: - - *800 - *799 + - *798 examples: - default-response: &830 + default-response: &829 summary: Default response value: login: octocat @@ -118608,7 +118673,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &831 + response-with-git-hub-plan-information: &830 summary: Response with GitHub plan information value: login: octocat @@ -118665,14 +118730,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: - - &828 + - &827 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *405 + - *404 requestBody: required: true description: Details of the draft item to create in the project. @@ -118706,9 +118771,9 @@ paths: description: Response content: application/json: - schema: *411 + schema: *410 examples: - draft_issue: *412 + draft_issue: *411 '304': *37 '403': *29 '401': *25 @@ -118731,7 +118796,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *827 + - *826 - *17 responses: '200': @@ -118742,7 +118807,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: example: ; rel="next" @@ -118766,8 +118831,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: - - *828 - - *405 + - *827 + - *404 requestBody: required: true content: @@ -118838,17 +118903,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *829 + schema: *828 examples: table_view: summary: Response for creating a table view - value: *416 + value: *415 board_view: summary: Response for creating a board view with filter - value: *416 + value: *415 roadmap_view: summary: Response for creating a roadmap view - value: *416 + value: *415 '304': *37 '403': *29 '401': *25 @@ -118890,11 +118955,11 @@ paths: application/json: schema: oneOf: - - *800 - *799 + - *798 examples: - default-response: *830 - response-with-git-hub-plan-information: *831 + default-response: *829 + response-with-git-hub-plan-information: *830 '404': *6 x-github: githubCloudOnly: false @@ -118944,8 +119009,8 @@ paths: required: - subject_digests examples: - default: *832 - withPredicateType: *833 + default: *831 + withPredicateType: *832 responses: '200': description: Response @@ -118998,7 +119063,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *834 + default: *833 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119203,12 +119268,12 @@ paths: initiator: type: string examples: - default: *504 + default: *503 '201': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -119242,9 +119307,9 @@ paths: application/json: schema: type: array - items: *387 + items: *386 examples: - default: *817 + default: *816 '403': *29 '401': *25 x-github: @@ -119277,7 +119342,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -119350,7 +119415,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -119437,7 +119502,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -119507,7 +119572,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -119538,7 +119603,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -119585,7 +119650,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - *143 - - *228 + - *227 - *17 - *19 responses: @@ -119595,9 +119660,9 @@ paths: application/json: schema: type: array - items: *229 + items: *228 examples: - default: *230 + default: *229 headers: Link: *47 '422': *15 @@ -119628,9 +119693,9 @@ paths: application/json: schema: type: array - items: *808 + items: *807 examples: - default: *835 + default: *834 headers: Link: *47 x-github: @@ -119734,7 +119799,7 @@ paths: application/json: schema: *22 examples: - default: *646 + default: *645 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119819,7 +119884,7 @@ paths: type: array items: *73 examples: - default: *252 + default: *251 headers: Link: *47 x-github: @@ -119858,7 +119923,7 @@ paths: - docker - nuget - container - - *816 + - *815 - *143 - *19 - *17 @@ -119869,12 +119934,12 @@ paths: application/json: schema: type: array - items: *387 + items: *386 examples: - default: *817 + default: *816 '403': *29 '401': *25 - '400': *818 + '400': *817 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119894,17 +119959,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: + - *388 - *389 - - *390 - *143 responses: '200': description: Response content: application/json: - schema: *387 + schema: *386 examples: - default: *836 + default: *835 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119925,8 +119990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: + - *388 - *389 - - *390 - *143 responses: '204': @@ -119959,8 +120024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: + - *388 - *389 - - *390 - *143 - name: token description: package token @@ -119993,8 +120058,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: + - *388 - *389 - - *390 - *143 responses: '200': @@ -120003,7 +120068,7 @@ paths: application/json: schema: type: array - items: *391 + items: *390 examples: default: value: @@ -120061,16 +120126,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: + - *388 - *389 - - *390 - - *392 + - *391 - *143 responses: '200': description: Response content: application/json: - schema: *391 + schema: *390 examples: default: value: @@ -120105,10 +120170,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: + - *388 - *389 - - *390 - *143 - - *392 + - *391 responses: '204': description: Response @@ -120140,10 +120205,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: + - *388 - *389 - - *390 - *143 - - *392 + - *391 responses: '204': description: Response @@ -120184,9 +120249,9 @@ paths: application/json: schema: type: array - items: *403 + items: *402 examples: - default: *404 + default: *403 headers: Link: *47 '304': *37 @@ -120208,16 +120273,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *405 + - *404 - *143 responses: '200': description: Response content: application/json: - schema: *403 + schema: *402 examples: - default: *404 + default: *403 headers: Link: *47 '304': *37 @@ -120239,7 +120304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *405 + - *404 - *143 - *17 - *108 @@ -120251,9 +120316,9 @@ paths: application/json: schema: type: array - items: *409 + items: *408 examples: - default: *837 + default: *836 headers: Link: *47 '304': *37 @@ -120275,7 +120340,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *143 - - *405 + - *404 requestBody: required: true content: @@ -120313,7 +120378,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *838 + items: *837 required: - name - data_type @@ -120329,7 +120394,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *839 + iteration_configuration: *838 required: - name - data_type @@ -120351,20 +120416,20 @@ paths: value: name: Due date data_type: date - single_select_field: *840 - iteration_field: *841 + single_select_field: *839 + iteration_field: *840 responses: '201': description: Response content: application/json: - schema: *409 + schema: *408 examples: - text_field: *842 - number_field: *843 - date_field: *844 - single_select_field: *845 - iteration_field: *846 + text_field: *841 + number_field: *842 + date_field: *843 + single_select_field: *844 + iteration_field: *845 '304': *37 '403': *29 '401': *25 @@ -120385,17 +120450,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *405 - - *847 + - *404 + - *846 - *143 responses: '200': description: Response content: application/json: - schema: *409 + schema: *408 examples: - default: *848 + default: *847 headers: Link: *47 '304': *37 @@ -120418,7 +120483,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: - - *405 + - *404 - *143 - *108 - *109 @@ -120451,9 +120516,9 @@ paths: application/json: schema: type: array - items: *413 + items: *412 examples: - default: *414 + default: *413 headers: Link: *47 '304': *37 @@ -120475,7 +120540,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *143 - - *405 + - *404 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -120545,22 +120610,22 @@ paths: description: Response content: application/json: - schema: *411 + schema: *410 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *412 + value: *411 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *412 + value: *411 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *412 + value: *411 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *412 + value: *411 '304': *37 '403': *29 '401': *25 @@ -120580,9 +120645,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: - - *405 + - *404 - *143 - - *415 + - *414 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -120602,9 +120667,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *412 examples: - default: *414 + default: *413 headers: Link: *47 '304': *37 @@ -120625,9 +120690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *405 + - *404 - *143 - - *415 + - *414 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -120697,13 +120762,13 @@ paths: description: Response content: application/json: - schema: *413 + schema: *412 examples: - text_field: *414 - number_field: *414 - date_field: *414 - single_select_field: *414 - iteration_field: *414 + text_field: *413 + number_field: *413 + date_field: *413 + single_select_field: *413 + iteration_field: *413 '401': *25 '403': *29 '404': *6 @@ -120723,9 +120788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *405 + - *404 - *143 - - *415 + - *414 responses: '204': description: Response @@ -120747,9 +120812,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: - - *405 + - *404 - *143 - - *849 + - *848 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -120775,9 +120840,9 @@ paths: application/json: schema: type: array - items: *413 + items: *412 examples: - default: *414 + default: *413 headers: Link: *47 '304': *37 @@ -120815,7 +120880,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -120890,7 +120955,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -120996,9 +121061,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -121028,9 +121093,9 @@ paths: application/json: schema: type: array - items: *821 + items: *820 examples: - default: *822 + default: *821 headers: Link: *47 x-github: @@ -121060,9 +121125,9 @@ paths: application/json: schema: type: array - items: *823 + items: *822 examples: - default: *850 + default: *849 headers: Link: *47 x-github: @@ -121087,7 +121152,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *143 - - *851 + - *850 - *110 - *17 - *19 @@ -121099,11 +121164,11 @@ paths: schema: anyOf: - type: array - items: *852 + items: *851 - type: array items: *78 examples: - default-response: *826 + default-response: *825 headers: Link: *47 x-github: @@ -121132,9 +121197,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -121262,7 +121327,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &853 + enterprise: &852 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121320,7 +121385,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &854 + installation: &853 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121339,7 +121404,7 @@ x-webhooks: required: - id - node_id - organization: &855 + organization: &854 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121399,13 +121464,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &856 + repository: &855 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &893 + properties: &892 id: description: Unique identifier of the repository example: 42 @@ -121425,8 +121490,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true organization: title: Simple User @@ -122088,7 +122153,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &894 + required: &893 - archive_url - assignees_url - blobs_url @@ -122239,10 +122304,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -122318,11 +122383,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: &857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: &856 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) @@ -122545,11 +122610,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: *857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: *856 sender: *4 required: - action @@ -122732,11 +122797,11 @@ x-webhooks: - everyone required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: *857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: *856 sender: *4 required: - action @@ -122809,7 +122874,7 @@ x-webhooks: required: true content: application/json: - schema: &877 + schema: &876 title: Exemption request cancellation event type: object properties: @@ -122817,11 +122882,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: &858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: &857 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -123090,7 +123155,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &859 + items: &858 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -123200,7 +123265,7 @@ x-webhooks: required: true content: application/json: - schema: &878 + schema: &877 title: Exemption request completed event type: object properties: @@ -123208,11 +123273,11 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 sender: *4 required: - action @@ -123284,7 +123349,7 @@ x-webhooks: required: true content: application/json: - schema: &875 + schema: &874 title: Exemption request created event type: object properties: @@ -123292,11 +123357,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 sender: *4 required: - action @@ -123368,7 +123433,7 @@ x-webhooks: required: true content: application/json: - schema: &879 + schema: &878 title: Exemption response dismissed event type: object properties: @@ -123376,12 +123441,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 - exemption_response: *859 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 + exemption_response: *858 sender: *4 required: - action @@ -123455,7 +123520,7 @@ x-webhooks: required: true content: application/json: - schema: &876 + schema: &875 title: Exemption response submitted event type: object properties: @@ -123463,12 +123528,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 - exemption_response: *859 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 + exemption_response: *858 sender: *4 required: - action @@ -123552,7 +123617,7 @@ x-webhooks: type: string enum: - completed - check_run: &861 + check_run: &860 title: CheckRun description: A check performed on the code of a given code change type: object @@ -123605,8 +123670,8 @@ x-webhooks: type: string pull_requests: type: array - items: *226 - repository: *284 + items: *225 + repository: *283 status: example: completed type: string @@ -123643,7 +123708,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *860 + deployment: *859 details_url: example: https://example.com type: string @@ -123693,7 +123758,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *226 + items: *225 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -123728,10 +123793,10 @@ x-webhooks: - output - app - pull_requests - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -124124,11 +124189,11 @@ x-webhooks: type: string enum: - created - check_run: *861 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *860 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -124524,11 +124589,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *861 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *860 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 requested_action: description: The action requested by the user. type: object @@ -124933,11 +124998,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *861 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *860 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -125914,10 +125979,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -126611,10 +126676,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -127302,10 +127367,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -127471,7 +127536,7 @@ x-webhooks: required: - login - id - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -127616,20 +127681,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &862 + commit_oid: &861 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: *853 - installation: *854 - organization: *855 - ref: &863 + enterprise: *852 + installation: *853 + organization: *854 + ref: &862 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: *856 + repository: *855 sender: *4 required: - action @@ -127794,7 +127859,7 @@ x-webhooks: required: - login - id - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128024,12 +128089,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *862 - enterprise: *853 - installation: *854 - organization: *855 - ref: *863 - repository: *856 + commit_oid: *861 + enterprise: *852 + installation: *853 + organization: *854 + ref: *862 + repository: *855 sender: *4 required: - action @@ -128124,7 +128189,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128295,12 +128360,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *862 - enterprise: *853 - installation: *854 - organization: *855 - ref: *863 - repository: *856 + commit_oid: *861 + enterprise: *852 + installation: *853 + organization: *854 + ref: *862 + repository: *855 sender: *4 required: - action @@ -128466,7 +128531,7 @@ x-webhooks: required: - login - id - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128632,12 +128697,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *862 - enterprise: *853 - installation: *854 - organization: *855 - ref: *863 - repository: *856 + commit_oid: *861 + enterprise: *852 + installation: *853 + organization: *854 + ref: *862 + repository: *855 sender: *4 required: - action @@ -128736,7 +128801,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128911,16 +128976,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 ref: 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 nullable: true - repository: *856 + repository: *855 sender: *4 required: - action @@ -129017,7 +129082,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129157,12 +129222,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *862 - enterprise: *853 - installation: *854 - organization: *855 - ref: *863 - repository: *856 + commit_oid: *861 + enterprise: *852 + installation: *853 + organization: *854 + ref: *862 + repository: *855 sender: *4 required: - action @@ -129328,7 +129393,7 @@ x-webhooks: required: - login - id - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -129473,10 +129538,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -129731,10 +129796,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -129814,18 +129879,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *855 - pusher_type: &864 + organization: *854 + pusher_type: &863 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &865 + ref: &864 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -129835,7 +129900,7 @@ x-webhooks: enum: - tag - branch - repository: *856 + repository: *855 sender: *4 required: - ref @@ -129918,9 +129983,9 @@ x-webhooks: enum: - created definition: *157 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130005,9 +130070,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130085,9 +130150,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *157 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130165,9 +130230,9 @@ x-webhooks: enum: - updated definition: *157 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130244,10 +130309,10 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - repository: *856 - organization: *855 + enterprise: *852 + installation: *853 + repository: *855 + organization: *854 sender: *4 new_property_values: type: array @@ -130332,18 +130397,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - pusher_type: *864 - ref: *865 + enterprise: *852 + installation: *853 + organization: *854 + pusher_type: *863 + ref: *864 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *856 + repository: *855 sender: *4 required: - ref @@ -130427,11 +130492,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130515,11 +130580,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130603,11 +130668,11 @@ x-webhooks: type: string enum: - created - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130689,11 +130754,11 @@ x-webhooks: type: string enum: - dismissed - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130775,11 +130840,11 @@ x-webhooks: type: string enum: - fixed - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130862,11 +130927,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130948,11 +131013,11 @@ x-webhooks: type: string enum: - reopened - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -131029,9 +131094,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - key: &866 + enterprise: *852 + installation: *853 + key: &865 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131067,8 +131132,8 @@ x-webhooks: - verified - created_at - read_only - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -131145,11 +131210,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - key: *866 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + key: *865 + organization: *854 + repository: *855 sender: *4 required: - action @@ -131710,12 +131775,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: &870 + workflow: &869 title: Workflow type: object nullable: true @@ -132441,13 +132506,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *601 + deployment: *600 pull_requests: type: array - items: *699 - repository: *856 - organization: *855 - installation: *854 + items: *698 + repository: *855 + organization: *854 + installation: *853 sender: *4 responses: '200': @@ -132518,7 +132583,7 @@ x-webhooks: type: string enum: - approved - approver: &867 + approver: &866 type: object properties: avatar_url: @@ -132561,11 +132626,11 @@ x-webhooks: type: string comment: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - reviewers: &868 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + reviewers: &867 type: array items: type: object @@ -132644,7 +132709,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &869 + workflow_job_run: &868 type: object properties: conclusion: @@ -133375,18 +133440,18 @@ x-webhooks: type: string enum: - rejected - approver: *867 + approver: *866 comment: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - reviewers: *868 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + reviewers: *867 sender: *4 since: type: string - workflow_job_run: *869 + workflow_job_run: *868 workflow_job_runs: type: array items: @@ -134090,13 +134155,13 @@ x-webhooks: type: string enum: - requested - enterprise: *853 + enterprise: *852 environment: type: string - installation: *854 - organization: *855 - repository: *856 - requestor: &880 + installation: *853 + organization: *854 + repository: *855 + requestor: &879 title: User type: object nullable: true @@ -135995,12 +136060,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *870 + workflow: *869 workflow_run: title: Deployment Workflow Run type: object @@ -136680,7 +136745,7 @@ x-webhooks: type: string enum: - answered - answer: &873 + answer: &872 type: object properties: author_association: @@ -136837,11 +136902,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -136968,11 +137033,11 @@ x-webhooks: - from required: - category - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137055,11 +137120,11 @@ x-webhooks: type: string enum: - closed - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137141,7 +137206,7 @@ x-webhooks: type: string enum: - created - comment: &872 + comment: &871 type: object properties: author_association: @@ -137298,11 +137363,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137385,12 +137450,12 @@ x-webhooks: type: string enum: - deleted - comment: *872 - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + comment: *871 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137485,12 +137550,12 @@ x-webhooks: - from required: - body - comment: *872 - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + comment: *871 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137574,11 +137639,11 @@ x-webhooks: type: string enum: - created - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137660,11 +137725,11 @@ x-webhooks: type: string enum: - deleted - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137764,11 +137829,11 @@ x-webhooks: type: string required: - from - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137850,10 +137915,10 @@ x-webhooks: type: string enum: - labeled - discussion: *871 - enterprise: *853 - installation: *854 - label: &874 + discussion: *870 + enterprise: *852 + installation: *853 + label: &873 title: Label type: object properties: @@ -137885,8 +137950,8 @@ x-webhooks: - color - default - description - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137969,11 +138034,11 @@ x-webhooks: type: string enum: - locked - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138055,11 +138120,11 @@ x-webhooks: type: string enum: - pinned - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138141,11 +138206,11 @@ x-webhooks: type: string enum: - reopened - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138230,16 +138295,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *871 - new_repository: *856 + new_discussion: *870 + new_repository: *855 required: - new_discussion - new_repository - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138322,10 +138387,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *871 - old_answer: *873 - organization: *855 - repository: *856 + discussion: *870 + old_answer: *872 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138407,12 +138472,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *871 - enterprise: *853 - installation: *854 - label: *874 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138495,11 +138560,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138581,11 +138646,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138654,7 +138719,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *874 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138717,7 +138782,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138780,7 +138845,7 @@ x-webhooks: required: true content: application/json: - schema: *877 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138843,7 +138908,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *874 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138906,7 +138971,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138972,7 +139037,7 @@ x-webhooks: required: true content: application/json: - schema: *877 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139038,7 +139103,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *877 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139104,7 +139169,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *874 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139170,7 +139235,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *878 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139236,7 +139301,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139301,7 +139366,7 @@ x-webhooks: required: true content: application/json: - schema: *877 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139366,7 +139431,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *877 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139431,7 +139496,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *874 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139496,7 +139561,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *878 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139562,7 +139627,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139629,7 +139694,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *853 + enterprise: *852 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -140289,9 +140354,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - forkee @@ -140437,9 +140502,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pages: description: The pages that were updated. type: array @@ -140476,7 +140541,7 @@ x-webhooks: - action - sha - html_url - repository: *856 + repository: *855 sender: *4 required: - pages @@ -140552,10 +140617,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: &881 + organization: *854 + repositories: &880 description: An array of repository objects that the installation can access. type: array @@ -140581,8 +140646,8 @@ x-webhooks: - name - full_name - private - repository: *856 - requester: *880 + repository: *855 + requester: *879 sender: *4 required: - action @@ -140657,11 +140722,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -140737,11 +140802,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -140817,10 +140882,10 @@ x-webhooks: type: string enum: - added - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories_added: &882 + organization: *854 + repositories_added: &881 description: An array of repository objects, which were added to the installation. type: array @@ -140866,15 +140931,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *856 - repository_selection: &883 + repository: *855 + repository_selection: &882 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *880 + requester: *879 sender: *4 required: - action @@ -140953,10 +141018,10 @@ x-webhooks: type: string enum: - removed - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories_added: *882 + organization: *854 + repositories_added: *881 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -140983,9 +141048,9 @@ x-webhooks: - name - full_name - private - repository: *856 - repository_selection: *883 - requester: *880 + repository: *855 + repository_selection: *882 + requester: *879 sender: *4 required: - action @@ -141064,11 +141129,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -141247,10 +141312,10 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 target_type: type: string @@ -141329,11 +141394,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -141457,8 +141522,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 reactions: title: Reactions type: object @@ -141585,8 +141650,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142380,8 +142445,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142397,7 +142462,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -142730,8 +142795,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -142811,7 +142876,7 @@ x-webhooks: type: string enum: - deleted - comment: &884 + comment: &883 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -142976,8 +143041,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -143767,8 +143832,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143784,7 +143849,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -144119,8 +144184,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -144200,7 +144265,7 @@ x-webhooks: type: string enum: - edited - changes: &913 + changes: &912 description: The changes to the comment. type: object properties: @@ -144212,9 +144277,9 @@ x-webhooks: type: string required: - from - comment: *884 - enterprise: *853 - installation: *854 + comment: *883 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145007,8 +145072,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145024,7 +145089,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -145357,8 +145422,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145442,15 +145507,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *221 + blocked_issue: *220 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *221 + blocking_issue: *220 blocking_issue_repo: *78 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145533,15 +145598,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *221 + blocked_issue: *220 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *221 + blocking_issue: *220 blocking_issue_repo: *78 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145623,15 +145688,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *221 + blocked_issue: *220 blocked_issue_repo: *78 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *221 - installation: *854 - organization: *855 - repository: *856 + blocking_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145714,15 +145779,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *221 + blocked_issue: *220 blocked_issue_repo: *78 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *221 - installation: *854 - organization: *855 - repository: *856 + blocking_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145802,10 +145867,10 @@ x-webhooks: type: string enum: - assigned - assignee: *880 - enterprise: *853 - installation: *854 - issue: &887 + assignee: *879 + enterprise: *852 + installation: *853 + issue: &886 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146594,11 +146659,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146614,7 +146679,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -146715,8 +146780,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -146796,8 +146861,8 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -147591,11 +147656,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147611,7 +147676,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -147847,8 +147912,8 @@ x-webhooks: required: - state - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -147927,8 +147992,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148713,11 +148778,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148733,7 +148798,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -148833,8 +148898,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -148913,8 +148978,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149721,11 +149786,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149741,7 +149806,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -149820,7 +149885,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &885 + milestone: &884 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149958,8 +150023,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -150058,8 +150123,8 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150848,11 +150913,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150865,7 +150930,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *371 + type: *370 title: description: Title of the issue type: string @@ -150969,9 +151034,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *874 - organization: *855 - repository: *856 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -151051,8 +151116,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151840,11 +151905,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151857,7 +151922,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *371 + type: *370 title: description: Title of the issue type: string @@ -151961,9 +152026,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *874 - organization: *855 - repository: *856 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -152043,8 +152108,8 @@ x-webhooks: type: string enum: - locked - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152856,11 +152921,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152873,7 +152938,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *371 + type: *370 title: description: Title of the issue type: string @@ -152954,8 +153019,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -153034,8 +153099,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153841,11 +153906,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153861,7 +153926,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -153939,9 +154004,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *885 - organization: *855 - repository: *856 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -154809,11 +154874,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154906,7 +154971,7 @@ x-webhooks: required: - login - id - type: *371 + type: *370 required: - id - number @@ -155375,8 +155440,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156165,11 +156230,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156185,7 +156250,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -156285,8 +156350,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -156366,9 +156431,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *853 - installation: *854 - issue: &886 + enterprise: *852 + installation: *853 + issue: &885 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -157151,11 +157216,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157171,7 +157236,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -157271,8 +157336,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -157351,8 +157416,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158162,11 +158227,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158260,9 +158325,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *371 - organization: *855 - repository: *856 + type: *370 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159128,11 +159193,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159148,7 +159213,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -159716,11 +159781,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *853 - installation: *854 - issue: *886 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *885 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159800,12 +159865,12 @@ x-webhooks: type: string enum: - typed - enterprise: *853 - installation: *854 - issue: *887 - type: *371 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + type: *370 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159886,7 +159951,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &916 + assignee: &915 title: User type: object nullable: true @@ -159956,11 +160021,11 @@ x-webhooks: required: - login - id - enterprise: *853 - installation: *854 - issue: *887 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + organization: *854 + repository: *855 sender: *4 required: - action @@ -160039,12 +160104,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *853 - installation: *854 - issue: *887 - label: *874 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -160124,8 +160189,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160935,11 +161000,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160955,7 +161020,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -161033,8 +161098,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161114,11 +161179,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *853 - installation: *854 - issue: *886 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *885 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161197,12 +161262,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *853 - installation: *854 - issue: *887 - type: *371 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + type: *370 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161282,11 +161347,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - label: *874 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161364,11 +161429,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - label: *874 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161478,11 +161543,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - label: *874 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161564,9 +161629,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: &888 + enterprise: *852 + installation: *853 + marketplace_purchase: &887 title: Marketplace Purchase type: object required: @@ -161649,8 +161714,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *855 - previous_marketplace_purchase: &889 + organization: *854 + previous_marketplace_purchase: &888 title: Marketplace Purchase type: object properties: @@ -161730,7 +161795,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -161810,10 +161875,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161896,7 +161961,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -161978,10 +162043,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162063,7 +162128,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -162144,8 +162209,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 marketplace_purchase: title: Marketplace Purchase type: object @@ -162227,9 +162292,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *855 - previous_marketplace_purchase: *889 - repository: *856 + organization: *854 + previous_marketplace_purchase: *888 + repository: *855 sender: *4 required: - action @@ -162309,12 +162374,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 - previous_marketplace_purchase: *889 - repository: *856 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 + previous_marketplace_purchase: *888 + repository: *855 sender: *4 required: - action @@ -162416,11 +162481,11 @@ x-webhooks: type: string required: - to - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162520,11 +162585,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162603,11 +162668,11 @@ x-webhooks: type: string enum: - removed - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162685,11 +162750,11 @@ x-webhooks: type: string enum: - added - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162765,7 +162830,7 @@ x-webhooks: required: - login - id - team: &890 + team: &889 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -162988,11 +163053,11 @@ x-webhooks: type: string enum: - removed - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163069,7 +163134,7 @@ x-webhooks: required: - login - id - team: *890 + team: *889 required: - action - scope @@ -163151,8 +163216,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *854 - merge_group: &892 + installation: *853 + merge_group: &891 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163171,15 +163236,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *891 + head_commit: *890 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163265,10 +163330,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *854 - merge_group: *892 - organization: *855 - repository: *856 + installation: *853 + merge_group: *891 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163341,7 +163406,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 + enterprise: *852 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -163450,16 +163515,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *854 - organization: *855 + installation: *853 + organization: *854 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -163540,11 +163605,11 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163623,9 +163688,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - milestone: &895 + enterprise: *852 + installation: *853 + milestone: &894 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163762,8 +163827,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163842,11 +163907,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163956,11 +164021,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164040,11 +164105,11 @@ x-webhooks: type: string enum: - opened - enterprise: *853 - installation: *854 - milestone: *895 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *894 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164123,11 +164188,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *880 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + blocked_user: *879 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164206,11 +164271,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *880 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + blocked_user: *879 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164286,7 +164351,7 @@ x-webhooks: enum: - created definition: *151 - enterprise: *853 + enterprise: *852 sender: *4 required: - action @@ -164366,8 +164431,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 sender: *4 required: - action @@ -164440,8 +164505,8 @@ x-webhooks: enum: - updated definition: *151 - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 sender: *4 required: - action @@ -164513,9 +164578,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 new_property_values: type: array @@ -164603,9 +164668,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - membership: &896 + enterprise: *852 + installation: *853 + membership: &895 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -164712,8 +164777,8 @@ x-webhooks: - role - organization_url - user - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164791,11 +164856,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164874,8 +164939,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -164991,10 +165056,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 - user: *880 + user: *879 required: - action - invitation @@ -165072,11 +165137,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -165163,11 +165228,11 @@ x-webhooks: properties: from: type: string - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -165243,9 +165308,9 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 package: description: Information about the package. type: object @@ -165744,7 +165809,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &897 + items: &896 title: Ruby Gems metadata type: object properties: @@ -165839,7 +165904,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -165915,9 +165980,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 package: description: Information about the package. type: object @@ -166270,7 +166335,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *897 + items: *896 source_url: type: string format: uri @@ -166340,7 +166405,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -166517,12 +166582,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *853 + enterprise: *852 id: type: integer - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - id @@ -166599,7 +166664,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &898 + personal_access_token_request: &897 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166745,10 +166810,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *853 - organization: *855 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166825,11 +166890,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *898 - enterprise: *853 - organization: *855 + personal_access_token_request: *897 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166905,11 +166970,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *898 - enterprise: *853 - organization: *855 + personal_access_token_request: *897 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166984,11 +167049,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *898 - organization: *855 - enterprise: *853 + personal_access_token_request: *897 + organization: *854 + enterprise: *852 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -167093,7 +167158,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *899 + last_response: *898 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167125,8 +167190,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 zen: description: Random string of GitHub zen. @@ -167371,10 +167436,10 @@ x-webhooks: - from required: - note - enterprise: *853 - installation: *854 - organization: *855 - project_card: &900 + enterprise: *852 + installation: *853 + organization: *854 + project_card: &899 title: Project Card type: object properties: @@ -167493,7 +167558,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -167574,11 +167639,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project_card: *900 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_card: *899 + repository: *855 sender: *4 required: - action @@ -167658,9 +167723,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 project_card: title: Project Card type: object @@ -167788,8 +167853,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -167883,11 +167948,11 @@ x-webhooks: - from required: - note - enterprise: *853 - installation: *854 - organization: *855 - project_card: *900 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_card: *899 + repository: *855 sender: *4 required: - action @@ -167981,9 +168046,9 @@ x-webhooks: - from required: - column_id - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 project_card: allOf: - title: Project Card @@ -168173,7 +168238,7 @@ x-webhooks: type: string required: - after_id - repository: *856 + repository: *855 sender: *4 required: - action @@ -168253,10 +168318,10 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - organization: *855 - project: &902 + enterprise: *852 + installation: *853 + organization: *854 + project: &901 title: Project type: object properties: @@ -168380,7 +168445,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -168460,10 +168525,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project_column: &901 + enterprise: *852 + installation: *853 + organization: *854 + project_column: &900 title: Project Column type: object properties: @@ -168502,7 +168567,7 @@ x-webhooks: - name - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -168581,18 +168646,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -168682,11 +168747,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 + repository: *855 sender: *4 required: - action @@ -168766,11 +168831,11 @@ x-webhooks: type: string enum: - moved - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 + repository: *855 sender: *4 required: - action @@ -168850,11 +168915,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -168934,18 +168999,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - project: *902 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -169047,11 +169112,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -169130,11 +169195,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -169215,9 +169280,9 @@ x-webhooks: type: string enum: - closed - installation: *854 - organization: *855 - projects_v2: *403 + installation: *853 + organization: *854 + projects_v2: *402 sender: *4 required: - action @@ -169298,9 +169363,9 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2: *403 + installation: *853 + organization: *854 + projects_v2: *402 sender: *4 required: - action @@ -169381,9 +169446,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2: *403 + installation: *853 + organization: *854 + projects_v2: *402 sender: *4 required: - action @@ -169500,9 +169565,9 @@ x-webhooks: type: string to: type: string - installation: *854 - organization: *855 - projects_v2: *403 + installation: *853 + organization: *854 + projects_v2: *402 sender: *4 required: - action @@ -169585,7 +169650,7 @@ x-webhooks: type: string enum: - archived - changes: &906 + changes: &905 type: object properties: archived_at: @@ -169599,9 +169664,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *854 - organization: *855 - projects_v2_item: &903 + installation: *853 + organization: *854 + projects_v2_item: &902 title: Projects v2 Item description: An item belonging to a project type: object @@ -169619,7 +169684,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *410 + content_type: *409 creator: *4 created_at: type: string @@ -169736,9 +169801,9 @@ x-webhooks: nullable: true to: type: string - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169820,9 +169885,9 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169903,9 +169968,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170011,7 +170076,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &904 + - &903 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170033,7 +170098,7 @@ x-webhooks: required: - id - name - - &905 + - &904 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -170067,8 +170132,8 @@ x-webhooks: oneOf: - type: string - type: integer + - *903 - *904 - - *905 required: - field_value - type: object @@ -170084,9 +170149,9 @@ x-webhooks: nullable: true required: - body - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170181,9 +170246,9 @@ x-webhooks: to: type: string nullable: true - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170266,10 +170331,10 @@ x-webhooks: type: string enum: - restored - changes: *906 - installation: *854 - organization: *855 - projects_v2_item: *903 + changes: *905 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170351,9 +170416,9 @@ x-webhooks: type: string enum: - reopened - installation: *854 - organization: *855 - projects_v2: *403 + installation: *853 + organization: *854 + projects_v2: *402 sender: *4 required: - action @@ -170434,14 +170499,14 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2_status_update: &909 + installation: *853 + organization: *854 + projects_v2_status_update: &908 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *907 - required: *908 + properties: *906 + required: *907 sender: *4 required: - action @@ -170522,9 +170587,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2_status_update: *909 + installation: *853 + organization: *854 + projects_v2_status_update: *908 sender: *4 required: - action @@ -170660,9 +170725,9 @@ x-webhooks: type: string format: date nullable: true - installation: *854 - organization: *855 - projects_v2_status_update: *909 + installation: *853 + organization: *854 + projects_v2_status_update: *908 sender: *4 required: - action @@ -170733,10 +170798,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - repository @@ -170813,13 +170878,13 @@ x-webhooks: type: string enum: - assigned - assignee: *880 - enterprise: *853 - installation: *854 - number: &910 + assignee: *879 + enterprise: *852 + installation: *853 + number: &909 description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -173102,7 +173167,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -173184,11 +173249,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -175466,7 +175531,7 @@ x-webhooks: - draft reason: type: string - repository: *856 + repository: *855 sender: *4 required: - action @@ -175548,11 +175613,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -177830,7 +177895,7 @@ x-webhooks: - draft reason: type: string - repository: *856 + repository: *855 sender: *4 required: - action @@ -177912,13 +177977,13 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: &911 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: &910 allOf: - - *699 + - *698 - type: object properties: allow_auto_merge: @@ -177980,7 +178045,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *856 + repository: *855 sender: *4 required: - action @@ -178061,12 +178126,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -178146,11 +178211,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *853 - milestone: *681 - number: *910 - organization: *855 - pull_request: &912 + enterprise: *852 + milestone: *680 + number: *909 + organization: *854 + pull_request: &911 title: Pull Request type: object properties: @@ -180413,7 +180478,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -180492,11 +180557,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -182778,7 +182843,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *856 + repository: *855 sender: *4 required: - action @@ -182902,12 +182967,12 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -182987,11 +183052,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -185258,7 +185323,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -185338,11 +185403,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *853 - installation: *854 - label: *874 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + label: *873 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -187624,7 +187689,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -187705,10 +187770,10 @@ x-webhooks: type: string enum: - locked - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -189988,7 +190053,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -190068,12 +190133,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *853 - milestone: *681 - number: *910 - organization: *855 - pull_request: *912 - repository: *856 + enterprise: *852 + milestone: *680 + number: *909 + organization: *854 + pull_request: *911 + repository: *855 sender: *4 required: - action @@ -190152,12 +190217,12 @@ x-webhooks: type: string enum: - opened - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190238,12 +190303,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190323,12 +190388,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190694,9 +190759,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -192866,7 +192931,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -192946,7 +193011,7 @@ x-webhooks: type: string enum: - deleted - comment: &914 + comment: &913 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. @@ -193231,9 +193296,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -195391,7 +195456,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -195471,11 +195536,11 @@ x-webhooks: type: string enum: - edited - changes: *913 - comment: *914 - enterprise: *853 - installation: *854 - organization: *855 + changes: *912 + comment: *913 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -197636,7 +197701,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -197717,9 +197782,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -199892,7 +199957,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 review: description: The review that was affected. type: object @@ -200139,9 +200204,9 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -202195,8 +202260,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 - review: &915 + repository: *855 + review: &914 description: The review that was affected. type: object properties: @@ -202429,12 +202494,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -204717,7 +204782,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_reviewer: title: User type: object @@ -204801,12 +204866,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -207096,7 +207161,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207288,12 +207353,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -209578,7 +209643,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_reviewer: title: User type: object @@ -209663,12 +209728,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -211944,7 +212009,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212125,9 +212190,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -214302,8 +214367,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 - review: *915 + repository: *855 + review: *914 sender: *4 required: - action @@ -214383,9 +214448,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -216455,7 +216520,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 sender: *4 thread: type: object @@ -216842,9 +216907,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -218900,7 +218965,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 sender: *4 thread: type: object @@ -219290,10 +219355,10 @@ x-webhooks: type: string before: type: string - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -221564,7 +221629,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -221646,11 +221711,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *916 - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + assignee: *915 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -223933,7 +223998,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -224012,11 +224077,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *853 - installation: *854 - label: *874 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + label: *873 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -226289,7 +226354,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -226370,10 +226435,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -228638,7 +228703,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -228838,7 +228903,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *853 + enterprise: *852 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -228930,8 +228995,8 @@ x-webhooks: - url - author - committer - installation: *854 - organization: *855 + installation: *853 + organization: *854 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -229506,9 +229571,9 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 registry_package: type: object properties: @@ -229954,7 +230019,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *897 + items: *896 summary: type: string tag_name: @@ -230008,7 +230073,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -230086,9 +230151,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 registry_package: type: object properties: @@ -230396,7 +230461,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *897 + items: *896 summary: type: string tag_name: @@ -230445,7 +230510,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -230522,10 +230587,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - release: &917 + enterprise: *852 + installation: *853 + organization: *854 + release: &916 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -230843,7 +230908,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *856 + repository: *855 sender: *4 required: - action @@ -230920,11 +230985,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -231041,11 +231106,11 @@ x-webhooks: type: boolean required: - to - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -231123,9 +231188,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -231447,7 +231512,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *856 + repository: *855 sender: *4 required: - action @@ -231523,10 +231588,10 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - release: &918 + enterprise: *852 + installation: *853 + organization: *854 + release: &917 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231845,7 +231910,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *856 + repository: *855 sender: *4 required: - action @@ -231921,11 +231986,11 @@ x-webhooks: type: string enum: - released - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -232001,11 +232066,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *853 - installation: *854 - organization: *855 - release: *918 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *917 + repository: *855 sender: *4 required: - action @@ -232081,11 +232146,11 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - repository_advisory: *751 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + repository_advisory: *750 sender: *4 required: - action @@ -232161,11 +232226,11 @@ x-webhooks: type: string enum: - reported - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - repository_advisory: *751 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + repository_advisory: *750 sender: *4 required: - action @@ -232241,10 +232306,10 @@ x-webhooks: type: string enum: - archived - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232321,10 +232386,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232402,10 +232467,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232489,10 +232554,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232604,10 +232669,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232679,10 +232744,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 status: type: string @@ -232763,10 +232828,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232843,10 +232908,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232940,10 +233005,10 @@ x-webhooks: - name required: - repository - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233023,10 +233088,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *191 sender: *4 required: @@ -233105,10 +233170,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *191 sender: *4 required: @@ -233187,10 +233252,10 @@ x-webhooks: type: string enum: - edited - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *191 changes: type: object @@ -233252,16 +233317,16 @@ x-webhooks: properties: added: type: array - items: *719 + items: *718 deleted: type: array - items: *719 + items: *718 updated: type: array items: type: object properties: - rule: *719 + rule: *718 changes: type: object properties: @@ -233495,10 +233560,10 @@ x-webhooks: - from required: - owner - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233576,10 +233641,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233657,7 +233722,7 @@ x-webhooks: type: string enum: - create - alert: &919 + alert: &918 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -233778,10 +233843,10 @@ x-webhooks: type: string enum: - open - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233987,10 +234052,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234068,11 +234133,11 @@ x-webhooks: type: string enum: - reopen - alert: *919 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *918 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234271,10 +234336,10 @@ x-webhooks: enum: - fixed - open - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234352,7 +234417,7 @@ x-webhooks: type: string enum: - assigned - alert: &920 + alert: &919 type: object properties: number: *128 @@ -234471,10 +234536,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234552,11 +234617,11 @@ x-webhooks: type: string enum: - created - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234637,11 +234702,11 @@ x-webhooks: type: string enum: - created - alert: *920 - installation: *854 - location: *921 - organization: *855 - repository: *856 + alert: *919 + installation: *853 + location: *920 + organization: *854 + repository: *855 sender: *4 required: - location @@ -234879,11 +234944,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234961,11 +235026,11 @@ x-webhooks: type: string enum: - reopened - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -235043,11 +235108,11 @@ x-webhooks: type: string enum: - resolved - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -235125,12 +235190,12 @@ x-webhooks: type: string enum: - unassigned - alert: *920 + alert: *919 assignee: *4 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -235208,11 +235273,11 @@ x-webhooks: type: string enum: - validated - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -235338,10 +235403,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *856 - enterprise: *853 - installation: *854 - organization: *855 + repository: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -235419,11 +235484,11 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - security_advisory: &922 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + security_advisory: &921 description: The details of the security advisory, including summary, description, and severity. type: object @@ -235606,11 +235671,11 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - security_advisory: *922 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + security_advisory: *921 sender: *4 required: - action @@ -235683,10 +235748,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -235870,11 +235935,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *420 - enterprise: *853 - installation: *854 - organization: *855 - repository: *462 + security_and_analysis: *419 + enterprise: *852 + installation: *853 + organization: *854 + repository: *461 sender: *4 required: - changes @@ -235952,12 +236017,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: &923 + sponsorship: &922 type: object properties: created_at: @@ -236258,12 +236323,12 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - sponsorship @@ -236351,12 +236416,12 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236433,17 +236498,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &924 + effective_date: &923 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: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - sponsorship @@ -236517,7 +236582,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &925 + changes: &924 type: object properties: tier: @@ -236561,13 +236626,13 @@ x-webhooks: - from required: - tier - effective_date: *924 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + effective_date: *923 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236644,13 +236709,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *925 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + changes: *924 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236724,10 +236789,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236810,10 +236875,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237233,15 +237298,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *853 + enterprise: *852 id: description: The unique identifier of the status. type: integer - installation: *854 + installation: *853 name: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 sha: description: The Commit SHA. @@ -237350,15 +237415,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *221 + parent_issue: *220 parent_issue_repo: *78 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *221 - installation: *854 - organization: *855 - repository: *856 + sub_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237442,15 +237507,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *221 + parent_issue: *220 parent_issue_repo: *78 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *221 - installation: *854 - organization: *855 - repository: *856 + sub_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237534,15 +237599,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *221 + sub_issue: *220 sub_issue_repo: *78 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *221 - installation: *854 - organization: *855 - repository: *856 + parent_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237626,15 +237691,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *221 + sub_issue: *220 sub_issue_repo: *78 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *221 - installation: *854 - organization: *855 - repository: *856 + parent_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237711,12 +237776,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - team: &926 + team: &925 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -237939,9 +238004,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -238399,7 +238464,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -238475,9 +238540,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -238935,7 +239000,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -239012,9 +239077,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -239472,7 +239537,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -239616,9 +239681,9 @@ x-webhooks: - from required: - permissions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -240076,7 +240141,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - changes @@ -240154,9 +240219,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -240614,7 +240679,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -240690,10 +240755,10 @@ x-webhooks: type: string enum: - started - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -240766,16 +240831,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *853 + enterprise: *852 inputs: type: object nullable: true additionalProperties: true - installation: *854 - organization: *855 + installation: *853 + organization: *854 ref: type: string - repository: *856 + repository: *855 sender: *4 workflow: type: string @@ -240857,10 +240922,10 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: allOf: @@ -241097,7 +241162,7 @@ x-webhooks: type: string required: - conclusion - deployment: *601 + deployment: *600 required: - action - repository @@ -241176,10 +241241,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: allOf: @@ -241439,7 +241504,7 @@ x-webhooks: required: - status - steps - deployment: *601 + deployment: *600 required: - action - repository @@ -241518,10 +241583,10 @@ x-webhooks: type: string enum: - queued - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: type: object @@ -241656,7 +241721,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *601 + deployment: *600 required: - action - repository @@ -241735,10 +241800,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: type: object @@ -241874,7 +241939,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *601 + deployment: *600 required: - action - repository @@ -241954,12 +242019,12 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *870 + workflow: *869 workflow_run: title: Workflow Run type: object @@ -242958,12 +243023,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *870 + workflow: *869 workflow_run: title: Workflow Run type: object @@ -243947,12 +244012,12 @@ x-webhooks: type: string enum: - requested - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *870 + workflow: *869 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 2f9ffe506..4fe379bfd 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -20192,6 +20192,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": "string", @@ -65016,289 +65024,311 @@ "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", - "nullable": true, - "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", - "nullable": true - }, - "documentation_url": { - "type": "string", - "nullable": true - }, - "detail": { - "type": "string", - "nullable": true - }, - "status": { - "type": "integer" - }, - "scimType": { - "type": "string", - "nullable": true - }, - "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", + "nullable": true, + "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", + "nullable": true + }, + "documentation_url": { + "type": "string", + "nullable": true + }, + "detail": { + "type": "string", + "nullable": true + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": "string", + "nullable": true + }, + "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": { @@ -90953,732 +90983,736 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "title": "License Simple", - "description": "License Simple", + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "key": { + "id": { + "description": "Unique identifier of the repository", + "example": 42, + "type": "integer", + "format": "int64" + }, + "node_id": { "type": "string", - "example": "mit" + "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" }, "name": { + "description": "The name of the repository.", "type": "string", - "example": "MIT License" + "example": "Team Environment" + }, + "full_name": { + "type": "string", + "example": "octocat/Hello-World" + }, + "license": { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "example": "mit" + }, + "name": { + "type": "string", + "example": "MIT License" + }, + "url": { + "type": "string", + "nullable": true, + "format": "uri", + "example": "https://api.github.com/licenses/mit" + }, + "spdx_id": { + "type": "string", + "nullable": true, + "example": "MIT" + }, + "node_id": { + "type": "string", + "example": "MDc6TGljZW5zZW1pdA==" + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ], + "nullable": true + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "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": { + "nullable": true, + "type": "string" + }, + "email": { + "nullable": true, + "type": "string" + }, + "login": { + "type": "string", + "example": "octocat" + }, + "id": { + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "MDQ6VXNlcjE=" + }, + "avatar_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/images/error/octocat_happy.gif" + }, + "gravatar_id": { + "type": "string", + "example": "41d064eb2195891e12d0413f63227ea7", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat" + }, + "followers_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/followers" + }, + "following_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/following{/other_user}" + }, + "gists_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/gists{/gist_id}" + }, + "starred_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/subscriptions" + }, + "organizations_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/orgs" + }, + "repos_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/repos" + }, + "events_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/events{/privacy}" + }, + "received_events_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/received_events" + }, + "type": { + "type": "string", + "example": "User" + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "example": "\"2020-07-09T00:17:55Z\"" + }, + "user_view_type": { + "type": "string", + "example": "public" + } + }, + "required": [ + "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" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat/Hello-World" + }, + "description": { + "type": "string", + "example": "This your first repo!", + "nullable": true + }, + "fork": { + "type": "boolean" }, "url": { "type": "string", - "nullable": true, "format": "uri", - "example": "https://api.github.com/licenses/mit" + "example": "https://api.github.com/repos/octocat/Hello-World" }, - "spdx_id": { + "archive_url": { "type": "string", - "nullable": true, - "example": "MIT" + "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" }, - "node_id": { + "assignees_url": { "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" + "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" }, - "html_url": { + "blobs_url": { "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ], - "nullable": true - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" + "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" }, - "pull": { - "type": "boolean" + "branches_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" }, - "triage": { - "type": "boolean" + "collaborators_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" }, - "push": { - "type": "boolean" + "comments_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "nullable": true, - "type": "string" + "commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" }, - "email": { - "nullable": true, - "type": "string" + "compare_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" }, - "login": { + "contents_url": { "type": "string", - "example": "octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" }, - "id": { - "type": "integer", - "format": "int64", - "example": 1 + "contributors_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/contributors" }, - "node_id": { + "deployments_url": { "type": "string", - "example": "MDQ6VXNlcjE=" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/deployments" }, - "avatar_url": { + "downloads_url": { "type": "string", "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" + "example": "http://api.github.com/repos/octocat/Hello-World/downloads" }, - "gravatar_id": { + "events_url": { "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/events" }, - "url": { + "forks_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/forks" }, - "html_url": { + "git_commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + }, + "git_refs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + }, + "git_tags_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + }, + "git_url": { + "type": "string", + "example": "git:github.com/octocat/Hello-World.git" + }, + "issue_comment_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + }, + "issue_events_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + }, + "issues_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + }, + "keys_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + }, + "labels_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + }, + "languages_url": { "type": "string", "format": "uri", - "example": "https://github.com/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/languages" }, - "followers_url": { + "merges_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/followers" + "example": "http://api.github.com/repos/octocat/Hello-World/merges" }, - "following_url": { + "milestones_url": { "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" + "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" }, - "gists_url": { + "notifications_url": { "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" + "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" }, - "starred_url": { + "pulls_url": { "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" }, - "subscriptions_url": { + "releases_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + }, + "ssh_url": { + "type": "string", + "example": "git@github.com:octocat/Hello-World.git" + }, + "stargazers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" + "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" }, - "organizations_url": { + "statuses_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + }, + "subscribers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" + "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" }, - "repos_url": { + "subscription_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/repos" + "example": "http://api.github.com/repos/octocat/Hello-World/subscription" }, - "events_url": { + "tags_url": { "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/tags" }, - "received_events_url": { + "teams_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" + "example": "http://api.github.com/repos/octocat/Hello-World/teams" }, - "type": { + "trees_url": { "type": "string", - "example": "User" + "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" }, - "site_admin": { + "clone_url": { + "type": "string", + "example": "https://github.com/octocat/Hello-World.git" + }, + "mirror_url": { + "type": "string", + "format": "uri", + "example": "git:git.example.com/octocat/Hello-World", + "nullable": true + }, + "hooks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/hooks" + }, + "svn_url": { + "type": "string", + "format": "uri", + "example": "https://svn.github.com/octocat/Hello-World" + }, + "homepage": { + "type": "string", + "format": "uri", + "example": "https://github.com", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + }, + "forks_count": { + "type": "integer", + "example": 9 + }, + "stargazers_count": { + "type": "integer", + "example": 80 + }, + "watchers_count": { + "type": "integer", + "example": 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", + "example": 108 + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "example": "master" + }, + "open_issues_count": { + "type": "integer", + "example": 0 + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "example": true + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "example": true, + "deprecated": true + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "example": 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", - "example": "\"2020-07-09T00:17:55Z\"" + "format": "date-time", + "example": "2011-01-26T19:06:43Z", + "nullable": true }, - "user_view_type": { + "created_at": { "type": "string", - "example": "public" + "format": "date-time", + "example": "2011-01-26T19:01:12Z", + "nullable": true + }, + "updated_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:14:43Z", + "nullable": true + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "example": false + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "example": 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", + "example": 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", + "example": 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", + "example": "\"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" + "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" ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 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", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true, - "deprecated": true - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "example": 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", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "example": false - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": 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", - "example": 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", - "example": 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", - "example": "\"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": [ - "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" ] } }, @@ -115154,6 +115188,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": "string", @@ -625510,732 +625552,736 @@ "repositories": { "type": "array", "items": { - "title": "Repository", - "description": "A repository on GitHub.", - "type": "object", - "properties": { - "id": { - "description": "Unique identifier of the repository", - "example": 42, - "type": "integer", - "format": "int64" - }, - "node_id": { - "type": "string", - "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" - }, - "name": { - "description": "The name of the repository.", - "type": "string", - "example": "Team Environment" - }, - "full_name": { - "type": "string", - "example": "octocat/Hello-World" - }, - "license": { - "title": "License Simple", - "description": "License Simple", + "allOf": [ + { + "title": "Repository", + "description": "A repository on GitHub.", "type": "object", "properties": { - "key": { + "id": { + "description": "Unique identifier of the repository", + "example": 42, + "type": "integer", + "format": "int64" + }, + "node_id": { "type": "string", - "example": "mit" + "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5" }, "name": { + "description": "The name of the repository.", "type": "string", - "example": "MIT License" + "example": "Team Environment" + }, + "full_name": { + "type": "string", + "example": "octocat/Hello-World" + }, + "license": { + "title": "License Simple", + "description": "License Simple", + "type": "object", + "properties": { + "key": { + "type": "string", + "example": "mit" + }, + "name": { + "type": "string", + "example": "MIT License" + }, + "url": { + "type": "string", + "nullable": true, + "format": "uri", + "example": "https://api.github.com/licenses/mit" + }, + "spdx_id": { + "type": "string", + "nullable": true, + "example": "MIT" + }, + "node_id": { + "type": "string", + "example": "MDc6TGljZW5zZW1pdA==" + }, + "html_url": { + "type": "string", + "format": "uri" + } + }, + "required": [ + "key", + "name", + "url", + "spdx_id", + "node_id" + ], + "nullable": true + }, + "forks": { + "type": "integer" + }, + "permissions": { + "type": "object", + "properties": { + "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": { + "nullable": true, + "type": "string" + }, + "email": { + "nullable": true, + "type": "string" + }, + "login": { + "type": "string", + "example": "octocat" + }, + "id": { + "type": "integer", + "format": "int64", + "example": 1 + }, + "node_id": { + "type": "string", + "example": "MDQ6VXNlcjE=" + }, + "avatar_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/images/error/octocat_happy.gif" + }, + "gravatar_id": { + "type": "string", + "example": "41d064eb2195891e12d0413f63227ea7", + "nullable": true + }, + "url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat" + }, + "followers_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/followers" + }, + "following_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/following{/other_user}" + }, + "gists_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/gists{/gist_id}" + }, + "starred_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + }, + "subscriptions_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/subscriptions" + }, + "organizations_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/orgs" + }, + "repos_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/repos" + }, + "events_url": { + "type": "string", + "example": "https://api.github.com/users/octocat/events{/privacy}" + }, + "received_events_url": { + "type": "string", + "format": "uri", + "example": "https://api.github.com/users/octocat/received_events" + }, + "type": { + "type": "string", + "example": "User" + }, + "site_admin": { + "type": "boolean" + }, + "starred_at": { + "type": "string", + "example": "\"2020-07-09T00:17:55Z\"" + }, + "user_view_type": { + "type": "string", + "example": "public" + } + }, + "required": [ + "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" + ] + }, + "private": { + "description": "Whether the repository is private or public.", + "default": false, + "type": "boolean" + }, + "html_url": { + "type": "string", + "format": "uri", + "example": "https://github.com/octocat/Hello-World" + }, + "description": { + "type": "string", + "example": "This your first repo!", + "nullable": true + }, + "fork": { + "type": "boolean" }, "url": { "type": "string", - "nullable": true, "format": "uri", - "example": "https://api.github.com/licenses/mit" + "example": "https://api.github.com/repos/octocat/Hello-World" }, - "spdx_id": { + "archive_url": { "type": "string", - "nullable": true, - "example": "MIT" + "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" }, - "node_id": { + "assignees_url": { "type": "string", - "example": "MDc6TGljZW5zZW1pdA==" + "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" }, - "html_url": { + "blobs_url": { "type": "string", - "format": "uri" - } - }, - "required": [ - "key", - "name", - "url", - "spdx_id", - "node_id" - ], - "nullable": true - }, - "forks": { - "type": "integer" - }, - "permissions": { - "type": "object", - "properties": { - "admin": { - "type": "boolean" + "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" }, - "pull": { - "type": "boolean" + "branches_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" }, - "triage": { - "type": "boolean" + "collaborators_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" }, - "push": { - "type": "boolean" + "comments_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" }, - "maintain": { - "type": "boolean" - } - }, - "required": [ - "admin", - "pull", - "push" - ] - }, - "owner": { - "title": "Simple User", - "description": "A GitHub user.", - "type": "object", - "properties": { - "name": { - "nullable": true, - "type": "string" + "commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" }, - "email": { - "nullable": true, - "type": "string" + "compare_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" }, - "login": { + "contents_url": { "type": "string", - "example": "octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" }, - "id": { - "type": "integer", - "format": "int64", - "example": 1 + "contributors_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/contributors" }, - "node_id": { + "deployments_url": { "type": "string", - "example": "MDQ6VXNlcjE=" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/deployments" }, - "avatar_url": { + "downloads_url": { "type": "string", "format": "uri", - "example": "https://github.com/images/error/octocat_happy.gif" + "example": "http://api.github.com/repos/octocat/Hello-World/downloads" }, - "gravatar_id": { + "events_url": { "type": "string", - "example": "41d064eb2195891e12d0413f63227ea7", - "nullable": true + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/events" }, - "url": { + "forks_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/forks" }, - "html_url": { + "git_commits_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" + }, + "git_refs_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" + }, + "git_tags_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" + }, + "git_url": { + "type": "string", + "example": "git:github.com/octocat/Hello-World.git" + }, + "issue_comment_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" + }, + "issue_events_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" + }, + "issues_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" + }, + "keys_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" + }, + "labels_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" + }, + "languages_url": { "type": "string", "format": "uri", - "example": "https://github.com/octocat" + "example": "http://api.github.com/repos/octocat/Hello-World/languages" }, - "followers_url": { + "merges_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/followers" + "example": "http://api.github.com/repos/octocat/Hello-World/merges" }, - "following_url": { + "milestones_url": { "type": "string", - "example": "https://api.github.com/users/octocat/following{/other_user}" + "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" }, - "gists_url": { + "notifications_url": { "type": "string", - "example": "https://api.github.com/users/octocat/gists{/gist_id}" + "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" }, - "starred_url": { + "pulls_url": { "type": "string", - "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}" + "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" }, - "subscriptions_url": { + "releases_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" + }, + "ssh_url": { + "type": "string", + "example": "git@github.com:octocat/Hello-World.git" + }, + "stargazers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/subscriptions" + "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" }, - "organizations_url": { + "statuses_url": { + "type": "string", + "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" + }, + "subscribers_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/orgs" + "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" }, - "repos_url": { + "subscription_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/repos" + "example": "http://api.github.com/repos/octocat/Hello-World/subscription" }, - "events_url": { + "tags_url": { "type": "string", - "example": "https://api.github.com/users/octocat/events{/privacy}" + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/tags" }, - "received_events_url": { + "teams_url": { "type": "string", "format": "uri", - "example": "https://api.github.com/users/octocat/received_events" + "example": "http://api.github.com/repos/octocat/Hello-World/teams" }, - "type": { + "trees_url": { "type": "string", - "example": "User" + "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" }, - "site_admin": { + "clone_url": { + "type": "string", + "example": "https://github.com/octocat/Hello-World.git" + }, + "mirror_url": { + "type": "string", + "format": "uri", + "example": "git:git.example.com/octocat/Hello-World", + "nullable": true + }, + "hooks_url": { + "type": "string", + "format": "uri", + "example": "http://api.github.com/repos/octocat/Hello-World/hooks" + }, + "svn_url": { + "type": "string", + "format": "uri", + "example": "https://svn.github.com/octocat/Hello-World" + }, + "homepage": { + "type": "string", + "format": "uri", + "example": "https://github.com", + "nullable": true + }, + "language": { + "type": "string", + "nullable": true + }, + "forks_count": { + "type": "integer", + "example": 9 + }, + "stargazers_count": { + "type": "integer", + "example": 80 + }, + "watchers_count": { + "type": "integer", + "example": 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", + "example": 108 + }, + "default_branch": { + "description": "The default branch of the repository.", + "type": "string", + "example": "master" + }, + "open_issues_count": { + "type": "integer", + "example": 0 + }, + "is_template": { + "description": "Whether this repository acts as a template that can be used to generate new repositories.", + "default": false, + "type": "boolean", + "example": true + }, + "topics": { + "type": "array", + "items": { + "type": "string" + } + }, + "has_issues": { + "description": "Whether issues are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_projects": { + "description": "Whether projects are enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_wiki": { + "description": "Whether the wiki is enabled.", + "default": true, + "type": "boolean", + "example": true + }, + "has_pages": { "type": "boolean" }, - "starred_at": { + "has_downloads": { + "description": "Whether downloads are enabled.", + "default": true, + "type": "boolean", + "example": true, + "deprecated": true + }, + "has_discussions": { + "description": "Whether discussions are enabled.", + "default": false, + "type": "boolean", + "example": 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", - "example": "\"2020-07-09T00:17:55Z\"" + "format": "date-time", + "example": "2011-01-26T19:06:43Z", + "nullable": true }, - "user_view_type": { + "created_at": { "type": "string", - "example": "public" + "format": "date-time", + "example": "2011-01-26T19:01:12Z", + "nullable": true + }, + "updated_at": { + "type": "string", + "format": "date-time", + "example": "2011-01-26T19:14:43Z", + "nullable": true + }, + "allow_rebase_merge": { + "description": "Whether to allow rebase merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "temp_clone_token": { + "type": "string" + }, + "allow_squash_merge": { + "description": "Whether to allow squash merges for pull requests.", + "default": true, + "type": "boolean", + "example": true + }, + "allow_auto_merge": { + "description": "Whether to allow Auto-merge to be used on pull requests.", + "default": false, + "type": "boolean", + "example": false + }, + "delete_branch_on_merge": { + "description": "Whether to delete head branches when pull requests are merged", + "default": false, + "type": "boolean", + "example": 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", + "example": 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", + "example": 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", + "example": "\"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" + "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" ] - }, - "private": { - "description": "Whether the repository is private or public.", - "default": false, - "type": "boolean" - }, - "html_url": { - "type": "string", - "format": "uri", - "example": "https://github.com/octocat/Hello-World" - }, - "description": { - "type": "string", - "example": "This your first repo!", - "nullable": true - }, - "fork": { - "type": "boolean" - }, - "url": { - "type": "string", - "format": "uri", - "example": "https://api.github.com/repos/octocat/Hello-World" - }, - "archive_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}" - }, - "assignees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}" - }, - "blobs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}" - }, - "branches_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}" - }, - "collaborators_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}" - }, - "comments_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}" - }, - "commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}" - }, - "compare_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}" - }, - "contents_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}" - }, - "contributors_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/contributors" - }, - "deployments_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/deployments" - }, - "downloads_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/downloads" - }, - "events_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/events" - }, - "forks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/forks" - }, - "git_commits_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}" - }, - "git_refs_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}" - }, - "git_tags_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}" - }, - "git_url": { - "type": "string", - "example": "git:github.com/octocat/Hello-World.git" - }, - "issue_comment_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}" - }, - "issue_events_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}" - }, - "issues_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}" - }, - "keys_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}" - }, - "labels_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}" - }, - "languages_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/languages" - }, - "merges_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/merges" - }, - "milestones_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}" - }, - "notifications_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}" - }, - "pulls_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}" - }, - "releases_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}" - }, - "ssh_url": { - "type": "string", - "example": "git@github.com:octocat/Hello-World.git" - }, - "stargazers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/stargazers" - }, - "statuses_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}" - }, - "subscribers_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscribers" - }, - "subscription_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/subscription" - }, - "tags_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/tags" - }, - "teams_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/teams" - }, - "trees_url": { - "type": "string", - "example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}" - }, - "clone_url": { - "type": "string", - "example": "https://github.com/octocat/Hello-World.git" - }, - "mirror_url": { - "type": "string", - "format": "uri", - "example": "git:git.example.com/octocat/Hello-World", - "nullable": true - }, - "hooks_url": { - "type": "string", - "format": "uri", - "example": "http://api.github.com/repos/octocat/Hello-World/hooks" - }, - "svn_url": { - "type": "string", - "format": "uri", - "example": "https://svn.github.com/octocat/Hello-World" - }, - "homepage": { - "type": "string", - "format": "uri", - "example": "https://github.com", - "nullable": true - }, - "language": { - "type": "string", - "nullable": true - }, - "forks_count": { - "type": "integer", - "example": 9 - }, - "stargazers_count": { - "type": "integer", - "example": 80 - }, - "watchers_count": { - "type": "integer", - "example": 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", - "example": 108 - }, - "default_branch": { - "description": "The default branch of the repository.", - "type": "string", - "example": "master" - }, - "open_issues_count": { - "type": "integer", - "example": 0 - }, - "is_template": { - "description": "Whether this repository acts as a template that can be used to generate new repositories.", - "default": false, - "type": "boolean", - "example": true - }, - "topics": { - "type": "array", - "items": { - "type": "string" - } - }, - "has_issues": { - "description": "Whether issues are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_projects": { - "description": "Whether projects are enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_wiki": { - "description": "Whether the wiki is enabled.", - "default": true, - "type": "boolean", - "example": true - }, - "has_pages": { - "type": "boolean" - }, - "has_downloads": { - "description": "Whether downloads are enabled.", - "default": true, - "type": "boolean", - "example": true, - "deprecated": true - }, - "has_discussions": { - "description": "Whether discussions are enabled.", - "default": false, - "type": "boolean", - "example": 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", - "format": "date-time", - "example": "2011-01-26T19:06:43Z", - "nullable": true - }, - "created_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:01:12Z", - "nullable": true - }, - "updated_at": { - "type": "string", - "format": "date-time", - "example": "2011-01-26T19:14:43Z", - "nullable": true - }, - "allow_rebase_merge": { - "description": "Whether to allow rebase merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "temp_clone_token": { - "type": "string" - }, - "allow_squash_merge": { - "description": "Whether to allow squash merges for pull requests.", - "default": true, - "type": "boolean", - "example": true - }, - "allow_auto_merge": { - "description": "Whether to allow Auto-merge to be used on pull requests.", - "default": false, - "type": "boolean", - "example": false - }, - "delete_branch_on_merge": { - "description": "Whether to delete head branches when pull requests are merged", - "default": false, - "type": "boolean", - "example": 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", - "example": 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", - "example": 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", - "example": "\"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": [ - "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/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 6bde31963..ed59d58b8 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -863,7 +863,7 @@ paths: - subscriptions_url - type - url - type: &441 + type: &440 type: string description: The type of credit the user is receiving. enum: @@ -996,7 +996,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &260 + schema: &259 title: Validation Error Simple description: Validation Error Simple type: object @@ -1029,7 +1029,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: - - &753 + - &752 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1147,7 +1147,7 @@ paths: GitHub. type: object nullable: true - properties: &218 + properties: &217 id: description: Unique identifier of the GitHub app example: 37 @@ -1280,7 +1280,7 @@ paths: about itself. example: 5 type: integer - required: &219 + required: &218 - id - node_id - owner @@ -1585,7 +1585,7 @@ paths: schema: type: integer default: 30 - - &349 + - &348 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 @@ -1601,7 +1601,7 @@ paths: application/json: schema: type: array - items: &350 + items: &349 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1681,7 +1681,7 @@ paths: - installation_id - repository_id examples: - default: &351 + default: &350 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1713,7 +1713,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &763 + schema: &762 title: Scim Error description: Scim Error type: object @@ -1740,7 +1740,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &259 + schema: &258 title: Validation Error description: Validation Error type: object @@ -1809,7 +1809,7 @@ paths: description: Response content: application/json: - schema: &352 + schema: &351 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -1923,7 +1923,7 @@ paths: - request - response examples: - default: &353 + default: &352 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2124,7 +2124,7 @@ paths: parameters: - *17 - *19 - - &228 + - &227 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) @@ -2918,7 +2918,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &418 + properties: &417 id: description: Unique identifier of the repository example: 42 @@ -2938,7 +2938,7 @@ paths: title: License Simple description: License Simple type: object - properties: &224 + properties: &223 key: type: string example: mit @@ -2960,7 +2960,7 @@ paths: html_url: type: string format: uri - required: &225 + required: &224 - key - name - url @@ -3356,7 +3356,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &419 + required: &418 - archive_url - assignees_url - blobs_url @@ -7665,7 +7665,7 @@ paths: description: Response content: application/json: - schema: &261 + schema: &260 type: object properties: total_active_caches_count: @@ -7680,7 +7680,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &262 + default: &261 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7873,7 +7873,7 @@ paths: - public_ip_enabled - platform examples: - default: &263 + default: &262 value: total_count: 2 runners: @@ -8168,7 +8168,7 @@ paths: application/json: schema: *49 examples: - default: &264 + default: &263 value: id: 1 platform: linux-x64 @@ -8308,7 +8308,7 @@ paths: application/json: schema: *52 examples: - default: &265 + default: &264 value: version: 1.0.0 size_gb: 75 @@ -8472,7 +8472,7 @@ paths: description: Response content: application/json: - schema: &266 + schema: &265 type: object properties: public_ips: @@ -8497,7 +8497,7 @@ paths: required: - public_ips examples: - default: &267 + default: &266 value: public_ips: current_usage: 17 @@ -8537,7 +8537,7 @@ paths: type: array items: *56 examples: - default: &268 + default: &267 value: id: 4-core cpu_cores: 4 @@ -8666,6 +8666,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. @@ -8799,7 +8808,7 @@ paths: - all - local_only - selected - selected_actions_url: &271 + selected_actions_url: &270 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` @@ -8879,7 +8888,7 @@ paths: description: Successfully retrieved the artifact and log retention settings content: application/json: - schema: &273 + schema: &272 type: object properties: days: @@ -8897,7 +8906,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &764 + '401': &763 description: Authorization failure '404': *6 x-github: @@ -8925,7 +8934,7 @@ paths: required: true content: application/json: - schema: &274 + schema: &273 type: object properties: days: @@ -8974,7 +8983,7 @@ paths: required: - approval_policy examples: - default: &275 + default: &274 value: approval_policy: first_time_contributors '404': *6 @@ -9032,7 +9041,7 @@ paths: description: Response content: application/json: - schema: &276 + schema: &275 type: object required: - run_workflows_from_fork_pull_requests @@ -9086,7 +9095,7 @@ paths: required: true content: application/json: - schema: &277 + schema: &276 type: object required: - run_workflows_from_fork_pull_requests @@ -9509,7 +9518,7 @@ paths: description: Success response content: application/json: - schema: &280 + schema: &279 type: object properties: default_workflow_permissions: &67 @@ -9557,7 +9566,7 @@ paths: required: true content: application/json: - schema: &281 + schema: &280 type: object properties: default_workflow_permissions: *67 @@ -10393,7 +10402,7 @@ paths: application/json: schema: type: array - items: &285 + items: &284 title: Runner Application description: Runner Application type: object @@ -10418,7 +10427,7 @@ paths: - download_url - filename examples: - default: &286 + default: &285 value: - os: osx architecture: x64 @@ -10502,7 +10511,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &287 + '201': &286 description: Response content: application/json: @@ -10617,7 +10626,7 @@ paths: - token - expires_at examples: - default: &288 + default: &287 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10657,7 +10666,7 @@ paths: application/json: schema: *79 examples: - default: &289 + default: &288 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10689,7 +10698,7 @@ paths: application/json: schema: *76 examples: - default: &290 + default: &289 value: id: 23 name: MBP @@ -10905,7 +10914,7 @@ paths: - *41 - *75 responses: - '200': &291 + '200': &290 description: Response content: application/json: @@ -10961,7 +10970,7 @@ paths: parameters: - *41 - *75 - - &292 + - &291 name: name description: The name of a self-hosted runner's custom label. in: path @@ -11052,7 +11061,7 @@ paths: required: true content: application/json: - schema: &299 + schema: &298 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -11693,7 +11702,7 @@ paths: required: false schema: type: string - - &302 + - &301 name: include description: |- The event types to include: @@ -11711,7 +11720,7 @@ paths: - web - git - all - - &303 + - &302 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. @@ -11719,7 +11728,7 @@ paths: required: false schema: type: string - - &304 + - &303 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. @@ -11727,7 +11736,7 @@ paths: required: false schema: type: string - - &305 + - &304 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11749,7 +11758,7 @@ paths: application/json: schema: type: array - items: &306 + items: &305 type: object properties: "@timestamp": @@ -11871,7 +11880,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &307 + default: &306 value: - "@timestamp": 1606929874512 action: team.add_member @@ -12537,7 +12546,7 @@ paths: application/json: schema: type: array - items: &308 + items: &307 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12698,7 +12707,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &309 + default: &308 value: - id: 21 number: 42 @@ -12803,7 +12812,7 @@ paths: application/json: schema: type: array - items: &311 + items: &310 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -12928,7 +12937,7 @@ paths: format: uri example: https://github.com/octo-org/smile/exemptions/1 examples: - default: &312 + default: &311 value: - id: 21 number: 42 @@ -13013,7 +13022,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *41 - - &317 + - &316 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`, @@ -13023,7 +13032,7 @@ paths: schema: &111 type: string description: The name of the tool used to generate the code scanning analysis. - - &318 + - &317 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 @@ -13046,7 +13055,7 @@ paths: be returned. in: query required: false - schema: &319 + schema: &318 type: string description: State of a code scanning alert. enum: @@ -13079,7 +13088,7 @@ paths: application/json: schema: type: array - items: &320 + items: &319 type: object properties: number: &128 @@ -13108,7 +13117,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &531 + instances_url: &530 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -13143,7 +13152,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &532 + dismissed_reason: &531 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -13152,13 +13161,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &533 + dismissed_comment: &532 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &534 + rule: &533 type: object properties: id: @@ -13211,7 +13220,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &535 + tool: &534 type: object properties: name: *111 @@ -13221,26 +13230,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *112 - most_recent_instance: &536 + most_recent_instance: &535 type: object properties: - ref: &529 + ref: &528 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &546 + analysis_key: &545 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: &547 + environment: &546 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: &548 + category: &547 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13254,7 +13263,7 @@ paths: properties: text: type: string - location: &549 + location: &548 type: object description: Describe a region within a file for the alert. properties: @@ -13275,7 +13284,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: &550 + items: &549 type: string description: A classification of the file. For example to identify it as generated. @@ -13289,7 +13298,7 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: &255 + properties: &254 id: type: integer format: int64 @@ -13516,7 +13525,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &256 + required: &255 - archive_url - assignees_url - blobs_url @@ -13588,7 +13597,7 @@ paths: - most_recent_instance - repository examples: - default: &321 + default: &320 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -14444,7 +14453,7 @@ paths: description: Response content: application/json: - schema: &323 + schema: &322 type: array description: A list of default code security configurations items: @@ -14460,7 +14469,7 @@ paths: default configuration: *114 examples: - default: &324 + default: &323 value: - default_for_new_repos: public configuration: @@ -14915,7 +14924,7 @@ paths: default: value: default_for_new_repos: all - configuration: &322 + configuration: &321 value: id: 1325 target_type: organization @@ -15000,7 +15009,7 @@ paths: application/json: schema: type: array - items: &325 + items: &324 type: object description: Repositories associated with a code security configuration and attachment status @@ -15024,7 +15033,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &326 + repository: &325 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -15513,7 +15522,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &313 + - &312 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -15588,7 +15597,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &384 + properties: &383 id: description: Unique identifier of the team type: integer @@ -15660,7 +15669,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &385 + required: &384 - id - node_id - url @@ -16248,7 +16257,7 @@ paths: application/json: schema: type: array - items: &208 + items: &207 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -16555,7 +16564,7 @@ paths: - date additionalProperties: true examples: - default: &209 + default: &208 value: - date: '2024-06-24' total_active_users: 24 @@ -16657,7 +16666,7 @@ paths: '500': *40 '403': *29 '404': *6 - '422': &210 + '422': &209 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -16893,7 +16902,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *41 - - &332 + - &331 name: state in: query description: |- @@ -16902,7 +16911,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &333 + - &332 name: severity in: query description: |- @@ -16911,7 +16920,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &334 + - &333 name: ecosystem in: query description: |- @@ -16920,14 +16929,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &335 + - &334 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 - - &336 + - &335 name: epss_percentage in: query description: |- @@ -16939,7 +16948,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 - - &591 + - &590 name: has in: query description: |- @@ -16953,7 +16962,7 @@ paths: type: string enum: - patch - - &337 + - &336 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -16963,7 +16972,7 @@ paths: enum: - development - runtime - - &338 + - &337 name: sort in: query description: |- @@ -16989,7 +16998,7 @@ paths: application/json: schema: type: array - items: &339 + items: &338 type: object description: A Dependabot alert. properties: @@ -17052,7 +17061,7 @@ paths: - unknown - direct - transitive - security_advisory: &592 + security_advisory: &591 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -17284,14 +17293,14 @@ paths: nullable: true maxLength: 280 fixed_at: *138 - auto_dismissed_at: &593 + auto_dismissed_at: &592 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &594 + dismissal_request: &593 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -17348,7 +17357,7 @@ paths: - repository additionalProperties: false examples: - default: &340 + default: &339 value: - number: 2 state: dismissed @@ -18141,7 +18150,7 @@ paths: type: array items: *145 examples: - default: &211 + default: &210 value: - id: 1 name: Justice League @@ -18484,7 +18493,7 @@ paths: - name - created_on examples: - default: &446 + default: &445 value: total_count: 2 network_configurations: @@ -18707,7 +18716,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: - *41 - - &447 + - &446 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -18719,7 +18728,7 @@ paths: description: Response content: application/json: - schema: &448 + schema: &447 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -18753,7 +18762,7 @@ paths: - subnet_id - region examples: - default: &449 + default: &448 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -19568,7 +19577,7 @@ paths: required: true content: application/json: - schema: &417 + schema: &416 title: Custom Property Set Payload description: Custom property set payload type: object @@ -20752,7 +20761,7 @@ paths: nullable: true anyOf: - *162 - - &423 + - &422 title: Organization ruleset conditions type: object description: |- @@ -20799,7 +20808,7 @@ paths: - *165 rules: type: array - items: &719 + items: &718 title: Repository Rule type: object description: A repository rule. @@ -20808,7 +20817,7 @@ paths: - *171 - *172 - *173 - - &717 + - &716 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -21136,7 +21145,7 @@ paths: type: string format: date-time examples: - default: &426 + default: &425 value: - version_id: 3 actor: @@ -21189,7 +21198,7 @@ paths: description: Response content: application/json: - schema: &427 + schema: &426 allOf: - *195 - type: object @@ -21244,7 +21253,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &428 + - &427 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -21255,7 +21264,7 @@ paths: enum: - open - resolved - - &429 + - &428 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -21265,7 +21274,7 @@ paths: required: false schema: type: string - - &430 + - &429 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -21274,7 +21283,7 @@ paths: required: false schema: type: string - - &431 + - &430 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -21293,7 +21302,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &432 + - &431 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. @@ -21309,7 +21318,7 @@ paths: - *17 - *108 - *109 - - &433 + - &432 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -21318,7 +21327,7 @@ paths: required: false schema: type: string - - &434 + - &433 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -21327,7 +21336,7 @@ paths: schema: type: boolean default: false - - &435 + - &434 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -21336,7 +21345,7 @@ paths: schema: type: boolean default: false - - &436 + - &435 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -21352,7 +21361,7 @@ paths: application/json: schema: type: array - items: &437 + items: &436 type: object properties: number: *128 @@ -21371,14 +21380,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &731 + state: &730 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: &732 + resolution: &731 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -21485,8 +21494,8 @@ paths: pull request. ' - oneOf: &733 - - &735 + oneOf: &732 + - &734 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -21538,7 +21547,7 @@ paths: - blob_url - commit_sha - commit_url - - &736 + - &735 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. @@ -21593,7 +21602,7 @@ paths: - page_url - commit_sha - commit_url - - &737 + - &736 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -21607,7 +21616,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &738 + - &737 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -21621,7 +21630,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &739 + - &738 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -21635,7 +21644,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &740 + - &739 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -21649,7 +21658,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &741 + - &740 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -21663,7 +21672,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &742 + - &741 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -21677,7 +21686,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &743 + - &742 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. @@ -21691,7 +21700,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &744 + - &743 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. @@ -21705,7 +21714,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &745 + - &744 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. @@ -21719,7 +21728,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &746 + - &745 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. @@ -21733,7 +21742,7 @@ paths: example: https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &747 + - &746 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 request. @@ -21760,7 +21769,7 @@ paths: required: *21 nullable: true examples: - default: &438 + default: &437 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -21969,7 +21978,7 @@ paths: description: Response content: application/json: - schema: &439 + schema: &438 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -22052,7 +22061,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *197 examples: - default: &440 + default: &439 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -22188,7 +22197,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &443 + - &442 name: advanced_security_product in: query description: | @@ -22208,7 +22217,7 @@ paths: description: Success content: application/json: - schema: &444 + schema: &443 type: object properties: total_advanced_security_committers: @@ -22263,7 +22272,7 @@ paths: required: - repositories examples: - default: &445 + default: &444 value: total_advanced_security_committers: 2 total_count: 2 @@ -23220,19 +23229,21 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#get-a-cost-center-by-id parameters: - *41 - - &202 + - &201 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: &200 + schema: type: object properties: id: @@ -23266,12 +23277,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: &201 + default: &200 value: id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -23335,9 +23350,46 @@ paths: description: Response when updating a cost center content: application/json: - schema: *200 + 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 + nullable: true + 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: *201 + default: *200 '400': *14 '403': *29 '404': *6 @@ -23361,7 +23413,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#delete-a-cost-center parameters: - *41 - - *202 + - *201 responses: '200': description: Response when deleting a cost center @@ -23421,7 +23473,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#add-resources-to-a-cost-center parameters: - *41 - - *202 + - *201 requestBody: required: true content: @@ -23513,7 +23565,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/cost-centers#remove-resources-from-a-cost-center parameters: - *41 - - *202 + - *201 requestBody: required: true content: @@ -23581,7 +23633,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-premium-request-usage-report-for-an-enterprise parameters: - *41 - - &203 + - &202 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, @@ -23590,7 +23642,7 @@ paths: required: false schema: type: integer - - &205 + - &204 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 @@ -23599,7 +23651,7 @@ paths: required: false schema: type: integer - - &204 + - &203 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 @@ -23608,7 +23660,7 @@ paths: required: false schema: type: integer - - &206 + - &205 name: organization description: The organization name to query usage for. The name is not case sensitive. @@ -23628,7 +23680,7 @@ paths: required: false schema: type: string - - &207 + - &206 name: product description: The product name to query usage for. The name is not case sensitive. in: query @@ -23788,7 +23840,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-usage-report-for-an-enterprise parameters: - *41 - - *203 + - *202 - 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 @@ -23797,7 +23849,7 @@ paths: required: false schema: type: integer - - *204 + - *203 - name: cost_center_id description: The ID corresponding to a cost center. The default value is no cost center. @@ -23904,17 +23956,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/usage#get-billing-usage-summary-for-an-enterprise parameters: - *41 + - *202 + - *204 - *203 - *205 - - *204 - - *206 - name: repository description: The repository name to query for usage in the format owner/repository. in: query required: false schema: type: string - - *207 + - *206 - name: sku description: The SKU to query for usage. in: query @@ -24113,13 +24165,13 @@ paths: application/json: schema: type: array - items: *208 + items: *207 examples: - default: *209 + default: *208 '500': *40 '403': *29 '404': *6 - '422': *210 + '422': *209 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -24148,7 +24200,7 @@ paths: type: array items: *145 examples: - default: *211 + default: *210 headers: Link: *47 '403': *29 @@ -24225,7 +24277,7 @@ paths: application/json: schema: *145 examples: - default: *211 + default: *210 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24243,7 +24295,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#list-members-in-an-enterprise-team parameters: - *41 - - &212 + - &211 name: enterprise-team description: The slug version of the enterprise team name. You can also substitute this value with the enterprise team id. @@ -24262,7 +24314,7 @@ paths: type: array items: *4 examples: - default: &213 + default: &212 value: - login: octocat id: 1 @@ -24301,7 +24353,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#bulk-add-team-members parameters: - *41 - - *212 + - *211 requestBody: required: true content: @@ -24332,7 +24384,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24350,7 +24402,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#bulk-remove-team-members parameters: - *41 - - *212 + - *211 requestBody: required: true content: @@ -24381,7 +24433,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24399,7 +24451,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#get-enterprise-team-membership parameters: - *41 - - *212 + - *211 - *143 responses: '200': @@ -24408,7 +24460,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: &214 + exampleKey1: &213 value: login: octocat id: 1 @@ -24444,7 +24496,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#add-team-member parameters: - *41 - - *212 + - *211 - *143 responses: '201': @@ -24453,7 +24505,7 @@ paths: application/json: schema: *4 examples: - exampleKey1: *214 + exampleKey1: *213 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24471,7 +24523,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-members#remove-team-membership parameters: - *41 - - *212 + - *211 - *143 responses: '204': @@ -24494,7 +24546,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#get-organization-assignments parameters: - *41 - - *212 + - *211 - *17 - *19 responses: @@ -24506,7 +24558,7 @@ paths: type: array items: *73 examples: - default: &215 + default: &214 value: login: github id: 1 @@ -24537,7 +24589,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#add-organization-assignments parameters: - *41 - - *212 + - *211 requestBody: required: true content: @@ -24567,7 +24619,7 @@ paths: type: array items: *73 examples: - default: &252 + default: &251 value: - login: github id: 1 @@ -24598,7 +24650,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#remove-organization-assignments parameters: - *41 - - *212 + - *211 requestBody: required: true content: @@ -24639,7 +24691,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#get-organization-assignment parameters: - *41 - - *212 + - *211 - *87 responses: '200': @@ -24648,7 +24700,7 @@ paths: application/json: schema: *73 examples: - default: *215 + default: *214 '404': description: The team is not assigned to the organization x-github: @@ -24667,7 +24719,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#add-an-organization-assignment parameters: - *41 - - *212 + - *211 - *87 responses: '201': @@ -24676,7 +24728,7 @@ paths: application/json: schema: *73 examples: - default: *215 + default: *214 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -24693,7 +24745,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-team-organizations#delete-an-organization-assignment parameters: - *41 - - *212 + - *211 - *87 responses: '204': @@ -24718,7 +24770,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#get-an-enterprise-team parameters: - *41 - - &216 + - &215 name: team_slug description: The slug of the team name. in: path @@ -24732,7 +24784,7 @@ paths: application/json: schema: *145 examples: - default: *211 + default: *210 headers: Link: *47 '403': *29 @@ -24752,7 +24804,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#update-an-enterprise-team parameters: - *41 - - *216 + - *215 requestBody: required: true content: @@ -24809,7 +24861,7 @@ paths: application/json: schema: *145 examples: - default: *211 + default: *210 headers: Link: *47 '403': *29 @@ -24832,7 +24884,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team parameters: - *41 - - *216 + - *215 responses: '204': description: Response @@ -24931,7 +24983,7 @@ paths: application/json: schema: type: array - items: &247 + items: &246 title: Event description: Event type: object @@ -24941,7 +24993,7 @@ paths: type: type: string nullable: true - actor: &217 + actor: &216 title: Actor description: Actor type: object @@ -24981,7 +25033,7 @@ paths: - id - name - url - org: *217 + org: *216 payload: oneOf: - title: CreateEvent @@ -25027,7 +25079,7 @@ paths: properties: action: type: string - discussion: &871 + discussion: &870 title: Discussion description: A Discussion in a repository. type: object @@ -25314,7 +25366,7 @@ paths: - id labels: type: array - items: &220 + items: &219 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -25389,12 +25441,12 @@ paths: properties: action: type: string - issue: &221 + issue: &220 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &655 + properties: &654 id: type: integer format: int64 @@ -25508,7 +25560,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &406 + properties: &405 url: type: string format: uri @@ -25578,7 +25630,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &407 + required: &406 - closed_issues - creator - description @@ -25657,7 +25709,7 @@ paths: timeline_url: type: string format: uri - type: &371 + type: &370 title: Issue Type description: The type of issue. type: object @@ -25718,9 +25770,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *218 - required: *219 - author_association: &222 + properties: *217 + required: *218 + author_association: &221 title: author_association type: string example: OWNER @@ -25735,7 +25787,7 @@ paths: - MEMBER - NONE - OWNER - reactions: &223 + reactions: &222 title: Reaction Rollup type: object properties: @@ -25771,7 +25823,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &791 + sub_issues_summary: &790 title: Sub-issues Summary type: object properties: @@ -25791,7 +25843,7 @@ paths: type: string format: uri nullable: true - issue_dependencies_summary: &792 + issue_dependencies_summary: &791 title: Issue Dependencies Summary type: object properties: @@ -25810,7 +25862,7 @@ paths: - total_blocking issue_field_values: type: array - items: &793 + items: &792 title: Issue Field Value description: A value assigned to an issue field type: object @@ -25871,7 +25923,7 @@ paths: - node_id - data_type - value - required: &656 + required: &655 - assignee - closed_at - comments @@ -25896,10 +25948,10 @@ paths: assignees: type: array items: *4 - label: *220 + label: *219 labels: type: array - items: *220 + items: *219 required: - action - issue @@ -25908,8 +25960,8 @@ paths: properties: action: type: string - issue: *221 - comment: &651 + issue: *220 + comment: &650 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -25957,7 +26009,7 @@ paths: issue_url: type: string format: uri - author_association: *222 + author_association: *221 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -25968,9 +26020,9 @@ paths: actors within GitHub. type: object nullable: true - properties: *218 - required: *219 - reactions: *223 + properties: *217 + required: *218 + reactions: *222 required: - id - node_id @@ -26143,8 +26195,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true allow_forking: type: boolean @@ -26233,7 +26285,7 @@ paths: type: string number: type: integer - pull_request: &226 + pull_request: &225 title: Pull Request Minimal type: object properties: @@ -26304,10 +26356,10 @@ paths: assignees: type: array items: *4 - label: *220 + label: *219 labels: type: array - items: *220 + items: *219 required: - action - number @@ -26317,7 +26369,7 @@ paths: properties: action: type: string - pull_request: *226 + pull_request: *225 comment: type: object properties: @@ -26568,7 +26620,7 @@ paths: - pull_request updated_at: type: string - pull_request: *226 + pull_request: *225 required: - action - review @@ -26617,7 +26669,7 @@ paths: updated_at: type: string format: date-time - reactions: *223 + reactions: *222 required: - action - comment @@ -26628,7 +26680,7 @@ paths: type: string release: allOf: - - &710 + - &709 title: Release description: A release. type: object @@ -26699,7 +26751,7 @@ paths: author: *4 assets: type: array - items: &711 + items: &710 title: Release Asset description: Data related to a release. type: object @@ -26774,7 +26826,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *223 + reactions: *222 required: - assets_url - upload_url @@ -26947,7 +26999,7 @@ paths: _links: type: object properties: - timeline: &227 + timeline: &226 title: Link With Type description: Hypermedia Link with Type type: object @@ -26959,17 +27011,17 @@ paths: required: - href - type - user: *227 - security_advisories: *227 - current_user: *227 - current_user_public: *227 - current_user_actor: *227 - current_user_organization: *227 + user: *226 + security_advisories: *226 + current_user: *226 + current_user_public: *226 + current_user_actor: *226 + current_user_organization: *226 current_user_organizations: type: array - items: *227 - repository_discussions: *227 - repository_discussions_category: *227 + items: *226 + repository_discussions: *226 + repository_discussions_category: *226 required: - timeline - user @@ -27031,7 +27083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *228 + - *227 - *17 - *19 responses: @@ -27041,7 +27093,7 @@ paths: application/json: schema: type: array - items: &229 + items: &228 title: Base Gist description: Base Gist type: object @@ -27140,7 +27192,7 @@ paths: - created_at - updated_at examples: - default: &230 + default: &229 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -27261,7 +27313,7 @@ paths: description: Response content: application/json: - schema: &231 + schema: &230 title: Gist Simple description: Gist Simple type: object @@ -27278,7 +27330,7 @@ paths: url: type: string format: uri - user: &799 + user: &798 title: Public User description: Public User type: object @@ -27640,7 +27692,7 @@ paths: truncated: type: boolean examples: - default: &232 + default: &231 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -27744,7 +27796,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *228 + - *227 - *17 - *19 responses: @@ -27754,9 +27806,9 @@ paths: application/json: schema: type: array - items: *229 + items: *228 examples: - default: *230 + default: *229 headers: Link: *47 '422': *15 @@ -27778,7 +27830,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *228 + - *227 - *17 - *19 responses: @@ -27788,9 +27840,9 @@ paths: application/json: schema: type: array - items: *229 + items: *228 examples: - default: *230 + default: *229 headers: Link: *47 '401': *25 @@ -27818,7 +27870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &233 + - &232 name: gist_id description: The unique identifier of the gist. in: path @@ -27830,10 +27882,10 @@ paths: description: Response content: application/json: - schema: *231 + schema: *230 examples: - default: *232 - '403': &236 + default: *231 + '403': &235 description: Forbidden Gist content: application/json: @@ -27881,7 +27933,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *233 + - *232 requestBody: required: true content: @@ -27941,9 +27993,9 @@ paths: description: Response content: application/json: - schema: *231 + schema: *230 examples: - updateGist: *232 + updateGist: *231 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -28101,7 +28153,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *233 + - *232 responses: '204': description: Response @@ -28130,7 +28182,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *233 + - *232 - *17 - *19 responses: @@ -28140,7 +28192,7 @@ paths: application/json: schema: type: array - items: &234 + items: &233 title: Gist Comment description: A comment made to a gist. type: object @@ -28175,7 +28227,7 @@ paths: type: string format: date-time example: '2011-04-18T23:23:56Z' - author_association: *222 + author_association: *221 required: - url - id @@ -28240,7 +28292,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *233 + - *232 requestBody: required: true content: @@ -28265,9 +28317,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *233 examples: - default: &235 + default: &234 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -28325,8 +28377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *233 - - &237 + - *232 + - &236 name: comment_id description: The unique identifier of the comment. in: path @@ -28339,12 +28391,12 @@ paths: description: Response content: application/json: - schema: *234 + schema: *233 examples: - default: *235 + default: *234 '304': *37 '404': *6 - '403': *236 + '403': *235 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -28366,8 +28418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *233 - - *237 + - *232 + - *236 requestBody: required: true content: @@ -28392,9 +28444,9 @@ paths: description: Response content: application/json: - schema: *234 + schema: *233 examples: - default: *235 + default: *234 '404': *6 x-github: githubCloudOnly: false @@ -28411,8 +28463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *233 - - *237 + - *232 + - *236 responses: '204': description: Response @@ -28435,7 +28487,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *233 + - *232 - *17 - *19 responses: @@ -28536,7 +28588,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *233 + - *232 - *17 - *19 responses: @@ -28546,7 +28598,7 @@ paths: application/json: schema: type: array - items: *231 + items: *230 examples: default: value: @@ -28611,13 +28663,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *233 + - *232 responses: '201': description: Response content: application/json: - schema: *229 + schema: *228 examples: default: value: @@ -28688,7 +28740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *233 + - *232 responses: '204': description: Response if gist is starred @@ -28718,7 +28770,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *233 + - *232 responses: '204': description: Response @@ -28740,7 +28792,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *233 + - *232 responses: '204': description: Response @@ -28769,7 +28821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *233 + - *232 - name: sha in: path required: true @@ -28780,9 +28832,9 @@ paths: description: Response content: application/json: - schema: *231 + schema: *230 examples: - default: *232 + default: *231 '422': *15 '404': *6 '403': *29 @@ -28941,7 +28993,9 @@ paths: type: integer repositories: type: array - items: *78 + items: + allOf: + - *78 repository_selection: type: string example: selected @@ -29148,7 +29202,7 @@ paths: - closed - all default: open - - &374 + - &373 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -29167,7 +29221,7 @@ paths: - comments default: created - *110 - - *228 + - *227 - name: collab in: query required: false @@ -29197,9 +29251,9 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: &375 + default: &374 value: - id: 1 node_id: MDU6SXNzdWUx @@ -29482,8 +29536,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 examples: default: value: @@ -29768,7 +29822,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &238 + X-CommonMarker-Version: &237 example: 0.17.4 schema: type: string @@ -29823,7 +29877,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *238 + X-CommonMarker-Version: *237 content: text/html: schema: @@ -29852,7 +29906,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: - - &241 + - &240 name: account_id description: account_id parameter in: path @@ -29864,7 +29918,7 @@ paths: description: Response content: application/json: - schema: &240 + schema: &239 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -29894,7 +29948,7 @@ paths: nullable: true id: type: integer - plan: &239 + plan: &238 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -29983,7 +30037,7 @@ paths: nullable: true updated_at: type: string - plan: *239 + plan: *238 required: - url - id @@ -29991,7 +30045,7 @@ paths: - login - marketplace_purchase examples: - default: &242 + default: &241 value: url: https://api.github.com/orgs/github type: Organization @@ -30076,9 +30130,9 @@ paths: application/json: schema: type: array - items: *239 + items: *238 examples: - default: &243 + default: &242 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -30118,14 +30172,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &244 + - &243 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &245 + - &244 name: sort description: The property to sort the results by. in: query @@ -30155,9 +30209,9 @@ paths: application/json: schema: type: array - items: *240 + items: *239 examples: - default: &246 + default: &245 value: - url: https://api.github.com/orgs/github type: Organization @@ -30231,15 +30285,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: - - *241 + - *240 responses: '200': description: Response content: application/json: - schema: *240 + schema: *239 examples: - default: *242 + default: *241 '404': description: Not Found when the account has not purchased the listing '401': *25 @@ -30271,9 +30325,9 @@ paths: application/json: schema: type: array - items: *239 + items: *238 examples: - default: *243 + default: *242 headers: Link: *47 '401': *25 @@ -30296,8 +30350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: + - *243 - *244 - - *245 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -30317,9 +30371,9 @@ paths: application/json: schema: type: array - items: *240 + items: *239 examples: - default: *246 + default: *245 headers: Link: *47 '401': *25 @@ -30583,14 +30637,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: - - &457 + - &456 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &458 + - &457 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -30607,7 +30661,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -30652,7 +30706,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &463 + '301': &462 description: Moved permanently content: application/json: @@ -30674,7 +30728,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &684 + - &683 name: all description: If `true`, show notifications marked as read. in: query @@ -30682,7 +30736,7 @@ paths: schema: type: boolean default: false - - &685 + - &684 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -30691,8 +30745,8 @@ paths: schema: type: boolean default: false - - *228 - - &686 + - *227 + - &685 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: @@ -30717,18 +30771,18 @@ paths: application/json: schema: type: array - items: &248 + items: &247 title: Thread description: Thread type: object properties: id: type: string - repository: &284 + repository: &283 title: Minimal Repository description: Minimal Repository type: object - properties: &344 + properties: &343 id: type: integer format: int64 @@ -31005,7 +31059,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &420 + security_and_analysis: &419 nullable: true type: object properties: @@ -31087,7 +31141,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &345 + required: &344 - archive_url - assignees_url - blobs_url @@ -31175,7 +31229,7 @@ paths: - url - subscription_url examples: - default: &687 + default: &686 value: - id: '1' repository: @@ -31341,7 +31395,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &249 + - &248 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 @@ -31355,7 +31409,7 @@ paths: description: Response content: application/json: - schema: *248 + schema: *247 examples: default: value: @@ -31458,7 +31512,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *249 + - *248 responses: '205': description: Reset Content @@ -31481,7 +31535,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *249 + - *248 responses: '204': description: No content @@ -31504,13 +31558,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: - - *249 + - *248 responses: '200': description: Response content: application/json: - schema: &250 + schema: &249 title: Thread Subscription description: Thread Subscription type: object @@ -31547,7 +31601,7 @@ paths: - url - subscribed examples: - default: &251 + default: &250 value: subscribed: true ignored: false @@ -31578,7 +31632,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *249 + - *248 requestBody: required: false content: @@ -31599,9 +31653,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *249 examples: - default: *251 + default: *250 '304': *37 '403': *29 '401': *25 @@ -31624,7 +31678,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *249 + - *248 responses: '204': description: Response @@ -31721,7 +31775,7 @@ paths: type: array items: *73 examples: - default: *252 + default: *251 headers: Link: example: ; rel="next" @@ -31772,7 +31826,7 @@ paths: type: integer custom_roles: type: array - items: &328 + items: &327 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -31820,7 +31874,7 @@ paths: - created_at - updated_at examples: - default: &329 + default: &328 value: id: 8030 name: Security Engineer @@ -31873,7 +31927,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &252 title: Actions cache retention limit for an organization description: GitHub Actions cache retention policy for an organization. type: object @@ -31911,7 +31965,7 @@ paths: required: true content: application/json: - schema: *253 + schema: *252 examples: selected_actions: *44 responses: @@ -31946,7 +32000,7 @@ paths: description: Response content: application/json: - schema: &254 + schema: &253 title: Actions cache storage limit for an organization description: GitHub Actions cache storage policy for an organization. type: object @@ -31984,7 +32038,7 @@ paths: required: true content: application/json: - schema: *254 + schema: *253 examples: selected_actions: *46 responses: @@ -32057,8 +32111,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *255 - required: *256 + properties: *254 + required: *255 nullable: true additionalProperties: false examples: @@ -32292,7 +32346,7 @@ paths: type: array items: *156 examples: - default: &693 + default: &692 value: - property_name: environment value: production @@ -32342,7 +32396,7 @@ paths: required: - properties examples: - default: &694 + default: &693 value: properties: - property_name: environment @@ -32389,7 +32443,7 @@ paths: description: Response content: application/json: - schema: &257 + schema: &256 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -32722,7 +32776,7 @@ paths: - updated_at - archived_at examples: - default-response: &258 + default-response: &257 value: login: github id: 1 @@ -33047,17 +33101,17 @@ paths: description: Response content: application/json: - schema: *257 + schema: *256 examples: - default: *258 + default: *257 '422': description: Validation failed content: application/json: schema: oneOf: + - *258 - *259 - - *260 '409': *119 x-github: githubCloudOnly: false @@ -33112,9 +33166,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *260 examples: - default: *262 + default: *261 headers: Link: *47 x-github: @@ -33155,7 +33209,7 @@ paths: type: integer repository_cache_usages: type: array - items: &470 + items: &469 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -33230,7 +33284,7 @@ paths: type: array items: *48 examples: - default: *263 + default: *262 headers: Link: *47 x-github: @@ -33396,7 +33450,7 @@ paths: application/json: schema: *49 examples: - default: *264 + default: *263 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33488,7 +33542,7 @@ paths: application/json: schema: *52 examples: - default: *265 + default: *264 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33607,9 +33661,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *265 examples: - default: *267 + default: *266 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33645,7 +33699,7 @@ paths: type: array items: *56 examples: - default: *268 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33763,6 +33817,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. @@ -33833,7 +33896,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &269 + schema: &268 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -33847,7 +33910,7 @@ paths: required: - include_claim_keys examples: - default: &270 + default: &269 value: include_claim_keys: - repo @@ -33874,15 +33937,15 @@ paths: required: true content: application/json: - schema: *269 + schema: *268 examples: - default: *270 + default: *269 responses: '201': description: Empty response content: application/json: - schema: &295 + schema: &294 title: Empty Object description: An object without any properties. type: object @@ -33921,7 +33984,7 @@ paths: schema: type: object properties: - enabled_repositories: &272 + enabled_repositories: &271 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -33935,7 +33998,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *60 - selected_actions_url: *271 + selected_actions_url: *270 sha_pinning_required: *61 required: - enabled_repositories @@ -33977,7 +34040,7 @@ paths: schema: type: object properties: - enabled_repositories: *272 + enabled_repositories: *271 allowed_actions: *60 sha_pinning_required: *61 required: @@ -34013,7 +34076,7 @@ paths: description: Response content: application/json: - schema: *273 + schema: *272 examples: response: summary: Example response @@ -34044,7 +34107,7 @@ paths: required: true content: application/json: - schema: *274 + schema: *273 examples: application/json: value: @@ -34082,7 +34145,7 @@ paths: application/json: schema: *62 examples: - default: *275 + default: *274 '404': *6 x-github: enabledForGitHubApps: true @@ -34139,7 +34202,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *275 examples: default: *63 '403': *29 @@ -34164,7 +34227,7 @@ paths: required: true content: application/json: - schema: *277 + schema: *276 examples: default: *63 responses: @@ -34216,7 +34279,7 @@ paths: type: array items: *78 examples: - default: &279 + default: &278 value: total_count: 1 repositories: @@ -34401,7 +34464,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *87 - - &278 + - &277 name: repository_id description: The unique identifier of the repository. in: path @@ -34430,7 +34493,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *87 - - *278 + - *277 responses: '204': description: Response @@ -34626,7 +34689,7 @@ paths: type: array items: *78 examples: - default: *279 + default: *278 '403': *29 '404': *6 x-github: @@ -34695,7 +34758,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: - *87 - - *278 + - *277 responses: '204': description: No content @@ -34722,7 +34785,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: - *87 - - *278 + - *277 responses: '204': description: No content @@ -34756,7 +34819,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *279 examples: default: *69 x-github: @@ -34790,7 +34853,7 @@ paths: required: false content: application/json: - schema: *281 + schema: *280 examples: default: *69 x-github: @@ -34837,7 +34900,7 @@ paths: type: number runner_groups: type: array - items: &282 + items: &281 type: object properties: id: @@ -35025,9 +35088,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *281 examples: - default: &283 + default: &282 value: id: 2 name: octo-runner-group @@ -35069,7 +35132,7 @@ paths: description: Response content: application/json: - schema: *282 + schema: *281 examples: default: value: @@ -35160,9 +35223,9 @@ paths: description: Response content: application/json: - schema: *282 + schema: *281 examples: - default: *283 + default: *282 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -35226,7 +35289,7 @@ paths: type: array items: *48 examples: - default: *263 + default: *262 headers: Link: *47 x-github: @@ -35267,9 +35330,9 @@ paths: type: number repositories: type: array - items: *284 + items: *283 examples: - default: &802 + default: &801 value: total_count: 1 repositories: @@ -35568,7 +35631,7 @@ paths: parameters: - *87 - *72 - - *278 + - *277 responses: '204': description: Response @@ -35592,7 +35655,7 @@ paths: parameters: - *87 - *72 - - *278 + - *277 responses: '204': description: Response @@ -35810,9 +35873,9 @@ paths: application/json: schema: type: array - items: *285 + items: *284 examples: - default: *286 + default: *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35877,7 +35940,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *287 + '201': *286 '404': *6 '422': *7 '409': *119 @@ -35916,7 +35979,7 @@ paths: application/json: schema: *79 examples: - default: *288 + default: *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35952,7 +36015,7 @@ paths: application/json: schema: *79 examples: - default: *289 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35983,7 +36046,7 @@ paths: application/json: schema: *76 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36158,7 +36221,7 @@ paths: - *87 - *75 responses: - '200': *291 + '200': *290 '404': *6 x-github: githubCloudOnly: false @@ -36187,7 +36250,7 @@ paths: parameters: - *87 - *75 - - *292 + - *291 responses: '200': *81 '404': *6 @@ -36232,7 +36295,7 @@ paths: type: integer secrets: type: array - items: &293 + items: &292 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -36311,7 +36374,7 @@ paths: description: Response content: application/json: - schema: &490 + schema: &489 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -36340,7 +36403,7 @@ paths: - key_id - key examples: - default: &491 + default: &490 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36366,7 +36429,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *87 - - &294 + - &293 name: secret_name description: The name of the secret. in: path @@ -36378,7 +36441,7 @@ paths: description: Response content: application/json: - schema: *293 + schema: *292 examples: default: value: @@ -36409,7 +36472,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -36466,7 +36529,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -36493,7 +36556,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *87 - - *294 + - *293 responses: '204': description: Response @@ -36520,7 +36583,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 - *19 - *17 responses: @@ -36538,9 +36601,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: &298 + default: &297 value: total_count: 1 repositories: @@ -36633,7 +36696,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -36686,7 +36749,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -36720,7 +36783,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -36753,7 +36816,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *87 - - &475 + - &474 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)." @@ -36777,7 +36840,7 @@ paths: type: integer variables: type: array - items: &296 + items: &295 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -36910,7 +36973,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -36936,7 +36999,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *87 - - &297 + - &296 name: name description: The name of the variable. in: path @@ -36948,7 +37011,7 @@ paths: description: Response content: application/json: - schema: *296 + schema: *295 examples: default: value: @@ -36979,7 +37042,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *87 - - *297 + - *296 requestBody: required: true content: @@ -37042,7 +37105,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *87 - - *297 + - *296 responses: '204': description: Response @@ -37069,7 +37132,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *87 - - *297 + - *296 - *19 - *17 responses: @@ -37087,9 +37150,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: *298 + default: *297 '409': description: Response when the visibility of the variable is not set to `selected` @@ -37116,7 +37179,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *87 - - *297 + - *296 requestBody: required: true content: @@ -37166,7 +37229,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *87 - - *297 + - *296 - name: repository_id in: path required: true @@ -37201,7 +37264,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *87 - - *297 + - *296 - name: repository_id in: path required: true @@ -37259,7 +37322,7 @@ paths: required: true content: application/json: - schema: *299 + schema: *298 examples: default: *85 parameters: @@ -37421,7 +37484,7 @@ paths: type: integer deployment_records: type: array - items: &300 + items: &299 title: Artifact Deployment Record description: Artifact Metadata Deployment Record type: object @@ -37465,7 +37528,7 @@ paths: with the deployment record. nullable: true examples: - default: &301 + default: &300 value: total_count: 1 deployment_records: @@ -37638,9 +37701,9 @@ paths: type: integer deployment_records: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37837,9 +37900,9 @@ paths: type: integer deployment_records: type: array - items: *300 + items: *299 examples: - default: *301 + default: *300 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37968,12 +38031,12 @@ paths: required: - subject_digests examples: - default: &832 + default: &831 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &833 + withPredicateType: &832 value: subject_digests: - sha256:abc123 @@ -38031,7 +38094,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &834 + default: &833 value: attestations_subject_digests: - sha256:abc: @@ -38380,7 +38443,7 @@ paths: initiator: type: string examples: - default: &504 + default: &503 value: attestations: - bundle: @@ -38506,10 +38569,10 @@ paths: required: false schema: type: string + - *301 - *302 - *303 - *304 - - *305 - *17 responses: '200': @@ -38518,9 +38581,9 @@ paths: application/json: schema: type: array - items: *306 + items: *305 examples: - default: *307 + default: *306 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -38549,7 +38612,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -38643,7 +38706,7 @@ paths: subcategory: bypass-requests parameters: - *87 - - &310 + - &309 name: repository_name description: The name of the repository to filter on. in: query @@ -38662,9 +38725,9 @@ paths: application/json: schema: type: array - items: *308 + items: *307 examples: - default: *309 + default: *308 '404': *6 '500': *40 "/orgs/{org}/bypass-requests/secret-scanning": @@ -38688,7 +38751,7 @@ paths: subcategory: delegated-bypass parameters: - *87 - - *310 + - *309 - *103 - *104 - *105 @@ -38702,9 +38765,9 @@ paths: application/json: schema: type: array - items: *311 + items: *310 examples: - default: *312 + default: *311 '404': *6 '500': *40 "/orgs/{org}/campaigns": @@ -38731,7 +38794,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &314 + schema: &313 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -38757,7 +38820,7 @@ paths: application/json: schema: type: array - items: &315 + items: &314 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -38788,7 +38851,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *313 + items: *312 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -38806,7 +38869,7 @@ paths: type: string format: date-time nullable: true - state: *314 + state: *313 contact_link: description: The contact link of the campaign. type: string @@ -39026,9 +39089,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *314 examples: - default: &316 + default: &315 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -39111,9 +39174,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *314 examples: - default: *316 + default: *315 '404': *6 '422': description: Unprocessable Entity @@ -39190,7 +39253,7 @@ paths: type: string format: uri nullable: true - state: *314 + state: *313 examples: default: value: @@ -39200,9 +39263,9 @@ paths: description: Response content: application/json: - schema: *315 + schema: *314 examples: - default: *316 + default: *315 '400': description: Bad Request content: @@ -39269,8 +39332,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *87 + - *316 - *317 - - *318 - *108 - *109 - *19 @@ -39281,7 +39344,7 @@ paths: be returned. in: query required: false - schema: *319 + schema: *318 - name: sort description: The property by which to sort the results. in: query @@ -39297,7 +39360,7 @@ paths: be returned. in: query required: false - schema: &530 + schema: &529 type: string description: Severity of a code scanning alert. enum: @@ -39323,9 +39386,9 @@ paths: application/json: schema: type: array - items: *320 + items: *319 examples: - default: *321 + default: *320 headers: Link: *47 '404': *6 @@ -39683,7 +39746,7 @@ paths: application/json: schema: *114 examples: - default: *322 + default: *321 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39711,9 +39774,9 @@ paths: description: Response content: application/json: - schema: *323 + schema: *322 examples: - default: *324 + default: *323 '304': *37 '403': *29 '404': *6 @@ -39800,7 +39863,7 @@ paths: application/json: schema: *114 examples: - default: *322 + default: *321 '304': *37 '403': *29 '404': *6 @@ -40223,7 +40286,7 @@ paths: default: value: default_for_new_repos: all - configuration: *322 + configuration: *321 '403': *29 '404': *6 x-github: @@ -40276,13 +40339,13 @@ paths: application/json: schema: type: array - items: *325 + items: *324 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *326 + repository: *325 '403': *29 '404': *6 x-github: @@ -40322,7 +40385,7 @@ paths: type: integer codespaces: type: array - items: &376 + items: &375 type: object title: Codespace description: A codespace. @@ -40347,12 +40410,12 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *284 + repository: *283 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &562 + properties: &561 name: type: string description: The name of the machine. @@ -40394,7 +40457,7 @@ paths: - ready - in_progress nullable: true - required: &563 + required: &562 - name - display_name - operating_system @@ -40599,7 +40662,7 @@ paths: - pulls_url - recent_folders examples: - default: &377 + default: &376 value: total_count: 3 codespaces: @@ -41223,7 +41286,7 @@ paths: type: integer secrets: type: array - items: &327 + items: &326 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -41262,7 +41325,7 @@ paths: - updated_at - visibility examples: - default: &564 + default: &563 value: total_count: 2 secrets: @@ -41300,7 +41363,7 @@ paths: description: Response content: application/json: - schema: &565 + schema: &564 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -41329,7 +41392,7 @@ paths: - key_id - key examples: - default: &566 + default: &565 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41353,15 +41416,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *87 - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *327 + schema: *326 examples: - default: &568 + default: &567 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -41389,7 +41452,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -41444,7 +41507,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -41471,7 +41534,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *87 - - *294 + - *293 responses: '204': description: Response @@ -41497,7 +41560,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 - *19 - *17 responses: @@ -41515,9 +41578,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: *298 + default: *297 '404': *6 x-github: githubCloudOnly: false @@ -41540,7 +41603,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -41591,7 +41654,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -41625,7 +41688,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -42214,13 +42277,13 @@ paths: application/json: schema: type: array - items: *208 + items: *207 examples: - default: *209 + default: *208 '500': *40 '403': *29 '404': *6 - '422': *210 + '422': *209 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42582,7 +42645,7 @@ paths: type: integer custom_roles: type: array - items: *328 + items: *327 examples: default: value: @@ -42674,7 +42737,7 @@ paths: required: true content: application/json: - schema: &330 + schema: &329 type: object properties: name: @@ -42715,9 +42778,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '422': *15 '404': *6 x-github: @@ -42748,9 +42811,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '404': *6 x-github: githubCloudOnly: true @@ -42778,7 +42841,7 @@ paths: required: true content: application/json: - schema: &331 + schema: &330 type: object properties: name: @@ -42816,9 +42879,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '422': *15 '404': *6 x-github: @@ -42876,7 +42939,7 @@ paths: required: true content: application/json: - schema: *330 + schema: *329 examples: default: value: @@ -42890,9 +42953,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '422': *15 '404': *6 x-github: @@ -42929,9 +42992,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '404': *6 x-github: githubCloudOnly: true @@ -42965,7 +43028,7 @@ paths: required: true content: application/json: - schema: *331 + schema: *330 examples: default: value: @@ -42980,9 +43043,9 @@ paths: description: Response content: application/json: - schema: *328 + schema: *327 examples: - default: *329 + default: *328 '422': *15 '404': *6 x-github: @@ -43042,11 +43105,11 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *87 + - *331 - *332 - *333 - *334 - *335 - - *336 - name: artifact_registry_url in: query description: A comma-separated list of artifact registry URLs. If specified, @@ -43084,8 +43147,8 @@ paths: Can be: `critical-resource`, `internet-exposed`, `sensitive-data`, `lateral-movement` schema: type: string + - *336 - *337 - - *338 - *110 - *108 - *109 @@ -43097,9 +43160,9 @@ paths: application/json: schema: type: array - items: *339 + items: *338 examples: - default: *340 + default: *339 '304': *37 '400': *14 '403': *29 @@ -43143,7 +43206,7 @@ paths: type: integer secrets: type: array - items: &341 + items: &340 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -43220,7 +43283,7 @@ paths: description: Response content: application/json: - schema: &597 + schema: &596 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -43237,7 +43300,7 @@ paths: - key_id - key examples: - default: &598 + default: &597 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -43261,13 +43324,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *87 - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *341 + schema: *340 examples: default: value: @@ -43296,7 +43359,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -43355,7 +43418,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -43380,7 +43443,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *87 - - *294 + - *293 responses: '204': description: Response @@ -43405,7 +43468,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 - *19 - *17 responses: @@ -43423,9 +43486,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: *298 + default: *297 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -43447,7 +43510,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -43498,7 +43561,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -43530,7 +43593,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *87 - - *294 + - *293 - name: repository_id in: path required: true @@ -43567,7 +43630,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &606 + - &605 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -43575,7 +43638,7 @@ paths: required: false schema: type: string - - &607 + - &606 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -43583,7 +43646,7 @@ paths: required: false schema: type: string - - &608 + - &607 name: time_period description: |- The time period to filter by. @@ -43599,7 +43662,7 @@ paths: - week - month default: month - - &609 + - &608 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -43614,7 +43677,7 @@ paths: - denied - all default: all - - *310 + - *309 - *17 - *19 responses: @@ -43624,7 +43687,7 @@ paths: application/json: schema: type: array - items: &610 + items: &609 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -43730,7 +43793,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &342 + items: &341 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -43780,7 +43843,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &611 + default: &610 value: - id: 21 number: 42 @@ -43868,11 +43931,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - *310 + - *309 - *103 - *104 - *105 - - &343 + - &342 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -43898,7 +43961,7 @@ paths: application/json: schema: type: array - items: &612 + items: &611 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -44004,7 +44067,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *342 + items: *341 url: type: string format: uri @@ -44015,7 +44078,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &613 + default: &612 value: - id: 21 number: 42 @@ -44103,11 +44166,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - *310 + - *309 - *103 - *104 - *105 - - *343 + - *342 - *17 - *19 responses: @@ -44117,7 +44180,7 @@ paths: application/json: schema: type: array - items: &614 + items: &613 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -44238,7 +44301,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &615 + default: &614 value: - id: 21 number: 42 @@ -44326,7 +44389,7 @@ paths: application/json: schema: type: array - items: &387 + items: &386 title: Package description: A software package type: object @@ -44376,8 +44439,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *344 - required: *345 + properties: *343 + required: *344 nullable: true created_at: type: string @@ -44396,7 +44459,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &387 value: - id: 197 name: hello_docker @@ -44484,7 +44547,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: 200-response: value: @@ -44583,7 +44646,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &453 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -44664,7 +44727,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &455 + default: &454 value: group_id: '123' group_name: Octocat admins @@ -44719,7 +44782,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &451 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -44756,7 +44819,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &453 + default: &452 value: groups: - group_id: '123' @@ -44800,7 +44863,7 @@ paths: application/json: schema: type: array - items: &368 + items: &367 title: Organization Invitation description: Organization Invitation type: object @@ -44847,7 +44910,7 @@ paths: - invitation_teams_url - node_id examples: - default: &369 + default: &368 value: - id: 1 login: monalisa @@ -44914,7 +44977,7 @@ paths: application/json: schema: type: array - items: &421 + items: &420 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -44928,7 +44991,7 @@ paths: - name - description examples: - default: &422 + default: &421 value: - name: add_assignee description: Assign or remove a user @@ -44969,7 +45032,7 @@ paths: application/json: schema: type: array - items: &346 + items: &345 title: Org Hook description: Org Hook type: object @@ -45138,9 +45201,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *345 examples: - default: &347 + default: &346 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -45185,7 +45248,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *87 - - &348 + - &347 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. @@ -45198,9 +45261,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *345 examples: - default: *347 + default: *346 '404': *6 x-github: githubCloudOnly: false @@ -45222,7 +45285,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *87 - - *348 + - *347 requestBody: required: false content: @@ -45267,7 +45330,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *345 examples: default: value: @@ -45307,7 +45370,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *87 - - *348 + - *347 responses: '204': description: Response @@ -45333,7 +45396,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *87 - - *348 + - *347 responses: '200': description: Response @@ -45362,7 +45425,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *87 - - *348 + - *347 requestBody: required: false content: @@ -45411,9 +45474,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *87 - - *348 + - *347 - *17 - - *349 + - *348 responses: '200': description: Response @@ -45421,9 +45484,9 @@ paths: application/json: schema: type: array - items: *350 + items: *349 examples: - default: *351 + default: *350 '400': *14 '422': *15 x-github: @@ -45447,16 +45510,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *87 - - *348 + - *347 - *16 responses: '200': description: Response content: application/json: - schema: *352 + schema: *351 examples: - default: *353 + default: *352 '400': *14 '422': *15 x-github: @@ -45480,7 +45543,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *87 - - *348 + - *347 - *16 responses: '202': *39 @@ -45507,7 +45570,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *87 - - *348 + - *347 responses: '204': description: Response @@ -45530,7 +45593,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *87 - - &358 + - &357 name: actor_type in: path description: The type of the actor @@ -45543,14 +45606,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &359 + - &358 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &354 + - &353 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`.' @@ -45558,7 +45621,7 @@ paths: required: true schema: type: string - - &355 + - &354 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) @@ -45652,12 +45715,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *87 + - *353 - *354 - - *355 - *19 - *17 - *110 - - &364 + - &363 name: sort description: The property to sort the results by. in: query @@ -45736,14 +45799,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *87 + - *353 - *354 - - *355 responses: '200': description: Response content: application/json: - schema: &356 + schema: &355 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -45759,7 +45822,7 @@ paths: type: integer format: int64 examples: - default: &357 + default: &356 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -45780,23 +45843,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *87 - - &360 + - &359 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string + - *353 - *354 - - *355 responses: '200': description: Response content: application/json: - schema: *356 + schema: *355 examples: - default: *357 + default: *356 x-github: enabledForGitHubApps: true category: orgs @@ -45815,18 +45878,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *87 + - *353 - *354 - - *355 + - *357 - *358 - - *359 responses: '200': description: Response content: application/json: - schema: *356 + schema: *355 examples: - default: *357 + default: *356 x-github: enabledForGitHubApps: true category: orgs @@ -45844,9 +45907,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *87 + - *353 - *354 - - *355 - - &361 + - &360 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -45859,7 +45922,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &361 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -45875,7 +45938,7 @@ paths: type: integer format: int64 examples: - default: &363 + default: &362 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -45912,18 +45975,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *87 - - *360 + - *359 + - *353 - *354 - - *355 - - *361 + - *360 responses: '200': description: Response content: application/json: - schema: *362 + schema: *361 examples: - default: *363 + default: *362 x-github: enabledForGitHubApps: true category: orgs @@ -45941,19 +46004,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *87 + - *357 - *358 - - *359 + - *353 - *354 - - *355 - - *361 + - *360 responses: '200': description: Response content: application/json: - schema: *362 + schema: *361 examples: - default: *363 + default: *362 x-github: enabledForGitHubApps: true category: orgs @@ -45971,13 +46034,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *87 - - *360 + - *359 + - *353 - *354 - - *355 - *19 - *17 - *110 - - *364 + - *363 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -46058,7 +46121,7 @@ paths: application/json: schema: *22 examples: - default: &646 + default: &645 value: id: 1 account: @@ -46224,12 +46287,12 @@ paths: application/json: schema: anyOf: - - &366 + - &365 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &365 + limit: &364 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -46254,7 +46317,7 @@ paths: properties: {} additionalProperties: false examples: - default: &367 + default: &366 value: limit: collaborators_only origin: organization @@ -46283,13 +46346,13 @@ paths: required: true content: application/json: - schema: &647 + schema: &646 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *365 + limit: *364 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -46313,9 +46376,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: - default: *367 + default: *366 '422': *15 x-github: githubCloudOnly: false @@ -46393,9 +46456,9 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: - default: *369 + default: *368 headers: Link: *47 '404': *6 @@ -46473,7 +46536,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *367 examples: default: value: @@ -46530,7 +46593,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *87 - - &370 + - &369 name: invitation_id description: The unique identifier of the invitation. in: path @@ -46564,7 +46627,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *87 - - *370 + - *369 - *17 - *19 responses: @@ -46574,9 +46637,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: &386 + default: &385 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -46619,7 +46682,7 @@ paths: application/json: schema: type: array - items: *371 + items: *370 examples: default: value: @@ -46704,9 +46767,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *370 examples: - default: &372 + default: &371 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -46739,7 +46802,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *87 - - &373 + - &372 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -46792,9 +46855,9 @@ paths: description: Response content: application/json: - schema: *371 + schema: *370 examples: - default: *372 + default: *371 '404': *6 '422': *7 x-github: @@ -46819,7 +46882,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *87 - - *373 + - *372 responses: '204': description: Response @@ -46882,7 +46945,7 @@ paths: - closed - all default: open - - *374 + - *373 - name: type description: Can be the name of an issue type. in: query @@ -46901,7 +46964,7 @@ paths: - comments default: created - *110 - - *228 + - *227 - *17 - *19 responses: @@ -46911,9 +46974,9 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: *375 + default: *374 headers: Link: *47 '404': *6 @@ -46973,7 +47036,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 '422': *15 @@ -47072,9 +47135,9 @@ paths: type: integer codespaces: type: array - items: *376 + items: *375 examples: - default: *377 + default: *376 '304': *37 '500': *40 '401': *25 @@ -47101,7 +47164,7 @@ paths: parameters: - *87 - *143 - - &378 + - &377 name: codespace_name in: path required: true @@ -47136,15 +47199,15 @@ paths: parameters: - *87 - *143 - - *378 + - *377 responses: '200': description: Response content: application/json: - schema: *376 + schema: *375 examples: - default: &561 + default: &560 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -47400,7 +47463,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &378 title: Org Membership description: Org Membership type: object @@ -47467,7 +47530,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &380 + response-if-user-has-an-active-admin-membership-with-organization: &379 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -47568,9 +47631,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *378 examples: - response-if-user-already-had-membership-with-organization: *380 + response-if-user-already-had-membership-with-organization: *379 '422': *15 '403': *29 x-github: @@ -47641,7 +47704,7 @@ paths: application/json: schema: type: array - items: &381 + items: &380 title: Migration description: A migration. type: object @@ -47970,7 +48033,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *380 examples: default: value: @@ -48149,7 +48212,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *87 - - &382 + - &381 name: migration_id description: The unique identifier of the migration. in: path @@ -48176,7 +48239,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *381 + schema: *380 examples: default: value: @@ -48346,7 +48409,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *87 - - *382 + - *381 responses: '302': description: Response @@ -48368,7 +48431,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *87 - - *382 + - *381 responses: '204': description: Response @@ -48392,8 +48455,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *87 - - *382 - - &815 + - *381 + - &814 name: repo_name description: repo_name parameter in: path @@ -48421,7 +48484,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *87 - - *382 + - *381 - *17 - *19 responses: @@ -48431,9 +48494,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: &393 + default: &392 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -48642,7 +48705,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &383 + items: &382 title: Organization Role description: Organization roles type: object @@ -48849,7 +48912,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *382 examples: default: value: @@ -48901,7 +48964,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *87 - - *216 + - *215 responses: '204': description: Response @@ -48927,7 +48990,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *87 - - *216 + - *215 - *142 responses: '204': @@ -48958,7 +49021,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *87 - - *216 + - *215 - *142 responses: '204': @@ -49079,7 +49142,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *382 examples: default: value: @@ -49176,7 +49239,7 @@ paths: description: Response content: application/json: - schema: *383 + schema: *382 examples: default: value: @@ -49334,8 +49397,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *384 - required: *385 + properties: *383 + required: *384 nullable: true type: description: The ownership type of the team @@ -49367,7 +49430,7 @@ paths: - type - parent examples: - default: *386 + default: *385 headers: Link: *47 '404': @@ -49425,13 +49488,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &442 + items: &441 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *384 - required: *385 + properties: *383 + required: *384 name: nullable: true type: string @@ -49526,7 +49589,7 @@ paths: - type - url examples: - default: *213 + default: *212 headers: Link: *47 '404': @@ -49577,7 +49640,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -49719,7 +49782,7 @@ paths: - nuget - container - *87 - - &816 + - &815 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -49755,12 +49818,12 @@ paths: application/json: schema: type: array - items: *387 + items: *386 examples: - default: *388 + default: *387 '403': *29 '401': *25 - '400': &818 + '400': &817 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -49782,7 +49845,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &389 + - &388 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 @@ -49800,7 +49863,7 @@ paths: - docker - nuget - container - - &390 + - &389 name: package_name description: The name of the package. in: path @@ -49813,7 +49876,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *386 examples: default: value: @@ -49865,8 +49928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: + - *388 - *389 - - *390 - *87 responses: '204': @@ -49899,8 +49962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: + - *388 - *389 - - *390 - *87 - name: token description: package token @@ -49933,8 +49996,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: + - *388 - *389 - - *390 - *87 - *19 - *17 @@ -49955,7 +50018,7 @@ paths: application/json: schema: type: array - items: &391 + items: &390 title: Package Version description: A version of a software package type: object @@ -50080,10 +50143,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: + - *388 - *389 - - *390 - *87 - - &392 + - &391 name: package_version_id description: Unique identifier of the package version. in: path @@ -50095,7 +50158,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *390 examples: default: value: @@ -50131,10 +50194,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: + - *388 - *389 - - *390 - *87 - - *392 + - *391 responses: '204': description: Response @@ -50166,10 +50229,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: + - *388 - *389 - - *390 - *87 - - *392 + - *391 responses: '204': description: Response @@ -50199,7 +50262,7 @@ paths: - *87 - *17 - *19 - - &394 + - &393 name: sort description: The property by which to sort the results. in: query @@ -50210,7 +50273,7 @@ paths: - created_at default: created_at - *110 - - &395 + - &394 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -50221,7 +50284,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &396 + - &395 name: repository description: The name of the repository to use to filter the results. in: query @@ -50229,7 +50292,7 @@ paths: schema: type: string example: Hello-World - - &397 + - &396 name: permission description: The permission to use to filter the results. in: query @@ -50237,7 +50300,7 @@ paths: schema: type: string example: issues_read - - &398 + - &397 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) @@ -50247,7 +50310,7 @@ paths: schema: type: string format: date-time - - &399 + - &398 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) @@ -50257,7 +50320,7 @@ paths: schema: type: string format: date-time - - &400 + - &399 name: token_id description: The ID of the token in: query @@ -50568,9 +50631,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -50596,14 +50659,14 @@ paths: - *87 - *17 - *19 - - *394 + - *393 - *110 + - *394 - *395 - *396 - *397 - *398 - *399 - - *400 responses: '500': *40 '422': *15 @@ -50883,9 +50946,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -50927,7 +50990,7 @@ paths: type: integer configurations: type: array - items: &401 + items: &400 title: Organization private registry description: Private registry configuration for an organization type: object @@ -51217,7 +51280,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &402 + org-private-registry-with-selected-visibility: &401 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -51307,15 +51370,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *87 - - *294 + - *293 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *401 + schema: *400 examples: - default: *402 + default: *401 '404': *6 x-github: githubCloudOnly: false @@ -51337,7 +51400,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *87 - - *294 + - *293 requestBody: required: true content: @@ -51442,7 +51505,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *87 - - *294 + - *293 responses: '204': description: Response @@ -51482,7 +51545,7 @@ paths: application/json: schema: type: array - items: &403 + items: &402 title: Projects v2 Project description: A projects v2 project type: object @@ -51552,7 +51615,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &907 + properties: &906 id: type: number description: The unique identifier of the status update. @@ -51600,7 +51663,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &908 + required: &907 - id - node_id - created_at @@ -51625,7 +51688,7 @@ paths: - deleted_at - deleted_by examples: - default: &404 + default: &403 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -51728,7 +51791,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &405 + - &404 name: project_number description: The project's number. in: path @@ -51741,9 +51804,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *402 examples: - default: *404 + default: *403 headers: Link: *47 '304': *37 @@ -51766,7 +51829,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *87 - - *405 + - *404 requestBody: required: true description: Details of the draft item to create in the project. @@ -51800,7 +51863,7 @@ paths: description: Response content: application/json: - schema: &411 + schema: &410 title: Projects v2 Item description: An item belonging to a project type: object @@ -51813,8 +51876,8 @@ paths: description: The node ID of the project item. content: oneOf: - - *221 - - &578 + - *220 + - &577 title: Pull Request Simple description: Pull Request Simple type: object @@ -51920,8 +51983,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *405 + required: *406 nullable: true active_lock_reason: type: string @@ -51966,7 +52029,7 @@ paths: nullable: true requested_teams: type: array - items: *313 + items: *312 nullable: true head: type: object @@ -52017,7 +52080,7 @@ paths: _links: type: object properties: - comments: &408 + comments: &407 title: Link description: Hypermedia Link type: object @@ -52026,13 +52089,13 @@ paths: type: string required: - href - commits: *408 - statuses: *408 - html: *408 - issue: *408 - review_comments: *408 - review_comment: *408 - self: *408 + commits: *407 + statuses: *407 + html: *407 + issue: *407 + review_comments: *407 + review_comment: *407 + self: *407 required: - comments - commits @@ -52042,8 +52105,8 @@ paths: - review_comments - review_comment - self - author_association: *222 - auto_merge: &696 + author_association: *221 + auto_merge: &695 title: Auto merge description: The status of auto merging a pull request. type: object @@ -52145,7 +52208,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &410 + content_type: &409 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -52185,7 +52248,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &412 + draft_issue: &411 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -52259,7 +52322,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *405 + - *404 - *87 - *17 - *108 @@ -52271,7 +52334,7 @@ paths: application/json: schema: type: array - items: &409 + items: &408 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -52418,7 +52481,7 @@ paths: - updated_at - project_url examples: - default: &837 + default: &836 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52548,7 +52611,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: - - *405 + - *404 - *87 requestBody: required: true @@ -52595,7 +52658,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &838 + items: &837 type: object properties: name: @@ -52631,7 +52694,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &839 + iteration_configuration: &838 type: object description: The configuration for iteration fields. properties: @@ -52680,7 +52743,7 @@ paths: value: name: Due date data_type: date - single_select_field: &840 + single_select_field: &839 summary: Create a single select field value: name: Priority @@ -52707,7 +52770,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &841 + iteration_field: &840 summary: Create an iteration field value: name: Sprint @@ -52731,9 +52794,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *409 + schema: *408 examples: - text_field: &842 + text_field: &841 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -52742,7 +52805,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: &843 + number_field: &842 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -52751,7 +52814,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: &844 + date_field: &843 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -52760,7 +52823,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: &845 + single_select_field: &844 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52794,7 +52857,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &846 + iteration_field: &845 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -52839,8 +52902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *405 - - &847 + - *404 + - &846 name: field_id description: The unique identifier of the field. in: path @@ -52853,9 +52916,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *408 examples: - default: &848 + default: &847 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -52911,7 +52974,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: - - *405 + - *404 - *87 - 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) @@ -52944,7 +53007,7 @@ paths: application/json: schema: type: array - items: &413 + items: &412 title: Projects v2 Item description: An item belonging to a project type: object @@ -52960,7 +53023,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *410 + content_type: *409 content: type: object additionalProperties: true @@ -53003,7 +53066,7 @@ paths: - updated_at - archived_at examples: - default: &414 + default: &413 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -53700,7 +53763,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *87 - - *405 + - *404 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -53770,22 +53833,22 @@ paths: description: Response content: application/json: - schema: *411 + schema: *410 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *412 + value: *411 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *412 + value: *411 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *412 + value: *411 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *412 + value: *411 '304': *37 '403': *29 '401': *25 @@ -53805,9 +53868,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: - - *405 + - *404 - *87 - - &415 + - &414 name: item_id description: The unique identifier of the project item. in: path @@ -53833,9 +53896,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *412 examples: - default: *414 + default: *413 headers: Link: *47 '304': *37 @@ -53856,9 +53919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *405 + - *404 - *87 - - *415 + - *414 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -53928,13 +53991,13 @@ paths: description: Response content: application/json: - schema: *413 + schema: *412 examples: - text_field: *414 - number_field: *414 - date_field: *414 - single_select_field: *414 - iteration_field: *414 + text_field: *413 + number_field: *413 + date_field: *413 + single_select_field: *413 + iteration_field: *413 '401': *25 '403': *29 '404': *6 @@ -53954,9 +54017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *405 + - *404 - *87 - - *415 + - *414 responses: '204': description: Response @@ -53980,7 +54043,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *87 - - *405 + - *404 requestBody: required: true content: @@ -54051,7 +54114,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &829 + schema: &828 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -54149,7 +54212,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &416 + value: &415 value: id: 1 number: 1 @@ -54195,10 +54258,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *416 + value: *415 roadmap_view: summary: Response for creating a roadmap view - value: *416 + value: *415 '304': *37 '403': *29 '401': *25 @@ -54226,9 +54289,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: - - *405 + - *404 - *87 - - &849 + - &848 name: view_number description: The number that identifies the project view. in: path @@ -54260,9 +54323,9 @@ paths: application/json: schema: type: array - items: *413 + items: *412 examples: - default: *414 + default: *413 headers: Link: *47 '304': *37 @@ -54426,7 +54489,7 @@ paths: required: true content: application/json: - schema: *417 + schema: *416 examples: default: value: @@ -54651,7 +54714,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -54789,9 +54852,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -54994,7 +55057,7 @@ paths: description: Response content: application/json: - schema: &462 + schema: &461 title: Full Repository description: Full Repository type: object @@ -55271,8 +55334,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *418 - required: *419 + properties: *417 + required: *418 nullable: true temp_clone_token: type: string @@ -55359,8 +55422,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true organization: title: Simple User @@ -55387,7 +55450,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &583 + properties: &582 url: type: string format: uri @@ -55403,12 +55466,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &584 + required: &583 - url - key - name - html_url - security_and_analysis: *420 + security_and_analysis: *419 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -55492,7 +55555,7 @@ paths: - network_count - subscribers_count examples: - default: &464 + default: &463 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -56018,9 +56081,9 @@ paths: application/json: schema: type: array - items: *421 + items: *420 examples: - default: *422 + default: *421 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -56045,7 +56108,7 @@ paths: - *87 - *17 - *19 - - &718 + - &717 name: targets description: | A comma-separated list of rule targets to filter by. @@ -56136,11 +56199,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *169 - conditions: *423 + conditions: *422 rules: type: array description: An array of rules within the ruleset. - items: &425 + items: &424 title: Repository Rule type: object description: A repository rule. @@ -56205,7 +56268,7 @@ paths: application/json: schema: *191 examples: - default: &424 + default: &423 value: id: 21 name: super cool ruleset @@ -56260,7 +56323,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &720 + - &719 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 @@ -56270,16 +56333,16 @@ paths: schema: type: string x-multi-segment: true - - *310 + - *309 - *105 - - &721 + - &720 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 - - &722 + - &721 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -56299,7 +56362,7 @@ paths: description: Response content: application/json: - schema: &723 + schema: &722 title: Rule Suites description: Response type: array @@ -56354,7 +56417,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &724 + default: &723 value: - id: 21 actor_id: 12 @@ -56398,7 +56461,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &725 + - &724 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -56414,7 +56477,7 @@ paths: description: Response content: application/json: - schema: &726 + schema: &725 title: Rule Suite description: Response type: object @@ -56513,7 +56576,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &727 + default: &726 value: id: 21 actor_id: 12 @@ -56588,7 +56651,7 @@ paths: application/json: schema: *191 examples: - default: *424 + default: *423 '404': *6 '500': *40 put: @@ -56637,11 +56700,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *169 - conditions: *423 + conditions: *422 rules: description: An array of rules within the ruleset. type: array - items: *425 + items: *424 examples: default: value: @@ -56678,7 +56741,7 @@ paths: application/json: schema: *191 examples: - default: *424 + default: *423 '404': *6 '500': *40 delete: @@ -56737,7 +56800,7 @@ paths: type: array items: *195 examples: - default: *426 + default: *425 '404': *6 '500': *40 x-github: @@ -56774,7 +56837,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *426 examples: default: value: @@ -56837,15 +56900,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *87 + - *427 - *428 - *429 - *430 - *431 - - *432 - *110 - *19 - *17 - - &729 + - &728 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 @@ -56855,7 +56918,7 @@ paths: required: false schema: type: string - - &730 + - &729 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 @@ -56865,10 +56928,10 @@ paths: required: false schema: type: string + - *432 - *433 - *434 - *435 - - *436 responses: '200': description: Response @@ -56876,9 +56939,9 @@ paths: application/json: schema: type: array - items: *437 + items: *436 examples: - default: *438 + default: *437 headers: Link: *47 '404': *6 @@ -56913,9 +56976,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *438 examples: - default: *440 + default: *439 '403': *29 '404': *6 patch: @@ -57068,7 +57131,7 @@ paths: application/json: schema: type: array - items: &751 + items: &750 description: A repository security advisory. type: object properties: @@ -57288,7 +57351,7 @@ paths: login: type: string description: The username of the user credited. - type: *441 + type: *440 credits_detailed: type: array nullable: true @@ -57298,7 +57361,7 @@ paths: type: object properties: user: *4 - type: *441 + type: *440 state: type: string description: The state of the user's acceptance of the @@ -57322,7 +57385,7 @@ paths: type: array description: A list of teams that collaborate on the advisory. nullable: true - items: *313 + items: *312 private_fork: readOnly: true nullable: true @@ -57359,7 +57422,7 @@ paths: - private_fork additionalProperties: false examples: - default: &752 + default: &751 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -57746,9 +57809,9 @@ paths: application/json: schema: type: array - items: *442 + items: *441 examples: - default: *386 + default: *385 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57772,7 +57835,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *87 - - *216 + - *215 responses: '204': description: Response @@ -57798,7 +57861,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *87 - - *216 + - *215 responses: '204': description: Response @@ -57830,7 +57893,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *87 - - *443 + - *442 - *17 - *19 responses: @@ -57838,9 +57901,9 @@ paths: description: Success content: application/json: - schema: *444 + schema: *443 examples: - default: *445 + default: *444 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -57984,9 +58047,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: *298 + default: *297 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58055,7 +58118,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#enable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *87 - - *278 + - *277 responses: '204': description: Response @@ -58078,7 +58141,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#disable-a-selected-repository-for-immutable-releases-in-an-organization parameters: - *87 - - *278 + - *277 responses: '204': description: Response @@ -58121,7 +58184,7 @@ paths: type: array items: *148 examples: - default: *446 + default: *445 headers: Link: *47 x-github: @@ -58322,15 +58385,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: - *87 - - *447 + - *446 responses: '200': description: Response content: application/json: - schema: *448 + schema: *447 examples: - default: *449 + default: *448 headers: Link: *47 x-github: @@ -58368,7 +58431,7 @@ paths: description: Response content: application/json: - schema: &459 + schema: &458 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -58414,7 +58477,7 @@ paths: type: string nullable: true examples: - default: &460 + default: &459 value: groups: - group_id: '123' @@ -58460,7 +58523,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *87 - - *216 + - *215 - 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`). @@ -58492,13 +58555,13 @@ paths: application/json: schema: type: array - items: *208 + items: *207 examples: - default: *209 + default: *208 '500': *40 '403': *29 '404': *6 - '422': *210 + '422': *209 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58526,9 +58589,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 headers: Link: *47 '403': *29 @@ -58622,7 +58685,7 @@ paths: description: Response content: application/json: - schema: &450 + schema: &449 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -58685,8 +58748,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *384 - required: *385 + properties: *383 + required: *384 nullable: true members_count: type: integer @@ -58949,7 +59012,7 @@ paths: - repos_count - organization examples: - default: &451 + default: &450 value: id: 1 node_id: MDQ6VGVhbTE= @@ -59020,15 +59083,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *87 - - *216 + - *215 responses: '200': description: Response content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '404': *6 x-github: githubCloudOnly: false @@ -59050,7 +59113,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *87 - - *216 + - *215 requestBody: required: false content: @@ -59112,16 +59175,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '201': description: Response content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '404': *6 '422': *15 '403': *29 @@ -59147,7 +59210,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *87 - - *216 + - *215 responses: '204': description: Response @@ -59171,15 +59234,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: - *87 - - *216 + - *215 responses: '200': description: Response content: application/json: - schema: *452 + schema: *451 examples: - default: *453 + default: *452 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -59199,7 +59262,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: - *87 - - *216 + - *215 requestBody: required: true content: @@ -59222,9 +59285,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *453 examples: - default: *455 + default: *454 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -59244,7 +59307,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: - *87 - - *216 + - *215 responses: '204': description: Response @@ -59269,7 +59332,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *87 - - *216 + - *215 - *17 - *19 responses: @@ -59279,9 +59342,9 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: - default: *369 + default: *368 headers: Link: *47 x-github: @@ -59304,7 +59367,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *87 - - *216 + - *215 - name: role description: Filters members returned by their role in the team. in: query @@ -59327,7 +59390,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -59358,14 +59421,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *87 - - *216 + - *215 - *143 responses: '200': description: Response content: application/json: - schema: &456 + schema: &455 title: Team Membership description: Team Membership type: object @@ -59392,7 +59455,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &795 + response-if-user-is-a-team-maintainer: &794 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -59429,7 +59492,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *87 - - *216 + - *215 - *143 requestBody: required: false @@ -59455,9 +59518,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *455 examples: - response-if-users-membership-with-team-is-now-pending: &796 + response-if-users-membership-with-team-is-now-pending: &795 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -59493,7 +59556,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *87 - - *216 + - *215 - *143 responses: '204': @@ -59521,7 +59584,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *87 - - *216 + - *215 - *17 - *19 responses: @@ -59531,9 +59594,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -59563,15 +59626,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *87 - - *216 + - *215 + - *456 - *457 - - *458 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &797 + schema: &796 title: Team Repository description: A team's access to a repository. type: object @@ -59594,8 +59657,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true forks: type: integer @@ -60141,9 +60204,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *87 - - *216 + - *215 + - *456 - *457 - - *458 requestBody: required: false content: @@ -60189,9 +60252,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *87 - - *216 + - *215 + - *456 - *457 - - *458 responses: '204': description: Response @@ -60218,15 +60281,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *87 - - *216 + - *215 responses: '200': description: Response content: application/json: - schema: *459 + schema: *458 examples: - default: *460 + default: *459 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -60249,7 +60312,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *87 - - *216 + - *215 requestBody: required: true content: @@ -60292,7 +60355,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *458 examples: default: value: @@ -60325,7 +60388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *87 - - *216 + - *215 - *17 - *19 responses: @@ -60335,9 +60398,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - response-if-child-teams-exist: &798 + response-if-child-teams-exist: &797 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -60491,7 +60554,7 @@ paths: resources: type: object properties: - core: &461 + core: &460 title: Rate Limit type: object properties: @@ -60508,21 +60571,21 @@ paths: - remaining - reset - used - graphql: *461 - search: *461 - code_search: *461 - source_import: *461 - integration_manifest: *461 - code_scanning_upload: *461 - actions_runner_registration: *461 - scim: *461 - dependency_snapshots: *461 - dependency_sbom: *461 - code_scanning_autofix: *461 + graphql: *460 + search: *460 + code_search: *460 + source_import: *460 + integration_manifest: *460 + code_scanning_upload: *460 + actions_runner_registration: *460 + scim: *460 + dependency_snapshots: *460 + dependency_sbom: *460 + code_scanning_autofix: *460 required: - core - search - rate: *461 + rate: *460 required: - rate - resources @@ -60627,14 +60690,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *462 + schema: *461 examples: default-response: summary: Default response @@ -61139,7 +61202,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *463 + '301': *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61157,8 +61220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -61415,10 +61478,10 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *464 - '307': &465 + default: *463 + '307': &464 description: Temporary Redirect content: application/json: @@ -61447,8 +61510,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -61470,7 +61533,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': *465 + '307': *464 '404': *6 '409': *119 x-github: @@ -61494,11 +61557,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: + - *456 - *457 - - *458 - *17 - *19 - - &482 + - &481 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -61521,7 +61584,7 @@ paths: type: integer artifacts: type: array - items: &466 + items: &465 title: Artifact description: An artifact type: object @@ -61599,7 +61662,7 @@ paths: - expires_at - updated_at examples: - default: &483 + default: &482 value: total_count: 2 artifacts: @@ -61660,9 +61723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: + - *456 - *457 - - *458 - - &467 + - &466 name: artifact_id description: The unique identifier of the artifact. in: path @@ -61674,7 +61737,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *465 examples: default: value: @@ -61712,9 +61775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: + - *456 - *457 - - *458 - - *467 + - *466 responses: '204': description: Response @@ -61738,9 +61801,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: + - *456 - *457 - - *458 - - *467 + - *466 - name: archive_format in: path required: true @@ -61754,7 +61817,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': &650 + '410': &649 description: Gone content: application/json: @@ -61779,14 +61842,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: &468 + schema: &467 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -61819,13 +61882,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: + - *456 - *457 - - *458 requestBody: required: true content: application/json: - schema: *468 + schema: *467 examples: selected_actions: *44 responses: @@ -61854,14 +61917,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: &469 + schema: &468 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -61894,13 +61957,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: + - *456 - *457 - - *458 requestBody: required: true content: application/json: - schema: *469 + schema: *468 examples: selected_actions: *46 responses: @@ -61931,14 +61994,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *470 + schema: *469 examples: default: value: @@ -61964,11 +62027,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: + - *456 - *457 - - *458 - *17 - *19 - - &471 + - &470 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 @@ -62002,7 +62065,7 @@ paths: description: Response content: application/json: - schema: &472 + schema: &471 title: Repository actions caches description: Repository actions caches type: object @@ -62044,7 +62107,7 @@ paths: - total_count - actions_caches examples: - default: &473 + default: &472 value: total_count: 1 actions_caches: @@ -62076,23 +62139,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: + - *456 - *457 - - *458 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *471 + - *470 responses: '200': description: Response content: application/json: - schema: *472 + schema: *471 examples: - default: *473 + default: *472 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62112,8 +62175,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: + - *456 - *457 - - *458 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -62144,9 +62207,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: + - *456 - *457 - - *458 - - &474 + - &473 name: job_id description: The unique identifier of the job. in: path @@ -62158,7 +62221,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &485 title: Job description: Information of a job execution in a workflow run type: object @@ -62465,9 +62528,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: + - *456 - *457 - - *458 - - *474 + - *473 responses: '302': description: Response @@ -62495,9 +62558,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: + - *456 - *457 - - *458 - - *474 + - *473 requestBody: required: false content: @@ -62518,7 +62581,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -62542,8 +62605,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: + - *456 - *457 - - *458 responses: '200': description: Status response @@ -62593,8 +62656,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -62628,7 +62691,7 @@ paths: description: Empty response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -62657,8 +62720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -62676,7 +62739,7 @@ paths: type: integer secrets: type: array - items: &488 + items: &487 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -62696,7 +62759,7 @@ paths: - created_at - updated_at examples: - default: &489 + default: &488 value: total_count: 2 secrets: @@ -62729,9 +62792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: + - *456 - *457 - - *458 - - *475 + - *474 - *19 responses: '200': @@ -62748,7 +62811,7 @@ paths: type: integer variables: type: array - items: &492 + items: &491 title: Actions Variable type: object properties: @@ -62778,7 +62841,7 @@ paths: - created_at - updated_at examples: - default: &493 + default: &492 value: total_count: 2 variables: @@ -62811,8 +62874,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -62821,11 +62884,11 @@ paths: schema: type: object properties: - enabled: &476 + enabled: &475 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *60 - selected_actions_url: *271 + selected_actions_url: *270 sha_pinning_required: *61 required: - enabled @@ -62856,8 +62919,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: + - *456 - *457 - - *458 responses: '204': description: Response @@ -62868,7 +62931,7 @@ paths: schema: type: object properties: - enabled: *476 + enabled: *475 allowed_actions: *60 sha_pinning_required: *61 required: @@ -62901,14 +62964,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: &477 + schema: &476 type: object properties: access_level: @@ -62926,7 +62989,7 @@ paths: required: - access_level examples: - default: &478 + default: &477 value: access_level: organization x-github: @@ -62951,15 +63014,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: + - *456 - *457 - - *458 requestBody: required: true content: application/json: - schema: *477 + schema: *476 examples: - default: *478 + default: *477 responses: '204': description: Response @@ -62983,14 +63046,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *273 + schema: *272 examples: default: value: @@ -63014,8 +63077,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: + - *456 - *457 - - *458 responses: '204': description: Empty response for successful settings update @@ -63025,7 +63088,7 @@ paths: required: true content: application/json: - schema: *274 + schema: *273 examples: default: summary: Set retention days @@ -63049,8 +63112,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -63058,7 +63121,7 @@ paths: application/json: schema: *62 examples: - default: *275 + default: *274 '404': *6 x-github: enabledForGitHubApps: true @@ -63077,8 +63140,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: + - *456 - *457 - - *458 responses: '204': description: Response @@ -63112,14 +63175,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *276 + schema: *275 examples: default: *63 '403': *29 @@ -63141,13 +63204,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: + - *456 - *457 - - *458 requestBody: required: true content: application/json: - schema: *277 + schema: *276 examples: default: *63 responses: @@ -63173,8 +63236,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -63205,8 +63268,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: + - *456 - *457 - - *458 responses: '204': description: Response @@ -63238,14 +63301,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: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *280 + schema: *279 examples: default: *69 x-github: @@ -63268,8 +63331,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: + - *456 - *457 - - *458 responses: '204': description: Success response @@ -63280,7 +63343,7 @@ paths: required: true content: application/json: - schema: *281 + schema: *280 examples: default: *69 x-github: @@ -63309,8 +63372,8 @@ paths: in: query schema: type: string + - *456 - *457 - - *458 - *17 - *19 responses: @@ -63354,8 +63417,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -63363,9 +63426,9 @@ paths: application/json: schema: type: array - items: *285 + items: *284 examples: - default: *286 + default: *285 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63387,8 +63450,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -63431,7 +63494,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *287 + '201': *286 '404': *6 '422': *7 '409': *119 @@ -63462,8 +63525,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: + - *456 - *457 - - *458 responses: '201': description: Response @@ -63471,7 +63534,7 @@ paths: application/json: schema: *79 examples: - default: *288 + default: *287 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63499,8 +63562,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: + - *456 - *457 - - *458 responses: '201': description: Response @@ -63508,7 +63571,7 @@ paths: application/json: schema: *79 examples: - default: *289 + default: *288 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63530,8 +63593,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: + - *456 - *457 - - *458 - *75 responses: '200': @@ -63540,7 +63603,7 @@ paths: application/json: schema: *76 examples: - default: *290 + default: *289 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63561,8 +63624,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: + - *456 - *457 - - *458 - *75 responses: '204': @@ -63589,8 +63652,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: + - *456 - *457 - - *458 - *75 responses: '200': *81 @@ -63615,8 +63678,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: + - *456 - *457 - - *458 - *75 requestBody: required: true @@ -63665,8 +63728,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: + - *456 - *457 - - *458 - *75 requestBody: required: true @@ -63716,11 +63779,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: + - *456 - *457 - - *458 - *75 responses: - '200': *291 + '200': *290 '404': *6 x-github: githubCloudOnly: false @@ -63747,10 +63810,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: + - *456 - *457 - - *458 - *75 - - *292 + - *291 responses: '200': *81 '404': *6 @@ -63778,9 +63841,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: + - *456 - *457 - - *458 - - &496 + - &495 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. @@ -63788,7 +63851,7 @@ paths: required: false schema: type: string - - &497 + - &496 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -63796,7 +63859,7 @@ paths: required: false schema: type: string - - &498 + - &497 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -63805,7 +63868,7 @@ paths: required: false schema: type: string - - &499 + - &498 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 @@ -63832,7 +63895,7 @@ paths: - pending - *17 - *19 - - &500 + - &499 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)." @@ -63841,7 +63904,7 @@ paths: schema: type: string format: date-time - - &479 + - &478 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -63850,13 +63913,13 @@ paths: schema: type: boolean default: false - - &501 + - &500 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &502 + - &501 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -63879,7 +63942,7 @@ paths: type: integer workflow_runs: type: array - items: &480 + items: &479 title: Workflow Run description: An invocation of a workflow type: object @@ -63974,7 +64037,7 @@ paths: that triggered the run. type: array nullable: true - items: *226 + items: *225 created_at: type: string format: date-time @@ -64027,7 +64090,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &524 + properties: &523 id: type: string description: SHA for the commit @@ -64078,7 +64141,7 @@ paths: - name - email nullable: true - required: &525 + required: &524 - id - tree_id - message @@ -64086,8 +64149,8 @@ paths: - author - committer nullable: true - repository: *284 - head_repository: *284 + repository: *283 + head_repository: *283 head_repository_id: type: integer example: 5 @@ -64125,7 +64188,7 @@ paths: - workflow_url - pull_requests examples: - default: &503 + default: &502 value: total_count: 1 workflow_runs: @@ -64361,24 +64424,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: + - *456 - *457 - - *458 - - &481 + - &480 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *479 + - *478 responses: '200': description: Response content: application/json: - schema: *480 + schema: *479 examples: - default: &484 + default: &483 value: id: 30433642 name: Build @@ -64619,9 +64682,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '204': description: Response @@ -64644,9 +64707,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: + - *456 - *457 - - *458 - - *481 + - *480 responses: '200': description: Response @@ -64765,15 +64828,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: + - *456 - *457 - - *458 - - *481 + - *480 responses: '201': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -64800,12 +64863,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: + - *456 - *457 - - *458 - - *481 + - *480 - *17 - *19 - - *482 + - *481 responses: '200': description: Response @@ -64821,9 +64884,9 @@ paths: type: integer artifacts: type: array - items: *466 + items: *465 examples: - default: *483 + default: *482 headers: Link: *47 x-github: @@ -64847,25 +64910,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: + - *456 - *457 - - *458 - - *481 - - &485 + - *480 + - &484 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *479 + - *478 responses: '200': description: Response content: application/json: - schema: *480 + schema: *479 examples: - default: *484 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64888,10 +64951,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: + - *456 - *457 - - *458 - - *481 - - *485 + - *480 + - *484 - *17 - *19 responses: @@ -64909,9 +64972,9 @@ paths: type: integer jobs: type: array - items: *486 + items: *485 examples: - default: &487 + default: &486 value: total_count: 1 jobs: @@ -65024,10 +65087,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: + - *456 - *457 - - *458 - - *481 - - *485 + - *480 + - *484 responses: '302': description: Response @@ -65055,15 +65118,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '202': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -65090,9 +65153,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: + - *456 - *457 - - *458 - - *481 + - *480 requestBody: required: true content: @@ -65159,15 +65222,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '202': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -65194,9 +65257,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: + - *456 - *457 - - *458 - - *481 + - *480 - 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 @@ -65226,9 +65289,9 @@ paths: type: integer jobs: type: array - items: *486 + items: *485 examples: - default: *487 + default: *486 headers: Link: *47 x-github: @@ -65253,9 +65316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '302': description: Response @@ -65282,9 +65345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '204': description: Response @@ -65311,9 +65374,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: + - *456 - *457 - - *458 - - *481 + - *480 responses: '200': description: Response @@ -65373,7 +65436,7 @@ paths: items: type: object properties: - type: &616 + type: &615 type: string description: The type of reviewer. enum: @@ -65383,7 +65446,7 @@ paths: reviewer: anyOf: - *4 - - *313 + - *312 required: - environment - wait_timer @@ -65458,9 +65521,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: + - *456 - *457 - - *458 - - *481 + - *480 requestBody: required: true content: @@ -65507,7 +65570,7 @@ paths: application/json: schema: type: array - items: &601 + items: &600 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -65595,8 +65658,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 required: - id - node_id @@ -65613,7 +65676,7 @@ paths: - created_at - updated_at examples: - default: &602 + default: &601 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -65669,9 +65732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: + - *456 - *457 - - *458 - - *481 + - *480 requestBody: required: false content: @@ -65692,7 +65755,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -65715,9 +65778,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: + - *456 - *457 - - *458 - - *481 + - *480 requestBody: required: false content: @@ -65738,7 +65801,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -65771,9 +65834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: + - *456 - *457 - - *458 - - *481 + - *480 responses: '200': description: Response @@ -65910,8 +65973,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -65929,9 +65992,9 @@ paths: type: integer secrets: type: array - items: *488 + items: *487 examples: - default: *489 + default: *488 headers: Link: *47 x-github: @@ -65956,16 +66019,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *490 + schema: *489 examples: - default: *491 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65987,17 +66050,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *488 + schema: *487 examples: - default: &629 + default: &628 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -66023,9 +66086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 requestBody: required: true content: @@ -66056,7 +66119,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -66082,9 +66145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '204': description: Response @@ -66109,9 +66172,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: + - *456 - *457 - - *458 - - *475 + - *474 - *19 responses: '200': @@ -66128,9 +66191,9 @@ paths: type: integer variables: type: array - items: *492 + items: *491 examples: - default: *493 + default: *492 headers: Link: *47 x-github: @@ -66153,8 +66216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -66181,7 +66244,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -66206,17 +66269,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: + - *456 - *457 - - *458 - - *297 + - *296 responses: '200': description: Response content: application/json: - schema: *492 + schema: *491 examples: - default: &630 + default: &629 value: name: USERNAME value: octocat @@ -66242,9 +66305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: + - *456 - *457 - - *458 - - *297 + - *296 requestBody: required: true content: @@ -66286,9 +66349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: + - *456 - *457 - - *458 - - *297 + - *296 responses: '204': description: Response @@ -66313,8 +66376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -66332,7 +66395,7 @@ paths: type: integer workflows: type: array - items: &494 + items: &493 title: Workflow description: A GitHub Actions workflow type: object @@ -66439,9 +66502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: + - *456 - *457 - - *458 - - &495 + - &494 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -66456,7 +66519,7 @@ paths: description: Response content: application/json: - schema: *494 + schema: *493 examples: default: value: @@ -66489,9 +66552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: + - *456 - *457 - - *458 - - *495 + - *494 responses: '204': description: Response @@ -66516,9 +66579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: + - *456 - *457 - - *458 - - *495 + - *494 responses: '204': description: Response @@ -66569,9 +66632,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: + - *456 - *457 - - *458 - - *495 + - *494 responses: '204': description: Response @@ -66598,19 +66661,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: + - *456 - *457 - - *458 + - *494 - *495 - *496 - *497 - *498 - - *499 - *17 - *19 + - *499 + - *478 - *500 - - *479 - *501 - - *502 responses: '200': description: Response @@ -66626,9 +66689,9 @@ paths: type: integer workflow_runs: type: array - items: *480 + items: *479 examples: - default: *503 + default: *502 headers: Link: *47 x-github: @@ -66661,9 +66724,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: + - *456 - *457 - - *458 - - *495 + - *494 responses: '200': description: Response @@ -66724,8 +66787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: + - *456 - *457 - - *458 - *110 - *17 - *108 @@ -66889,8 +66952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -66902,7 +66965,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 '404': *6 @@ -66927,8 +66990,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: + - *456 - *457 - - *458 - name: assignee in: path required: true @@ -66964,8 +67027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -67077,8 +67140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: + - *456 - *457 - - *458 - *17 - *108 - *109 @@ -67135,7 +67198,7 @@ paths: initiator: type: string examples: - default: *504 + default: *503 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67155,8 +67218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -67164,7 +67227,7 @@ paths: application/json: schema: type: array - items: &505 + items: &504 title: Autolink reference description: An autolink reference. type: object @@ -67218,8 +67281,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -67258,9 +67321,9 @@ paths: description: response content: application/json: - schema: *505 + schema: *504 examples: - default: &506 + default: &505 value: id: 1 key_prefix: TICKET- @@ -67291,9 +67354,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: + - *456 - *457 - - *458 - - &507 + - &506 name: autolink_id description: The unique identifier of the autolink. in: path @@ -67305,9 +67368,9 @@ paths: description: Response content: application/json: - schema: *505 + schema: *504 examples: - default: *506 + default: *505 '404': *6 x-github: githubCloudOnly: false @@ -67327,9 +67390,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: + - *456 - *457 - - *458 - - *507 + - *506 responses: '204': description: Response @@ -67353,8 +67416,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: + - *456 - *457 - - *458 responses: '200': description: Response if Dependabot is enabled @@ -67402,8 +67465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -67424,8 +67487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -67445,8 +67508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: + - *456 - *457 - - *458 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -67484,7 +67547,7 @@ paths: - url protected: type: boolean - protection: &509 + protection: &508 title: Branch Protection description: Branch Protection type: object @@ -67526,7 +67589,7 @@ paths: required: - contexts - checks - enforce_admins: &512 + enforce_admins: &511 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -67541,7 +67604,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &514 + required_pull_request_reviews: &513 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -67562,7 +67625,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *313 + items: *312 apps: description: The list of apps with review dismissal access. @@ -67591,7 +67654,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *313 + items: *312 apps: description: The list of apps allowed to bypass pull request requirements. @@ -67617,7 +67680,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &511 + restrictions: &510 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -67680,7 +67743,7 @@ paths: type: string teams: type: array - items: *313 + items: *312 apps: type: array items: @@ -67894,9 +67957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: + - *456 - *457 - - *458 - - &510 + - &509 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). @@ -67910,14 +67973,14 @@ paths: description: Response content: application/json: - schema: &520 + schema: &519 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &574 + commit: &573 title: Commit description: Commit type: object @@ -67951,7 +68014,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &508 + properties: &507 name: type: string example: '"Chris Wanstrath"' @@ -67967,7 +68030,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *508 + properties: *507 nullable: true message: type: string @@ -67988,7 +68051,7 @@ paths: required: - sha - url - verification: &636 + verification: &635 title: Verification type: object properties: @@ -68022,12 +68085,12 @@ paths: nullable: true oneOf: - *4 - - *295 + - *294 committer: nullable: true oneOf: - *4 - - *295 + - *294 parents: type: array items: @@ -68058,7 +68121,7 @@ paths: type: integer files: type: array - items: &587 + items: &586 title: Diff Entry description: Diff Entry type: object @@ -68142,7 +68205,7 @@ paths: - self protected: type: boolean - protection: *509 + protection: *508 protection_url: type: string format: uri @@ -68249,7 +68312,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *463 + '301': *462 '404': *6 x-github: githubCloudOnly: false @@ -68271,15 +68334,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *509 + schema: *508 examples: default: value: @@ -68473,9 +68536,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -68730,7 +68793,7 @@ paths: url: type: string format: uri - required_status_checks: &517 + required_status_checks: &516 title: Status Check Policy description: Status Check Policy type: object @@ -68806,7 +68869,7 @@ paths: items: *4 teams: type: array - items: *313 + items: *312 apps: type: array items: *5 @@ -68824,7 +68887,7 @@ paths: items: *4 teams: type: array - items: *313 + items: *312 apps: type: array items: *5 @@ -68882,7 +68945,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *511 + restrictions: *510 required_conversation_resolution: type: object properties: @@ -68994,9 +69057,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69021,17 +69084,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *512 + schema: *511 examples: - default: &513 + default: &512 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -69053,17 +69116,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *512 + schema: *511 examples: - default: *513 + default: *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69082,9 +69145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69109,17 +69172,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *514 + schema: *513 examples: - default: &515 + default: &514 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -69215,9 +69278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -69315,9 +69378,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *513 examples: - default: *515 + default: *514 '422': *15 x-github: githubCloudOnly: false @@ -69338,9 +69401,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69367,17 +69430,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *512 + schema: *511 examples: - default: &516 + default: &515 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -69400,17 +69463,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *512 + schema: *511 examples: - default: *516 + default: *515 '404': *6 x-github: githubCloudOnly: false @@ -69430,9 +69493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69457,17 +69520,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *517 + schema: *516 examples: - default: &518 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -69493,9 +69556,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -69547,9 +69610,9 @@ paths: description: Response content: application/json: - schema: *517 + schema: *516 examples: - default: *518 + default: *517 '404': *6 '422': *15 x-github: @@ -69571,9 +69634,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69597,9 +69660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response @@ -69633,9 +69696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -69702,9 +69765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -69768,9 +69831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: content: application/json: @@ -69836,15 +69899,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response content: application/json: - schema: *511 + schema: *510 examples: default: value: @@ -69935,9 +69998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 responses: '204': description: Response @@ -69960,9 +70023,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: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response @@ -69972,7 +70035,7 @@ paths: type: array items: *5 examples: - default: &519 + default: &518 value: - id: 1 slug: octoapp @@ -70029,9 +70092,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70065,7 +70128,7 @@ paths: type: array items: *5 examples: - default: *519 + default: *518 '422': *15 x-github: githubCloudOnly: false @@ -70086,9 +70149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70122,7 +70185,7 @@ paths: type: array items: *5 examples: - default: *519 + default: *518 '422': *15 x-github: githubCloudOnly: false @@ -70143,9 +70206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70179,7 +70242,7 @@ paths: type: array items: *5 examples: - default: *519 + default: *518 '422': *15 x-github: githubCloudOnly: false @@ -70201,9 +70264,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: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response @@ -70211,9 +70274,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 '404': *6 x-github: githubCloudOnly: false @@ -70233,9 +70296,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -70271,9 +70334,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 '422': *15 x-github: githubCloudOnly: false @@ -70294,9 +70357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: false content: @@ -70332,9 +70395,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 '422': *15 x-github: githubCloudOnly: false @@ -70355,9 +70418,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: content: application/json: @@ -70392,9 +70455,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 '422': *15 x-github: githubCloudOnly: false @@ -70416,9 +70479,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: + - *456 - *457 - - *458 - - *510 + - *509 responses: '200': description: Response @@ -70428,7 +70491,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 '404': *6 x-github: githubCloudOnly: false @@ -70452,9 +70515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70487,7 +70550,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 '422': *15 x-github: githubCloudOnly: false @@ -70512,9 +70575,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70547,7 +70610,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 '422': *15 x-github: githubCloudOnly: false @@ -70572,9 +70635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70607,7 +70670,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 '422': *15 x-github: githubCloudOnly: false @@ -70634,9 +70697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: + - *456 - *457 - - *458 - - *510 + - *509 requestBody: required: true content: @@ -70658,7 +70721,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *519 examples: default: value: @@ -70772,8 +70835,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *456 - *457 - - *458 - *103 - *104 - *105 @@ -70787,9 +70850,9 @@ paths: application/json: schema: type: array - items: *308 + items: *307 examples: - default: *309 + default: *308 '404': *6 '500': *40 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -70809,8 +70872,8 @@ paths: category: repos subcategory: bypass-requests parameters: + - *456 - *457 - - *458 - name: bypass_request_number in: path required: true @@ -70824,7 +70887,7 @@ paths: description: Response content: application/json: - schema: *308 + schema: *307 examples: default: value: @@ -70883,8 +70946,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *456 - *457 - - *458 - *103 - *104 - *105 @@ -70898,9 +70961,9 @@ paths: application/json: schema: type: array - items: *311 + items: *310 examples: - default: *312 + default: *311 '404': *6 '403': *29 '500': *40 @@ -70924,8 +70987,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *456 - *457 - - *458 - name: bypass_request_number in: path required: true @@ -70937,7 +71000,7 @@ paths: description: A single bypass request. content: application/json: - schema: *311 + schema: *310 examples: default: value: @@ -70995,8 +71058,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *456 - *457 - - *458 - name: bypass_request_number in: path required: true @@ -71067,8 +71130,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: + - *456 - *457 - - *458 - name: bypass_response_id in: path required: true @@ -71101,8 +71164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -71381,7 +71444,7 @@ paths: description: Response content: application/json: - schema: &521 + schema: &520 title: CheckRun description: A check performed on the code of a given code change type: object @@ -71492,16 +71555,16 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 pull_requests: description: Pull requests that are open with a `head_sha` or `head_branch` that matches the check. The returned pull requests do not necessarily indicate pull requests that triggered the check. type: array - items: *226 - deployment: &860 + items: *225 + deployment: &859 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71568,8 +71631,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 required: - id - node_id @@ -71781,9 +71844,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: + - *456 - *457 - - *458 - - &522 + - &521 name: check_run_id description: The unique identifier of the check run. in: path @@ -71795,9 +71858,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *520 examples: - default: &523 + default: &522 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -71897,9 +71960,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: + - *456 - *457 - - *458 - - *522 + - *521 requestBody: required: true content: @@ -72139,9 +72202,9 @@ paths: description: Response content: application/json: - schema: *521 + schema: *520 examples: - default: *523 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72161,9 +72224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: + - *456 - *457 - - *458 - - *522 + - *521 - *17 - *19 responses: @@ -72258,15 +72321,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: + - *456 - *457 - - *458 - - *522 + - *521 responses: '201': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -72304,8 +72367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -72327,7 +72390,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &526 + schema: &525 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -72391,7 +72454,7 @@ paths: nullable: true pull_requests: type: array - items: *226 + items: *225 nullable: true app: title: GitHub app @@ -72402,9 +72465,9 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 - repository: *284 + properties: *217 + required: *218 + repository: *283 created_at: type: string format: date-time @@ -72413,12 +72476,12 @@ paths: type: string format: date-time nullable: true - head_commit: &891 + head_commit: &890 title: Simple Commit description: A commit. type: object - properties: *524 - required: *525 + properties: *523 + required: *524 latest_check_runs_count: type: integer check_runs_url: @@ -72446,7 +72509,7 @@ paths: - check_runs_url - pull_requests examples: - default: &527 + default: &526 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -72737,9 +72800,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *526 + schema: *525 examples: - default: *527 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72758,8 +72821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -72820,7 +72883,7 @@ paths: required: - app_id - setting - repository: *284 + repository: *283 examples: default: value: @@ -73068,9 +73131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: + - *456 - *457 - - *458 - - &528 + - &527 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -73082,9 +73145,9 @@ paths: description: Response content: application/json: - schema: *526 + schema: *525 examples: - default: *527 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73107,17 +73170,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: + - *456 - *457 - - *458 - - *528 - - &580 + - *527 + - &579 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &581 + - &580 name: status description: Returns check runs with the specified `status`. in: query @@ -73156,9 +73219,9 @@ paths: type: integer check_runs: type: array - items: *521 + items: *520 examples: - default: &582 + default: &581 value: total_count: 1 check_runs: @@ -73260,15 +73323,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: + - *456 - *457 - - *458 - - *528 + - *527 responses: '201': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -73295,21 +73358,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: + - *456 - *457 - - *458 + - *316 - *317 - - *318 - *19 - *17 - - &544 + - &543 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: *529 - - &545 + schema: *528 + - &544 name: pr description: The number of the pull request for the results you want to list. in: query @@ -73334,13 +73397,13 @@ paths: be returned. in: query required: false - schema: *319 + schema: *318 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *530 + schema: *529 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -73364,7 +73427,7 @@ paths: updated_at: *136 url: *133 html_url: *134 - instances_url: *531 + instances_url: *530 state: *113 fixed_at: *138 dismissed_by: @@ -73375,11 +73438,11 @@ paths: required: *21 nullable: true dismissed_at: *137 - dismissed_reason: *532 - dismissed_comment: *533 - rule: *534 - tool: *535 - most_recent_instance: *536 + dismissed_reason: *531 + dismissed_comment: *532 + rule: *533 + tool: *534 + most_recent_instance: *535 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -73505,7 +73568,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &537 + '403': &536 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -73532,9 +73595,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: + - *456 - *457 - - *458 - - &538 + - &537 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -73548,7 +73611,7 @@ paths: description: Response content: application/json: - schema: &539 + schema: &538 type: object properties: number: *128 @@ -73556,7 +73619,7 @@ paths: updated_at: *136 url: *133 html_url: *134 - instances_url: *531 + instances_url: *530 state: *113 fixed_at: *138 dismissed_by: @@ -73567,8 +73630,8 @@ paths: required: *21 nullable: true dismissed_at: *137 - dismissed_reason: *532 - dismissed_comment: *533 + dismissed_reason: *531 + dismissed_comment: *532 rule: type: object properties: @@ -73622,8 +73685,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *535 - most_recent_instance: *536 + tool: *534 + most_recent_instance: *535 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -73722,7 +73785,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -73742,9 +73805,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: + - *456 - *457 - - *458 - - *538 + - *537 requestBody: required: true content: @@ -73759,8 +73822,8 @@ paths: enum: - open - dismissed - dismissed_reason: *532 - dismissed_comment: *533 + dismissed_reason: *531 + dismissed_comment: *532 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -73788,7 +73851,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *538 examples: default: value: @@ -73864,7 +73927,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &543 + '403': &542 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -73891,15 +73954,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: + - *456 - *457 - - *458 - - *538 + - *537 responses: '200': description: Response content: application/json: - schema: &540 + schema: &539 type: object properties: status: @@ -73925,13 +73988,13 @@ paths: - description - started_at examples: - default: &541 + default: &540 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &542 + '400': &541 description: Bad Request content: application/json: @@ -73942,7 +74005,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': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -73967,29 +74030,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: + - *456 - *457 - - *458 - - *538 + - *537 responses: '200': description: OK content: application/json: - schema: *540 + schema: *539 examples: - default: *541 + default: *540 '202': description: Accepted content: application/json: - schema: *540 + schema: *539 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *542 + '400': *541 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -74021,9 +74084,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: + - *456 - *457 - - *458 - - *538 + - *537 requestBody: required: false content: @@ -74068,8 +74131,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *542 - '403': *543 + '400': *541 + '403': *542 '404': *6 '422': description: Unprocessable Entity @@ -74093,13 +74156,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: + - *456 - *457 - - *458 - - *538 + - *537 - *19 - *17 + - *543 - *544 - - *545 responses: '200': description: Response @@ -74110,10 +74173,10 @@ paths: items: type: object properties: - ref: *529 - analysis_key: *546 - environment: *547 - category: *548 + ref: *528 + analysis_key: *545 + environment: *546 + category: *547 state: type: string description: State of a code scanning alert instance. @@ -74128,7 +74191,7 @@ paths: properties: text: type: string - location: *549 + location: *548 html_url: type: string classifications: @@ -74136,7 +74199,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: *550 + items: *549 examples: default: value: @@ -74175,7 +74238,7 @@ paths: end_column: 50 classifications: - source - '403': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -74209,25 +74272,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: + - *456 - *457 - - *458 + - *316 - *317 - - *318 - *19 - *17 - - *545 + - *544 - 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: *529 + schema: *528 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &551 + schema: &550 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -74248,23 +74311,23 @@ paths: application/json: schema: type: array - items: &552 + items: &551 type: object properties: - ref: *529 - commit_sha: &560 + ref: *528 + commit_sha: &559 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: *546 + analysis_key: *545 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *548 + category: *547 error: type: string example: error reading field xyz @@ -74288,8 +74351,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *551 - tool: *535 + sarif_id: *550 + tool: *534 deletable: type: boolean warning: @@ -74350,7 +74413,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -74386,8 +74449,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: + - *456 - *457 - - *458 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -74400,7 +74463,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *551 examples: response: summary: application/json response @@ -74454,7 +74517,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *537 + '403': *536 '404': *6 '422': description: Response if analysis could not be processed @@ -74541,8 +74604,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: + - *456 - *457 - - *458 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -74595,7 +74658,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': *543 + '403': *542 '404': *6 '503': *196 x-github: @@ -74617,8 +74680,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -74626,7 +74689,7 @@ paths: application/json: schema: type: array - items: &553 + items: &552 title: CodeQL Database description: A CodeQL database. type: object @@ -74737,7 +74800,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': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -74766,8 +74829,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: + - *456 - *457 - - *458 - name: language in: path description: The language of the CodeQL database. @@ -74779,7 +74842,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *552 examples: default: value: @@ -74811,9 +74874,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': &589 + '302': &588 description: Found - '403': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -74835,8 +74898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: + - *456 - *457 - - *458 - name: language in: path description: The language of the CodeQL database. @@ -74846,7 +74909,7 @@ paths: responses: '204': description: Response - '403': *543 + '403': *542 '404': *6 '503': *196 x-github: @@ -74874,8 +74937,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -74884,7 +74947,7 @@ paths: type: object additionalProperties: false properties: - language: &554 + language: &553 type: string description: The language targeted by the CodeQL query enum: @@ -74964,7 +75027,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &558 + schema: &557 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -74974,7 +75037,7 @@ paths: description: The ID of the variant analysis. controller_repo: *120 actor: *4 - query_language: *554 + query_language: *553 query_pack_url: type: string description: The download url for the query pack. @@ -75021,7 +75084,7 @@ paths: items: type: object properties: - repository: &555 + repository: &554 title: Repository Identifier description: Repository Identifier type: object @@ -75057,7 +75120,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &559 + analysis_status: &558 type: string description: The new status of the CodeQL variant analysis repository task. @@ -75089,7 +75152,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &556 + access_mismatch_repos: &555 type: object properties: repository_count: @@ -75103,7 +75166,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: *555 + items: *554 required: - repository_count - repositories @@ -75125,8 +75188,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *556 - over_limit_repos: *556 + no_codeql_db_repos: *555 + over_limit_repos: *555 required: - access_mismatch_repos - not_found_repos @@ -75142,7 +75205,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &557 + value: &556 summary: Default response value: id: 1 @@ -75288,10 +75351,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *557 + value: *556 repository_lists: summary: Response for a successful variant analysis submission - value: *557 + value: *556 '404': *6 '422': description: Unable to process variant analysis submission @@ -75319,8 +75382,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: + - *456 - *457 - - *458 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -75332,9 +75395,9 @@ paths: description: Response content: application/json: - schema: *558 + schema: *557 examples: - default: *557 + default: *556 '404': *6 '503': *196 x-github: @@ -75357,7 +75420,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: - - *457 + - *456 - name: repo in: path description: The name of the controller repository. @@ -75392,7 +75455,7 @@ paths: type: object properties: repository: *120 - analysis_status: *559 + analysis_status: *558 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -75517,8 +75580,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -75603,7 +75666,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *537 + '403': *536 '404': *6 '503': *196 x-github: @@ -75624,8 +75687,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -75692,7 +75755,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -75717,7 +75780,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *543 + '403': *542 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -75788,8 +75851,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -75797,7 +75860,7 @@ paths: schema: type: object properties: - commit_sha: *560 + commit_sha: *559 ref: type: string description: |- @@ -75855,7 +75918,7 @@ paths: schema: type: object properties: - id: *551 + id: *550 url: type: string description: The REST API URL for checking the status of the upload. @@ -75869,7 +75932,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': *543 + '403': *542 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -75892,8 +75955,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: + - *456 - *457 - - *458 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -75939,7 +76002,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': *537 + '403': *536 '404': description: Not Found if the sarif id does not match any upload '503': *196 @@ -75964,8 +76027,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -76046,8 +76109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: + - *456 - *457 - - *458 - 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 @@ -76167,8 +76230,8 @@ paths: parameters: - *17 - *19 + - *456 - *457 - - *458 responses: '200': description: Response @@ -76184,7 +76247,7 @@ paths: type: integer codespaces: type: array - items: *376 + items: *375 examples: default: value: @@ -76482,8 +76545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -76546,17 +76609,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '400': *14 '401': *25 '403': *29 @@ -76585,8 +76648,8 @@ paths: parameters: - *17 - *19 + - *456 - *457 - - *458 responses: '200': description: Response @@ -76650,8 +76713,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: + - *456 - *457 - - *458 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -76686,14 +76749,14 @@ paths: type: integer machines: type: array - items: &805 + items: &804 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *562 - required: *563 + properties: *561 + required: *562 examples: - default: &806 + default: &805 value: total_count: 2 machines: @@ -76733,8 +76796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: + - *456 - *457 - - *458 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -76818,8 +76881,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: + - *456 - *457 - - *458 - 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 @@ -76885,8 +76948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -76904,7 +76967,7 @@ paths: type: integer secrets: type: array - items: &567 + items: &566 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -76924,7 +76987,7 @@ paths: - created_at - updated_at examples: - default: *564 + default: *563 headers: Link: *47 x-github: @@ -76947,16 +77010,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *565 + schema: *564 examples: - default: *566 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -76976,17 +77039,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *567 + schema: *566 examples: - default: *568 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77006,9 +77069,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: + - *456 - *457 - - *458 - - *294 + - *293 requestBody: required: true content: @@ -77036,7 +77099,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -77060,9 +77123,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '204': description: Response @@ -77090,8 +77153,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: + - *456 - *457 - - *458 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -77133,7 +77196,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &569 + properties: &568 login: type: string example: octocat @@ -77226,7 +77289,7 @@ paths: user_view_type: type: string example: public - required: &570 + required: &569 - avatar_url - events_url - followers_url @@ -77300,8 +77363,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: + - *456 - *457 - - *458 - *143 responses: '204': @@ -77348,8 +77411,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: + - *456 - *457 - - *458 - *143 requestBody: required: false @@ -77376,7 +77439,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &649 + schema: &648 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -77387,7 +77450,7 @@ paths: example: 42 type: integer format: int64 - repository: *284 + repository: *283 invitee: title: Simple User description: A GitHub user. @@ -77565,7 +77628,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *259 + schema: *258 '403': *29 x-github: triggersNotification: true @@ -77605,8 +77668,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: + - *456 - *457 - - *458 - *143 responses: '204': @@ -77638,8 +77701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: + - *456 - *457 - - *458 - *143 responses: '200': @@ -77660,8 +77723,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *569 - required: *570 + properties: *568 + required: *569 nullable: true required: - permission @@ -77716,8 +77779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -77727,7 +77790,7 @@ paths: application/json: schema: type: array - items: &571 + items: &570 title: Commit Comment description: Commit Comment type: object @@ -77768,8 +77831,8 @@ paths: updated_at: type: string format: date-time - author_association: *222 - reactions: *223 + author_association: *221 + reactions: *222 required: - url - html_url @@ -77785,7 +77848,7 @@ paths: - created_at - updated_at examples: - default: &576 + default: &575 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77844,17 +77907,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 responses: '200': description: Response content: application/json: - schema: *571 + schema: *570 examples: - default: &577 + default: &576 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77911,9 +77974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -77935,7 +77998,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *570 examples: default: value: @@ -77986,9 +78049,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 responses: '204': description: Response @@ -78009,9 +78072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 - 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. @@ -78037,7 +78100,7 @@ paths: application/json: schema: type: array - items: &572 + items: &571 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -78080,7 +78143,7 @@ paths: - content - created_at examples: - default: &653 + default: &652 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -78125,9 +78188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -78159,9 +78222,9 @@ paths: description: Reaction exists content: application/json: - schema: *572 + schema: *571 examples: - default: &573 + default: &572 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -78190,9 +78253,9 @@ paths: description: Reaction created content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -78214,10 +78277,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: + - *456 - *457 - - *458 - - *237 - - &654 + - *236 + - &653 name: reaction_id description: The unique identifier of the reaction. in: path @@ -78272,8 +78335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: + - *456 - *457 - - *458 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -78329,9 +78392,9 @@ paths: application/json: schema: type: array - items: *574 + items: *573 examples: - default: &703 + default: &702 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78425,9 +78488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: + - *456 - *457 - - *458 - - &575 + - &574 name: commit_sha description: The SHA of the commit. in: path @@ -78499,9 +78562,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: + - *456 - *457 - - *458 - - *575 + - *574 - *17 - *19 responses: @@ -78511,9 +78574,9 @@ paths: application/json: schema: type: array - items: *571 + items: *570 examples: - default: *576 + default: *575 headers: Link: *47 x-github: @@ -78541,9 +78604,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: + - *456 - *457 - - *458 - - *575 + - *574 requestBody: required: true content: @@ -78578,9 +78641,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *570 examples: - default: *577 + default: *576 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -78608,9 +78671,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: + - *456 - *457 - - *458 - - *575 + - *574 - *17 - *19 responses: @@ -78620,9 +78683,9 @@ paths: application/json: schema: type: array - items: *578 + items: *577 examples: - default: &695 + default: &694 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -79159,11 +79222,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: + - *456 - *457 - - *458 - *19 - *17 - - &579 + - &578 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)" @@ -79178,9 +79241,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *573 examples: - default: &680 + default: &679 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79293,11 +79356,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: + - *456 - *457 - - *458 + - *578 - *579 - *580 - - *581 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -79331,9 +79394,9 @@ paths: type: integer check_runs: type: array - items: *521 + items: *520 examples: - default: *582 + default: *581 headers: Link: *47 x-github: @@ -79358,9 +79421,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: + - *456 - *457 - - *458 - - *579 + - *578 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -79368,7 +79431,7 @@ paths: schema: type: integer example: 1 - - *580 + - *579 - *17 - *19 responses: @@ -79386,7 +79449,7 @@ paths: type: integer check_suites: type: array - items: *526 + items: *525 examples: default: value: @@ -79586,9 +79649,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: + - *456 - *457 - - *458 - - *579 + - *578 - *17 - *19 responses: @@ -79655,7 +79718,7 @@ paths: type: string total_count: type: integer - repository: *284 + repository: *283 commit_url: type: string format: uri @@ -79786,9 +79849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: + - *456 - *457 - - *458 - - *579 + - *578 - *17 - *19 responses: @@ -79798,7 +79861,7 @@ paths: application/json: schema: type: array - items: &756 + items: &755 title: Status description: The status of a commit. type: object @@ -79879,7 +79942,7 @@ paths: site_admin: false headers: Link: *47 - '301': *463 + '301': *462 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79907,8 +79970,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -79937,20 +80000,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *583 - required: *584 + properties: *582 + required: *583 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &585 + properties: &584 url: type: string format: uri html_url: type: string format: uri - required: &586 + required: &585 - url - html_url nullable: true @@ -79958,32 +80021,32 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true contributing: title: Community Health File type: object - properties: *585 - required: *586 + properties: *584 + required: *585 nullable: true readme: title: Community Health File type: object - properties: *585 - required: *586 + properties: *584 + required: *585 nullable: true issue_template: title: Community Health File type: object - properties: *585 - required: *586 + properties: *584 + required: *585 nullable: true pull_request_template: title: Community Health File type: object - properties: *585 - required: *586 + properties: *584 + required: *585 nullable: true required: - code_of_conduct @@ -80110,8 +80173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: + - *456 - *457 - - *458 - *19 - *17 - name: basehead @@ -80154,8 +80217,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *574 - merge_base_commit: *574 + base_commit: *573 + merge_base_commit: *573 status: type: string enum: @@ -80175,10 +80238,10 @@ paths: example: 6 commits: type: array - items: *574 + items: *573 files: type: array - items: *587 + items: *586 required: - url - html_url @@ -80464,8 +80527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: + - *456 - *457 - - *458 - name: path description: path parameter in: path @@ -80608,7 +80671,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &588 + response-if-content-is-a-file: &587 summary: Response if content is a file value: type: file @@ -80740,7 +80803,7 @@ paths: - size - type - url - - &708 + - &707 title: Content File description: Content File type: object @@ -80941,7 +81004,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *588 + response-if-content-is-a-file: *587 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -81010,7 +81073,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *589 + '302': *588 '304': *37 x-github: githubCloudOnly: false @@ -81033,8 +81096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: + - *456 - *457 - - *458 - name: path description: path parameter in: path @@ -81127,7 +81190,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &589 title: File Commit description: File Commit type: object @@ -81279,7 +81342,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *589 examples: example-for-creating-a-file: value: @@ -81333,7 +81396,7 @@ paths: schema: oneOf: - *3 - - &631 + - &630 description: Repository rule violation was detected type: object properties: @@ -81354,7 +81417,7 @@ paths: items: type: object properties: - placeholder_id: &748 + placeholder_id: &747 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -81386,8 +81449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: + - *456 - *457 - - *458 - name: path description: path parameter in: path @@ -81448,7 +81511,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *589 examples: default: value: @@ -81503,8 +81566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: + - *456 - *457 - - *458 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -81627,22 +81690,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: + - *456 - *457 - - *458 + - *331 - *332 - *333 - *334 - - *335 - 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 + - *335 + - *590 - *336 - - *591 - *337 - - *338 - *110 - name: per_page description: The number of results per page (max 100). For more information, @@ -81661,7 +81724,7 @@ paths: application/json: schema: type: array - items: &595 + items: &594 type: object description: A Dependabot alert. properties: @@ -81707,7 +81770,7 @@ paths: - unknown - direct - transitive - security_advisory: *592 + security_advisory: *591 security_vulnerability: *132 url: *133 html_url: *134 @@ -81738,8 +81801,8 @@ paths: nullable: true maxLength: 280 fixed_at: *138 - auto_dismissed_at: *593 - dismissal_request: *594 + auto_dismissed_at: *592 + dismissal_request: *593 required: - number - state @@ -81969,9 +82032,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: + - *456 - *457 - - *458 - - &596 + - &595 name: alert_number in: path description: |- @@ -81986,7 +82049,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *594 examples: default: value: @@ -82099,9 +82162,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: + - *456 - *457 - - *458 - - *596 + - *595 requestBody: required: true content: @@ -82146,7 +82209,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *594 examples: default: value: @@ -82275,8 +82338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -82294,7 +82357,7 @@ paths: type: integer secrets: type: array - items: &599 + items: &598 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -82347,16 +82410,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *597 + schema: *596 examples: - default: *598 + default: *597 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82376,15 +82439,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *599 + schema: *598 examples: default: value: @@ -82410,9 +82473,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 requestBody: required: true content: @@ -82440,7 +82503,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -82464,9 +82527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: + - *456 - *457 - - *458 - - *294 + - *293 responses: '204': description: Response @@ -82488,8 +82551,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: + - *456 - *457 - - *458 - 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 @@ -82649,8 +82712,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -82889,8 +82952,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -82965,7 +83028,7 @@ paths: - version - url additionalProperties: false - metadata: &600 + metadata: &599 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82998,7 +83061,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *600 + metadata: *599 resolved: type: object description: A collection of resolved package dependencies. @@ -83011,7 +83074,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *600 + metadata: *599 relationship: type: string description: A notation of whether a dependency is requested @@ -83140,8 +83203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: + - *456 - *457 - - *458 - name: sha description: The SHA recorded at creation time. in: query @@ -83181,9 +83244,9 @@ paths: application/json: schema: type: array - items: *601 + items: *600 examples: - default: *602 + default: *601 headers: Link: *47 x-github: @@ -83249,8 +83312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -83331,7 +83394,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *600 examples: simple-example: summary: Simple example @@ -83404,9 +83467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: + - *456 - *457 - - *458 - - &603 + - &602 name: deployment_id description: deployment_id parameter in: path @@ -83418,7 +83481,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *600 examples: default: value: @@ -83483,9 +83546,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: + - *456 - *457 - - *458 - - *603 + - *602 responses: '204': description: Response @@ -83507,9 +83570,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: + - *456 - *457 - - *458 - - *603 + - *602 - *17 - *19 responses: @@ -83519,7 +83582,7 @@ paths: application/json: schema: type: array - items: &604 + items: &603 title: Deployment Status description: The status of a deployment. type: object @@ -83610,8 +83673,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 required: - id - node_id @@ -83680,9 +83743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: + - *456 - *457 - - *458 - - *603 + - *602 requestBody: required: true content: @@ -83757,9 +83820,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *603 examples: - default: &605 + default: &604 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -83815,9 +83878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: + - *456 - *457 - - *458 - - *603 + - *602 - name: status_id in: path required: true @@ -83828,9 +83891,9 @@ paths: description: Response content: application/json: - schema: *604 + schema: *603 examples: - default: *605 + default: *604 '404': *6 x-github: githubCloudOnly: false @@ -83857,12 +83920,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 + - *605 - *606 - *607 - *608 - - *609 - *17 - *19 responses: @@ -83872,9 +83935,9 @@ paths: application/json: schema: type: array - items: *610 + items: *609 examples: - default: *611 + default: *610 '404': *6 '403': *29 '500': *40 @@ -83898,8 +83961,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -83911,7 +83974,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *610 + schema: *609 examples: default: value: @@ -83967,8 +84030,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84027,12 +84090,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 + - *605 - *606 - *607 - *608 - - *609 - *17 - *19 responses: @@ -84042,9 +84105,9 @@ paths: application/json: schema: type: array - items: *612 + items: *611 examples: - default: *613 + default: *612 '404': *6 '403': *29 '500': *40 @@ -84068,8 +84131,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84081,7 +84144,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *612 + schema: *611 examples: default: value: @@ -84132,8 +84195,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84171,7 +84234,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *612 + schema: *611 examples: default: value: @@ -84222,8 +84285,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84294,8 +84357,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84328,12 +84391,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - *103 - *104 - *105 - - *343 + - *342 - *17 - *19 responses: @@ -84343,9 +84406,9 @@ paths: application/json: schema: type: array - items: *614 + items: *613 examples: - default: *615 + default: *614 '404': *6 '403': *29 '500': *40 @@ -84370,8 +84433,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84383,7 +84446,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *614 + schema: *613 examples: default: value: @@ -84441,8 +84504,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: + - *456 - *457 - - *458 - name: alert_number in: path required: true @@ -84511,8 +84574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -84569,8 +84632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -84587,7 +84650,7 @@ paths: type: integer environments: type: array - items: &617 + items: &616 title: Environment description: Details of a deployment environment type: object @@ -84639,7 +84702,7 @@ paths: type: type: string example: wait_timer - wait_timer: &619 + wait_timer: &618 type: integer example: 30 description: The amount of time to delay a job after @@ -84676,11 +84739,11 @@ paths: items: type: object properties: - type: *616 + type: *615 reviewer: anyOf: - *4 - - *313 + - *312 required: - id - node_id @@ -84700,7 +84763,7 @@ paths: - id - node_id - type - deployment_branch_policy: &620 + deployment_branch_policy: &619 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -84816,9 +84879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: + - *456 - *457 - - *458 - - &618 + - &617 name: environment_name in: path required: true @@ -84831,9 +84894,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *616 examples: - default: &621 + default: &620 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -84917,9 +84980,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: + - *456 - *457 - - *458 - - *618 + - *617 requestBody: required: false content: @@ -84928,7 +84991,7 @@ paths: type: object nullable: true properties: - wait_timer: *619 + wait_timer: *618 prevent_self_review: type: boolean example: false @@ -84945,13 +85008,13 @@ paths: items: type: object properties: - type: *616 + type: *615 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *620 + deployment_branch_policy: *619 additionalProperties: false examples: default: @@ -84971,9 +85034,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *616 examples: - default: *621 + default: *620 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -84997,9 +85060,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: + - *456 - *457 - - *458 - - *618 + - *617 responses: '204': description: Default response @@ -85024,9 +85087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: + - *456 - *457 - - *458 - - *618 + - *617 - *17 - *19 responses: @@ -85044,7 +85107,7 @@ paths: example: 2 branch_policies: type: array - items: &622 + items: &621 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -85101,9 +85164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: + - *456 - *457 - - *458 - - *618 + - *617 requestBody: required: true content: @@ -85149,9 +85212,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *621 examples: - example-wildcard: &623 + example-wildcard: &622 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -85193,10 +85256,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: + - *456 - *457 - - *458 - - *618 - - &624 + - *617 + - &623 name: branch_policy_id in: path required: true @@ -85208,9 +85271,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *621 examples: - default: *623 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85229,10 +85292,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: + - *456 - *457 - - *458 - - *618 - - *624 + - *617 + - *623 requestBody: required: true content: @@ -85260,9 +85323,9 @@ paths: description: Response content: application/json: - schema: *622 + schema: *621 examples: - default: *623 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85281,10 +85344,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: + - *456 - *457 - - *458 - - *618 - - *624 + - *617 + - *623 responses: '204': description: Response @@ -85309,9 +85372,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: - - *618 - - *458 + - *617 - *457 + - *456 responses: '200': description: List of deployment protection rules @@ -85327,7 +85390,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &625 + items: &624 title: Deployment protection rule description: Deployment protection rule type: object @@ -85346,7 +85409,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &626 + app: &625 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -85445,9 +85508,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: - - *618 - - *458 + - *617 - *457 + - *456 requestBody: content: application/json: @@ -85468,9 +85531,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *625 + schema: *624 examples: - default: &627 + default: &626 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -85505,9 +85568,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: - - *618 - - *458 + - *617 - *457 + - *456 - *19 - *17 responses: @@ -85526,7 +85589,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *626 + items: *625 examples: default: value: @@ -85561,10 +85624,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: + - *456 - *457 - - *458 - - *618 - - &628 + - *617 + - &627 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -85576,9 +85639,9 @@ paths: description: Response content: application/json: - schema: *625 + schema: *624 examples: - default: *627 + default: *626 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85599,10 +85662,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: - - *618 - - *458 + - *617 - *457 - - *628 + - *456 + - *627 responses: '204': description: Response @@ -85628,9 +85691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: + - *456 - *457 - - *458 - - *618 + - *617 - *17 - *19 responses: @@ -85648,9 +85711,9 @@ paths: type: integer secrets: type: array - items: *488 + items: *487 examples: - default: *489 + default: *488 headers: Link: *47 x-github: @@ -85675,17 +85738,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: + - *456 - *457 - - *458 - - *618 + - *617 responses: '200': description: Response content: application/json: - schema: *490 + schema: *489 examples: - default: *491 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85707,18 +85770,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: + - *456 - *457 - - *458 - - *618 - - *294 + - *617 + - *293 responses: '200': description: Response content: application/json: - schema: *488 + schema: *487 examples: - default: *629 + default: *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85740,10 +85803,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: + - *456 - *457 - - *458 - - *618 - - *294 + - *617 + - *293 requestBody: required: true content: @@ -85774,7 +85837,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -85800,10 +85863,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: + - *456 - *457 - - *458 - - *618 - - *294 + - *617 + - *293 responses: '204': description: Default response @@ -85828,10 +85891,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: + - *456 - *457 - - *458 - - *618 - - *475 + - *617 + - *474 - *19 responses: '200': @@ -85848,9 +85911,9 @@ paths: type: integer variables: type: array - items: *492 + items: *491 examples: - default: *493 + default: *492 headers: Link: *47 x-github: @@ -85873,9 +85936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: + - *456 - *457 - - *458 - - *618 + - *617 requestBody: required: true content: @@ -85902,7 +85965,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -85927,18 +85990,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: + - *456 - *457 - - *458 - - *618 - - *297 + - *617 + - *296 responses: '200': description: Response content: application/json: - schema: *492 + schema: *491 examples: - default: *630 + default: *629 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85959,10 +86022,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: + - *456 - *457 - - *458 - - *297 - - *618 + - *296 + - *617 requestBody: required: true content: @@ -86004,10 +86067,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: + - *456 - *457 - - *458 - - *297 - - *618 + - *296 + - *617 responses: '204': description: Response @@ -86029,8 +86092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -86040,7 +86103,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: 200-response: value: @@ -86098,8 +86161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: + - *456 - *457 - - *458 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -86121,7 +86184,7 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: default: value: @@ -86258,8 +86321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -86291,9 +86354,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *464 + default: *463 '400': *14 '422': *15 '403': *29 @@ -86314,8 +86377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -86374,8 +86437,8 @@ paths: application/json: schema: oneOf: - - *259 - - *631 + - *258 + - *630 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86400,8 +86463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: + - *456 - *457 - - *458 - name: file_sha in: path required: true @@ -86500,8 +86563,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -86610,7 +86673,7 @@ paths: description: Response content: application/json: - schema: &632 + schema: &631 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -86824,15 +86887,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: + - *456 - *457 - - *458 - - *575 + - *574 responses: '200': description: Response content: application/json: - schema: *632 + schema: *631 examples: default: value: @@ -86888,9 +86951,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: + - *456 - *457 - - *458 - - &633 + - &632 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. @@ -86907,7 +86970,7 @@ paths: application/json: schema: type: array - items: &634 + items: &633 title: Git Reference description: Git references within a repository type: object @@ -86982,17 +87045,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: + - *456 - *457 - - *458 - - *633 + - *632 responses: '200': description: Response content: application/json: - schema: *634 + schema: *633 examples: - default: &635 + default: &634 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -87021,8 +87084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -87051,9 +87114,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *633 examples: - default: *635 + default: *634 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -87079,9 +87142,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: + - *456 - *457 - - *458 - - *633 + - *632 requestBody: required: true content: @@ -87110,9 +87173,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *633 examples: - default: *635 + default: *634 '422': *15 '409': *119 x-github: @@ -87130,9 +87193,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: + - *456 - *457 - - *458 - - *633 + - *632 responses: '204': description: Response @@ -87187,8 +87250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -87255,7 +87318,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &636 title: Git Tag description: Metadata for a Git tag type: object @@ -87306,7 +87369,7 @@ paths: - sha - type - url - verification: *636 + verification: *635 required: - sha - url @@ -87316,7 +87379,7 @@ paths: - tag - message examples: - default: &638 + default: &637 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -87389,8 +87452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: + - *456 - *457 - - *458 - name: tag_sha in: path required: true @@ -87401,9 +87464,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *636 examples: - default: *638 + default: *637 '404': *6 '409': *119 x-github: @@ -87427,8 +87490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -87501,7 +87564,7 @@ paths: description: Response content: application/json: - schema: &639 + schema: &638 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -87597,8 +87660,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: + - *456 - *457 - - *458 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -87621,7 +87684,7 @@ paths: description: Response content: application/json: - schema: *639 + schema: *638 examples: default-response: summary: Default response @@ -87680,8 +87743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -87691,7 +87754,7 @@ paths: application/json: schema: type: array - items: &640 + items: &639 title: Webhook description: Webhooks for repositories. type: object @@ -87745,7 +87808,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &899 + last_response: &898 title: Hook Response type: object properties: @@ -87819,8 +87882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -87872,9 +87935,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *639 examples: - default: &641 + default: &640 value: type: Repository id: 12345678 @@ -87922,17 +87985,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 responses: '200': description: Response content: application/json: - schema: *640 + schema: *639 examples: - default: *641 + default: *640 '404': *6 x-github: githubCloudOnly: false @@ -87952,9 +88015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 requestBody: required: true content: @@ -87999,9 +88062,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *639 examples: - default: *641 + default: *640 '422': *15 '404': *6 x-github: @@ -88022,9 +88085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 responses: '204': description: Response @@ -88048,9 +88111,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: + - *456 - *457 - - *458 - - *348 + - *347 responses: '200': description: Response @@ -88077,9 +88140,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: + - *456 - *457 - - *458 - - *348 + - *347 requestBody: required: false content: @@ -88123,11 +88186,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 - *17 - - *349 + - *348 responses: '200': description: Response @@ -88135,9 +88198,9 @@ paths: application/json: schema: type: array - items: *350 + items: *349 examples: - default: *351 + default: *350 '400': *14 '422': *15 x-github: @@ -88156,18 +88219,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: + - *456 - *457 - - *458 - - *348 + - *347 - *16 responses: '200': description: Response content: application/json: - schema: *352 + schema: *351 examples: - default: *353 + default: *352 '400': *14 '422': *15 x-github: @@ -88186,9 +88249,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: + - *456 - *457 - - *458 - - *348 + - *347 - *16 responses: '202': *39 @@ -88211,9 +88274,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 responses: '204': description: Response @@ -88238,9 +88301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: + - *456 - *457 - - *458 - - *348 + - *347 responses: '204': description: Response @@ -88263,8 +88326,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: + - *456 - *457 - - *458 responses: '200': description: Response if immutable releases are enabled @@ -88310,8 +88373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: + - *456 - *457 - - *458 responses: '204': *155 '409': *119 @@ -88331,8 +88394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: + - *456 - *457 - - *458 responses: '204': *155 '409': *119 @@ -88389,14 +88452,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: &642 + schema: &641 title: Import description: A repository import from an external source. type: object @@ -88495,7 +88558,7 @@ paths: - html_url - authors_url examples: - default: &645 + default: &644 value: vcs: subversion use_lfs: true @@ -88511,7 +88574,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': &643 + '503': &642 description: Unavailable due to service under maintenance. content: application/json: @@ -88540,8 +88603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -88589,7 +88652,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: default: value: @@ -88614,7 +88677,7 @@ paths: type: string '422': *15 '404': *6 - '503': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88642,8 +88705,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -88692,7 +88755,7 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: example-1: summary: Example 1 @@ -88740,7 +88803,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': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88763,12 +88826,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: + - *456 - *457 - - *458 responses: '204': description: Response - '503': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88794,9 +88857,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: + - *456 - *457 - - *458 - - &827 + - &826 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -88810,7 +88873,7 @@ paths: application/json: schema: type: array - items: &644 + items: &643 title: Porter Author description: Porter Author type: object @@ -88864,7 +88927,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': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88889,8 +88952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: + - *456 - *457 - - *458 - name: author_id in: path required: true @@ -88920,7 +88983,7 @@ paths: description: Response content: application/json: - schema: *644 + schema: *643 examples: default: value: @@ -88933,7 +88996,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88957,8 +89020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -88999,7 +89062,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89027,8 +89090,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -89055,11 +89118,11 @@ paths: description: Response content: application/json: - schema: *642 + schema: *641 examples: - default: *645 + default: *644 '422': *15 - '503': *643 + '503': *642 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89082,8 +89145,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -89091,8 +89154,8 @@ paths: application/json: schema: *22 examples: - default: *646 - '301': *463 + default: *645 + '301': *462 '404': *6 x-github: githubCloudOnly: false @@ -89112,8 +89175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -89121,12 +89184,12 @@ paths: application/json: schema: anyOf: - - *366 + - *365 - type: object properties: {} additionalProperties: false examples: - default: &648 + default: &647 value: limit: collaborators_only origin: repository @@ -89151,13 +89214,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: + - *456 - *457 - - *458 requestBody: required: true content: application/json: - schema: *647 + schema: *646 examples: default: summary: Example request body @@ -89169,9 +89232,9 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: - default: *648 + default: *647 '409': description: Response x-github: @@ -89193,8 +89256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -89217,8 +89280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -89228,9 +89291,9 @@ paths: application/json: schema: type: array - items: *649 + items: *648 examples: - default: &820 + default: &819 value: - id: 1 repository: @@ -89361,9 +89424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: + - *456 - *457 - - *458 - - *370 + - *369 requestBody: required: false content: @@ -89392,7 +89455,7 @@ paths: description: Response content: application/json: - schema: *649 + schema: *648 examples: default: value: @@ -89523,9 +89586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: + - *456 - *457 - - *458 - - *370 + - *369 responses: '204': description: Response @@ -89556,8 +89619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: + - *456 - *457 - - *458 - 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 @@ -89605,7 +89668,7 @@ paths: required: false schema: type: string - - *374 + - *373 - name: sort description: What to sort results by. in: query @@ -89618,7 +89681,7 @@ paths: - comments default: created - *110 - - *228 + - *227 - *17 - *19 responses: @@ -89628,9 +89691,9 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: &661 + default: &660 value: - id: 1 node_id: MDU6SXNzdWUx @@ -89778,7 +89841,7 @@ paths: state_reason: completed headers: Link: *47 - '301': *463 + '301': *462 '422': *15 '404': *6 x-github: @@ -89807,8 +89870,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -89890,9 +89953,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: &658 + default: &657 value: id: 1 node_id: MDU6SXNzdWUx @@ -90048,7 +90111,7 @@ paths: '422': *15 '503': *196 '404': *6 - '410': *650 + '410': *649 x-github: triggersNotification: true githubCloudOnly: false @@ -90076,9 +90139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: + - *456 - *457 - - *458 - - *245 + - *244 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -90088,7 +90151,7 @@ paths: enum: - asc - desc - - *228 + - *227 - *17 - *19 responses: @@ -90098,9 +90161,9 @@ paths: application/json: schema: type: array - items: *651 + items: *650 examples: - default: &660 + default: &659 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90158,17 +90221,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 responses: '200': description: Response content: application/json: - schema: *651 + schema: *650 examples: - default: &652 + default: &651 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -90222,9 +90285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -90246,9 +90309,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *650 examples: - default: *652 + default: *651 '422': *15 x-github: githubCloudOnly: false @@ -90266,9 +90329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 responses: '204': description: Response @@ -90288,9 +90351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 - 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. @@ -90316,9 +90379,9 @@ paths: application/json: schema: type: array - items: *572 + items: *571 examples: - default: *653 + default: *652 headers: Link: *47 '404': *6 @@ -90339,9 +90402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -90373,16 +90436,16 @@ paths: description: Reaction exists content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '201': description: Reaction created content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -90404,10 +90467,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: + - *456 - *457 - - *458 - - *237 - - *654 + - *236 + - *653 responses: '204': description: Response @@ -90427,8 +90490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -90438,7 +90501,7 @@ paths: application/json: schema: type: array - items: &657 + items: &656 title: Issue Event description: Issue Event type: object @@ -90481,8 +90544,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *655 - required: *656 + properties: *654 + required: *655 nullable: true label: title: Issue Event Label @@ -90526,7 +90589,7 @@ paths: properties: *20 required: *21 nullable: true - requested_team: *313 + requested_team: *312 dismissed_review: title: Issue Event Dismissed Review type: object @@ -90591,7 +90654,7 @@ paths: required: - from - to - author_association: *222 + author_association: *221 lock_reason: type: string nullable: true @@ -90604,8 +90667,8 @@ paths: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 required: - id - node_id @@ -90789,8 +90852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: + - *456 - *457 - - *458 - name: event_id in: path required: true @@ -90801,7 +90864,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *656 examples: default: value: @@ -90993,7 +91056,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *650 + '410': *649 '403': *29 x-github: githubCloudOnly: false @@ -91027,9 +91090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: + - *456 - *457 - - *458 - - &659 + - &658 name: issue_number description: The number that identifies the issue. in: path @@ -91041,12 +91104,12 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 - '301': *463 + default: *657 + '301': *462 '404': *6 - '410': *650 + '410': *649 '304': *37 x-github: githubCloudOnly: false @@ -91071,9 +91134,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: false content: @@ -91177,15 +91240,15 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 '422': *15 '503': *196 '403': *29 - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91203,9 +91266,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: false content: @@ -91231,9 +91294,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91249,9 +91312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: content: application/json: @@ -91276,9 +91339,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91300,9 +91363,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: + - *456 - *457 - - *458 - - *659 + - *658 - name: assignee in: path required: true @@ -91342,10 +91405,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: + - *456 - *457 - - *458 - - *659 - - *228 + - *658 + - *227 - *17 - *19 responses: @@ -91355,13 +91418,13 @@ paths: application/json: schema: type: array - items: *651 + items: *650 examples: - default: *660 + default: *659 headers: Link: *47 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91390,9 +91453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -91414,16 +91477,16 @@ paths: description: Response content: application/json: - schema: *651 + schema: *650 examples: - default: *652 + default: *651 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *650 + '410': *649 '422': *15 '404': *6 x-github: @@ -91451,9 +91514,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: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -91463,14 +91526,14 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: *661 + default: *660 headers: Link: *47 - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91498,9 +91561,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: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -91522,17 +91585,17 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *463 + '301': *462 '403': *29 - '410': *650 + '410': *649 '422': *15 '404': *6 x-github: @@ -91563,9 +91626,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: + - *456 - *457 - - *458 - - *659 + - *658 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -91577,15 +91640,15 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 - '301': *463 + default: *657 + '301': *462 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *650 + '410': *649 x-github: triggersNotification: true githubCloudOnly: false @@ -91611,9 +91674,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: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -91623,14 +91686,14 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: *661 + default: *660 headers: Link: *47 - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91647,9 +91710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -91663,7 +91726,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &663 + - &662 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -91694,8 +91757,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 label: type: object properties: @@ -91717,7 +91780,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &664 + - &663 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -91748,8 +91811,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 label: type: object properties: @@ -91837,8 +91900,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 assignee: *4 assigner: *4 required: @@ -91853,7 +91916,7 @@ paths: - performed_via_github_app - assignee - assigner - - &665 + - &664 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -91884,8 +91947,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 milestone: type: object properties: @@ -91904,7 +91967,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &666 + - &665 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -91935,8 +91998,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 milestone: type: object properties: @@ -91955,7 +92018,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &667 + - &666 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -91986,8 +92049,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 rename: type: object properties: @@ -92009,7 +92072,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &668 + - &667 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -92040,10 +92103,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 review_requester: *4 - requested_team: *313 + requested_team: *312 requested_reviewer: *4 required: - review_requester @@ -92056,7 +92119,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &669 + - &668 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -92087,10 +92150,10 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 review_requester: *4 - requested_team: *313 + requested_team: *312 requested_reviewer: *4 required: - review_requester @@ -92103,7 +92166,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &670 + - &669 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -92134,8 +92197,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 dismissed_review: type: object properties: @@ -92163,7 +92226,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &671 + - &670 title: Locked Issue Event description: Locked Issue Event type: object @@ -92194,8 +92257,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 lock_reason: type: string example: '"off-topic"' @@ -92211,7 +92274,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &672 + - &671 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -92242,8 +92305,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 project_card: type: object properties: @@ -92277,7 +92340,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &672 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -92308,8 +92371,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 project_card: type: object properties: @@ -92343,7 +92406,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &674 + - &673 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -92374,8 +92437,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 project_card: type: object properties: @@ -92409,7 +92472,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &675 + - &674 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -92500,7 +92563,7 @@ paths: color: red headers: Link: *47 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92517,9 +92580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -92529,9 +92592,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: &662 + default: &661 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92549,9 +92612,9 @@ paths: default: false headers: Link: *47 - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92568,9 +92631,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: false content: @@ -92629,12 +92692,12 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *662 - '301': *463 + default: *661 + '301': *462 '404': *6 - '410': *650 + '410': *649 '422': *15 x-github: githubCloudOnly: false @@ -92651,9 +92714,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: false content: @@ -92713,12 +92776,12 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *662 - '301': *463 + default: *661 + '301': *462 '404': *6 - '410': *650 + '410': *649 '422': *15 x-github: githubCloudOnly: false @@ -92735,15 +92798,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 responses: '204': description: Response - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92762,9 +92825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 - name: name in: path required: true @@ -92777,7 +92840,7 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: default: value: @@ -92788,9 +92851,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *463 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92810,9 +92873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: false content: @@ -92840,7 +92903,7 @@ paths: '204': description: Response '403': *29 - '410': *650 + '410': *649 '404': *6 '422': *15 x-github: @@ -92858,9 +92921,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 responses: '204': description: Response @@ -92890,20 +92953,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 responses: '200': description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 - '301': *463 + default: *657 + '301': *462 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92920,9 +92983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 - 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. @@ -92948,13 +93011,13 @@ paths: application/json: schema: type: array - items: *572 + items: *571 examples: - default: *653 + default: *652 headers: Link: *47 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92972,9 +93035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -93006,16 +93069,16 @@ paths: description: Response content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '201': description: Response content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -93037,10 +93100,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: + - *456 - *457 - - *458 - - *659 - - *654 + - *658 + - *653 responses: '204': description: Response @@ -93069,9 +93132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -93093,9 +93156,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93128,9 +93191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -93140,13 +93203,13 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: *661 + default: *660 headers: Link: *47 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93174,9 +93237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -93203,16 +93266,16 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *650 + '410': *649 '422': *15 '404': *6 x-github: @@ -93232,9 +93295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 requestBody: required: true content: @@ -93265,9 +93328,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *220 examples: - default: *658 + default: *657 '403': *29 '404': *6 '422': *7 @@ -93289,9 +93352,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: + - *456 - *457 - - *458 - - *659 + - *658 - *17 - *19 responses: @@ -93306,6 +93369,7 @@ paths: description: Timeline Event type: object anyOf: + - *662 - *663 - *664 - *665 @@ -93318,7 +93382,6 @@ paths: - *672 - *673 - *674 - - *675 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -93361,7 +93424,7 @@ paths: issue_url: type: string format: uri - author_association: *222 + author_association: *221 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. They @@ -93371,9 +93434,9 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 - reactions: *223 + properties: *217 + required: *218 + reactions: *222 required: - event - actor @@ -93404,7 +93467,7 @@ paths: properties: type: type: string - issue: *221 + issue: *220 required: - event - created_at @@ -93604,7 +93667,7 @@ paths: type: string body_text: type: string - author_association: *222 + author_association: *221 required: - event - id @@ -93627,7 +93690,7 @@ paths: type: string comments: type: array - items: &697 + items: &696 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -93722,7 +93785,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *222 + author_association: *221 _links: type: object properties: @@ -93806,7 +93869,7 @@ paths: enum: - line - file - reactions: *223 + reactions: *222 body_html: type: string example: '"

comment body

"' @@ -93842,7 +93905,7 @@ paths: type: string comments: type: array - items: *571 + items: *570 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -93873,8 +93936,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 assignee: *4 required: - id @@ -93917,8 +93980,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 assignee: *4 required: - id @@ -93961,8 +94024,8 @@ paths: are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 state_reason: type: string nullable: true @@ -94131,7 +94194,7 @@ paths: headers: Link: *47 '404': *6 - '410': *650 + '410': *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94148,8 +94211,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -94159,7 +94222,7 @@ paths: application/json: schema: type: array - items: &676 + items: &675 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94225,8 +94288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -94262,9 +94325,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *675 examples: - default: &677 + default: &676 value: id: 1 key: ssh-rsa AAA... @@ -94298,9 +94361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: + - *456 - *457 - - *458 - - &678 + - &677 name: key_id description: The unique identifier of the key. in: path @@ -94312,9 +94375,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *675 examples: - default: *677 + default: *676 '404': *6 x-github: githubCloudOnly: false @@ -94332,9 +94395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: + - *456 - *457 - - *458 - - *678 + - *677 responses: '204': description: Response @@ -94354,8 +94417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -94365,9 +94428,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *662 + default: *661 headers: Link: *47 '404': *6 @@ -94388,8 +94451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -94425,9 +94488,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *219 examples: - default: &679 + default: &678 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94459,8 +94522,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: + - *456 - *457 - - *458 - name: name in: path required: true @@ -94471,9 +94534,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *219 examples: - default: *679 + default: *678 '404': *6 x-github: githubCloudOnly: false @@ -94490,8 +94553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: + - *456 - *457 - - *458 - name: name in: path required: true @@ -94530,7 +94593,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *219 examples: default: value: @@ -94556,8 +94619,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: + - *456 - *457 - - *458 - name: name in: path required: true @@ -94583,8 +94646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -94620,8 +94683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: + - *456 - *457 - - *458 responses: '202': *39 '403': @@ -94649,8 +94712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -94676,9 +94739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: + - *456 - *457 - - *458 - - *544 + - *543 responses: '200': description: Response @@ -94740,8 +94803,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true required: - _links @@ -94823,8 +94886,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -94889,8 +94952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -94924,9 +94987,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *574 + schema: *573 examples: - default: *680 + default: *679 '204': description: Response when already merged '404': @@ -94951,8 +95014,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: + - *456 - *457 - - *458 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -94993,12 +95056,12 @@ paths: application/json: schema: type: array - items: &681 + items: &680 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *405 + required: *406 examples: default: value: @@ -95054,8 +95117,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -95095,9 +95158,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *680 examples: - default: &682 + default: &681 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95156,9 +95219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: + - *456 - *457 - - *458 - - &683 + - &682 name: milestone_number description: The number that identifies the milestone. in: path @@ -95170,9 +95233,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *680 examples: - default: *682 + default: *681 '404': *6 x-github: githubCloudOnly: false @@ -95189,9 +95252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: + - *456 - *457 - - *458 - - *683 + - *682 requestBody: required: false content: @@ -95229,9 +95292,9 @@ paths: description: Response content: application/json: - schema: *681 + schema: *680 examples: - default: *682 + default: *681 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95247,9 +95310,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: + - *456 - *457 - - *458 - - *683 + - *682 responses: '204': description: Response @@ -95270,9 +95333,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: + - *456 - *457 - - *458 - - *683 + - *682 - *17 - *19 responses: @@ -95282,9 +95345,9 @@ paths: application/json: schema: type: array - items: *220 + items: *219 examples: - default: *662 + default: *661 headers: Link: *47 x-github: @@ -95303,12 +95366,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: + - *456 - *457 - - *458 + - *683 - *684 + - *227 - *685 - - *228 - - *686 - *17 - *19 responses: @@ -95318,9 +95381,9 @@ paths: application/json: schema: type: array - items: *248 + items: *247 examples: - default: *687 + default: *686 headers: Link: *47 x-github: @@ -95344,8 +95407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -95403,14 +95466,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: &688 + schema: &687 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95535,7 +95598,7 @@ paths: - custom_404 - public examples: - default: &689 + default: &688 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -95576,8 +95639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -95631,9 +95694,9 @@ paths: description: Response content: application/json: - schema: *688 + schema: *687 examples: - default: *689 + default: *688 '422': *15 '409': *119 x-github: @@ -95656,8 +95719,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -95764,8 +95827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -95791,8 +95854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -95802,7 +95865,7 @@ paths: application/json: schema: type: array - items: &690 + items: &689 title: Page Build description: Page Build type: object @@ -95896,8 +95959,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: + - *456 - *457 - - *458 responses: '201': description: Response @@ -95942,16 +96005,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: &691 + default: &690 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -95999,8 +96062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: + - *456 - *457 - - *458 - name: build_id in: path required: true @@ -96011,9 +96074,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *689 examples: - default: *691 + default: *690 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96033,8 +96096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -96139,9 +96202,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: + - *456 - *457 - - *458 - - &692 + - &691 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96199,9 +96262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: + - *456 - *457 - - *458 - - *692 + - *691 responses: '204': *155 '404': *6 @@ -96228,8 +96291,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -96460,7 +96523,7 @@ paths: description: Empty response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -96487,8 +96550,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: + - *456 - *457 - - *458 responses: '200': description: Private vulnerability reporting status @@ -96525,8 +96588,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: + - *456 - *457 - - *458 responses: '204': *155 '422': *14 @@ -96547,8 +96610,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: + - *456 - *457 - - *458 responses: '204': *155 '422': *14 @@ -96570,8 +96633,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -96581,7 +96644,7 @@ paths: type: array items: *156 examples: - default: *693 + default: *692 '403': *29 '404': *6 x-github: @@ -96603,8 +96666,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -96620,7 +96683,7 @@ paths: required: - properties examples: - default: *694 + default: *693 responses: '204': description: No Content when custom property values are successfully created @@ -96658,8 +96721,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: + - *456 - *457 - - *458 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -96719,9 +96782,9 @@ paths: application/json: schema: type: array - items: *578 + items: *577 examples: - default: *695 + default: *694 headers: Link: *47 '304': *37 @@ -96753,8 +96816,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -96819,7 +96882,7 @@ paths: description: Response content: application/json: - schema: &699 + schema: &698 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -96930,8 +96993,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *405 + required: *406 nullable: true active_lock_reason: type: string @@ -96976,7 +97039,7 @@ paths: nullable: true requested_teams: type: array - items: *442 + items: *441 nullable: true head: type: object @@ -97015,14 +97078,14 @@ paths: _links: type: object properties: - comments: *408 - commits: *408 - statuses: *408 - html: *408 - issue: *408 - review_comments: *408 - review_comment: *408 - self: *408 + comments: *407 + commits: *407 + statuses: *407 + html: *407 + issue: *407 + review_comments: *407 + review_comment: *407 + self: *407 required: - comments - commits @@ -97032,8 +97095,8 @@ paths: - review_comments - review_comment - self - author_association: *222 - auto_merge: *696 + author_association: *221 + auto_merge: *695 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -97125,7 +97188,7 @@ paths: - merged_by - review_comments examples: - default: &700 + default: &699 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -97652,8 +97715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: + - *456 - *457 - - *458 - name: sort in: query required: false @@ -97672,7 +97735,7 @@ paths: enum: - asc - desc - - *228 + - *227 - *17 - *19 responses: @@ -97682,9 +97745,9 @@ paths: application/json: schema: type: array - items: *697 + items: *696 examples: - default: &702 + default: &701 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97761,17 +97824,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: + - *456 - *457 - - *458 - - *237 + - *236 responses: '200': description: Response content: application/json: - schema: *697 + schema: *696 examples: - default: &698 + default: &697 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97846,9 +97909,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: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -97870,9 +97933,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *696 examples: - default: *698 + default: *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97888,9 +97951,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: + - *456 - *457 - - *458 - - *237 + - *236 responses: '204': description: Response @@ -97911,9 +97974,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: + - *456 - *457 - - *458 - - *237 + - *236 - 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. @@ -97939,9 +98002,9 @@ paths: application/json: schema: type: array - items: *572 + items: *571 examples: - default: *653 + default: *652 headers: Link: *47 '404': *6 @@ -97962,9 +98025,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: + - *456 - *457 - - *458 - - *237 + - *236 requestBody: required: true content: @@ -97996,16 +98059,16 @@ paths: description: Reaction exists content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '201': description: Reaction created content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -98027,10 +98090,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: + - *456 - *457 - - *458 - - *237 - - *654 + - *236 + - *653 responses: '204': description: Response @@ -98073,9 +98136,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: + - *456 - *457 - - *458 - - &701 + - &700 name: pull_number description: The number that identifies the pull request. in: path @@ -98088,9 +98151,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *699 + schema: *698 examples: - default: *700 + default: *699 '304': *37 '404': *6 '406': @@ -98125,9 +98188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: false content: @@ -98169,9 +98232,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *698 examples: - default: *700 + default: *699 '422': *15 '403': *29 x-github: @@ -98193,9 +98256,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: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: true content: @@ -98255,17 +98318,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '401': *25 '403': *29 '404': *6 @@ -98295,10 +98358,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: + - *456 - *457 - - *458 - - *701 - - *245 + - *700 + - *244 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -98308,7 +98371,7 @@ paths: enum: - asc - desc - - *228 + - *227 - *17 - *19 responses: @@ -98318,9 +98381,9 @@ paths: application/json: schema: type: array - items: *697 + items: *696 examples: - default: *702 + default: *701 headers: Link: *47 x-github: @@ -98353,9 +98416,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: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: true content: @@ -98460,7 +98523,7 @@ paths: description: Response content: application/json: - schema: *697 + schema: *696 examples: example-for-a-multi-line-comment: value: @@ -98548,10 +98611,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: + - *456 - *457 - - *458 - - *701 - - *237 + - *700 + - *236 requestBody: required: true content: @@ -98573,7 +98636,7 @@ paths: description: Response content: application/json: - schema: *697 + schema: *696 examples: default: value: @@ -98659,9 +98722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: + - *456 - *457 - - *458 - - *701 + - *700 - *17 - *19 responses: @@ -98671,9 +98734,9 @@ paths: application/json: schema: type: array - items: *574 + items: *573 examples: - default: *703 + default: *702 headers: Link: *47 x-github: @@ -98703,9 +98766,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: + - *456 - *457 - - *458 - - *701 + - *700 - *17 - *19 responses: @@ -98715,7 +98778,7 @@ paths: application/json: schema: type: array - items: *587 + items: *586 examples: default: value: @@ -98753,9 +98816,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: + - *456 - *457 - - *458 - - *701 + - *700 responses: '204': description: Response if pull request has been merged @@ -98778,9 +98841,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: false content: @@ -98891,9 +98954,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: + - *456 - *457 - - *458 - - *701 + - *700 responses: '200': description: Response @@ -98909,7 +98972,7 @@ paths: items: *4 teams: type: array - items: *313 + items: *312 required: - users - teams @@ -98968,9 +99031,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: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: false content: @@ -99007,7 +99070,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *577 examples: default: value: @@ -99543,9 +99606,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: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: true content: @@ -99579,7 +99642,7 @@ paths: description: Response content: application/json: - schema: *578 + schema: *577 examples: default: value: @@ -100084,9 +100147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: + - *456 - *457 - - *458 - - *701 + - *700 - *17 - *19 responses: @@ -100096,7 +100159,7 @@ paths: application/json: schema: type: array - items: &704 + items: &703 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100165,7 +100228,7 @@ paths: type: string body_text: type: string - author_association: *222 + author_association: *221 required: - id - node_id @@ -100247,9 +100310,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: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: false content: @@ -100335,9 +100398,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: - default: &706 + default: &705 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100400,10 +100463,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: + - *456 - *457 - - *458 - - *701 - - &705 + - *700 + - &704 name: review_id description: The unique identifier of the review. in: path @@ -100415,9 +100478,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: - default: &707 + default: &706 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100476,10 +100539,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: + - *456 - *457 - - *458 - - *701 - - *705 + - *700 + - *704 requestBody: required: true content: @@ -100502,7 +100565,7 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: default: value: @@ -100564,18 +100627,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: + - *456 - *457 - - *458 - - *701 - - *705 + - *700 + - *704 responses: '200': description: Response content: application/json: - schema: *704 + schema: *703 examples: - default: *706 + default: *705 '422': *7 '404': *6 x-github: @@ -100602,10 +100665,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: + - *456 - *457 - - *458 - - *701 - - *705 + - *700 + - *704 - *17 - *19 responses: @@ -100684,13 +100747,13 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *222 + author_association: *221 _links: type: object properties: - self: *408 - html: *408 - pull_request: *408 + self: *407 + html: *407 + pull_request: *407 required: - self - html @@ -100699,7 +100762,7 @@ paths: type: string body_html: type: string - reactions: *223 + reactions: *222 side: description: The side of the first line of the range for a multi-line comment. @@ -100840,10 +100903,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: + - *456 - *457 - - *458 - - *701 - - *705 + - *700 + - *704 requestBody: required: true content: @@ -100871,7 +100934,7 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: default: value: @@ -100934,10 +100997,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: + - *456 - *457 - - *458 - - *701 - - *705 + - *700 + - *704 requestBody: required: true content: @@ -100972,9 +101035,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *703 examples: - default: *707 + default: *706 '404': *6 '422': *7 '403': *29 @@ -100996,9 +101059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: + - *456 - *457 - - *458 - - *701 + - *700 requestBody: required: false content: @@ -101061,8 +101124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: + - *456 - *457 - - *458 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -101075,9 +101138,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *707 examples: - default: &709 + default: &708 value: type: file encoding: base64 @@ -101119,8 +101182,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: + - *456 - *457 - - *458 - name: dir description: The alternate path to look for a README file in: path @@ -101140,9 +101203,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *707 examples: - default: *709 + default: *708 '404': *6 '422': *15 x-github: @@ -101164,8 +101227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -101175,7 +101238,7 @@ paths: application/json: schema: type: array - items: *710 + items: *709 examples: default: value: @@ -101269,8 +101332,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -101346,9 +101409,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: &714 + default: &713 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101453,9 +101516,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: + - *456 - *457 - - *458 - - &712 + - &711 name: asset_id description: The unique identifier of the asset. in: path @@ -101467,9 +101530,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *710 examples: - default: &713 + default: &712 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 @@ -101504,7 +101567,7 @@ paths: type: User site_admin: false '404': *6 - '302': *589 + '302': *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101520,9 +101583,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: + - *456 - *457 - - *458 - - *712 + - *711 requestBody: required: false content: @@ -101550,9 +101613,9 @@ paths: description: Response content: application/json: - schema: *711 + schema: *710 examples: - default: *713 + default: *712 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101568,9 +101631,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: + - *456 - *457 - - *458 - - *712 + - *711 responses: '204': description: Response @@ -101594,8 +101657,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -101680,16 +101743,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: + - *456 - *457 - - *458 responses: '200': description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: *714 + default: *713 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101706,8 +101769,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: + - *456 - *457 - - *458 - name: tag description: tag parameter in: path @@ -101720,9 +101783,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: *714 + default: *713 '404': *6 x-github: githubCloudOnly: false @@ -101744,9 +101807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: + - *456 - *457 - - *458 - - &715 + - &714 name: release_id description: The unique identifier of the release. in: path @@ -101760,9 +101823,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: *710 + schema: *709 examples: - default: *714 + default: *713 '401': description: Unauthorized x-github: @@ -101780,9 +101843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: + - *456 - *457 - - *458 - - *715 + - *714 requestBody: required: false content: @@ -101846,9 +101909,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *709 examples: - default: *714 + default: *713 '404': description: Not Found if the discussion category name is invalid content: @@ -101869,9 +101932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: + - *456 - *457 - - *458 - - *715 + - *714 responses: '204': description: Response @@ -101891,9 +101954,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: + - *456 - *457 - - *458 - - *715 + - *714 - *17 - *19 responses: @@ -101903,7 +101966,7 @@ paths: application/json: schema: type: array - items: *711 + items: *710 examples: default: value: @@ -101985,9 +102048,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: + - *456 - *457 - - *458 - - *715 + - *714 - name: name in: query required: true @@ -102013,7 +102076,7 @@ paths: description: Response for successful upload content: application/json: - schema: *711 + schema: *710 examples: response-for-successful-upload: value: @@ -102068,9 +102131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: + - *456 - *457 - - *458 - - *715 + - *714 - 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. @@ -102094,9 +102157,9 @@ paths: application/json: schema: type: array - items: *572 + items: *571 examples: - default: *653 + default: *652 headers: Link: *47 '404': *6 @@ -102117,9 +102180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: + - *456 - *457 - - *458 - - *715 + - *714 requestBody: required: true content: @@ -102149,16 +102212,16 @@ paths: description: Reaction exists content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '201': description: Reaction created content: application/json: - schema: *572 + schema: *571 examples: - default: *573 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -102180,10 +102243,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: + - *456 - *457 - - *458 - - *715 - - *654 + - *714 + - *653 responses: '204': description: Response @@ -102207,9 +102270,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: + - *456 - *457 - - *458 - - *510 + - *509 - *17 - *19 responses: @@ -102226,7 +102289,7 @@ paths: oneOf: - allOf: - *170 - - &716 + - &715 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102247,67 +102310,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *171 - - *716 + - *715 - allOf: - *172 - - *716 + - *715 - allOf: - *173 - - *716 + - *715 - allOf: - - *717 - *716 + - *715 - allOf: - *174 - - *716 + - *715 - allOf: - *175 - - *716 + - *715 - allOf: - *176 - - *716 + - *715 - allOf: - *177 - - *716 + - *715 - allOf: - *178 - - *716 + - *715 - allOf: - *179 - - *716 + - *715 - allOf: - *180 - - *716 + - *715 - allOf: - *181 - - *716 + - *715 - allOf: - *182 - - *716 + - *715 - allOf: - *183 - - *716 + - *715 - allOf: - *184 - - *716 + - *715 - allOf: - *185 - - *716 + - *715 - allOf: - *186 - - *716 + - *715 - allOf: - *187 - - *716 + - *715 - allOf: - *188 - - *716 + - *715 - allOf: - *189 - - *716 + - *715 - allOf: - *190 - - *716 + - *715 examples: default: value: @@ -102346,8 +102409,8 @@ paths: category: repos subcategory: rules parameters: + - *456 - *457 - - *458 - *17 - *19 - name: includes_parents @@ -102358,7 +102421,7 @@ paths: schema: type: boolean default: true - - *718 + - *717 responses: '200': description: Response @@ -102413,8 +102476,8 @@ paths: category: repos subcategory: rules parameters: + - *456 - *457 - - *458 requestBody: description: Request body required: true @@ -102443,7 +102506,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *719 + items: *718 required: - name - enforcement @@ -102476,7 +102539,7 @@ paths: application/json: schema: *191 examples: - default: &728 + default: &727 value: id: 42 name: super cool ruleset @@ -102523,12 +102586,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: + - *456 - *457 - - *458 - - *720 + - *719 - *105 + - *720 - *721 - - *722 - *17 - *19 responses: @@ -102536,9 +102599,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *722 examples: - default: *724 + default: *723 '404': *6 '500': *40 x-github: @@ -102559,17 +102622,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: + - *456 - *457 - - *458 - - *725 + - *724 responses: '200': description: Response content: application/json: - schema: *726 + schema: *725 examples: - default: *727 + default: *726 '404': *6 '500': *40 x-github: @@ -102597,8 +102660,8 @@ paths: category: repos subcategory: rules parameters: + - *456 - *457 - - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102620,7 +102683,7 @@ paths: application/json: schema: *191 examples: - default: *728 + default: *727 '404': *6 '500': *40 put: @@ -102638,8 +102701,8 @@ paths: category: repos subcategory: rules parameters: + - *456 - *457 - - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102673,7 +102736,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *719 + items: *718 examples: default: value: @@ -102703,7 +102766,7 @@ paths: application/json: schema: *191 examples: - default: *728 + default: *727 '404': *6 '500': *40 delete: @@ -102721,8 +102784,8 @@ paths: category: repos subcategory: rules parameters: + - *456 - *457 - - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102745,8 +102808,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: + - *456 - *457 - - *458 - *17 - *19 - name: ruleset_id @@ -102764,7 +102827,7 @@ paths: type: array items: *195 examples: - default: *426 + default: *425 '404': *6 '500': *40 x-github: @@ -102783,8 +102846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: + - *456 - *457 - - *458 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102802,7 +102865,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *426 examples: default: value: @@ -102857,22 +102920,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: + - *456 - *457 - - *458 + - *427 - *428 - *429 - *430 - *431 - - *432 - *110 - *19 - *17 + - *728 - *729 - - *730 + - *432 - *433 - *434 - *435 - - *436 responses: '200': description: Response @@ -102880,7 +102943,7 @@ paths: application/json: schema: type: array - items: &734 + items: &733 type: object properties: number: *128 @@ -102899,8 +102962,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *731 - resolution: *732 + state: *730 + resolution: *731 resolved_at: type: string format: date-time @@ -102996,7 +103059,7 @@ paths: pull request. ' - oneOf: *733 + oneOf: *732 nullable: true has_more_locations: type: boolean @@ -103145,16 +103208,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: + - *456 - *457 - - *458 - - *538 - - *436 + - *537 + - *435 responses: '200': description: Response content: application/json: - schema: *734 + schema: *733 examples: default: value: @@ -103208,9 +103271,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: + - *456 - *457 - - *458 - - *538 + - *537 requestBody: required: true content: @@ -103218,8 +103281,8 @@ paths: schema: type: object properties: - state: *731 - resolution: *732 + state: *730 + resolution: *731 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103253,7 +103316,7 @@ paths: description: Response content: application/json: - schema: *734 + schema: *733 examples: default: value: @@ -103348,9 +103411,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: + - *456 - *457 - - *458 - - *538 + - *537 - *19 - *17 responses: @@ -103361,7 +103424,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &921 + items: &920 type: object properties: type: @@ -103387,6 +103450,7 @@ paths: example: commit details: oneOf: + - *734 - *735 - *736 - *737 @@ -103399,7 +103463,6 @@ paths: - *744 - *745 - *746 - - *747 examples: default: value: @@ -103485,8 +103548,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -103494,14 +103557,14 @@ paths: schema: type: object properties: - reason: &749 + reason: &748 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *748 + placeholder_id: *747 required: - reason - placeholder_id @@ -103518,7 +103581,7 @@ paths: schema: type: object properties: - reason: *749 + reason: *748 expire_at: type: string format: date-time @@ -103564,8 +103627,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: + - *456 - *457 - - *458 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -103580,7 +103643,7 @@ paths: properties: incremental_scans: type: array - items: &750 + items: &749 description: Information on a single scan performed by secret scanning on the repository type: object @@ -103606,15 +103669,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *750 + items: *749 backfill_scans: type: array - items: *750 + items: *749 custom_pattern_backfill_scans: type: array items: allOf: - - *750 + - *749 - type: object properties: pattern_name: @@ -103684,8 +103747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: + - *456 - *457 - - *458 - *110 - name: sort description: The property to sort the results by. @@ -103729,9 +103792,9 @@ paths: application/json: schema: type: array - items: *751 + items: *750 examples: - default: *752 + default: *751 '400': *14 '404': *6 x-github: @@ -103754,8 +103817,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -103828,7 +103891,7 @@ paths: login: type: string description: The username of the user credited. - type: *441 + type: *440 required: - login - type @@ -103915,9 +103978,9 @@ paths: description: Response content: application/json: - schema: *751 + schema: *750 examples: - default: &754 + default: &753 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104150,8 +104213,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -104255,7 +104318,7 @@ paths: description: Response content: application/json: - schema: *751 + schema: *750 examples: default: value: @@ -104402,17 +104465,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: + - *456 - *457 - - *458 - - *753 + - *752 responses: '200': description: Response content: application/json: - schema: *751 + schema: *750 examples: - default: *754 + default: *753 '403': *29 '404': *6 x-github: @@ -104436,9 +104499,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: + - *456 - *457 - - *458 - - *753 + - *752 requestBody: required: true content: @@ -104511,7 +104574,7 @@ paths: login: type: string description: The username of the user credited. - type: *441 + type: *440 required: - login - type @@ -104597,17 +104660,17 @@ paths: description: Response content: application/json: - schema: *751 + schema: *750 examples: - default: *754 - add_credit: *754 + default: *753 + add_credit: *753 '403': *29 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *259 + schema: *258 examples: invalid_state_transition: value: @@ -104638,9 +104701,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: + - *456 - *457 - - *458 - - *753 + - *752 responses: '202': *39 '400': *14 @@ -104667,17 +104730,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: + - *456 - *457 - - *458 - - *753 + - *752 responses: '202': description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *464 + default: *463 '400': *14 '422': *15 '403': *29 @@ -104703,8 +104766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -104803,8 +104866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: + - *456 - *457 - - *458 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -104813,7 +104876,7 @@ paths: application/json: schema: type: array - items: &755 + items: &754 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104846,8 +104909,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -104923,8 +104986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -105020,8 +105083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: + - *456 - *457 - - *458 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -105175,8 +105238,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: + - *456 - *457 - - *458 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -105186,7 +105249,7 @@ paths: application/json: schema: type: array - items: *755 + items: *754 examples: default: value: @@ -105219,8 +105282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: + - *456 - *457 - - *458 - name: sha in: path required: true @@ -105274,7 +105337,7 @@ paths: description: Response content: application/json: - schema: *756 + schema: *755 examples: default: value: @@ -105328,8 +105391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -105341,7 +105404,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -105361,14 +105424,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: + - *456 - *457 - - *458 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &757 + schema: &756 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105436,8 +105499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: + - *456 - *457 - - *458 requestBody: required: false content: @@ -105463,7 +105526,7 @@ paths: description: Response content: application/json: - schema: *757 + schema: *756 examples: default: value: @@ -105490,8 +105553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -105511,8 +105574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -105591,8 +105654,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: + - *456 - *457 - - *458 responses: '200': description: Response @@ -105600,7 +105663,7 @@ paths: application/json: schema: type: array - items: &758 + items: &757 title: Tag protection description: Tag protection type: object @@ -105652,8 +105715,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: + - *456 - *457 - - *458 requestBody: required: true content: @@ -105676,7 +105739,7 @@ paths: description: Response content: application/json: - schema: *758 + schema: *757 examples: default: value: @@ -105707,8 +105770,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: + - *456 - *457 - - *458 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -105745,8 +105808,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: + - *456 - *457 - - *458 - name: ref in: path required: true @@ -105782,8 +105845,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: + - *456 - *457 - - *458 - *17 - *19 responses: @@ -105793,9 +105856,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - default: *386 + default: *385 headers: Link: *47 '404': *6 @@ -105815,8 +105878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: + - *456 - *457 - - *458 - *19 - *17 responses: @@ -105824,7 +105887,7 @@ paths: description: Response content: application/json: - schema: &759 + schema: &758 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -105836,7 +105899,7 @@ paths: required: - names examples: - default: &760 + default: &759 value: names: - octocat @@ -105859,8 +105922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -105891,9 +105954,9 @@ paths: description: Response content: application/json: - schema: *759 + schema: *758 examples: - default: *760 + default: *759 '404': *6 '422': *7 x-github: @@ -105914,9 +105977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: + - *456 - *457 - - *458 - - &761 + - &760 name: per description: The time frame to display results for. in: query @@ -105945,7 +106008,7 @@ paths: example: 128 clones: type: array - items: &762 + items: &761 title: Traffic type: object properties: @@ -106032,8 +106095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -106123,8 +106186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: + - *456 - *457 - - *458 responses: '200': description: Response @@ -106184,9 +106247,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: + - *456 - *457 - - *458 - - *761 + - *760 responses: '200': description: Response @@ -106205,7 +106268,7 @@ paths: example: 3782 views: type: array - items: *762 + items: *761 required: - uniques - count @@ -106282,8 +106345,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: + - *456 - *457 - - *458 requestBody: required: true content: @@ -106319,7 +106382,7 @@ paths: description: Response content: application/json: - schema: *284 + schema: *283 examples: default: value: @@ -106557,8 +106620,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: + - *456 - *457 - - *458 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -106581,8 +106644,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -106604,8 +106667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: + - *456 - *457 - - *458 responses: '204': description: Response @@ -106631,8 +106694,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: + - *456 - *457 - - *458 - name: ref in: path required: true @@ -106724,9 +106787,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *464 + default: *463 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -106767,7 +106830,7 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: default: value: @@ -106877,7 +106940,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &770 + - &769 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -106886,7 +106949,7 @@ paths: schema: type: string example: members - - &775 + - &774 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -106897,7 +106960,7 @@ paths: default: 1 format: int32 example: 1 - - &776 + - &775 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -106939,7 +107002,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &765 + items: &764 allOf: - type: object required: @@ -107014,7 +107077,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: &777 + meta: &776 type: object description: The metadata associated with the creation/updates to the user. @@ -107074,30 +107137,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &766 + '400': &765 description: Bad request content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 - '401': *764 - '403': &767 + schema: *762 + '401': *763 + '403': &766 description: Permission denied - '429': &768 + '429': &767 description: Too many requests content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 - '500': &769 + schema: *762 + '500': &768 description: Internal server error content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 + schema: *762 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107121,7 +107184,7 @@ paths: required: true content: application/json: - schema: &773 + schema: &772 type: object required: - schemas @@ -107181,9 +107244,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *765 + schema: *764 examples: - group: &771 + group: &770 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -107202,13 +107265,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': *766 - '401': *764 - '403': *767 - '409': &774 + '400': *765 + '401': *763 + '403': *766 + '409': &773 description: Duplicate record detected - '429': *768 - '500': *769 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107225,7 +107288,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: - - &772 + - &771 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -107233,22 +107296,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *770 + - *769 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *765 + schema: *764 examples: - default: *771 - '400': *766 - '401': *764 - '403': *767 + default: *770 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '429': *768 - '500': *769 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107267,13 +107330,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: - - *772 + - *771 - *41 requestBody: required: true content: application/json: - schema: *773 + schema: *772 examples: group: summary: Group @@ -107299,17 +107362,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *765 + schema: *764 examples: - group: *771 - groupWithMembers: *771 - '400': *766 - '401': *764 - '403': *767 + group: *770 + groupWithMembers: *770 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '409': *774 - '429': *768 - '500': *769 + '409': *773 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107333,13 +107396,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: - - *772 + - *771 - *41 requestBody: required: true content: application/json: - schema: &784 + schema: &783 type: object required: - Operations @@ -107399,17 +107462,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *765 + schema: *764 examples: - updateGroup: *771 - addMembers: *771 - '400': *766 - '401': *764 - '403': *767 + updateGroup: *770 + addMembers: *770 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '409': *774 - '429': *768 - '500': *769 + '409': *773 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107425,17 +107488,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: - - *772 + - *771 - *41 responses: '204': description: Group was deleted, no content - '400': *766 - '401': *764 - '403': *767 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '429': *768 - '500': *769 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107469,8 +107532,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' + - *774 - *775 - - *776 - *41 responses: '200': @@ -107503,7 +107566,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &779 + items: &778 allOf: - type: object required: @@ -107582,7 +107645,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &778 + roles: &777 type: array description: The roles assigned to the user. items: @@ -107638,7 +107701,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *777 + meta: *776 startIndex: type: integer description: A starting index for the returned page @@ -107675,11 +107738,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *766 - '401': *764 - '403': *767 - '429': *768 - '500': *769 + '400': *765 + '401': *763 + '403': *766 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107703,7 +107766,7 @@ paths: required: true content: application/json: - schema: &782 + schema: &781 type: object required: - schemas @@ -107785,9 +107848,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *778 + roles: *777 examples: - user: &783 + user: &782 summary: User value: schemas: @@ -107834,9 +107897,9 @@ paths: description: User has been created content: application/scim+json: - schema: *779 + schema: *778 examples: - user: &780 + user: &779 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -107862,13 +107925,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: *780 - '400': *766 - '401': *764 - '403': *767 - '409': *774 - '429': *768 - '500': *769 + enterpriseOwner: *779 + '400': *765 + '401': *763 + '403': *766 + '409': *773 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107885,7 +107948,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: - - &781 + - &780 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -107898,15 +107961,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *779 + schema: *778 examples: - default: *780 - '400': *766 - '401': *764 - '403': *767 + default: *779 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '429': *768 - '500': *769 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107928,30 +107991,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: - - *781 + - *780 - *41 requestBody: required: true content: application/json: - schema: *782 + schema: *781 examples: - user: *783 + user: *782 responses: '200': description: User was updated content: application/scim+json: - schema: *779 + schema: *778 examples: - user: *780 - '400': *766 - '401': *764 - '403': *767 + user: *779 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '409': *774 - '429': *768 - '500': *769 + '409': *773 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -107986,13 +108049,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: - - *781 + - *780 - *41 requestBody: required: true content: application/json: - schema: *784 + schema: *783 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -108032,18 +108095,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *779 + schema: *778 examples: - userMultiValuedProperties: *780 - userSingleValuedProperties: *780 - disableUser: *780 - '400': *766 - '401': *764 - '403': *767 + userMultiValuedProperties: *779 + userSingleValuedProperties: *779 + disableUser: *779 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '409': *774 - '429': *768 - '500': *769 + '409': *773 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108063,17 +108126,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: - - *781 + - *780 - *41 responses: '204': description: User was deleted, no content - '400': *766 - '401': *764 - '403': *767 + '400': *765 + '401': *763 + '403': *766 '404': *6 - '429': *768 - '500': *769 + '429': *767 + '500': *768 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -108160,7 +108223,7 @@ paths: example: 1 Resources: type: array - items: &785 + items: &784 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -108391,22 +108454,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': *37 - '404': &786 + '404': &785 description: Resource not found content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 - '403': &787 + schema: *762 + '403': &786 description: Forbidden content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 - '400': *766 - '429': *768 + schema: *762 + '400': *765 + '429': *767 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -108432,9 +108495,9 @@ paths: description: Response content: application/scim+json: - schema: *785 + schema: *784 examples: - default: &788 + default: &787 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -108457,17 +108520,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': *37 - '404': *786 - '403': *787 - '500': *769 + '404': *785 + '403': *786 + '500': *768 '409': description: Conflict content: application/json: - schema: *763 + schema: *762 application/scim+json: - schema: *763 - '400': *766 + schema: *762 + '400': *765 requestBody: required: true content: @@ -108565,17 +108628,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *781 + - *780 responses: '200': description: Response content: application/scim+json: - schema: *785 + schema: *784 examples: - default: *788 - '404': *786 - '403': *787 + default: *787 + '404': *785 + '403': *786 '304': *37 x-github: githubCloudOnly: true @@ -108599,18 +108662,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *781 + - *780 responses: '200': description: Response content: application/scim+json: - schema: *785 + schema: *784 examples: - default: *788 + default: *787 '304': *37 - '404': *786 - '403': *787 + '404': *785 + '403': *786 requestBody: required: true content: @@ -108723,19 +108786,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *781 + - *780 responses: '200': description: Response content: application/scim+json: - schema: *785 + schema: *784 examples: - default: *788 + default: *787 '304': *37 - '404': *786 - '403': *787 - '400': *766 + '404': *785 + '403': *786 + '400': *765 '429': description: Response content: @@ -108826,12 +108889,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *781 + - *780 responses: '204': description: Response - '404': *786 - '403': *787 + '404': *785 + '403': *786 '304': *37 x-github: githubCloudOnly: true @@ -108946,7 +109009,7 @@ paths: html_url: type: string format: uri - repository: *284 + repository: *283 score: type: number file_size: @@ -108964,7 +109027,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &789 + text_matches: &788 title: Search Result Text Matches type: array items: @@ -109127,7 +109190,7 @@ paths: enum: - author-date - committer-date - - &790 + - &789 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 @@ -109198,7 +109261,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *508 + properties: *507 nullable: true comment_count: type: integer @@ -109218,7 +109281,7 @@ paths: url: type: string format: uri - verification: *636 + verification: *635 required: - author - committer @@ -109237,7 +109300,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *508 + properties: *507 nullable: true parents: type: array @@ -109250,12 +109313,12 @@ paths: type: string sha: type: string - repository: *284 + repository: *283 score: type: number node_id: type: string - text_matches: *789 + text_matches: *788 required: - sha - node_id @@ -109448,7 +109511,7 @@ paths: - interactions - created - updated - - *790 + - *789 - *17 - *19 - name: advanced_search @@ -109545,11 +109608,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: type: string state_reason: @@ -109566,8 +109629,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *406 - required: *407 + properties: *405 + required: *406 nullable: true comments: type: integer @@ -109581,7 +109644,7 @@ paths: type: string format: date-time nullable: true - text_matches: *789 + text_matches: *788 pull_request: type: object properties: @@ -109614,7 +109677,7 @@ paths: type: string score: type: number - author_association: *222 + author_association: *221 draft: type: boolean repository: *78 @@ -109625,7 +109688,7 @@ paths: timeline_url: type: string format: uri - type: *371 + type: *370 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -109635,9 +109698,9 @@ paths: GitHub apps are first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 - reactions: *223 + properties: *217 + required: *218 + reactions: *222 required: - assignee - closed_at @@ -109806,7 +109869,7 @@ paths: enum: - created - updated - - *790 + - *789 - *17 - *19 responses: @@ -109850,7 +109913,7 @@ paths: nullable: true score: type: number - text_matches: *789 + text_matches: *788 required: - id - node_id @@ -109936,7 +109999,7 @@ paths: - forks - help-wanted-issues - updated - - *790 + - *789 - *17 - *19 responses: @@ -110155,8 +110218,8 @@ paths: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true permissions: type: object @@ -110175,7 +110238,7 @@ paths: - admin - pull - push - text_matches: *789 + text_matches: *788 temp_clone_token: type: string allow_merge_commit: @@ -110476,7 +110539,7 @@ paths: type: string format: uri nullable: true - text_matches: *789 + text_matches: *788 related: type: array nullable: true @@ -110669,7 +110732,7 @@ paths: - followers - repositories - joined - - *790 + - *789 - *17 - *19 responses: @@ -110773,7 +110836,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *789 + text_matches: *788 blog: type: string nullable: true @@ -110852,7 +110915,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &794 + - &793 name: team_id description: The unique identifier of the team. in: path @@ -110864,9 +110927,9 @@ paths: description: Response content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '404': *6 x-github: githubCloudOnly: false @@ -110893,7 +110956,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *794 + - *793 requestBody: required: true content: @@ -110956,16 +111019,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '201': description: Response content: application/json: - schema: *450 + schema: *449 examples: - default: *451 + default: *450 '404': *6 '422': *15 '403': *29 @@ -110993,7 +111056,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *794 + - *793 responses: '204': description: Response @@ -111022,7 +111085,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *794 + - *793 - *17 - *19 responses: @@ -111032,9 +111095,9 @@ paths: application/json: schema: type: array - items: *368 + items: *367 examples: - default: *369 + default: *368 headers: Link: *47 x-github: @@ -111060,7 +111123,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *794 + - *793 - name: role description: Filters members returned by their role in the team. in: query @@ -111083,7 +111146,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 '404': *6 @@ -111111,7 +111174,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *794 + - *793 - *143 responses: '204': @@ -111148,7 +111211,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *794 + - *793 - *143 responses: '204': @@ -111188,7 +111251,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *794 + - *793 - *143 responses: '204': @@ -111225,16 +111288,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: - - *794 + - *793 - *143 responses: '200': description: Response content: application/json: - schema: *456 + schema: *455 examples: - response-if-user-is-a-team-maintainer: *795 + response-if-user-is-a-team-maintainer: *794 '404': *6 x-github: githubCloudOnly: false @@ -111267,7 +111330,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: - - *794 + - *793 - *143 requestBody: required: false @@ -111293,9 +111356,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *455 examples: - response-if-users-membership-with-team-is-now-pending: *796 + response-if-users-membership-with-team-is-now-pending: *795 '403': description: Forbidden if team synchronization is set up '422': @@ -111329,7 +111392,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: - - *794 + - *793 - *143 responses: '204': @@ -111357,7 +111420,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *794 + - *793 - *17 - *19 responses: @@ -111367,9 +111430,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 '404': *6 @@ -111399,15 +111462,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: - - *794 + - *793 + - *456 - *457 - - *458 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *797 + schema: *796 examples: alternative-response-with-extra-repository-information: value: @@ -111558,9 +111621,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: - - *794 + - *793 + - *456 - *457 - - *458 requestBody: required: false content: @@ -111610,9 +111673,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: - - *794 + - *793 + - *456 - *457 - - *458 responses: '204': description: Response @@ -111641,15 +111704,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: - - *794 + - *793 responses: '200': description: Response content: application/json: - schema: *459 + schema: *458 examples: - default: *460 + default: *459 '403': *29 '404': *6 x-github: @@ -111676,7 +111739,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: - - *794 + - *793 requestBody: required: true content: @@ -111733,7 +111796,7 @@ paths: description: Response content: application/json: - schema: *459 + schema: *458 examples: default: value: @@ -111764,7 +111827,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *794 + - *793 - *17 - *19 responses: @@ -111774,9 +111837,9 @@ paths: application/json: schema: type: array - items: *313 + items: *312 examples: - response-if-child-teams-exist: *798 + response-if-child-teams-exist: *797 headers: Link: *47 '404': *6 @@ -111809,7 +111872,7 @@ paths: application/json: schema: oneOf: - - &800 + - &799 title: Private User description: Private User type: object @@ -112012,7 +112075,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *799 + - *798 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -112165,7 +112228,7 @@ paths: description: Response content: application/json: - schema: *800 + schema: *799 examples: default: value: @@ -112244,7 +112307,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 '304': *37 '404': *6 '403': *29 @@ -112368,9 +112431,9 @@ paths: type: integer codespaces: type: array - items: *376 + items: *375 examples: - default: *377 + default: *376 '304': *37 '500': *40 '401': *25 @@ -112509,17 +112572,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '401': *25 '403': *29 '404': *6 @@ -112563,7 +112626,7 @@ paths: type: integer secrets: type: array - items: &801 + items: &800 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -112603,7 +112666,7 @@ paths: - visibility - selected_repositories_url examples: - default: *564 + default: *563 headers: Link: *47 x-github: @@ -112673,13 +112736,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: - - *294 + - *293 responses: '200': description: Response content: application/json: - schema: *801 + schema: *800 examples: default: value: @@ -112709,7 +112772,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: - - *294 + - *293 requestBody: required: true content: @@ -112754,7 +112817,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -112782,7 +112845,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: - - *294 + - *293 responses: '204': description: Response @@ -112807,7 +112870,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: - - *294 + - *293 responses: '200': description: Response @@ -112823,9 +112886,9 @@ paths: type: integer repositories: type: array - items: *284 + items: *283 examples: - default: *802 + default: *801 '401': *25 '403': *29 '404': *6 @@ -112850,7 +112913,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: - - *294 + - *293 requestBody: required: true content: @@ -112904,7 +112967,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: - - *294 + - *293 - name: repository_id in: path required: true @@ -112937,7 +113000,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: - - *294 + - *293 - name: repository_id in: path required: true @@ -112969,15 +113032,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: - - *378 + - *377 responses: '200': description: Response content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '304': *37 '500': *40 '401': *25 @@ -113003,7 +113066,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: - - *378 + - *377 requestBody: required: false content: @@ -113033,9 +113096,9 @@ paths: description: Response content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '401': *25 '403': *29 '404': *6 @@ -113057,7 +113120,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: - - *378 + - *377 responses: '202': *39 '304': *37 @@ -113086,13 +113149,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: - - *378 + - *377 responses: '202': description: Response content: application/json: - schema: &803 + schema: &802 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -113133,7 +113196,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &804 + default: &803 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -113165,7 +113228,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *378 + - *377 - name: export_id in: path required: true @@ -113178,9 +113241,9 @@ paths: description: Response content: application/json: - schema: *803 + schema: *802 examples: - default: *804 + default: *803 '404': *6 x-github: githubCloudOnly: false @@ -113201,7 +113264,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *378 + - *377 responses: '200': description: Response @@ -113217,9 +113280,9 @@ paths: type: integer machines: type: array - items: *805 + items: *804 examples: - default: *806 + default: *805 '304': *37 '500': *40 '401': *25 @@ -113248,7 +113311,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: - - *378 + - *377 requestBody: required: true content: @@ -113298,13 +113361,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *462 + repository: *461 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *562 - required: *563 + properties: *561 + required: *562 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -114078,15 +114141,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: - - *378 + - *377 responses: '200': description: Response content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '304': *37 '500': *40 '400': *14 @@ -114118,15 +114181,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: - - *378 + - *377 responses: '200': description: Response content: application/json: - schema: *376 + schema: *375 examples: - default: *561 + default: *560 '500': *40 '401': *25 '403': *29 @@ -114156,9 +114219,9 @@ paths: application/json: schema: type: array - items: *387 + items: *386 examples: - default: &817 + default: &816 value: - id: 197 name: hello_docker @@ -114259,7 +114322,7 @@ paths: application/json: schema: type: array - items: &807 + items: &806 title: Email description: Email type: object @@ -114324,9 +114387,9 @@ paths: application/json: schema: type: array - items: *807 + items: *806 examples: - default: &819 + default: &818 value: - email: octocat@github.com verified: true @@ -114401,7 +114464,7 @@ paths: application/json: schema: type: array - items: *807 + items: *806 examples: default: value: @@ -114511,7 +114574,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 '304': *37 @@ -114544,7 +114607,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 '304': *37 @@ -114657,7 +114720,7 @@ paths: application/json: schema: type: array - items: &808 + items: &807 title: GPG Key description: A unique encryption key type: object @@ -114788,7 +114851,7 @@ paths: - subkeys - revoked examples: - default: &835 + default: &834 value: - id: 3 name: Octocat's GPG Key @@ -114873,9 +114936,9 @@ paths: description: Response content: application/json: - schema: *808 + schema: *807 examples: - default: &809 + default: &808 value: id: 3 name: Octocat's GPG Key @@ -114932,7 +114995,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: - - &810 + - &809 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -114944,9 +115007,9 @@ paths: description: Response content: application/json: - schema: *808 + schema: *807 examples: - default: *809 + default: *808 '404': *6 '304': *37 '403': *29 @@ -114969,7 +115032,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: - - *810 + - *809 responses: '204': description: Response @@ -115158,9 +115221,11 @@ paths: type: string repositories: type: array - items: *78 + items: + allOf: + - *78 examples: - default: *279 + default: *278 headers: Link: *47 '404': *6 @@ -115185,7 +115250,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *23 - - *278 + - *277 responses: '204': description: Response @@ -115211,7 +115276,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *23 - - *278 + - *277 responses: '204': description: Response @@ -115245,12 +115310,12 @@ paths: application/json: schema: anyOf: - - *366 + - *365 - type: object properties: {} additionalProperties: false examples: - default: *367 + default: *366 '204': description: Response when there are no restrictions x-github: @@ -115274,7 +115339,7 @@ paths: required: true content: application/json: - schema: *647 + schema: *646 examples: default: value: @@ -115285,7 +115350,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *365 examples: default: value: @@ -115366,7 +115431,7 @@ paths: - closed - all default: open - - *374 + - *373 - name: sort description: What to sort results by. in: query @@ -115379,7 +115444,7 @@ paths: - comments default: created - *110 - - *228 + - *227 - *17 - *19 responses: @@ -115389,9 +115454,9 @@ paths: application/json: schema: type: array - items: *221 + items: *220 examples: - default: *375 + default: *374 headers: Link: *47 '404': *6 @@ -115424,7 +115489,7 @@ paths: application/json: schema: type: array - items: &811 + items: &810 title: Key description: Key type: object @@ -115525,9 +115590,9 @@ paths: description: Response content: application/json: - schema: *811 + schema: *810 examples: - default: &812 + default: &811 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -115560,15 +115625,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: - - *678 + - *677 responses: '200': description: Response content: application/json: - schema: *811 + schema: *810 examples: - default: *812 + default: *811 '404': *6 '304': *37 '403': *29 @@ -115591,7 +115656,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: - - *678 + - *677 responses: '204': description: Response @@ -115624,7 +115689,7 @@ paths: application/json: schema: type: array - items: &813 + items: &812 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -115681,7 +115746,7 @@ paths: - id - type - login - plan: *239 + plan: *238 required: - billing_cycle - next_billing_date @@ -115692,7 +115757,7 @@ paths: - account - plan examples: - default: &814 + default: &813 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -115754,9 +115819,9 @@ paths: application/json: schema: type: array - items: *813 + items: *812 examples: - default: *814 + default: *813 headers: Link: *47 '304': *37 @@ -115796,7 +115861,7 @@ paths: application/json: schema: type: array - items: *379 + items: *378 examples: default: value: @@ -115910,7 +115975,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *378 examples: default: value: @@ -115997,7 +116062,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *378 examples: default: value: @@ -116069,7 +116134,7 @@ paths: application/json: schema: type: array - items: *381 + items: *380 examples: default: value: @@ -116322,7 +116387,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *380 examples: default: value: @@ -116502,7 +116567,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *382 + - *381 - name: exclude in: query required: false @@ -116515,7 +116580,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *380 examples: default: value: @@ -116709,7 +116774,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *382 + - *381 responses: '302': description: Response @@ -116735,7 +116800,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *382 + - *381 responses: '204': description: Response @@ -116764,8 +116829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *382 - - *815 + - *381 + - *814 responses: '204': description: Response @@ -116789,7 +116854,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *382 + - *381 - *17 - *19 responses: @@ -116799,9 +116864,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 '404': *6 @@ -116838,7 +116903,7 @@ paths: type: array items: *73 examples: - default: *252 + default: *251 headers: Link: *47 '304': *37 @@ -116880,7 +116945,7 @@ paths: - docker - nuget - container - - *816 + - *815 - *19 - *17 responses: @@ -116890,10 +116955,10 @@ paths: application/json: schema: type: array - items: *387 + items: *386 examples: - default: *817 - '400': *818 + default: *816 + '400': *817 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116913,16 +116978,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: + - *388 - *389 - - *390 responses: '200': description: Response content: application/json: - schema: *387 + schema: *386 examples: - default: &836 + default: &835 value: id: 40201 name: octo-name @@ -117035,8 +117100,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: + - *388 - *389 - - *390 responses: '204': description: Response @@ -117066,8 +117131,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: + - *388 - *389 - - *390 - name: token description: package token schema: @@ -117099,8 +117164,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: + - *388 - *389 - - *390 - *19 - *17 - name: state @@ -117120,7 +117185,7 @@ paths: application/json: schema: type: array - items: *391 + items: *390 examples: default: value: @@ -117169,15 +117234,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: + - *388 - *389 - - *390 - - *392 + - *391 responses: '200': description: Response content: application/json: - schema: *391 + schema: *390 examples: default: value: @@ -117213,9 +117278,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: + - *388 - *389 - - *390 - - *392 + - *391 responses: '204': description: Response @@ -117245,9 +117310,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: + - *388 - *389 - - *390 - - *392 + - *391 responses: '204': description: Response @@ -117284,9 +117349,9 @@ paths: application/json: schema: type: array - items: *807 + items: *806 examples: - default: *819 + default: *818 headers: Link: *47 '304': *37 @@ -117399,7 +117464,7 @@ paths: type: array items: *78 examples: - default: &826 + default: &825 summary: Default response value: - id: 1296269 @@ -117703,9 +117768,9 @@ paths: description: Response content: application/json: - schema: *462 + schema: *461 examples: - default: *464 + default: *463 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -117743,9 +117808,9 @@ paths: application/json: schema: type: array - items: *649 + items: *648 examples: - default: *820 + default: *819 headers: Link: *47 '304': *37 @@ -117768,7 +117833,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *370 + - *369 responses: '204': description: Response @@ -117791,7 +117856,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *370 + - *369 responses: '204': description: Response @@ -117824,7 +117889,7 @@ paths: application/json: schema: type: array - items: &821 + items: &820 title: Social account description: Social media account type: object @@ -117839,7 +117904,7 @@ paths: - provider - url examples: - default: &822 + default: &821 value: - provider: twitter url: https://twitter.com/github @@ -117901,9 +117966,9 @@ paths: application/json: schema: type: array - items: *821 + items: *820 examples: - default: *822 + default: *821 '422': *15 '304': *37 '404': *6 @@ -117990,7 +118055,7 @@ paths: application/json: schema: type: array - items: &823 + items: &822 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -118010,7 +118075,7 @@ paths: - title - created_at examples: - default: &850 + default: &849 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118074,9 +118139,9 @@ paths: description: Response content: application/json: - schema: *823 + schema: *822 examples: - default: &824 + default: &823 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118106,7 +118171,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: - - &825 + - &824 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -118118,9 +118183,9 @@ paths: description: Response content: application/json: - schema: *823 + schema: *822 examples: - default: *824 + default: *823 '404': *6 '304': *37 '403': *29 @@ -118143,7 +118208,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: - - *825 + - *824 responses: '204': description: Response @@ -118172,7 +118237,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: - - &851 + - &850 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 @@ -118197,11 +118262,11 @@ paths: type: array items: *78 examples: - default-response: *826 + default-response: *825 application/vnd.github.v3.star+json: schema: type: array - items: &852 + items: &851 title: Starred Repository description: Starred Repository type: object @@ -118357,8 +118422,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: + - *456 - *457 - - *458 responses: '204': description: Response if this repository is starred by you @@ -118386,8 +118451,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: + - *456 - *457 - - *458 responses: '204': description: Response @@ -118411,8 +118476,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: + - *456 - *457 - - *458 responses: '204': description: Response @@ -118445,9 +118510,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 '304': *37 @@ -118484,7 +118549,7 @@ paths: application/json: schema: type: array - items: *450 + items: *449 examples: default: value: @@ -118562,7 +118627,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *241 + - *240 responses: '200': description: Response @@ -118570,10 +118635,10 @@ paths: application/json: schema: oneOf: - - *800 - *799 + - *798 examples: - default-response: &830 + default-response: &829 summary: Default response value: login: octocat @@ -118608,7 +118673,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &831 + response-with-git-hub-plan-information: &830 summary: Response with GitHub plan information value: login: octocat @@ -118665,14 +118730,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: - - &828 + - &827 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *405 + - *404 requestBody: required: true description: Details of the draft item to create in the project. @@ -118706,9 +118771,9 @@ paths: description: Response content: application/json: - schema: *411 + schema: *410 examples: - draft_issue: *412 + draft_issue: *411 '304': *37 '403': *29 '401': *25 @@ -118731,7 +118796,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *827 + - *826 - *17 responses: '200': @@ -118742,7 +118807,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: example: ; rel="next" @@ -118766,8 +118831,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: - - *828 - - *405 + - *827 + - *404 requestBody: required: true content: @@ -118838,17 +118903,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *829 + schema: *828 examples: table_view: summary: Response for creating a table view - value: *416 + value: *415 board_view: summary: Response for creating a board view with filter - value: *416 + value: *415 roadmap_view: summary: Response for creating a roadmap view - value: *416 + value: *415 '304': *37 '403': *29 '401': *25 @@ -118890,11 +118955,11 @@ paths: application/json: schema: oneOf: - - *800 - *799 + - *798 examples: - default-response: *830 - response-with-git-hub-plan-information: *831 + default-response: *829 + response-with-git-hub-plan-information: *830 '404': *6 x-github: githubCloudOnly: false @@ -118944,8 +119009,8 @@ paths: required: - subject_digests examples: - default: *832 - withPredicateType: *833 + default: *831 + withPredicateType: *832 responses: '200': description: Response @@ -118998,7 +119063,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *834 + default: *833 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119203,12 +119268,12 @@ paths: initiator: type: string examples: - default: *504 + default: *503 '201': description: Response content: application/json: - schema: *295 + schema: *294 examples: default: value: @@ -119242,9 +119307,9 @@ paths: application/json: schema: type: array - items: *387 + items: *386 examples: - default: *817 + default: *816 '403': *29 '401': *25 x-github: @@ -119277,7 +119342,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -119350,7 +119415,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -119437,7 +119502,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -119507,7 +119572,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -119538,7 +119603,7 @@ paths: type: array items: *4 examples: - default: *213 + default: *212 headers: Link: *47 x-github: @@ -119585,7 +119650,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - *143 - - *228 + - *227 - *17 - *19 responses: @@ -119595,9 +119660,9 @@ paths: application/json: schema: type: array - items: *229 + items: *228 examples: - default: *230 + default: *229 headers: Link: *47 '422': *15 @@ -119628,9 +119693,9 @@ paths: application/json: schema: type: array - items: *808 + items: *807 examples: - default: *835 + default: *834 headers: Link: *47 x-github: @@ -119734,7 +119799,7 @@ paths: application/json: schema: *22 examples: - default: *646 + default: *645 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119819,7 +119884,7 @@ paths: type: array items: *73 examples: - default: *252 + default: *251 headers: Link: *47 x-github: @@ -119858,7 +119923,7 @@ paths: - docker - nuget - container - - *816 + - *815 - *143 - *19 - *17 @@ -119869,12 +119934,12 @@ paths: application/json: schema: type: array - items: *387 + items: *386 examples: - default: *817 + default: *816 '403': *29 '401': *25 - '400': *818 + '400': *817 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119894,17 +119959,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: + - *388 - *389 - - *390 - *143 responses: '200': description: Response content: application/json: - schema: *387 + schema: *386 examples: - default: *836 + default: *835 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119925,8 +119990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: + - *388 - *389 - - *390 - *143 responses: '204': @@ -119959,8 +120024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: + - *388 - *389 - - *390 - *143 - name: token description: package token @@ -119993,8 +120058,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: + - *388 - *389 - - *390 - *143 responses: '200': @@ -120003,7 +120068,7 @@ paths: application/json: schema: type: array - items: *391 + items: *390 examples: default: value: @@ -120061,16 +120126,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: + - *388 - *389 - - *390 - - *392 + - *391 - *143 responses: '200': description: Response content: application/json: - schema: *391 + schema: *390 examples: default: value: @@ -120105,10 +120170,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: + - *388 - *389 - - *390 - *143 - - *392 + - *391 responses: '204': description: Response @@ -120140,10 +120205,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: + - *388 - *389 - - *390 - *143 - - *392 + - *391 responses: '204': description: Response @@ -120184,9 +120249,9 @@ paths: application/json: schema: type: array - items: *403 + items: *402 examples: - default: *404 + default: *403 headers: Link: *47 '304': *37 @@ -120208,16 +120273,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *405 + - *404 - *143 responses: '200': description: Response content: application/json: - schema: *403 + schema: *402 examples: - default: *404 + default: *403 headers: Link: *47 '304': *37 @@ -120239,7 +120304,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *405 + - *404 - *143 - *17 - *108 @@ -120251,9 +120316,9 @@ paths: application/json: schema: type: array - items: *409 + items: *408 examples: - default: *837 + default: *836 headers: Link: *47 '304': *37 @@ -120275,7 +120340,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *143 - - *405 + - *404 requestBody: required: true content: @@ -120313,7 +120378,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *838 + items: *837 required: - name - data_type @@ -120329,7 +120394,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *839 + iteration_configuration: *838 required: - name - data_type @@ -120351,20 +120416,20 @@ paths: value: name: Due date data_type: date - single_select_field: *840 - iteration_field: *841 + single_select_field: *839 + iteration_field: *840 responses: '201': description: Response content: application/json: - schema: *409 + schema: *408 examples: - text_field: *842 - number_field: *843 - date_field: *844 - single_select_field: *845 - iteration_field: *846 + text_field: *841 + number_field: *842 + date_field: *843 + single_select_field: *844 + iteration_field: *845 '304': *37 '403': *29 '401': *25 @@ -120385,17 +120450,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *405 - - *847 + - *404 + - *846 - *143 responses: '200': description: Response content: application/json: - schema: *409 + schema: *408 examples: - default: *848 + default: *847 headers: Link: *47 '304': *37 @@ -120418,7 +120483,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: - - *405 + - *404 - *143 - *108 - *109 @@ -120451,9 +120516,9 @@ paths: application/json: schema: type: array - items: *413 + items: *412 examples: - default: *414 + default: *413 headers: Link: *47 '304': *37 @@ -120475,7 +120540,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *143 - - *405 + - *404 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -120545,22 +120610,22 @@ paths: description: Response content: application/json: - schema: *411 + schema: *410 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *412 + value: *411 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *412 + value: *411 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *412 + value: *411 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *412 + value: *411 '304': *37 '403': *29 '401': *25 @@ -120580,9 +120645,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: - - *405 + - *404 - *143 - - *415 + - *414 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -120602,9 +120667,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *412 examples: - default: *414 + default: *413 headers: Link: *47 '304': *37 @@ -120625,9 +120690,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *405 + - *404 - *143 - - *415 + - *414 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -120697,13 +120762,13 @@ paths: description: Response content: application/json: - schema: *413 + schema: *412 examples: - text_field: *414 - number_field: *414 - date_field: *414 - single_select_field: *414 - iteration_field: *414 + text_field: *413 + number_field: *413 + date_field: *413 + single_select_field: *413 + iteration_field: *413 '401': *25 '403': *29 '404': *6 @@ -120723,9 +120788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *405 + - *404 - *143 - - *415 + - *414 responses: '204': description: Response @@ -120747,9 +120812,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: - - *405 + - *404 - *143 - - *849 + - *848 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -120775,9 +120840,9 @@ paths: application/json: schema: type: array - items: *413 + items: *412 examples: - default: *414 + default: *413 headers: Link: *47 '304': *37 @@ -120815,7 +120880,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -120890,7 +120955,7 @@ paths: application/json: schema: type: array - items: *247 + items: *246 examples: default: value: @@ -120996,9 +121061,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -121028,9 +121093,9 @@ paths: application/json: schema: type: array - items: *821 + items: *820 examples: - default: *822 + default: *821 headers: Link: *47 x-github: @@ -121060,9 +121125,9 @@ paths: application/json: schema: type: array - items: *823 + items: *822 examples: - default: *850 + default: *849 headers: Link: *47 x-github: @@ -121087,7 +121152,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *143 - - *851 + - *850 - *110 - *17 - *19 @@ -121099,11 +121164,11 @@ paths: schema: anyOf: - type: array - items: *852 + items: *851 - type: array items: *78 examples: - default-response: *826 + default-response: *825 headers: Link: *47 x-github: @@ -121132,9 +121197,9 @@ paths: application/json: schema: type: array - items: *284 + items: *283 examples: - default: *393 + default: *392 headers: Link: *47 x-github: @@ -121262,7 +121327,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &853 + enterprise: &852 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121320,7 +121385,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &854 + installation: &853 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121339,7 +121404,7 @@ x-webhooks: required: - id - node_id - organization: &855 + organization: &854 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121399,13 +121464,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &856 + repository: &855 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &893 + properties: &892 id: description: Unique identifier of the repository example: 42 @@ -121425,8 +121490,8 @@ x-webhooks: title: License Simple description: License Simple type: object - properties: *224 - required: *225 + properties: *223 + required: *224 nullable: true organization: title: Simple User @@ -122088,7 +122153,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &894 + required: &893 - archive_url - assignees_url - blobs_url @@ -122239,10 +122304,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -122318,11 +122383,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: &857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: &856 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) @@ -122545,11 +122610,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: *857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: *856 sender: *4 required: - action @@ -122732,11 +122797,11 @@ x-webhooks: - everyone required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - rule: *857 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + rule: *856 sender: *4 required: - action @@ -122809,7 +122874,7 @@ x-webhooks: required: true content: application/json: - schema: &877 + schema: &876 title: Exemption request cancellation event type: object properties: @@ -122817,11 +122882,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: &858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: &857 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -123090,7 +123155,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &859 + items: &858 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -123200,7 +123265,7 @@ x-webhooks: required: true content: application/json: - schema: &878 + schema: &877 title: Exemption request completed event type: object properties: @@ -123208,11 +123273,11 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 sender: *4 required: - action @@ -123284,7 +123349,7 @@ x-webhooks: required: true content: application/json: - schema: &875 + schema: &874 title: Exemption request created event type: object properties: @@ -123292,11 +123357,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 sender: *4 required: - action @@ -123368,7 +123433,7 @@ x-webhooks: required: true content: application/json: - schema: &879 + schema: &878 title: Exemption response dismissed event type: object properties: @@ -123376,12 +123441,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 - exemption_response: *859 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 + exemption_response: *858 sender: *4 required: - action @@ -123455,7 +123520,7 @@ x-webhooks: required: true content: application/json: - schema: &876 + schema: &875 title: Exemption response submitted event type: object properties: @@ -123463,12 +123528,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - exemption_request: *858 - exemption_response: *859 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + exemption_request: *857 + exemption_response: *858 sender: *4 required: - action @@ -123552,7 +123617,7 @@ x-webhooks: type: string enum: - completed - check_run: &861 + check_run: &860 title: CheckRun description: A check performed on the code of a given code change type: object @@ -123605,8 +123670,8 @@ x-webhooks: type: string pull_requests: type: array - items: *226 - repository: *284 + items: *225 + repository: *283 status: example: completed type: string @@ -123643,7 +123708,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *860 + deployment: *859 details_url: example: https://example.com type: string @@ -123693,7 +123758,7 @@ x-webhooks: - annotations_url pull_requests: type: array - items: *226 + items: *225 started_at: example: '2018-05-04T01:14:52Z' type: string @@ -123728,10 +123793,10 @@ x-webhooks: - output - app - pull_requests - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -124124,11 +124189,11 @@ x-webhooks: type: string enum: - created - check_run: *861 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *860 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -124524,11 +124589,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *861 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *860 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 requested_action: description: The action requested by the user. type: object @@ -124933,11 +124998,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *861 - installation: *854 - enterprise: *853 - organization: *855 - repository: *856 + check_run: *860 + installation: *853 + enterprise: *852 + organization: *854 + repository: *855 sender: *4 required: - check_run @@ -125914,10 +125979,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -126611,10 +126676,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -127302,10 +127367,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -127471,7 +127536,7 @@ x-webhooks: required: - login - id - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -127616,20 +127681,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &862 + commit_oid: &861 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: *853 - installation: *854 - organization: *855 - ref: &863 + enterprise: *852 + installation: *853 + organization: *854 + ref: &862 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: *856 + repository: *855 sender: *4 required: - action @@ -127794,7 +127859,7 @@ x-webhooks: required: - login - id - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128024,12 +128089,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *862 - enterprise: *853 - installation: *854 - organization: *855 - ref: *863 - repository: *856 + commit_oid: *861 + enterprise: *852 + installation: *853 + organization: *854 + ref: *862 + repository: *855 sender: *4 required: - action @@ -128124,7 +128189,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128295,12 +128360,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *862 - enterprise: *853 - installation: *854 - organization: *855 - ref: *863 - repository: *856 + commit_oid: *861 + enterprise: *852 + installation: *853 + organization: *854 + ref: *862 + repository: *855 sender: *4 required: - action @@ -128466,7 +128531,7 @@ x-webhooks: required: - login - id - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128632,12 +128697,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *862 - enterprise: *853 - installation: *854 - organization: *855 - ref: *863 - repository: *856 + commit_oid: *861 + enterprise: *852 + installation: *853 + organization: *854 + ref: *862 + repository: *855 sender: *4 required: - action @@ -128736,7 +128801,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128911,16 +128976,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 ref: 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 nullable: true - repository: *856 + repository: *855 sender: *4 required: - action @@ -129017,7 +129082,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129157,12 +129222,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *862 - enterprise: *853 - installation: *854 - organization: *855 - ref: *863 - repository: *856 + commit_oid: *861 + enterprise: *852 + installation: *853 + organization: *854 + ref: *862 + repository: *855 sender: *4 required: - action @@ -129328,7 +129393,7 @@ x-webhooks: required: - login - id - dismissed_comment: *533 + dismissed_comment: *532 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -129473,10 +129538,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -129731,10 +129796,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -129814,18 +129879,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *855 - pusher_type: &864 + organization: *854 + pusher_type: &863 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &865 + ref: &864 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -129835,7 +129900,7 @@ x-webhooks: enum: - tag - branch - repository: *856 + repository: *855 sender: *4 required: - ref @@ -129918,9 +129983,9 @@ x-webhooks: enum: - created definition: *157 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130005,9 +130070,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130085,9 +130150,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *157 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130165,9 +130230,9 @@ x-webhooks: enum: - updated definition: *157 - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -130244,10 +130309,10 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - repository: *856 - organization: *855 + enterprise: *852 + installation: *853 + repository: *855 + organization: *854 sender: *4 new_property_values: type: array @@ -130332,18 +130397,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - pusher_type: *864 - ref: *865 + enterprise: *852 + installation: *853 + organization: *854 + pusher_type: *863 + ref: *864 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *856 + repository: *855 sender: *4 required: - ref @@ -130427,11 +130492,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130515,11 +130580,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130603,11 +130668,11 @@ x-webhooks: type: string enum: - created - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130689,11 +130754,11 @@ x-webhooks: type: string enum: - dismissed - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130775,11 +130840,11 @@ x-webhooks: type: string enum: - fixed - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130862,11 +130927,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -130948,11 +131013,11 @@ x-webhooks: type: string enum: - reopened - alert: *595 - installation: *854 - organization: *855 - enterprise: *853 - repository: *856 + alert: *594 + installation: *853 + organization: *854 + enterprise: *852 + repository: *855 sender: *4 required: - action @@ -131029,9 +131094,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - key: &866 + enterprise: *852 + installation: *853 + key: &865 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131067,8 +131132,8 @@ x-webhooks: - verified - created_at - read_only - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -131145,11 +131210,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - key: *866 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + key: *865 + organization: *854 + repository: *855 sender: *4 required: - action @@ -131710,12 +131775,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: &870 + workflow: &869 title: Workflow type: object nullable: true @@ -132441,13 +132506,13 @@ x-webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *601 + deployment: *600 pull_requests: type: array - items: *699 - repository: *856 - organization: *855 - installation: *854 + items: *698 + repository: *855 + organization: *854 + installation: *853 sender: *4 responses: '200': @@ -132518,7 +132583,7 @@ x-webhooks: type: string enum: - approved - approver: &867 + approver: &866 type: object properties: avatar_url: @@ -132561,11 +132626,11 @@ x-webhooks: type: string comment: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - reviewers: &868 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + reviewers: &867 type: array items: type: object @@ -132644,7 +132709,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &869 + workflow_job_run: &868 type: object properties: conclusion: @@ -133375,18 +133440,18 @@ x-webhooks: type: string enum: - rejected - approver: *867 + approver: *866 comment: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - reviewers: *868 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + reviewers: *867 sender: *4 since: type: string - workflow_job_run: *869 + workflow_job_run: *868 workflow_job_runs: type: array items: @@ -134090,13 +134155,13 @@ x-webhooks: type: string enum: - requested - enterprise: *853 + enterprise: *852 environment: type: string - installation: *854 - organization: *855 - repository: *856 - requestor: &880 + installation: *853 + organization: *854 + repository: *855 + requestor: &879 title: User type: object nullable: true @@ -135995,12 +136060,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *870 + workflow: *869 workflow_run: title: Deployment Workflow Run type: object @@ -136680,7 +136745,7 @@ x-webhooks: type: string enum: - answered - answer: &873 + answer: &872 type: object properties: author_association: @@ -136837,11 +136902,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -136968,11 +137033,11 @@ x-webhooks: - from required: - category - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137055,11 +137120,11 @@ x-webhooks: type: string enum: - closed - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137141,7 +137206,7 @@ x-webhooks: type: string enum: - created - comment: &872 + comment: &871 type: object properties: author_association: @@ -137298,11 +137363,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137385,12 +137450,12 @@ x-webhooks: type: string enum: - deleted - comment: *872 - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + comment: *871 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137485,12 +137550,12 @@ x-webhooks: - from required: - body - comment: *872 - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + comment: *871 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137574,11 +137639,11 @@ x-webhooks: type: string enum: - created - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137660,11 +137725,11 @@ x-webhooks: type: string enum: - deleted - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137764,11 +137829,11 @@ x-webhooks: type: string required: - from - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137850,10 +137915,10 @@ x-webhooks: type: string enum: - labeled - discussion: *871 - enterprise: *853 - installation: *854 - label: &874 + discussion: *870 + enterprise: *852 + installation: *853 + label: &873 title: Label type: object properties: @@ -137885,8 +137950,8 @@ x-webhooks: - color - default - description - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -137969,11 +138034,11 @@ x-webhooks: type: string enum: - locked - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138055,11 +138120,11 @@ x-webhooks: type: string enum: - pinned - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138141,11 +138206,11 @@ x-webhooks: type: string enum: - reopened - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138230,16 +138295,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *871 - new_repository: *856 + new_discussion: *870 + new_repository: *855 required: - new_discussion - new_repository - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138322,10 +138387,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *871 - old_answer: *873 - organization: *855 - repository: *856 + discussion: *870 + old_answer: *872 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138407,12 +138472,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *871 - enterprise: *853 - installation: *854 - label: *874 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138495,11 +138560,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138581,11 +138646,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *871 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + discussion: *870 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -138654,7 +138719,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *874 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138717,7 +138782,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138780,7 +138845,7 @@ x-webhooks: required: true content: application/json: - schema: *877 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138843,7 +138908,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *874 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138906,7 +138971,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -138972,7 +139037,7 @@ x-webhooks: required: true content: application/json: - schema: *877 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139038,7 +139103,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *877 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139104,7 +139169,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *874 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139170,7 +139235,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *878 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139236,7 +139301,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139301,7 +139366,7 @@ x-webhooks: required: true content: application/json: - schema: *877 + schema: *876 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139366,7 +139431,7 @@ x-webhooks: required: true content: application/json: - schema: *878 + schema: *877 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139431,7 +139496,7 @@ x-webhooks: required: true content: application/json: - schema: *875 + schema: *874 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139496,7 +139561,7 @@ x-webhooks: required: true content: application/json: - schema: *879 + schema: *878 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139562,7 +139627,7 @@ x-webhooks: required: true content: application/json: - schema: *876 + schema: *875 responses: '200': description: Return a 200 status to indicate that the data was received @@ -139629,7 +139694,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *853 + enterprise: *852 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -140289,9 +140354,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - forkee @@ -140437,9 +140502,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pages: description: The pages that were updated. type: array @@ -140476,7 +140541,7 @@ x-webhooks: - action - sha - html_url - repository: *856 + repository: *855 sender: *4 required: - pages @@ -140552,10 +140617,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: &881 + organization: *854 + repositories: &880 description: An array of repository objects that the installation can access. type: array @@ -140581,8 +140646,8 @@ x-webhooks: - name - full_name - private - repository: *856 - requester: *880 + repository: *855 + requester: *879 sender: *4 required: - action @@ -140657,11 +140722,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -140737,11 +140802,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -140817,10 +140882,10 @@ x-webhooks: type: string enum: - added - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories_added: &882 + organization: *854 + repositories_added: &881 description: An array of repository objects, which were added to the installation. type: array @@ -140866,15 +140931,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *856 - repository_selection: &883 + repository: *855 + repository_selection: &882 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *880 + requester: *879 sender: *4 required: - action @@ -140953,10 +141018,10 @@ x-webhooks: type: string enum: - removed - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories_added: *882 + organization: *854 + repositories_added: *881 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -140983,9 +141048,9 @@ x-webhooks: - name - full_name - private - repository: *856 - repository_selection: *883 - requester: *880 + repository: *855 + repository_selection: *882 + requester: *879 sender: *4 required: - action @@ -141064,11 +141129,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -141247,10 +141312,10 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 target_type: type: string @@ -141329,11 +141394,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *853 + enterprise: *852 installation: *22 - organization: *855 - repositories: *881 - repository: *856 + organization: *854 + repositories: *880 + repository: *855 requester: nullable: true sender: *4 @@ -141457,8 +141522,8 @@ x-webhooks: first class actors within GitHub. type: object nullable: true - properties: *218 - required: *219 + properties: *217 + required: *218 reactions: title: Reactions type: object @@ -141585,8 +141650,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -142380,8 +142445,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142397,7 +142462,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -142730,8 +142795,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -142811,7 +142876,7 @@ x-webhooks: type: string enum: - deleted - comment: &884 + comment: &883 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -142976,8 +143041,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -143767,8 +143832,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143784,7 +143849,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -144119,8 +144184,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -144200,7 +144265,7 @@ x-webhooks: type: string enum: - edited - changes: &913 + changes: &912 description: The changes to the comment. type: object properties: @@ -144212,9 +144277,9 @@ x-webhooks: type: string required: - from - comment: *884 - enterprise: *853 - installation: *854 + comment: *883 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -145007,8 +145072,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145024,7 +145089,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -145357,8 +145422,8 @@ x-webhooks: - state - locked - assignee - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145442,15 +145507,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *221 + blocked_issue: *220 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *221 + blocking_issue: *220 blocking_issue_repo: *78 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145533,15 +145598,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *221 + blocked_issue: *220 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *221 + blocking_issue: *220 blocking_issue_repo: *78 - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145623,15 +145688,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *221 + blocked_issue: *220 blocked_issue_repo: *78 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *221 - installation: *854 - organization: *855 - repository: *856 + blocking_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145714,15 +145779,15 @@ x-webhooks: blocked_issue_id: description: The ID of the blocked issue. type: number - blocked_issue: *221 + blocked_issue: *220 blocked_issue_repo: *78 blocking_issue_id: description: The ID of the blocking issue. type: number - blocking_issue: *221 - installation: *854 - organization: *855 - repository: *856 + blocking_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -145802,10 +145867,10 @@ x-webhooks: type: string enum: - assigned - assignee: *880 - enterprise: *853 - installation: *854 - issue: &887 + assignee: *879 + enterprise: *852 + installation: *853 + issue: &886 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -146594,11 +146659,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146614,7 +146679,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -146715,8 +146780,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -146796,8 +146861,8 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -147591,11 +147656,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147611,7 +147676,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -147847,8 +147912,8 @@ x-webhooks: required: - state - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -147927,8 +147992,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148713,11 +148778,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148733,7 +148798,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -148833,8 +148898,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -148913,8 +148978,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -149721,11 +149786,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149741,7 +149806,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -149820,7 +149885,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &885 + milestone: &884 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149958,8 +150023,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -150058,8 +150123,8 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150848,11 +150913,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150865,7 +150930,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *371 + type: *370 title: description: Title of the issue type: string @@ -150969,9 +151034,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *874 - organization: *855 - repository: *856 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -151051,8 +151116,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -151840,11 +151905,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151857,7 +151922,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *371 + type: *370 title: description: Title of the issue type: string @@ -151961,9 +152026,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *874 - organization: *855 - repository: *856 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -152043,8 +152108,8 @@ x-webhooks: type: string enum: - locked - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152856,11 +152921,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152873,7 +152938,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *371 + type: *370 title: description: Title of the issue type: string @@ -152954,8 +153019,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -153034,8 +153099,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -153841,11 +153906,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153861,7 +153926,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -153939,9 +154004,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *885 - organization: *855 - repository: *856 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -154809,11 +154874,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154906,7 +154971,7 @@ x-webhooks: required: - login - id - type: *371 + type: *370 required: - id - number @@ -155375,8 +155440,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156165,11 +156230,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156185,7 +156250,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -156285,8 +156350,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -156366,9 +156431,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *853 - installation: *854 - issue: &886 + enterprise: *852 + installation: *853 + issue: &885 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -157151,11 +157216,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157171,7 +157236,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -157271,8 +157336,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -157351,8 +157416,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158162,11 +158227,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158260,9 +158325,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *371 - organization: *855 - repository: *856 + type: *370 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159128,11 +159193,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159148,7 +159213,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -159716,11 +159781,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *853 - installation: *854 - issue: *886 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *885 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159800,12 +159865,12 @@ x-webhooks: type: string enum: - typed - enterprise: *853 - installation: *854 - issue: *887 - type: *371 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + type: *370 + organization: *854 + repository: *855 sender: *4 required: - action @@ -159886,7 +159951,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &916 + assignee: &915 title: User type: object nullable: true @@ -159956,11 +160021,11 @@ x-webhooks: required: - login - id - enterprise: *853 - installation: *854 - issue: *887 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + organization: *854 + repository: *855 sender: *4 required: - action @@ -160039,12 +160104,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *853 - installation: *854 - issue: *887 - label: *874 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -160124,8 +160189,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160935,11 +161000,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *791 - issue_dependencies_summary: *792 + sub_issues_summary: *790 + issue_dependencies_summary: *791 issue_field_values: type: array - items: *793 + items: *792 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160955,7 +161020,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *371 + type: *370 updated_at: type: string format: date-time @@ -161033,8 +161098,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161114,11 +161179,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *853 - installation: *854 - issue: *886 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *885 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161197,12 +161262,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *853 - installation: *854 - issue: *887 - type: *371 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + issue: *886 + type: *370 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161282,11 +161347,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - label: *874 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161364,11 +161429,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - label: *874 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161478,11 +161543,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - label: *874 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + label: *873 + organization: *854 + repository: *855 sender: *4 required: - action @@ -161564,9 +161629,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: &888 + enterprise: *852 + installation: *853 + marketplace_purchase: &887 title: Marketplace Purchase type: object required: @@ -161649,8 +161714,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *855 - previous_marketplace_purchase: &889 + organization: *854 + previous_marketplace_purchase: &888 title: Marketplace Purchase type: object properties: @@ -161730,7 +161795,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -161810,10 +161875,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -161896,7 +161961,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -161978,10 +162043,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162063,7 +162128,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *856 + repository: *855 sender: *4 required: - action @@ -162144,8 +162209,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 marketplace_purchase: title: Marketplace Purchase type: object @@ -162227,9 +162292,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *855 - previous_marketplace_purchase: *889 - repository: *856 + organization: *854 + previous_marketplace_purchase: *888 + repository: *855 sender: *4 required: - action @@ -162309,12 +162374,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *853 - installation: *854 - marketplace_purchase: *888 - organization: *855 - previous_marketplace_purchase: *889 - repository: *856 + enterprise: *852 + installation: *853 + marketplace_purchase: *887 + organization: *854 + previous_marketplace_purchase: *888 + repository: *855 sender: *4 required: - action @@ -162416,11 +162481,11 @@ x-webhooks: type: string required: - to - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162520,11 +162585,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162603,11 +162668,11 @@ x-webhooks: type: string enum: - removed - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 sender: *4 required: - action @@ -162685,11 +162750,11 @@ x-webhooks: type: string enum: - added - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162765,7 +162830,7 @@ x-webhooks: required: - login - id - team: &890 + team: &889 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -162988,11 +163053,11 @@ x-webhooks: type: string enum: - removed - enterprise: *853 - installation: *854 - member: *880 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + member: *879 + organization: *854 + repository: *855 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163069,7 +163134,7 @@ x-webhooks: required: - login - id - team: *890 + team: *889 required: - action - scope @@ -163151,8 +163216,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *854 - merge_group: &892 + installation: *853 + merge_group: &891 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163171,15 +163236,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *891 + head_commit: *890 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163265,10 +163330,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *854 - merge_group: *892 - organization: *855 - repository: *856 + installation: *853 + merge_group: *891 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163341,7 +163406,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 + enterprise: *852 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -163450,16 +163515,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *854 - organization: *855 + installation: *853 + organization: *854 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -163540,11 +163605,11 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163623,9 +163688,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - milestone: &895 + enterprise: *852 + installation: *853 + milestone: &894 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163762,8 +163827,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163842,11 +163907,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -163956,11 +164021,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - milestone: *885 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *884 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164040,11 +164105,11 @@ x-webhooks: type: string enum: - opened - enterprise: *853 - installation: *854 - milestone: *895 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + milestone: *894 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164123,11 +164188,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *880 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + blocked_user: *879 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164206,11 +164271,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *880 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + blocked_user: *879 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164286,7 +164351,7 @@ x-webhooks: enum: - created definition: *151 - enterprise: *853 + enterprise: *852 sender: *4 required: - action @@ -164366,8 +164431,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 sender: *4 required: - action @@ -164440,8 +164505,8 @@ x-webhooks: enum: - updated definition: *151 - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 sender: *4 required: - action @@ -164513,9 +164578,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 new_property_values: type: array @@ -164603,9 +164668,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - membership: &896 + enterprise: *852 + installation: *853 + membership: &895 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -164712,8 +164777,8 @@ x-webhooks: - role - organization_url - user - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164791,11 +164856,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -164874,8 +164939,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -164991,10 +165056,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 - user: *880 + user: *879 required: - action - invitation @@ -165072,11 +165137,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -165163,11 +165228,11 @@ x-webhooks: properties: from: type: string - enterprise: *853 - installation: *854 - membership: *896 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + membership: *895 + organization: *854 + repository: *855 sender: *4 required: - action @@ -165243,9 +165308,9 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 package: description: Information about the package. type: object @@ -165744,7 +165809,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &897 + items: &896 title: Ruby Gems metadata type: object properties: @@ -165839,7 +165904,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -165915,9 +165980,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 package: description: Information about the package. type: object @@ -166270,7 +166335,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *897 + items: *896 source_url: type: string format: uri @@ -166340,7 +166405,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -166517,12 +166582,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *853 + enterprise: *852 id: type: integer - installation: *854 - organization: *855 - repository: *856 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - id @@ -166599,7 +166664,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &898 + personal_access_token_request: &897 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166745,10 +166810,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *853 - organization: *855 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166825,11 +166890,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *898 - enterprise: *853 - organization: *855 + personal_access_token_request: *897 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166905,11 +166970,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *898 - enterprise: *853 - organization: *855 + personal_access_token_request: *897 + enterprise: *852 + organization: *854 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -166984,11 +167049,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *898 - organization: *855 - enterprise: *853 + personal_access_token_request: *897 + organization: *854 + enterprise: *852 sender: *4 - installation: *854 + installation: *853 required: - action - personal_access_token_request @@ -167093,7 +167158,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *899 + last_response: *898 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167125,8 +167190,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 zen: description: Random string of GitHub zen. @@ -167371,10 +167436,10 @@ x-webhooks: - from required: - note - enterprise: *853 - installation: *854 - organization: *855 - project_card: &900 + enterprise: *852 + installation: *853 + organization: *854 + project_card: &899 title: Project Card type: object properties: @@ -167493,7 +167558,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -167574,11 +167639,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project_card: *900 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_card: *899 + repository: *855 sender: *4 required: - action @@ -167658,9 +167723,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 project_card: title: Project Card type: object @@ -167788,8 +167853,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -167883,11 +167948,11 @@ x-webhooks: - from required: - note - enterprise: *853 - installation: *854 - organization: *855 - project_card: *900 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_card: *899 + repository: *855 sender: *4 required: - action @@ -167981,9 +168046,9 @@ x-webhooks: - from required: - column_id - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 project_card: allOf: - title: Project Card @@ -168173,7 +168238,7 @@ x-webhooks: type: string required: - after_id - repository: *856 + repository: *855 sender: *4 required: - action @@ -168253,10 +168318,10 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - organization: *855 - project: &902 + enterprise: *852 + installation: *853 + organization: *854 + project: &901 title: Project type: object properties: @@ -168380,7 +168445,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -168460,10 +168525,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project_column: &901 + enterprise: *852 + installation: *853 + organization: *854 + project_column: &900 title: Project Column type: object properties: @@ -168502,7 +168567,7 @@ x-webhooks: - name - created_at - updated_at - repository: *856 + repository: *855 sender: *4 required: - action @@ -168581,18 +168646,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -168682,11 +168747,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 + repository: *855 sender: *4 required: - action @@ -168766,11 +168831,11 @@ x-webhooks: type: string enum: - moved - enterprise: *853 - installation: *854 - organization: *855 - project_column: *901 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project_column: *900 + repository: *855 sender: *4 required: - action @@ -168850,11 +168915,11 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -168934,18 +168999,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - project: *902 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *893 - required: *894 + properties: *892 + required: *893 nullable: true sender: *4 required: @@ -169047,11 +169112,11 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -169130,11 +169195,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 - organization: *855 - project: *902 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + project: *901 + repository: *855 sender: *4 required: - action @@ -169215,9 +169280,9 @@ x-webhooks: type: string enum: - closed - installation: *854 - organization: *855 - projects_v2: *403 + installation: *853 + organization: *854 + projects_v2: *402 sender: *4 required: - action @@ -169298,9 +169363,9 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2: *403 + installation: *853 + organization: *854 + projects_v2: *402 sender: *4 required: - action @@ -169381,9 +169446,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2: *403 + installation: *853 + organization: *854 + projects_v2: *402 sender: *4 required: - action @@ -169500,9 +169565,9 @@ x-webhooks: type: string to: type: string - installation: *854 - organization: *855 - projects_v2: *403 + installation: *853 + organization: *854 + projects_v2: *402 sender: *4 required: - action @@ -169585,7 +169650,7 @@ x-webhooks: type: string enum: - archived - changes: &906 + changes: &905 type: object properties: archived_at: @@ -169599,9 +169664,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *854 - organization: *855 - projects_v2_item: &903 + installation: *853 + organization: *854 + projects_v2_item: &902 title: Projects v2 Item description: An item belonging to a project type: object @@ -169619,7 +169684,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *410 + content_type: *409 creator: *4 created_at: type: string @@ -169736,9 +169801,9 @@ x-webhooks: nullable: true to: type: string - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169820,9 +169885,9 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -169903,9 +169968,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170011,7 +170076,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &904 + - &903 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170033,7 +170098,7 @@ x-webhooks: required: - id - name - - &905 + - &904 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -170067,8 +170132,8 @@ x-webhooks: oneOf: - type: string - type: integer + - *903 - *904 - - *905 required: - field_value - type: object @@ -170084,9 +170149,9 @@ x-webhooks: nullable: true required: - body - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170181,9 +170246,9 @@ x-webhooks: to: type: string nullable: true - installation: *854 - organization: *855 - projects_v2_item: *903 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170266,10 +170331,10 @@ x-webhooks: type: string enum: - restored - changes: *906 - installation: *854 - organization: *855 - projects_v2_item: *903 + changes: *905 + installation: *853 + organization: *854 + projects_v2_item: *902 sender: *4 required: - action @@ -170351,9 +170416,9 @@ x-webhooks: type: string enum: - reopened - installation: *854 - organization: *855 - projects_v2: *403 + installation: *853 + organization: *854 + projects_v2: *402 sender: *4 required: - action @@ -170434,14 +170499,14 @@ x-webhooks: type: string enum: - created - installation: *854 - organization: *855 - projects_v2_status_update: &909 + installation: *853 + organization: *854 + projects_v2_status_update: &908 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *907 - required: *908 + properties: *906 + required: *907 sender: *4 required: - action @@ -170522,9 +170587,9 @@ x-webhooks: type: string enum: - deleted - installation: *854 - organization: *855 - projects_v2_status_update: *909 + installation: *853 + organization: *854 + projects_v2_status_update: *908 sender: *4 required: - action @@ -170660,9 +170725,9 @@ x-webhooks: type: string format: date nullable: true - installation: *854 - organization: *855 - projects_v2_status_update: *909 + installation: *853 + organization: *854 + projects_v2_status_update: *908 sender: *4 required: - action @@ -170733,10 +170798,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - repository @@ -170813,13 +170878,13 @@ x-webhooks: type: string enum: - assigned - assignee: *880 - enterprise: *853 - installation: *854 - number: &910 + assignee: *879 + enterprise: *852 + installation: *853 + number: &909 description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -173102,7 +173167,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -173184,11 +173249,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -175466,7 +175531,7 @@ x-webhooks: - draft reason: type: string - repository: *856 + repository: *855 sender: *4 required: - action @@ -175548,11 +175613,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -177830,7 +177895,7 @@ x-webhooks: - draft reason: type: string - repository: *856 + repository: *855 sender: *4 required: - action @@ -177912,13 +177977,13 @@ x-webhooks: type: string enum: - closed - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: &911 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: &910 allOf: - - *699 + - *698 - type: object properties: allow_auto_merge: @@ -177980,7 +178045,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *856 + repository: *855 sender: *4 required: - action @@ -178061,12 +178126,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -178146,11 +178211,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *853 - milestone: *681 - number: *910 - organization: *855 - pull_request: &912 + enterprise: *852 + milestone: *680 + number: *909 + organization: *854 + pull_request: &911 title: Pull Request type: object properties: @@ -180413,7 +180478,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -180492,11 +180557,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -182778,7 +182843,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *856 + repository: *855 sender: *4 required: - action @@ -182902,12 +182967,12 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -182987,11 +183052,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -185258,7 +185323,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -185338,11 +185403,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *853 - installation: *854 - label: *874 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + label: *873 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -187624,7 +187689,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -187705,10 +187770,10 @@ x-webhooks: type: string enum: - locked - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -189988,7 +190053,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -190068,12 +190133,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *853 - milestone: *681 - number: *910 - organization: *855 - pull_request: *912 - repository: *856 + enterprise: *852 + milestone: *680 + number: *909 + organization: *854 + pull_request: *911 + repository: *855 sender: *4 required: - action @@ -190152,12 +190217,12 @@ x-webhooks: type: string enum: - opened - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190238,12 +190303,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190323,12 +190388,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *853 - installation: *854 - number: *910 - organization: *855 - pull_request: *911 - repository: *856 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 + pull_request: *910 + repository: *855 sender: *4 required: - action @@ -190694,9 +190759,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -192866,7 +192931,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -192946,7 +193011,7 @@ x-webhooks: type: string enum: - deleted - comment: &914 + comment: &913 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. @@ -193231,9 +193296,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -195391,7 +195456,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -195471,11 +195536,11 @@ x-webhooks: type: string enum: - edited - changes: *913 - comment: *914 - enterprise: *853 - installation: *854 - organization: *855 + changes: *912 + comment: *913 + enterprise: *852 + installation: *853 + organization: *854 pull_request: type: object properties: @@ -197636,7 +197701,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *856 + repository: *855 sender: *4 required: - action @@ -197717,9 +197782,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -199892,7 +199957,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 review: description: The review that was affected. type: object @@ -200139,9 +200204,9 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -202195,8 +202260,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 - review: &915 + repository: *855 + review: &914 description: The review that was affected. type: object properties: @@ -202429,12 +202494,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -204717,7 +204782,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_reviewer: title: User type: object @@ -204801,12 +204866,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -207096,7 +207161,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207288,12 +207353,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -209578,7 +209643,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_reviewer: title: User type: object @@ -209663,12 +209728,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *853 - installation: *854 + enterprise: *852 + installation: *853 number: description: The pull request number. type: integer - organization: *855 + organization: *854 pull_request: title: Pull Request type: object @@ -211944,7 +212009,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212125,9 +212190,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -214302,8 +214367,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 - review: *915 + repository: *855 + review: *914 sender: *4 required: - action @@ -214383,9 +214448,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -216455,7 +216520,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 sender: *4 thread: type: object @@ -216842,9 +216907,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 pull_request: title: Simple Pull Request type: object @@ -218900,7 +218965,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *856 + repository: *855 sender: *4 thread: type: object @@ -219290,10 +219355,10 @@ x-webhooks: type: string before: type: string - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -221564,7 +221629,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -221646,11 +221711,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *916 - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + assignee: *915 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -223933,7 +223998,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -224012,11 +224077,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *853 - installation: *854 - label: *874 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + label: *873 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -226289,7 +226354,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -226370,10 +226435,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *853 - installation: *854 - number: *910 - organization: *855 + enterprise: *852 + installation: *853 + number: *909 + organization: *854 pull_request: title: Pull Request type: object @@ -228638,7 +228703,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *856 + repository: *855 sender: *4 required: - action @@ -228838,7 +228903,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *853 + enterprise: *852 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -228930,8 +228995,8 @@ x-webhooks: - url - author - committer - installation: *854 - organization: *855 + installation: *853 + organization: *854 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -229506,9 +229571,9 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 registry_package: type: object properties: @@ -229954,7 +230019,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *897 + items: *896 summary: type: string tag_name: @@ -230008,7 +230073,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -230086,9 +230151,9 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 registry_package: type: object properties: @@ -230396,7 +230461,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *897 + items: *896 summary: type: string tag_name: @@ -230445,7 +230510,7 @@ x-webhooks: - owner - package_version - registry - repository: *856 + repository: *855 sender: *4 required: - action @@ -230522,10 +230587,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - release: &917 + enterprise: *852 + installation: *853 + organization: *854 + release: &916 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -230843,7 +230908,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *856 + repository: *855 sender: *4 required: - action @@ -230920,11 +230985,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -231041,11 +231106,11 @@ x-webhooks: type: boolean required: - to - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -231123,9 +231188,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -231447,7 +231512,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *856 + repository: *855 sender: *4 required: - action @@ -231523,10 +231588,10 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - release: &918 + enterprise: *852 + installation: *853 + organization: *854 + release: &917 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -231845,7 +231910,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *856 + repository: *855 sender: *4 required: - action @@ -231921,11 +231986,11 @@ x-webhooks: type: string enum: - released - enterprise: *853 - installation: *854 - organization: *855 - release: *917 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *916 + repository: *855 sender: *4 required: - action @@ -232001,11 +232066,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *853 - installation: *854 - organization: *855 - release: *918 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + release: *917 + repository: *855 sender: *4 required: - action @@ -232081,11 +232146,11 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - repository_advisory: *751 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + repository_advisory: *750 sender: *4 required: - action @@ -232161,11 +232226,11 @@ x-webhooks: type: string enum: - reported - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - repository_advisory: *751 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + repository_advisory: *750 sender: *4 required: - action @@ -232241,10 +232306,10 @@ x-webhooks: type: string enum: - archived - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232321,10 +232386,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232402,10 +232467,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232489,10 +232554,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232604,10 +232669,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232679,10 +232744,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 status: type: string @@ -232763,10 +232828,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232843,10 +232908,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -232940,10 +233005,10 @@ x-webhooks: - name required: - repository - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233023,10 +233088,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *191 sender: *4 required: @@ -233105,10 +233170,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *191 sender: *4 required: @@ -233187,10 +233252,10 @@ x-webhooks: type: string enum: - edited - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 repository_ruleset: *191 changes: type: object @@ -233252,16 +233317,16 @@ x-webhooks: properties: added: type: array - items: *719 + items: *718 deleted: type: array - items: *719 + items: *718 updated: type: array items: type: object properties: - rule: *719 + rule: *718 changes: type: object properties: @@ -233495,10 +233560,10 @@ x-webhooks: - from required: - owner - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233576,10 +233641,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233657,7 +233722,7 @@ x-webhooks: type: string enum: - create - alert: &919 + alert: &918 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -233778,10 +233843,10 @@ x-webhooks: type: string enum: - open - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -233987,10 +234052,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234068,11 +234133,11 @@ x-webhooks: type: string enum: - reopen - alert: *919 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *918 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234271,10 +234336,10 @@ x-webhooks: enum: - fixed - open - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234352,7 +234417,7 @@ x-webhooks: type: string enum: - assigned - alert: &920 + alert: &919 type: object properties: number: *128 @@ -234471,10 +234536,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234552,11 +234617,11 @@ x-webhooks: type: string enum: - created - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234637,11 +234702,11 @@ x-webhooks: type: string enum: - created - alert: *920 - installation: *854 - location: *921 - organization: *855 - repository: *856 + alert: *919 + installation: *853 + location: *920 + organization: *854 + repository: *855 sender: *4 required: - location @@ -234879,11 +234944,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -234961,11 +235026,11 @@ x-webhooks: type: string enum: - reopened - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -235043,11 +235108,11 @@ x-webhooks: type: string enum: - resolved - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -235125,12 +235190,12 @@ x-webhooks: type: string enum: - unassigned - alert: *920 + alert: *919 assignee: *4 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -235208,11 +235273,11 @@ x-webhooks: type: string enum: - validated - alert: *920 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + alert: *919 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -235338,10 +235403,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *856 - enterprise: *853 - installation: *854 - organization: *855 + repository: *855 + enterprise: *852 + installation: *853 + organization: *854 sender: *4 required: - action @@ -235419,11 +235484,11 @@ x-webhooks: type: string enum: - published - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - security_advisory: &922 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + security_advisory: &921 description: The details of the security advisory, including summary, description, and severity. type: object @@ -235606,11 +235671,11 @@ x-webhooks: type: string enum: - updated - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 - security_advisory: *922 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 + security_advisory: *921 sender: *4 required: - action @@ -235683,10 +235748,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -235870,11 +235935,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *420 - enterprise: *853 - installation: *854 - organization: *855 - repository: *462 + security_and_analysis: *419 + enterprise: *852 + installation: *853 + organization: *854 + repository: *461 sender: *4 required: - changes @@ -235952,12 +236017,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: &923 + sponsorship: &922 type: object properties: created_at: @@ -236258,12 +236323,12 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - sponsorship @@ -236351,12 +236416,12 @@ x-webhooks: type: string required: - from - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236433,17 +236498,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &924 + effective_date: &923 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: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - sponsorship @@ -236517,7 +236582,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &925 + changes: &924 type: object properties: tier: @@ -236561,13 +236626,13 @@ x-webhooks: - from required: - tier - effective_date: *924 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + effective_date: *923 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236644,13 +236709,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *925 - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + changes: *924 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - sponsorship: *923 + sponsorship: *922 required: - action - changes @@ -236724,10 +236789,10 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -236810,10 +236875,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -237233,15 +237298,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *853 + enterprise: *852 id: description: The unique identifier of the status. type: integer - installation: *854 + installation: *853 name: type: string - organization: *855 - repository: *856 + organization: *854 + repository: *855 sender: *4 sha: description: The Commit SHA. @@ -237350,15 +237415,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *221 + parent_issue: *220 parent_issue_repo: *78 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *221 - installation: *854 - organization: *855 - repository: *856 + sub_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237442,15 +237507,15 @@ x-webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *221 + parent_issue: *220 parent_issue_repo: *78 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *221 - installation: *854 - organization: *855 - repository: *856 + sub_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237534,15 +237599,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *221 + sub_issue: *220 sub_issue_repo: *78 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *221 - installation: *854 - organization: *855 - repository: *856 + parent_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237626,15 +237691,15 @@ x-webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *221 + sub_issue: *220 sub_issue_repo: *78 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *221 - installation: *854 - organization: *855 - repository: *856 + parent_issue: *220 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -237711,12 +237776,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - team: &926 + team: &925 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -237939,9 +238004,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -238399,7 +238464,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -238475,9 +238540,9 @@ x-webhooks: type: string enum: - created - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -238935,7 +239000,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -239012,9 +239077,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -239472,7 +239537,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -239616,9 +239681,9 @@ x-webhooks: - from required: - permissions - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -240076,7 +240141,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - changes @@ -240154,9 +240219,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *853 - installation: *854 - organization: *855 + enterprise: *852 + installation: *853 + organization: *854 repository: title: Repository description: A git repository @@ -240614,7 +240679,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *926 + team: *925 required: - action - team @@ -240690,10 +240755,10 @@ x-webhooks: type: string enum: - started - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 required: - action @@ -240766,16 +240831,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *853 + enterprise: *852 inputs: type: object nullable: true additionalProperties: true - installation: *854 - organization: *855 + installation: *853 + organization: *854 ref: type: string - repository: *856 + repository: *855 sender: *4 workflow: type: string @@ -240857,10 +240922,10 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: allOf: @@ -241097,7 +241162,7 @@ x-webhooks: type: string required: - conclusion - deployment: *601 + deployment: *600 required: - action - repository @@ -241176,10 +241241,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: allOf: @@ -241439,7 +241504,7 @@ x-webhooks: required: - status - steps - deployment: *601 + deployment: *600 required: - action - repository @@ -241518,10 +241583,10 @@ x-webhooks: type: string enum: - queued - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: type: object @@ -241656,7 +241721,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *601 + deployment: *600 required: - action - repository @@ -241735,10 +241800,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 workflow_job: type: object @@ -241874,7 +241939,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *601 + deployment: *600 required: - action - repository @@ -241954,12 +242019,12 @@ x-webhooks: type: string enum: - completed - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *870 + workflow: *869 workflow_run: title: Workflow Run type: object @@ -242958,12 +243023,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *870 + workflow: *869 workflow_run: title: Workflow Run type: object @@ -243947,12 +244012,12 @@ x-webhooks: type: string enum: - requested - enterprise: *853 - installation: *854 - organization: *855 - repository: *856 + enterprise: *852 + installation: *853 + organization: *854 + repository: *855 sender: *4 - workflow: *870 + workflow: *869 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 1adee120c..633534e0d 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -3420,6 +3420,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": "string", @@ -12867,6 +12875,12 @@ }, { "$ref": "#/components/parameters/cost-center" + }, + { + "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/per-page" } ], "responses": { @@ -16038,7 +16052,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } }, "repository_selection": { @@ -19443,6 +19461,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": "string", @@ -83551,7 +83577,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } } } @@ -128639,6 +128669,61 @@ } }, "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", + "nullable": true, + "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": { @@ -336564,7 +336649,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/get-cost-center" + "$ref": "#/components/schemas/update-cost-center" }, "examples": { "default": { diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index a34e25123..9d0041e2a 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -2402,6 +2402,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. @@ -9198,6 +9207,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" @@ -11381,7 +11392,8 @@ paths: repositories: type: array items: - "$ref": "#/components/schemas/repository" + allOf: + - "$ref": "#/components/schemas/repository" repository_selection: type: string example: selected @@ -13929,6 +13941,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. @@ -60512,7 +60533,8 @@ paths: repositories: type: array items: - "$ref": "#/components/schemas/repository" + allOf: + - "$ref": "#/components/schemas/repository" examples: default: "$ref": "#/components/examples/repository-paginated" @@ -93484,6 +93506,48 @@ 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 + nullable: true + 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: @@ -254539,7 +254603,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/ghec/ghec.json b/descriptions/ghec/ghec.json index 1adee120c..633534e0d 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -3420,6 +3420,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": "string", @@ -12867,6 +12875,12 @@ }, { "$ref": "#/components/parameters/cost-center" + }, + { + "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/per-page" } ], "responses": { @@ -16038,7 +16052,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } }, "repository_selection": { @@ -19443,6 +19461,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": "string", @@ -83551,7 +83577,11 @@ "repositories": { "type": "array", "items": { - "$ref": "#/components/schemas/repository" + "allOf": [ + { + "$ref": "#/components/schemas/repository" + } + ] } } } @@ -128639,6 +128669,61 @@ } }, "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", + "nullable": true, + "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": { @@ -336564,7 +336649,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/get-cost-center" + "$ref": "#/components/schemas/update-cost-center" }, "examples": { "default": { diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index a34e25123..9d0041e2a 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -2402,6 +2402,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. @@ -9198,6 +9207,8 @@ paths: parameters: - "$ref": "#/components/parameters/enterprise" - "$ref": "#/components/parameters/cost-center" + - "$ref": "#/components/parameters/page" + - "$ref": "#/components/parameters/per-page" {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}