diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 821d25a8b1..8e8abb983f 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -2327,6 +2327,9 @@ ], "default": "disabled" }, + "code_scanning_options": { + "$ref": "#/components/schemas/code-scanning-options" + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -12217,6 +12220,9 @@ ], "default": "disabled" }, + "code_scanning_options": { + "$ref": "#/components/schemas/code-scanning-options" + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -20504,7 +20510,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -20774,7 +20785,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -22112,7 +22128,7 @@ "type": "array", "description": "An array of rules within the ruleset.", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } }, @@ -22441,7 +22457,7 @@ "description": "An array of rules within the ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } } @@ -50343,7 +50359,7 @@ "/repos/{owner}/{repo}/issues/{issue_number}/sub_issues": { "get": { "summary": "List sub-issues", - "description": "You can use the REST API to list the sub-issues on an issue.\n\nThis endpoint supports the following custom media types. For more information, see \"[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).\"\n\n- **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.\n- **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.\n- **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.\n- **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.", + "description": "You can use the REST API to list the sub-issues on an issue.\n\nThis endpoint supports the following custom media types. For more information, see [Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).\n\n- **`application/vnd.github.raw+json`**: Returns the raw Markdown body. Response will include `body`. This is the default if you do not pass any specific media type.\n- **`application/vnd.github.text+json`**: Returns a text only representation of the Markdown body. Response will include `body_text`.\n- **`application/vnd.github.html+json`**: Returns HTML rendered from the body's Markdown. Response will include `body_html`.\n- **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.", "tags": [ "issues" ], @@ -100253,7 +100269,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -100433,6 +100458,22 @@ } } }, + "code-scanning-options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code-scanning-default-setup-options": { "type": [ "object", @@ -110126,7 +110167,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -110190,7 +110236,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -112725,6 +112776,73 @@ } } }, + "org-rules": { + "title": "Repository Rule", + "type": "object", + "description": "A repository rule.", + "oneOf": [ + { + "$ref": "#/components/schemas/repository-rule-creation" + }, + { + "$ref": "#/components/schemas/repository-rule-update" + }, + { + "$ref": "#/components/schemas/repository-rule-deletion" + }, + { + "$ref": "#/components/schemas/repository-rule-required-linear-history" + }, + { + "$ref": "#/components/schemas/repository-rule-required-deployments" + }, + { + "$ref": "#/components/schemas/repository-rule-required-signatures" + }, + { + "$ref": "#/components/schemas/repository-rule-pull-request" + }, + { + "$ref": "#/components/schemas/repository-rule-required-status-checks" + }, + { + "$ref": "#/components/schemas/repository-rule-non-fast-forward" + }, + { + "$ref": "#/components/schemas/repository-rule-commit-message-pattern" + }, + { + "$ref": "#/components/schemas/repository-rule-commit-author-email-pattern" + }, + { + "$ref": "#/components/schemas/repository-rule-committer-email-pattern" + }, + { + "$ref": "#/components/schemas/repository-rule-branch-name-pattern" + }, + { + "$ref": "#/components/schemas/repository-rule-tag-name-pattern" + }, + { + "$ref": "#/components/schemas/repository-rule-file-path-restriction" + }, + { + "$ref": "#/components/schemas/repository-rule-max-file-path-length" + }, + { + "$ref": "#/components/schemas/repository-rule-file-extension-restriction" + }, + { + "$ref": "#/components/schemas/repository-rule-max-file-size" + }, + { + "$ref": "#/components/schemas/repository-rule-workflows" + }, + { + "$ref": "#/components/schemas/repository-rule-code-scanning" + } + ] + }, "rule-suites": { "title": "Rule Suites", "description": "Response", @@ -281270,6 +281388,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -281312,6 +281433,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -281345,6 +281469,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -285581,6 +285708,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index a0c7d904ed..ded06c7cdb 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -1638,6 +1638,8 @@ paths: - disabled - not_set default: disabled + code_scanning_options: + "$ref": "#/components/schemas/code-scanning-options" code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -8869,6 +8871,8 @@ paths: - disabled - not_set default: disabled + code_scanning_options: + "$ref": "#/components/schemas/code-scanning-options" code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -14895,6 +14899,11 @@ paths: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry url: description: The URL of the private registry. type: string @@ -15109,6 +15118,11 @@ paths: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry url: description: The URL of the private registry. type: string @@ -16126,7 +16140,7 @@ paths: type: array description: An array of rules within the ruleset. items: - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" required: - name - enforcement @@ -16342,7 +16356,7 @@ paths: description: An array of rules within the ruleset. type: array items: - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" examples: default: value: @@ -36728,11 +36742,11 @@ paths: description: |- You can use the REST API to list the sub-issues on an issue. - This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)." + This endpoint supports the following custom media types. For more information, see [Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types). - - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type. - - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`. - - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`. + - **`application/vnd.github.raw+json`**: Returns the raw Markdown body. Response will include `body`. This is the default if you do not pass any specific media type. + - **`application/vnd.github.text+json`**: Returns a text only representation of the Markdown body. Response will include `body_text`. + - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's Markdown. Response will include `body_html`. - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`. tags: - issues @@ -72607,6 +72621,12 @@ components: - object - 'null' description: Feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -72741,6 +72761,17 @@ components: updated_at: type: string format: date-time + code-scanning-options: + type: + - object + - 'null' + description: Security Configuration feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code-scanning-default-setup-options: type: - object @@ -80027,6 +80058,11 @@ components: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry type: string username: description: The username to use when authenticating with the private registry. @@ -80078,6 +80114,11 @@ components: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry type: string username: description: The username to use when authenticating with the private registry. @@ -81953,6 +81994,31 @@ components: updated_at: type: string format: date-time + org-rules: + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - "$ref": "#/components/schemas/repository-rule-creation" + - "$ref": "#/components/schemas/repository-rule-update" + - "$ref": "#/components/schemas/repository-rule-deletion" + - "$ref": "#/components/schemas/repository-rule-required-linear-history" + - "$ref": "#/components/schemas/repository-rule-required-deployments" + - "$ref": "#/components/schemas/repository-rule-required-signatures" + - "$ref": "#/components/schemas/repository-rule-pull-request" + - "$ref": "#/components/schemas/repository-rule-required-status-checks" + - "$ref": "#/components/schemas/repository-rule-non-fast-forward" + - "$ref": "#/components/schemas/repository-rule-commit-message-pattern" + - "$ref": "#/components/schemas/repository-rule-commit-author-email-pattern" + - "$ref": "#/components/schemas/repository-rule-committer-email-pattern" + - "$ref": "#/components/schemas/repository-rule-branch-name-pattern" + - "$ref": "#/components/schemas/repository-rule-tag-name-pattern" + - "$ref": "#/components/schemas/repository-rule-file-path-restriction" + - "$ref": "#/components/schemas/repository-rule-max-file-path-length" + - "$ref": "#/components/schemas/repository-rule-file-extension-restriction" + - "$ref": "#/components/schemas/repository-rule-max-file-size" + - "$ref": "#/components/schemas/repository-rule-workflows" + - "$ref": "#/components/schemas/repository-rule-code-scanning" rule-suites: title: Rule Suites description: Response @@ -207315,6 +207381,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: enabled @@ -207349,6 +207417,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: disabled @@ -207376,6 +207446,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled secret_scanning_push_protection: disabled @@ -211009,6 +211081,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: disabled secret_scanning_push_protection: disabled diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 821d25a8b1..8e8abb983f 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -2327,6 +2327,9 @@ ], "default": "disabled" }, + "code_scanning_options": { + "$ref": "#/components/schemas/code-scanning-options" + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -12217,6 +12220,9 @@ ], "default": "disabled" }, + "code_scanning_options": { + "$ref": "#/components/schemas/code-scanning-options" + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -20504,7 +20510,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -20774,7 +20785,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -22112,7 +22128,7 @@ "type": "array", "description": "An array of rules within the ruleset.", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } }, @@ -22441,7 +22457,7 @@ "description": "An array of rules within the ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } } @@ -50343,7 +50359,7 @@ "/repos/{owner}/{repo}/issues/{issue_number}/sub_issues": { "get": { "summary": "List sub-issues", - "description": "You can use the REST API to list the sub-issues on an issue.\n\nThis endpoint supports the following custom media types. For more information, see \"[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).\"\n\n- **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.\n- **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.\n- **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.\n- **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.", + "description": "You can use the REST API to list the sub-issues on an issue.\n\nThis endpoint supports the following custom media types. For more information, see [Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).\n\n- **`application/vnd.github.raw+json`**: Returns the raw Markdown body. Response will include `body`. This is the default if you do not pass any specific media type.\n- **`application/vnd.github.text+json`**: Returns a text only representation of the Markdown body. Response will include `body_text`.\n- **`application/vnd.github.html+json`**: Returns HTML rendered from the body's Markdown. Response will include `body_html`.\n- **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.", "tags": [ "issues" ], @@ -100253,7 +100269,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -100433,6 +100458,22 @@ } } }, + "code-scanning-options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code-scanning-default-setup-options": { "type": [ "object", @@ -110126,7 +110167,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -110190,7 +110236,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -112725,6 +112776,73 @@ } } }, + "org-rules": { + "title": "Repository Rule", + "type": "object", + "description": "A repository rule.", + "oneOf": [ + { + "$ref": "#/components/schemas/repository-rule-creation" + }, + { + "$ref": "#/components/schemas/repository-rule-update" + }, + { + "$ref": "#/components/schemas/repository-rule-deletion" + }, + { + "$ref": "#/components/schemas/repository-rule-required-linear-history" + }, + { + "$ref": "#/components/schemas/repository-rule-required-deployments" + }, + { + "$ref": "#/components/schemas/repository-rule-required-signatures" + }, + { + "$ref": "#/components/schemas/repository-rule-pull-request" + }, + { + "$ref": "#/components/schemas/repository-rule-required-status-checks" + }, + { + "$ref": "#/components/schemas/repository-rule-non-fast-forward" + }, + { + "$ref": "#/components/schemas/repository-rule-commit-message-pattern" + }, + { + "$ref": "#/components/schemas/repository-rule-commit-author-email-pattern" + }, + { + "$ref": "#/components/schemas/repository-rule-committer-email-pattern" + }, + { + "$ref": "#/components/schemas/repository-rule-branch-name-pattern" + }, + { + "$ref": "#/components/schemas/repository-rule-tag-name-pattern" + }, + { + "$ref": "#/components/schemas/repository-rule-file-path-restriction" + }, + { + "$ref": "#/components/schemas/repository-rule-max-file-path-length" + }, + { + "$ref": "#/components/schemas/repository-rule-file-extension-restriction" + }, + { + "$ref": "#/components/schemas/repository-rule-max-file-size" + }, + { + "$ref": "#/components/schemas/repository-rule-workflows" + }, + { + "$ref": "#/components/schemas/repository-rule-code-scanning" + } + ] + }, "rule-suites": { "title": "Rule Suites", "description": "Response", @@ -281270,6 +281388,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -281312,6 +281433,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -281345,6 +281469,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -285581,6 +285708,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index a0c7d904ed..ded06c7cdb 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -1638,6 +1638,8 @@ paths: - disabled - not_set default: disabled + code_scanning_options: + "$ref": "#/components/schemas/code-scanning-options" code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -8869,6 +8871,8 @@ paths: - disabled - not_set default: disabled + code_scanning_options: + "$ref": "#/components/schemas/code-scanning-options" code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -14895,6 +14899,11 @@ paths: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry url: description: The URL of the private registry. type: string @@ -15109,6 +15118,11 @@ paths: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry url: description: The URL of the private registry. type: string @@ -16126,7 +16140,7 @@ paths: type: array description: An array of rules within the ruleset. items: - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" required: - name - enforcement @@ -16342,7 +16356,7 @@ paths: description: An array of rules within the ruleset. type: array items: - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" examples: default: value: @@ -36728,11 +36742,11 @@ paths: description: |- You can use the REST API to list the sub-issues on an issue. - This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)." + This endpoint supports the following custom media types. For more information, see [Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types). - - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type. - - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`. - - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`. + - **`application/vnd.github.raw+json`**: Returns the raw Markdown body. Response will include `body`. This is the default if you do not pass any specific media type. + - **`application/vnd.github.text+json`**: Returns a text only representation of the Markdown body. Response will include `body_text`. + - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's Markdown. Response will include `body_html`. - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`. tags: - issues @@ -72607,6 +72621,12 @@ components: - object - 'null' description: Feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -72741,6 +72761,17 @@ components: updated_at: type: string format: date-time + code-scanning-options: + type: + - object + - 'null' + description: Security Configuration feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code-scanning-default-setup-options: type: - object @@ -80027,6 +80058,11 @@ components: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry type: string username: description: The username to use when authenticating with the private registry. @@ -80078,6 +80114,11 @@ components: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry type: string username: description: The username to use when authenticating with the private registry. @@ -81953,6 +81994,31 @@ components: updated_at: type: string format: date-time + org-rules: + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - "$ref": "#/components/schemas/repository-rule-creation" + - "$ref": "#/components/schemas/repository-rule-update" + - "$ref": "#/components/schemas/repository-rule-deletion" + - "$ref": "#/components/schemas/repository-rule-required-linear-history" + - "$ref": "#/components/schemas/repository-rule-required-deployments" + - "$ref": "#/components/schemas/repository-rule-required-signatures" + - "$ref": "#/components/schemas/repository-rule-pull-request" + - "$ref": "#/components/schemas/repository-rule-required-status-checks" + - "$ref": "#/components/schemas/repository-rule-non-fast-forward" + - "$ref": "#/components/schemas/repository-rule-commit-message-pattern" + - "$ref": "#/components/schemas/repository-rule-commit-author-email-pattern" + - "$ref": "#/components/schemas/repository-rule-committer-email-pattern" + - "$ref": "#/components/schemas/repository-rule-branch-name-pattern" + - "$ref": "#/components/schemas/repository-rule-tag-name-pattern" + - "$ref": "#/components/schemas/repository-rule-file-path-restriction" + - "$ref": "#/components/schemas/repository-rule-max-file-path-length" + - "$ref": "#/components/schemas/repository-rule-file-extension-restriction" + - "$ref": "#/components/schemas/repository-rule-max-file-size" + - "$ref": "#/components/schemas/repository-rule-workflows" + - "$ref": "#/components/schemas/repository-rule-code-scanning" rule-suites: title: Rule Suites description: Response @@ -207315,6 +207381,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: enabled @@ -207349,6 +207417,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: disabled @@ -207376,6 +207446,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled secret_scanning_push_protection: disabled @@ -211009,6 +211081,8 @@ components: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: disabled secret_scanning_push_protection: disabled diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 0e433ef340..1403ad1c17 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -18319,7 +18319,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -18737,6 +18746,22 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -18983,7 +19008,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19456,7 +19490,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19662,6 +19705,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -19704,6 +19750,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -19854,7 +19903,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -20478,7 +20536,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -21306,7 +21373,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -21511,6 +21587,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -82187,7 +82266,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -82612,6 +82700,22 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -82898,7 +83002,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -83098,6 +83211,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -83255,7 +83371,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -83461,6 +83586,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -83503,6 +83631,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -83924,7 +84055,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -84124,6 +84264,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -84590,7 +84733,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -84790,6 +84942,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", @@ -85281,7 +85436,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -85486,6 +85650,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -138172,7 +138339,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -138387,7 +138559,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -138496,7 +138673,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -138845,7 +139027,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -138985,7 +139172,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -150283,83 +150475,6 @@ } } }, - { - "title": "merge_queue", - "description": "Merges must be performed via a merge queue.", - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "merge_queue" - ] - }, - "parameters": { - "type": "object", - "properties": { - "check_response_timeout_minutes": { - "type": "integer", - "description": "Maximum time for a required status check to report a conclusion. After this much time has elapsed, checks that have not reported a conclusion will be assumed to have failed", - "minimum": 1, - "maximum": 360 - }, - "grouping_strategy": { - "type": "string", - "description": "When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge.", - "enum": [ - "ALLGREEN", - "HEADGREEN" - ] - }, - "max_entries_to_build": { - "type": "integer", - "description": "Limit the number of queued pull requests requesting checks and workflow runs at the same time.", - "minimum": 0, - "maximum": 100 - }, - "max_entries_to_merge": { - "type": "integer", - "description": "The maximum number of PRs that will be merged together in a group.", - "minimum": 0, - "maximum": 100 - }, - "merge_method": { - "type": "string", - "description": "Method to use when merging changes from queued pull requests.", - "enum": [ - "MERGE", - "SQUASH", - "REBASE" - ] - }, - "min_entries_to_merge": { - "type": "integer", - "description": "The minimum number of PRs that will be merged together in a group.", - "minimum": 0, - "maximum": 100 - }, - "min_entries_to_merge_wait_minutes": { - "type": "integer", - "description": "The time merge queue should wait after the first PR is added to the queue for the minimum group size to be met. After this time has elapsed, the minimum group size will be ignored and a smaller group will be merged.", - "minimum": 0, - "maximum": 360 - } - }, - "required": [ - "check_response_timeout_minutes", - "grouping_strategy", - "max_entries_to_build", - "max_entries_to_merge", - "merge_method", - "min_entries_to_merge", - "min_entries_to_merge_wait_minutes" - ] - } - } - }, { "title": "required_deployments", "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", @@ -154842,83 +154957,6 @@ } } }, - { - "title": "merge_queue", - "description": "Merges must be performed via a merge queue.", - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "merge_queue" - ] - }, - "parameters": { - "type": "object", - "properties": { - "check_response_timeout_minutes": { - "type": "integer", - "description": "Maximum time for a required status check to report a conclusion. After this much time has elapsed, checks that have not reported a conclusion will be assumed to have failed", - "minimum": 1, - "maximum": 360 - }, - "grouping_strategy": { - "type": "string", - "description": "When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge.", - "enum": [ - "ALLGREEN", - "HEADGREEN" - ] - }, - "max_entries_to_build": { - "type": "integer", - "description": "Limit the number of queued pull requests requesting checks and workflow runs at the same time.", - "minimum": 0, - "maximum": 100 - }, - "max_entries_to_merge": { - "type": "integer", - "description": "The maximum number of PRs that will be merged together in a group.", - "minimum": 0, - "maximum": 100 - }, - "merge_method": { - "type": "string", - "description": "Method to use when merging changes from queued pull requests.", - "enum": [ - "MERGE", - "SQUASH", - "REBASE" - ] - }, - "min_entries_to_merge": { - "type": "integer", - "description": "The minimum number of PRs that will be merged together in a group.", - "minimum": 0, - "maximum": 100 - }, - "min_entries_to_merge_wait_minutes": { - "type": "integer", - "description": "The time merge queue should wait after the first PR is added to the queue for the minimum group size to be met. After this time has elapsed, the minimum group size will be ignored and a smaller group will be merged.", - "minimum": 0, - "maximum": 360 - } - }, - "required": [ - "check_response_timeout_minutes", - "grouping_strategy", - "max_entries_to_build", - "max_entries_to_merge", - "merge_method", - "min_entries_to_merge", - "min_entries_to_merge_wait_minutes" - ] - } - } - }, { "title": "required_deployments", "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", @@ -271892,7 +271930,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -394477,7 +394524,7 @@ "/repos/{owner}/{repo}/issues/{issue_number}/sub_issues": { "get": { "summary": "List sub-issues", - "description": "You can use the REST API to list the sub-issues on an issue.\n\nThis endpoint supports the following custom media types. For more information, see \"[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).\"\n\n- **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.\n- **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.\n- **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.\n- **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.", + "description": "You can use the REST API to list the sub-issues on an issue.\n\nThis endpoint supports the following custom media types. For more information, see [Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).\n\n- **`application/vnd.github.raw+json`**: Returns the raw Markdown body. Response will include `body`. This is the default if you do not pass any specific media type.\n- **`application/vnd.github.text+json`**: Returns a text only representation of the Markdown body. Response will include `body_text`.\n- **`application/vnd.github.html+json`**: Returns HTML rendered from the body's Markdown. Response will include `body_html`.\n- **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.", "tags": [ "issues" ], diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 0070d559e3..b0de47104c 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -901,7 +901,7 @@ paths: - subscriptions_url - type - url - type: &246 + type: &267 type: string description: The type of credit the user is receiving. enum: @@ -1067,7 +1067,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &578 + - &580 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1652,7 +1652,7 @@ paths: schema: type: integer default: 30 - - &163 + - &164 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 @@ -1668,7 +1668,7 @@ paths: application/json: schema: type: array - items: &164 + items: &165 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1764,7 +1764,7 @@ paths: - installation_id - repository_id examples: - default: &165 + default: &166 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1899,7 +1899,7 @@ paths: description: Response content: application/json: - schema: &166 + schema: &167 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2034,7 +2034,7 @@ paths: - request - response examples: - default: &167 + default: &168 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -7408,6 +7408,12 @@ paths: - object - 'null' description: Feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default @@ -7707,6 +7713,17 @@ paths: - disabled - not_set default: disabled + code_scanning_options: &138 + type: + - object + - 'null' + description: Security Configuration feature options for code scanning + properties: + allow_advanced: + type: + - boolean + - 'null' + description: Whether to allow repos which use advanced setup code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -7894,7 +7911,7 @@ paths: description: Response content: application/json: - schema: &139 + schema: &140 type: array description: A list of default code security configurations items: @@ -7910,7 +7927,7 @@ paths: default configuration: *41 examples: - default: &140 + default: &141 value: - default_for_new_repos: public configuration: @@ -7929,6 +7946,8 @@ paths: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: enabled @@ -7963,6 +7982,8 @@ paths: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false secret_scanning: enabled secret_scanning_push_protection: enabled secret_scanning_delegated_bypass: disabled @@ -8237,7 +8258,7 @@ paths: - *40 - *43 responses: - '204': &141 + '204': &142 description: A header with no content is returned. '400': *14 '403': *27 @@ -8364,7 +8385,7 @@ paths: default: value: default_for_new_repos: all - configuration: &138 + configuration: &139 value: id: 1325 target_type: organization @@ -8381,6 +8402,8 @@ paths: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: enabled secret_scanning_push_protection: disabled @@ -8447,7 +8470,7 @@ paths: application/json: schema: type: array - items: &142 + items: &143 type: object description: Repositories associated with a code security configuration and attachment status @@ -8792,7 +8815,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &143 + repository: &144 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -8886,7 +8909,7 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *40 - - &147 + - &148 name: state in: query description: |- @@ -8895,7 +8918,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &148 + - &149 name: severity in: query description: |- @@ -8904,7 +8927,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &149 + - &150 name: ecosystem in: query description: |- @@ -8913,14 +8936,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &150 + - &151 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 - - &151 + - &152 name: epss_percentage in: query description: |- @@ -8932,7 +8955,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 - - &152 + - &153 name: has in: query description: |- @@ -8946,7 +8969,7 @@ paths: type: string enum: - patch - - &153 + - &154 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -8956,7 +8979,7 @@ paths: enum: - development - runtime - - &154 + - &155 name: sort in: query description: |- @@ -8974,7 +8997,7 @@ paths: - *46 - *38 - *39 - - &155 + - &156 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -8987,7 +9010,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &156 + - &157 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -9007,7 +9030,7 @@ paths: application/json: schema: type: array - items: &157 + items: &158 type: object description: A Dependabot alert. properties: @@ -9077,7 +9100,7 @@ paths: - direct - transitive - - security_advisory: &412 + security_advisory: &433 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -9345,7 +9368,7 @@ paths: and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - auto_dismissed_at: &413 + auto_dismissed_at: &434 type: - string - 'null' @@ -9372,7 +9395,7 @@ paths: - repository additionalProperties: false examples: - default: &158 + default: &159 value: - number: 2 state: dismissed @@ -9719,7 +9742,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *40 - - &236 + - &257 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -9730,7 +9753,7 @@ paths: enum: - open - resolved - - &237 + - &258 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -9740,7 +9763,7 @@ paths: required: false schema: type: string - - &238 + - &259 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -9749,7 +9772,7 @@ paths: required: false schema: type: string - - &239 + - &260 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. @@ -9765,7 +9788,7 @@ paths: - *17 - *38 - *39 - - &240 + - &261 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -9774,7 +9797,7 @@ paths: required: false schema: type: string - - &241 + - &262 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -9783,7 +9806,7 @@ paths: schema: type: boolean default: false - - &242 + - &263 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -9792,7 +9815,7 @@ paths: schema: type: boolean default: false - - &243 + - &264 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -9808,7 +9831,7 @@ paths: application/json: schema: type: array - items: &244 + items: &265 type: object properties: number: *52 @@ -9824,14 +9847,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &556 + state: &558 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: &557 + resolution: &559 type: - string - 'null' @@ -9938,14 +9961,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &558 + - &560 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &560 + - &562 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -10002,7 +10025,7 @@ paths: - blob_url - commit_sha - commit_url - - &561 + - &563 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. @@ -10063,7 +10086,7 @@ paths: - page_url - commit_sha - commit_url - - &562 + - &564 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -10078,7 +10101,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &563 + - &565 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -10093,7 +10116,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &564 + - &566 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -10108,7 +10131,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &565 + - &567 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -10123,7 +10146,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &566 + - &568 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -10138,7 +10161,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &567 + - &569 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -10153,7 +10176,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &568 + - &570 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. @@ -10168,7 +10191,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &569 + - &571 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. @@ -10183,7 +10206,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &570 + - &572 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. @@ -10198,7 +10221,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &571 + - &573 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. @@ -10213,7 +10236,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &572 + - &574 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 @@ -10234,7 +10257,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &245 + default: &266 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -10704,7 +10727,7 @@ paths: milestone: anyOf: - type: 'null' - - &400 + - &421 title: Milestone description: A collection of related issues and pull requests. @@ -10876,7 +10899,7 @@ paths: timeline_url: type: string format: uri - type: &185 + type: &186 title: Issue Type description: The type of issue. type: @@ -11021,7 +11044,7 @@ paths: - author_association - created_at - updated_at - comment: &459 + comment: &480 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -11596,7 +11619,7 @@ paths: url: type: string format: uri - user: &601 + user: &603 title: Public User description: Public User type: object @@ -13491,7 +13514,7 @@ paths: - closed - all default: open - - &188 + - &189 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -13542,7 +13565,7 @@ paths: type: array items: *74 examples: - default: &189 + default: &190 value: - id: 1 node_id: MDU6SXNzdWUx @@ -14954,14 +14977,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &268 + - &289 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &269 + - &290 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -15032,7 +15055,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &280 + '301': &301 description: Moved permanently content: application/json: @@ -15054,7 +15077,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &488 + - &509 name: all description: If `true`, show notifications marked as read. in: query @@ -15062,7 +15085,7 @@ paths: schema: type: boolean default: false - - &489 + - &510 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -15072,7 +15095,7 @@ paths: type: boolean default: false - *64 - - &490 + - &511 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: @@ -15443,7 +15466,7 @@ paths: type: boolean examples: - false - security_and_analysis: &226 + security_and_analysis: &227 type: - object - 'null' @@ -15608,7 +15631,7 @@ paths: - url - subscription_url examples: - default: &491 + default: &512 value: - id: '1' repository: @@ -16157,7 +16180,7 @@ paths: application/json: schema: type: array - items: &145 + items: &146 title: Organization Simple description: A GitHub organization. type: object @@ -16229,7 +16252,7 @@ paths: - avatar_url - description examples: - default: &618 + default: &620 value: - login: github id: 1 @@ -16541,7 +16564,7 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *90 - - &644 + - &646 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, @@ -16550,7 +16573,7 @@ paths: required: false schema: type: integer - - &645 + - &647 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 @@ -16559,7 +16582,7 @@ paths: required: false schema: type: integer - - &646 + - &648 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 @@ -16568,7 +16591,7 @@ paths: required: false schema: type: integer - - &647 + - &649 name: hour description: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or @@ -17520,7 +17543,7 @@ paths: type: integer repository_cache_usages: type: array - items: &285 + items: &306 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -18417,7 +18440,7 @@ paths: - all - local_only - selected - selected_actions_url: &291 + selected_actions_url: &312 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` @@ -18507,7 +18530,7 @@ paths: type: array items: *59 examples: - default: &612 + default: &614 value: total_count: 1 repositories: @@ -18835,7 +18858,7 @@ paths: description: Response content: application/json: - schema: &295 + schema: &316 type: object properties: default_workflow_permissions: &109 @@ -18886,7 +18909,7 @@ paths: required: false content: application/json: - schema: &296 + schema: &317 type: object properties: default_workflow_permissions: *109 @@ -19379,7 +19402,7 @@ paths: type: array items: *116 examples: - default: &604 + default: &606 value: total_count: 1 repositories: @@ -20026,7 +20049,7 @@ paths: application/json: schema: type: array - items: &297 + items: &318 title: Runner Application description: Runner Application type: object @@ -20051,7 +20074,7 @@ paths: - download_url - filename examples: - default: &298 + default: &319 value: - os: osx architecture: x64 @@ -20137,7 +20160,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &299 + '201': &320 description: Response content: application/json: @@ -20252,7 +20275,7 @@ paths: - token - expires_at examples: - default: &300 + default: &321 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -20291,7 +20314,7 @@ paths: application/json: schema: *120 examples: - default: &301 + default: &322 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -20325,7 +20348,7 @@ paths: application/json: schema: *118 examples: - default: &302 + default: &323 value: id: 23 name: MBP @@ -20551,7 +20574,7 @@ paths: - *90 - *117 responses: - '200': &303 + '200': &324 description: Response content: application/json: @@ -20608,7 +20631,7 @@ paths: parameters: - *90 - *117 - - &304 + - &325 name: name description: The name of a self-hosted runner's custom label. in: path @@ -20740,7 +20763,7 @@ paths: description: Response content: application/json: - schema: &316 + schema: &337 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -20775,7 +20798,7 @@ paths: - key_id - key examples: - default: &317 + default: &338 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -21188,7 +21211,7 @@ paths: url: https://docs.github.com/rest/actions/variables#list-organization-variables parameters: - *90 - - &290 + - &311 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/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -21700,12 +21723,12 @@ paths: required: - subject_digests examples: - default: &633 + default: &635 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &634 + withPredicateType: &636 value: subject_digests: - sha256:abc123 @@ -21764,7 +21787,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &635 + default: &637 value: attestations_subject_digests: - sha256:abc: @@ -22058,7 +22081,7 @@ paths: bundle_url: type: string examples: - default: &330 + default: &351 value: attestations: - bundle: @@ -22177,7 +22200,7 @@ paths: type: array items: *4 examples: - default: &190 + default: &191 value: - login: octocat id: 1 @@ -22359,7 +22382,7 @@ paths: team_managers: description: The campaign team managers type: array - items: &146 + items: &147 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -22418,7 +22441,7 @@ paths: parent: anyOf: - type: 'null' - - &202 + - &203 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -22995,7 +23018,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *90 - - &355 + - &376 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`, @@ -23005,7 +23028,7 @@ paths: schema: &135 type: string description: The name of the tool used to generate the code scanning analysis. - - &356 + - &377 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 @@ -23029,7 +23052,7 @@ paths: be returned. in: query required: false - schema: &358 + schema: &379 type: string description: State of a code scanning alert. enum: @@ -23052,7 +23075,7 @@ paths: be returned. in: query required: false - schema: &359 + schema: &380 type: string description: Severity of a code scanning alert. enum: @@ -23078,7 +23101,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: &360 + instances_url: &381 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -23100,7 +23123,7 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: &361 + dismissed_reason: &382 type: - string - 'null' @@ -23111,14 +23134,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &362 + dismissed_comment: &383 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &363 + rule: &384 type: object properties: id: @@ -23179,7 +23202,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &364 + tool: &385 type: object properties: name: *135 @@ -23190,15 +23213,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *136 - most_recent_instance: &365 + most_recent_instance: &386 type: object properties: - ref: &357 + ref: &378 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &375 + analysis_key: &396 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -23209,7 +23232,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &376 + category: &397 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -23718,6 +23741,7 @@ paths: - disabled - not_set default: disabled + code_scanning_options: *138 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -23860,7 +23884,7 @@ paths: application/json: schema: *41 examples: - default: *138 + default: *139 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -23888,9 +23912,9 @@ paths: description: Response content: application/json: - schema: *139 + schema: *140 examples: - default: *140 + default: *141 '304': *35 '403': *27 '404': *6 @@ -23942,7 +23966,7 @@ paths: - 32 - 91 responses: - '204': *141 + '204': *142 '400': *14 '403': *27 '404': *6 @@ -23977,7 +24001,7 @@ paths: application/json: schema: *41 examples: - default: *138 + default: *139 '304': *35 '403': *27 '404': *6 @@ -24218,6 +24242,8 @@ paths: code_scanning_default_setup_options: runner_type: not_set runner_label: + code_scanning_options: + allow_advanced: false code_scanning_delegated_alert_dismissal: disabled secret_scanning: disabled secret_scanning_push_protection: disabled @@ -24259,7 +24285,7 @@ paths: - *90 - *43 responses: - '204': *141 + '204': *142 '400': *14 '403': *27 '404': *6 @@ -24397,7 +24423,7 @@ paths: default: value: default_for_new_repos: all - configuration: *138 + configuration: *139 '403': *27 '404': *6 x-github: @@ -24450,13 +24476,13 @@ paths: application/json: schema: type: array - items: *142 + items: *143 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *143 + repository: *144 '403': *27 '404': *6 x-github: @@ -24496,7 +24522,7 @@ paths: type: integer codespaces: type: array - items: &191 + items: &192 type: object title: Codespace description: A codespace. @@ -24531,7 +24557,7 @@ paths: machine: anyOf: - type: 'null' - - &388 + - &409 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -24818,7 +24844,7 @@ paths: - pulls_url - recent_folders examples: - default: &192 + default: &193 value: total_count: 3 codespaces: @@ -25442,7 +25468,7 @@ paths: type: integer secrets: type: array - items: &144 + items: &145 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -25483,7 +25509,7 @@ paths: - updated_at - visibility examples: - default: &389 + default: &410 value: total_count: 2 secrets: @@ -25521,7 +25547,7 @@ paths: description: Response content: application/json: - schema: &390 + schema: &411 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -25556,7 +25582,7 @@ paths: - key_id - key examples: - default: &391 + default: &412 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25586,9 +25612,9 @@ paths: description: Response content: application/json: - schema: *144 + schema: *145 examples: - default: &393 + default: &414 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -26055,7 +26081,7 @@ paths: currently being billed. seats: type: array - items: &194 + items: &195 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -26068,12 +26094,12 @@ paths: organization: anyOf: - type: 'null' - - *145 + - *146 assigning_team: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - *146 + - *147 - title: Enterprise Team description: Group of enterprise owners and/or members type: object @@ -26634,7 +26660,7 @@ paths: application/json: schema: type: array - items: &250 + items: &271 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -26949,7 +26975,7 @@ paths: - date additionalProperties: true examples: - default: &251 + default: &272 value: - date: '2024-06-24' total_active_users: 24 @@ -27051,7 +27077,7 @@ paths: '500': *91 '403': *27 '404': *6 - '422': &252 + '422': &273 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -27079,7 +27105,6 @@ paths: url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *90 - - *147 - *148 - *149 - *150 @@ -27087,11 +27112,12 @@ paths: - *152 - *153 - *154 + - *155 - *46 - *38 - *39 - - *155 - *156 + - *157 - *17 responses: '200': @@ -27100,9 +27126,9 @@ paths: application/json: schema: type: array - items: *157 + items: *158 examples: - default: *158 + default: *159 '304': *35 '400': *14 '403': *27 @@ -27146,7 +27172,7 @@ paths: type: integer secrets: type: array - items: &159 + items: &160 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -27225,7 +27251,7 @@ paths: description: Response content: application/json: - schema: &416 + schema: &437 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -27244,7 +27270,7 @@ paths: - key_id - key examples: - default: &417 + default: &438 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27274,7 +27300,7 @@ paths: description: Response content: application/json: - schema: *159 + schema: *160 examples: default: value: @@ -27571,7 +27597,7 @@ paths: application/json: schema: type: array - items: &204 + items: &205 title: Package description: A software package type: object @@ -27642,7 +27668,7 @@ paths: - created_at - updated_at examples: - default: &205 + default: &206 value: - id: 197 name: hello_docker @@ -27809,7 +27835,7 @@ paths: application/json: schema: type: array - items: &182 + items: &183 title: Organization Invitation description: Organization Invitation type: object @@ -27863,7 +27889,7 @@ paths: - invitation_teams_url - node_id examples: - default: &183 + default: &184 value: - id: 1 login: monalisa @@ -27930,7 +27956,7 @@ paths: application/json: schema: type: array - items: &160 + items: &161 title: Org Hook description: Org Hook type: object @@ -28115,9 +28141,9 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: - default: &161 + default: &162 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -28165,7 +28191,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *90 - - &162 + - &163 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. @@ -28178,9 +28204,9 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: - default: *161 + default: *162 '404': *6 x-github: githubCloudOnly: false @@ -28208,7 +28234,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *90 - - *162 + - *163 requestBody: required: false content: @@ -28254,7 +28280,7 @@ paths: description: Response content: application/json: - schema: *160 + schema: *161 examples: default: value: @@ -28296,7 +28322,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *90 - - *162 + - *163 responses: '204': description: Response @@ -28324,7 +28350,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *90 - - *162 + - *163 responses: '200': description: Response @@ -28355,7 +28381,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *90 - - *162 + - *163 requestBody: required: false content: @@ -28406,9 +28432,9 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *90 - - *162 - - *17 - *163 + - *17 + - *164 responses: '200': description: Response @@ -28416,9 +28442,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '400': *14 '422': *15 x-github: @@ -28444,16 +28470,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *90 - - *162 + - *163 - *16 responses: '200': description: Response content: application/json: - schema: *166 + schema: *167 examples: - default: *167 + default: *168 '400': *14 '422': *15 x-github: @@ -28479,7 +28505,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *90 - - *162 + - *163 - *16 responses: '202': *37 @@ -28509,7 +28535,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *90 - - *162 + - *163 responses: '204': description: Response @@ -28532,7 +28558,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *90 - - &172 + - &173 name: actor_type in: path description: The type of the actor @@ -28545,14 +28571,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &173 + - &174 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &168 + - &169 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`.' @@ -28560,7 +28586,7 @@ paths: required: true schema: type: string - - &169 + - &170 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) @@ -28655,12 +28681,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *90 - - *168 - *169 + - *170 - *19 - *17 - *46 - - &178 + - &179 name: sort description: The property to sort the results by. in: query @@ -28740,14 +28766,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *90 - - *168 - *169 + - *170 responses: '200': description: Response content: application/json: - schema: &170 + schema: &171 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -28763,7 +28789,7 @@ paths: type: integer format: int64 examples: - default: &171 + default: &172 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -28784,23 +28810,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *90 - - &174 + - &175 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *168 - *169 + - *170 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 x-github: enabledForGitHubApps: true category: orgs @@ -28819,18 +28845,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *90 - - *168 - *169 - - *172 + - *170 - *173 + - *174 responses: '200': description: Response content: application/json: - schema: *170 + schema: *171 examples: - default: *171 + default: *172 x-github: enabledForGitHubApps: true category: orgs @@ -28848,9 +28874,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *90 - - *168 - *169 - - &175 + - *170 + - &176 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -28863,7 +28889,7 @@ paths: description: Response content: application/json: - schema: &176 + schema: &177 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -28879,7 +28905,7 @@ paths: type: integer format: int64 examples: - default: &177 + default: &178 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -28916,18 +28942,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *90 - - *174 - - *168 - - *169 - *175 + - *169 + - *170 + - *176 responses: '200': description: Response content: application/json: - schema: *176 + schema: *177 examples: - default: *177 + default: *178 x-github: enabledForGitHubApps: true category: orgs @@ -28945,19 +28971,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *90 - - *172 - *173 - - *168 + - *174 - *169 - - *175 + - *170 + - *176 responses: '200': description: Response content: application/json: - schema: *176 + schema: *177 examples: - default: *177 + default: *178 x-github: enabledForGitHubApps: true category: orgs @@ -28975,13 +29001,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *90 - - *174 - - *168 + - *175 - *169 + - *170 - *19 - *17 - *46 - - *178 + - *179 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -29065,7 +29091,7 @@ paths: application/json: schema: *20 examples: - default: &455 + default: &476 value: id: 1 account: @@ -29231,12 +29257,12 @@ paths: application/json: schema: anyOf: - - &180 + - &181 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &179 + limit: &180 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -29264,7 +29290,7 @@ paths: properties: {} additionalProperties: false examples: - default: &181 + default: &182 value: limit: collaborators_only origin: organization @@ -29293,13 +29319,13 @@ paths: required: true content: application/json: - schema: &456 + schema: &477 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *179 + limit: *180 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -29324,9 +29350,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *181 + default: *182 '422': *15 x-github: githubCloudOnly: false @@ -29402,9 +29428,9 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: *183 + default: *184 headers: Link: *57 '404': *6 @@ -29481,7 +29507,7 @@ paths: description: Response content: application/json: - schema: *182 + schema: *183 examples: default: value: @@ -29536,7 +29562,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *90 - - &184 + - &185 name: invitation_id description: The unique identifier of the invitation. in: path @@ -29567,7 +29593,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *90 - - *184 + - *185 - *17 - *19 responses: @@ -29577,9 +29603,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: &203 + default: &204 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -29622,7 +29648,7 @@ paths: application/json: schema: type: array - items: *185 + items: *186 examples: default: value: @@ -29710,9 +29736,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: &186 + default: &187 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -29745,7 +29771,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *90 - - &187 + - &188 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -29801,9 +29827,9 @@ paths: description: Response content: application/json: - schema: *185 + schema: *186 examples: - default: *186 + default: *187 '404': *6 '422': *7 x-github: @@ -29828,7 +29854,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *90 - - *187 + - *188 responses: '204': description: Response @@ -29891,7 +29917,7 @@ paths: - closed - all default: open - - *188 + - *189 - name: type description: Can be the name of an issue type. in: query @@ -29922,7 +29948,7 @@ paths: type: array items: *74 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -29982,7 +30008,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '422': *15 @@ -30081,9 +30107,9 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 '304': *35 '500': *91 '401': *23 @@ -30110,7 +30136,7 @@ paths: parameters: - *90 - *129 - - &193 + - &194 name: codespace_name in: path required: true @@ -30145,15 +30171,15 @@ paths: parameters: - *90 - *129 - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: &387 + default: &408 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -30333,7 +30359,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *194 + schema: *195 examples: default: value: @@ -30408,7 +30434,7 @@ paths: description: Response content: application/json: - schema: &195 + schema: &196 title: Org Membership description: Org Membership type: object @@ -30457,7 +30483,7 @@ paths: format: uri examples: - https://api.github.com/orgs/octocat - organization: *145 + organization: *146 user: anyOf: - type: 'null' @@ -30477,7 +30503,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &196 + response-if-user-has-an-active-admin-membership-with-organization: &197 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -30574,9 +30600,9 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: - response-if-user-already-had-membership-with-organization: *196 + response-if-user-already-had-membership-with-organization: *197 '422': *15 '403': *27 x-github: @@ -30648,7 +30674,7 @@ paths: application/json: schema: type: array - items: &197 + items: &198 title: Migration description: A migration. type: object @@ -30986,7 +31012,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -31165,7 +31191,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *90 - - &198 + - &199 name: migration_id description: The unique identifier of the migration. in: path @@ -31193,7 +31219,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -31363,7 +31389,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *90 - - *198 + - *199 responses: '302': description: Response @@ -31385,7 +31411,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *90 - - *198 + - *199 responses: '204': description: Response @@ -31409,8 +31435,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *90 - - *198 - - &617 + - *199 + - &619 name: repo_name description: repo_name parameter in: path @@ -31438,7 +31464,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *90 - - *198 + - *199 - *17 - *19 responses: @@ -31450,7 +31476,7 @@ paths: type: array items: *116 examples: - default: &210 + default: &211 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -31603,7 +31629,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &201 + items: &202 title: Organization Role description: Organization roles type: object @@ -31753,7 +31779,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *90 - - &199 + - &200 name: team_slug description: The slug of the team name. in: path @@ -31785,8 +31811,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *90 - - *199 - - &200 + - *200 + - &201 name: role_id description: The unique identifier of the role. in: path @@ -31822,8 +31848,8 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *90 - - *199 - *200 + - *201 responses: '204': description: Response @@ -31876,7 +31902,7 @@ paths: parameters: - *90 - *129 - - *200 + - *201 responses: '204': description: Response @@ -31908,7 +31934,7 @@ paths: parameters: - *90 - *129 - - *200 + - *201 responses: '204': description: Response @@ -31937,13 +31963,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *90 - - *200 + - *201 responses: '200': description: Response content: application/json: - schema: *201 + schema: *202 examples: default: value: @@ -31994,7 +32020,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *90 - - *200 + - *201 - *17 - *19 responses: @@ -32073,7 +32099,7 @@ paths: parent: anyOf: - type: 'null' - - *202 + - *203 required: - id - node_id @@ -32087,7 +32113,7 @@ paths: - slug - parent examples: - default: *203 + default: *204 headers: Link: *57 '404': @@ -32117,7 +32143,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *90 - - *200 + - *201 - *17 - *19 responses: @@ -32146,7 +32172,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *202 + items: *203 name: type: - string @@ -32263,7 +32289,7 @@ paths: - type - url examples: - default: *190 + default: *191 headers: Link: *57 '404': @@ -32314,7 +32340,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -32456,7 +32482,7 @@ paths: - nuget - container - *90 - - &619 + - &621 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -32492,12 +32518,12 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *205 + default: *206 '403': *27 '401': *23 - '400': &621 + '400': &623 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -32519,7 +32545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &206 + - &207 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 @@ -32537,7 +32563,7 @@ paths: - docker - nuget - container - - &207 + - &208 name: package_name description: The name of the package. in: path @@ -32550,7 +32576,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *205 examples: default: value: @@ -32602,8 +32628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *206 - *207 + - *208 - *90 responses: '204': @@ -32636,8 +32662,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *206 - *207 + - *208 - *90 - name: token description: package token @@ -32670,8 +32696,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *206 - *207 + - *208 - *90 - *19 - *17 @@ -32692,7 +32718,7 @@ paths: application/json: schema: type: array - items: &208 + items: &209 title: Package Version description: A version of a software package type: object @@ -32827,10 +32853,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *206 - *207 + - *208 - *90 - - &209 + - &210 name: package_version_id description: Unique identifier of the package version. in: path @@ -32842,7 +32868,7 @@ paths: description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -32878,10 +32904,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *206 - *207 + - *208 - *90 - - *209 + - *210 responses: '204': description: Response @@ -32913,10 +32939,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *206 - *207 + - *208 - *90 - - *209 + - *210 responses: '204': description: Response @@ -32946,7 +32972,7 @@ paths: - *90 - *17 - *19 - - &211 + - &212 name: sort description: The property by which to sort the results. in: query @@ -32957,7 +32983,7 @@ paths: - created_at default: created_at - *46 - - &212 + - &213 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -32969,7 +32995,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &213 + - &214 name: repository description: The name of the repository to use to filter the results. in: query @@ -32978,7 +33004,7 @@ paths: type: string examples: - Hello-World - - &214 + - &215 name: permission description: The permission to use to filter the results. in: query @@ -32987,7 +33013,7 @@ paths: type: string examples: - issues_read - - &215 + - &216 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) @@ -32997,7 +33023,7 @@ paths: schema: type: string format: date-time - - &216 + - &217 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) @@ -33007,7 +33033,7 @@ paths: schema: type: string format: date-time - - &217 + - &218 name: token_id description: The ID of the token in: query @@ -33283,7 +33309,7 @@ paths: '422': *15 '404': *6 '403': *27 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33326,7 +33352,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -33352,14 +33378,14 @@ paths: - *90 - *17 - *19 - - *211 - - *46 - *212 + - *46 - *213 - *214 - *215 - *216 - *217 + - *218 responses: '500': *91 '422': *15 @@ -33600,7 +33626,7 @@ paths: responses: '500': *91 '404': *6 - '204': *141 + '204': *142 '403': *27 '422': *15 x-github: @@ -33643,7 +33669,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -33685,7 +33711,7 @@ paths: type: integer configurations: type: array - items: &218 + items: &219 title: Organization private registry description: Private registry configuration for an organization type: object @@ -33708,6 +33734,11 @@ paths: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry type: string username: description: The username to use when authenticating with @@ -33793,6 +33824,11 @@ paths: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry url: description: The URL of the private registry. type: string @@ -33893,6 +33929,11 @@ paths: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry type: string username: description: The username to use when authenticating with the @@ -33929,7 +33970,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &219 + org-private-registry-with-selected-visibility: &220 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -34027,9 +34068,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *218 + schema: *219 examples: - default: *219 + default: *220 '404': *6 x-github: githubCloudOnly: false @@ -34073,6 +34114,11 @@ paths: - docker_registry - git_source - helm_registry + - hex_organization + - hex_repository + - pub_repository + - python_index + - terraform_registry url: description: The URL of the private registry. type: string @@ -34189,7 +34235,7 @@ paths: application/json: schema: type: array - items: &220 + items: &221 title: Project description: Projects are a way to organize columns and cards of work. @@ -34371,7 +34417,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -34409,7 +34455,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &277 + '410': &298 description: Gone content: application/json: @@ -34444,7 +34490,7 @@ paths: application/json: schema: type: array - items: &221 + items: &222 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -34520,7 +34566,7 @@ paths: - property_name - value_type examples: - default: &222 + default: &223 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -34579,7 +34625,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *221 + items: *222 minItems: 1 maxItems: 100 required: @@ -34609,9 +34655,9 @@ paths: application/json: schema: type: array - items: *221 + items: *222 examples: - default: *222 + default: *223 '403': *27 '404': *6 x-github: @@ -34633,7 +34679,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *90 - - &223 + - &224 name: custom_property_name description: The custom property name in: path @@ -34645,9 +34691,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: &224 + default: &225 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -34682,7 +34728,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *90 - - *223 + - *224 requestBody: required: true content: @@ -34760,9 +34806,9 @@ paths: description: Response content: application/json: - schema: *221 + schema: *222 examples: - default: *224 + default: *225 '403': *27 '404': *6 x-github: @@ -34786,9 +34832,9 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *90 - - *223 + - *224 responses: - '204': *141 + '204': *142 '403': *27 '404': *6 x-github: @@ -34850,7 +34896,7 @@ paths: - octocat/Hello-World properties: type: array - items: &225 + items: &226 title: Custom Property Value description: Custom property name and associated value type: object @@ -34940,7 +34986,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *225 + items: *226 required: - repository_names - properties @@ -34993,7 +35039,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -35132,7 +35178,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -35335,7 +35381,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &300 title: Full Repository description: Full Repository type: object @@ -35800,7 +35846,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &406 + code_of_conduct: &427 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -35830,7 +35876,7 @@ paths: - key - name - html_url - security_and_analysis: *226 + security_and_analysis: *227 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -35914,7 +35960,7 @@ paths: - network_count - subscribers_count examples: - default: &281 + default: &302 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -36435,7 +36481,7 @@ paths: - *90 - *17 - *19 - - &541 + - &542 name: targets description: | A comma-separated list of rule targets to filter by. @@ -36454,7 +36500,7 @@ paths: application/json: schema: type: array - items: &233 + items: &253 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -36489,7 +36535,7 @@ paths: source: type: string description: The name of the source - enforcement: &229 + enforcement: &230 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -36502,7 +36548,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &230 + items: &231 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -36568,7 +36614,7 @@ paths: description: The html URL of the ruleset conditions: anyOf: - - &227 + - &228 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -36592,7 +36638,7 @@ paths: match. items: type: string - - &231 + - &232 title: Organization ruleset conditions type: object description: |- @@ -36606,7 +36652,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *227 + - *228 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -36640,7 +36686,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *227 + - *228 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -36662,7 +36708,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *227 + - *228 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -36675,7 +36721,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &228 + items: &229 title: Repository ruleset property targeting definition type: object @@ -36708,7 +36754,7 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *228 + items: *229 required: - repository_property type: @@ -36716,12 +36762,12 @@ paths: - object rules: type: array - items: &232 + items: &543 title: Repository Rule type: object description: A repository rule. oneOf: - - &519 + - &233 title: creation description: Only allow users with bypass permission to create matching refs. @@ -36733,7 +36779,7 @@ paths: type: string enum: - creation - - &520 + - &234 title: update description: Only allow users with bypass permission to update matching refs. @@ -36754,7 +36800,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &522 + - &235 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -36766,7 +36812,7 @@ paths: type: string enum: - deletion - - &523 + - &236 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -36778,7 +36824,7 @@ paths: type: string enum: - required_linear_history - - &524 + - &541 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -36856,7 +36902,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &525 + - &237 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -36880,7 +36926,7 @@ paths: type: string required: - required_deployment_environments - - &526 + - &238 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -36892,7 +36938,7 @@ paths: type: string enum: - required_signatures - - &527 + - &239 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -36954,7 +37000,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &528 + - &240 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -37002,7 +37048,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &529 + - &241 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -37014,7 +37060,7 @@ paths: type: string enum: - non_fast_forward - - &530 + - &242 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -37050,7 +37096,7 @@ paths: required: - operator - pattern - - &531 + - &243 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -37086,7 +37132,7 @@ paths: required: - operator - pattern - - &532 + - &244 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -37122,7 +37168,7 @@ paths: required: - operator - pattern - - &533 + - &245 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -37158,7 +37204,7 @@ paths: required: - operator - pattern - - &534 + - &246 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -37194,7 +37240,7 @@ paths: required: - operator - pattern - - &535 + - &247 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -37219,7 +37265,7 @@ paths: type: string required: - restricted_file_paths - - &536 + - &248 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -37243,7 +37289,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &537 + - &249 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -37266,7 +37312,7 @@ paths: type: string required: - restricted_file_extensions - - &538 + - &250 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -37291,7 +37337,7 @@ paths: maximum: 100 required: - max_file_size - - &539 + - &251 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -37341,7 +37387,7 @@ paths: - repository_id required: - workflows - - &540 + - &252 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -37475,16 +37521,40 @@ paths: - push - repository default: branch - enforcement: *229 + enforcement: *230 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *230 - conditions: *231 + items: *231 + conditions: *232 rules: type: array description: An array of rules within the ruleset. - items: *232 + items: &255 + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - *233 + - *234 + - *235 + - *236 + - *237 + - *238 + - *239 + - *240 + - *241 + - *242 + - *243 + - *244 + - *245 + - *246 + - *247 + - *248 + - *249 + - *250 + - *251 + - *252 required: - name - enforcement @@ -37522,9 +37592,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *253 examples: - default: &234 + default: &254 value: id: 21 name: super cool ruleset @@ -37579,7 +37649,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &542 + - &544 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 @@ -37594,7 +37664,7 @@ paths: in: query schema: type: string - - &543 + - &545 name: time_period description: |- The time period to filter by. @@ -37610,14 +37680,14 @@ paths: - week - month default: day - - &544 + - &546 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 - - &545 + - &547 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -37637,7 +37707,7 @@ paths: description: Response content: application/json: - schema: &546 + schema: &548 title: Rule Suites description: Response type: array @@ -37693,7 +37763,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &547 + default: &549 value: - id: 21 actor_id: 12 @@ -37737,7 +37807,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &548 + - &550 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -37753,7 +37823,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &551 title: Rule Suite description: Response type: object @@ -37860,7 +37930,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &550 + default: &552 value: id: 21 actor_id: 12 @@ -37933,9 +38003,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *253 examples: - default: *234 + default: *254 '404': *6 '500': *91 put: @@ -37979,16 +38049,16 @@ paths: - tag - push - repository - enforcement: *229 + enforcement: *230 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *230 - conditions: *231 + items: *231 + conditions: *232 rules: description: An array of rules within the ruleset. type: array - items: *232 + items: *255 examples: default: value: @@ -38023,9 +38093,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *253 examples: - default: *234 + default: *254 '404': *6 '500': *91 delete: @@ -38082,7 +38152,7 @@ paths: application/json: schema: type: array - items: &235 + items: &256 title: Ruleset version type: object description: The historical version of a ruleset @@ -38106,7 +38176,7 @@ paths: type: string format: date-time examples: - default: &552 + default: &554 value: - version_id: 3 actor: @@ -38159,9 +38229,9 @@ paths: description: Response content: application/json: - schema: &553 + schema: &555 allOf: - - *235 + - *256 - type: object required: - state @@ -38231,14 +38301,14 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *90 - - *236 - - *237 - - *238 - - *239 + - *257 + - *258 + - *259 + - *260 - *46 - *19 - *17 - - &554 + - &556 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -38248,7 +38318,7 @@ paths: required: false schema: type: string - - &555 + - &557 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -38258,10 +38328,10 @@ paths: required: false schema: type: string - - *240 - - *241 - - *242 - - *243 + - *261 + - *262 + - *263 + - *264 responses: '200': description: Response @@ -38269,9 +38339,9 @@ paths: application/json: schema: type: array - items: *244 + items: *265 examples: - default: *245 + default: *266 headers: Link: *57 '404': *6 @@ -38341,7 +38411,7 @@ paths: application/json: schema: type: array - items: &576 + items: &578 description: A repository security advisory. type: object properties: @@ -38585,7 +38655,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *267 credits_detailed: type: - array @@ -38596,7 +38666,7 @@ paths: type: object properties: user: *4 - type: *246 + type: *267 state: type: string description: The state of the user's acceptance of the @@ -38622,7 +38692,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *146 + items: *147 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -38660,7 +38730,7 @@ paths: - private_fork additionalProperties: false examples: - default: &577 + default: &579 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -39047,9 +39117,9 @@ paths: application/json: schema: type: array - items: *202 + items: *203 examples: - default: *203 + default: *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39073,7 +39143,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team parameters: - *90 - - *199 + - *200 responses: '204': description: Response @@ -39099,7 +39169,7 @@ paths: url: https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *90 - - *199 + - *200 responses: '204': description: Response @@ -39134,7 +39204,7 @@ paths: description: Response content: application/json: - schema: &638 + schema: &640 type: object properties: total_minutes_used: @@ -39204,7 +39274,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &639 + default: &641 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -39240,7 +39310,7 @@ paths: description: Response content: application/json: - schema: &640 + schema: &642 type: object properties: total_gigabytes_bandwidth_used: @@ -39258,7 +39328,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &641 + default: &643 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -39290,7 +39360,7 @@ paths: description: Response content: application/json: - schema: &642 + schema: &644 type: object properties: days_left_in_billing_cycle: @@ -39308,7 +39378,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &643 + default: &645 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -39350,7 +39420,7 @@ paths: type: integer network_configurations: type: array - items: &247 + items: &268 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -39475,9 +39545,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *268 examples: - default: &248 + default: &269 value: id: 123456789ABCDEF name: My network configuration @@ -39506,7 +39576,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - &249 + - &270 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -39518,9 +39588,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *268 examples: - default: *248 + default: *269 headers: Link: *57 x-github: @@ -39542,7 +39612,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *90 - - *249 + - *270 requestBody: required: true content: @@ -39581,9 +39651,9 @@ paths: description: Response content: application/json: - schema: *247 + schema: *268 examples: - default: *248 + default: *269 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39603,7 +39673,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *90 - - *249 + - *270 responses: '204': description: Response @@ -39716,7 +39786,7 @@ paths: url: https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *90 - - *199 + - *200 - 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`). @@ -39748,13 +39818,13 @@ paths: application/json: schema: type: array - items: *250 + items: *271 examples: - default: *251 + default: *272 '500': *91 '403': *27 '404': *6 - '422': *252 + '422': *273 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -39782,9 +39852,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 headers: Link: *57 '403': *27 @@ -39878,7 +39948,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &274 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -39952,7 +40022,7 @@ paths: parent: anyOf: - type: 'null' - - *202 + - *203 members_count: type: integer examples: @@ -40258,7 +40328,7 @@ paths: - repos_count - organization examples: - default: &254 + default: &275 value: id: 1 node_id: MDQ6VGVhbTE= @@ -40329,15 +40399,15 @@ paths: url: https://docs.github.com/rest/teams/teams#get-a-team-by-name parameters: - *90 - - *199 + - *200 responses: '200': description: Response content: application/json: - schema: *253 + schema: *274 examples: - default: *254 + default: *275 '404': *6 x-github: githubCloudOnly: false @@ -40359,7 +40429,7 @@ paths: url: https://docs.github.com/rest/teams/teams#update-a-team parameters: - *90 - - *199 + - *200 requestBody: required: false content: @@ -40422,16 +40492,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *274 examples: - default: *254 + default: *275 '201': description: Response content: application/json: - schema: *253 + schema: *274 examples: - default: *254 + default: *275 '404': *6 '422': *15 '403': *27 @@ -40457,7 +40527,7 @@ paths: url: https://docs.github.com/rest/teams/teams#delete-a-team parameters: - *90 - - *199 + - *200 responses: '204': description: Response @@ -40484,7 +40554,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#list-discussions parameters: - *90 - - *199 + - *200 - *46 - *17 - *19 @@ -40501,7 +40571,7 @@ paths: application/json: schema: type: array - items: &255 + items: &276 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -40612,7 +40682,7 @@ paths: - updated_at - url examples: - default: &591 + default: &593 value: - author: login: octocat @@ -40687,7 +40757,7 @@ paths: url: https://docs.github.com/rest/teams/discussions#create-a-discussion parameters: - *90 - - *199 + - *200 requestBody: required: true content: @@ -40721,9 +40791,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *276 examples: - default: &256 + default: &277 value: author: login: octocat @@ -40796,8 +40866,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#get-a-discussion parameters: - *90 - - *199 - - &257 + - *200 + - &278 name: discussion_number description: The number that identifies the discussion. in: path @@ -40809,9 +40879,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *276 examples: - default: *256 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40834,8 +40904,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#update-a-discussion parameters: - *90 - - *199 - - *257 + - *200 + - *278 requestBody: required: false content: @@ -40858,9 +40928,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *276 examples: - default: &592 + default: &594 value: author: login: octocat @@ -40931,8 +41001,8 @@ paths: url: https://docs.github.com/rest/teams/discussions#delete-a-discussion parameters: - *90 - - *199 - - *257 + - *200 + - *278 responses: '204': description: Response @@ -40959,8 +41029,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments parameters: - *90 - - *199 - - *257 + - *200 + - *278 - *46 - *17 - *19 @@ -40971,7 +41041,7 @@ paths: application/json: schema: type: array - items: &258 + items: &279 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -41051,7 +41121,7 @@ paths: - updated_at - url examples: - default: &593 + default: &595 value: - author: login: octocat @@ -41120,8 +41190,8 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *90 - - *199 - - *257 + - *200 + - *278 requestBody: required: true content: @@ -41143,9 +41213,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *279 examples: - default: &259 + default: &280 value: author: login: octocat @@ -41212,9 +41282,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *90 - - *199 - - *257 - - &260 + - *200 + - *278 + - &281 name: comment_number description: The number that identifies the comment. in: path @@ -41226,9 +41296,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *279 examples: - default: *259 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41251,9 +41321,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *90 - - *199 - - *257 - - *260 + - *200 + - *278 + - *281 requestBody: required: true content: @@ -41275,9 +41345,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *279 examples: - default: &594 + default: &596 value: author: login: octocat @@ -41342,9 +41412,9 @@ paths: url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *90 - - *199 - - *257 - - *260 + - *200 + - *278 + - *281 responses: '204': description: Response @@ -41371,9 +41441,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *90 - - *199 - - *257 - - *260 + - *200 + - *278 + - *281 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -41399,7 +41469,7 @@ paths: application/json: schema: type: array - items: &261 + items: &282 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -41443,7 +41513,7 @@ paths: - content - created_at examples: - default: &263 + default: &284 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -41494,9 +41564,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *90 - - *199 - - *257 - - *260 + - *200 + - *278 + - *281 requestBody: required: true content: @@ -41529,9 +41599,9 @@ paths: team discussion comment content: application/json: - schema: *261 + schema: *282 examples: - default: &262 + default: &283 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -41560,9 +41630,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41586,10 +41656,10 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *90 - - *199 - - *257 - - *260 - - &264 + - *200 + - *278 + - *281 + - &285 name: reaction_id description: The unique identifier of the reaction. in: path @@ -41622,8 +41692,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *90 - - *199 - - *257 + - *200 + - *278 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -41649,9 +41719,9 @@ paths: application/json: schema: type: array - items: *261 + items: *282 examples: - default: *263 + default: *284 headers: Link: *57 x-github: @@ -41678,8 +41748,8 @@ paths: url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *90 - - *199 - - *257 + - *200 + - *278 requestBody: required: true content: @@ -41711,16 +41781,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '201': description: Response content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -41744,9 +41814,9 @@ paths: url: https://docs.github.com/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *90 - - *199 - - *257 - - *264 + - *200 + - *278 + - *285 responses: '204': description: Response @@ -41771,7 +41841,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-pending-team-invitations parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -41781,9 +41851,9 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: *183 + default: *184 headers: Link: *57 x-github: @@ -41806,7 +41876,7 @@ paths: url: https://docs.github.com/rest/teams/members#list-team-members parameters: - *90 - - *199 + - *200 - name: role description: Filters members returned by their role in the team. in: query @@ -41829,7 +41899,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -41860,14 +41930,14 @@ paths: url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user parameters: - *90 - - *199 + - *200 - *129 responses: '200': description: Response content: application/json: - schema: &265 + schema: &286 title: Team Membership description: Team Membership type: object @@ -41895,7 +41965,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &595 + response-if-user-is-a-team-maintainer: &597 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -41932,7 +42002,7 @@ paths: url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *90 - - *199 + - *200 - *129 requestBody: required: false @@ -41958,9 +42028,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *286 examples: - response-if-users-membership-with-team-is-now-pending: &596 + response-if-users-membership-with-team-is-now-pending: &598 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -41996,7 +42066,7 @@ paths: url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user parameters: - *90 - - *199 + - *200 - *129 responses: '204': @@ -42023,7 +42093,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-projects parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -42033,7 +42103,7 @@ paths: application/json: schema: type: array - items: &266 + items: &287 title: Team Project description: A team's access to a project. type: object @@ -42102,7 +42172,7 @@ paths: - updated_at - permissions examples: - default: &597 + default: &599 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -42166,8 +42236,8 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project parameters: - *90 - - *199 - - &267 + - *200 + - &288 name: project_id description: The unique identifier of the project. in: path @@ -42179,9 +42249,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *287 examples: - default: &598 + default: &600 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -42244,8 +42314,8 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions parameters: - *90 - - *199 - - *267 + - *200 + - *288 requestBody: required: false content: @@ -42313,8 +42383,8 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team parameters: - *90 - - *199 - - *267 + - *200 + - *288 responses: '204': description: Response @@ -42342,7 +42412,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-team-repositories parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -42354,7 +42424,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -42384,15 +42454,15 @@ paths: url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *90 - - *199 - - *268 - - *269 + - *200 + - *289 + - *290 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &599 + schema: &601 title: Team Repository description: A team's access to a repository. type: object @@ -43034,9 +43104,9 @@ paths: url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *90 - - *199 - - *268 - - *269 + - *200 + - *289 + - *290 requestBody: required: false content: @@ -43082,9 +43152,9 @@ paths: url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team parameters: - *90 - - *199 - - *268 - - *269 + - *200 + - *289 + - *290 responses: '204': description: Response @@ -43109,7 +43179,7 @@ paths: url: https://docs.github.com/rest/teams/teams#list-child-teams parameters: - *90 - - *199 + - *200 - *17 - *19 responses: @@ -43119,9 +43189,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - response-if-child-teams-exist: &600 + response-if-child-teams-exist: &602 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -43248,7 +43318,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#get-a-project-card parameters: - - &270 + - &291 name: card_id description: The unique identifier of the card. in: path @@ -43260,7 +43330,7 @@ paths: description: Response content: application/json: - schema: &271 + schema: &292 title: Project Card description: Project cards represent a scope of work. type: object @@ -43335,7 +43405,7 @@ paths: - created_at - updated_at examples: - default: &272 + default: &293 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -43391,7 +43461,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#update-an-existing-project-card parameters: - - *270 + - *291 requestBody: required: false content: @@ -43421,9 +43491,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *292 examples: - default: *272 + default: *293 '304': *35 '403': *27 '401': *23 @@ -43450,7 +43520,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#delete-a-project-card parameters: - - *270 + - *291 responses: '204': description: Response @@ -43494,7 +43564,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#move-a-project-card parameters: - - *270 + - *291 requestBody: required: true content: @@ -43607,7 +43677,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#get-a-project-column parameters: - - &273 + - &294 name: column_id description: The unique identifier of the column. in: path @@ -43619,7 +43689,7 @@ paths: description: Response content: application/json: - schema: &274 + schema: &295 title: Project Column description: Project columns contain cards of work. type: object @@ -43673,7 +43743,7 @@ paths: - created_at - updated_at examples: - default: &275 + default: &296 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -43708,7 +43778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#update-an-existing-project-column parameters: - - *273 + - *294 requestBody: required: true content: @@ -43733,9 +43803,9 @@ paths: description: Response content: application/json: - schema: *274 + schema: *295 examples: - default: *275 + default: *296 '304': *35 '403': *27 '401': *23 @@ -43760,7 +43830,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#delete-a-project-column parameters: - - *273 + - *294 responses: '204': description: Response @@ -43789,7 +43859,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#list-project-cards parameters: - - *273 + - *294 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -43810,7 +43880,7 @@ paths: application/json: schema: type: array - items: *271 + items: *292 examples: default: value: @@ -43869,7 +43939,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/cards#create-a-project-card parameters: - - *273 + - *294 requestBody: required: true content: @@ -43913,9 +43983,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *292 examples: - default: *272 + default: *293 '304': *35 '403': *27 '401': *23 @@ -43971,7 +44041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#move-a-project-column parameters: - - *273 + - *294 requestBody: required: true content: @@ -44032,15 +44102,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-a-project parameters: - - *267 + - *288 responses: '200': description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: &276 + default: &297 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -44097,7 +44167,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#update-a-project parameters: - - *267 + - *288 requestBody: required: false content: @@ -44146,9 +44216,9 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *276 + default: *297 '404': description: Not Found if the authenticated user does not have access to the project @@ -44169,7 +44239,7 @@ paths: items: type: string '401': *23 - '410': *277 + '410': *298 '422': *7 x-github: githubCloudOnly: false @@ -44192,7 +44262,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#delete-a-project parameters: - - *267 + - *288 responses: '204': description: Delete Success @@ -44213,7 +44283,7 @@ paths: items: type: string '401': *23 - '410': *277 + '410': *298 '404': *6 x-github: githubCloudOnly: false @@ -44237,7 +44307,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#list-project-collaborators parameters: - - *267 + - *288 - name: affiliation description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project that are not a member of the project's @@ -44264,7 +44334,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '404': *6 @@ -44294,7 +44364,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#add-project-collaborator parameters: - - *267 + - *288 - *129 requestBody: required: false @@ -44349,7 +44419,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *267 + - *288 - *129 responses: '204': @@ -44381,7 +44451,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *267 + - *288 - *129 responses: '200': @@ -44452,7 +44522,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#list-project-columns parameters: - - *267 + - *288 - *17 - *19 responses: @@ -44462,7 +44532,7 @@ paths: application/json: schema: type: array - items: *274 + items: *295 examples: default: value: @@ -44500,7 +44570,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/columns#create-a-project-column parameters: - - *267 + - *288 requestBody: required: true content: @@ -44524,7 +44594,7 @@ paths: description: Response content: application/json: - schema: *274 + schema: *295 examples: default: value: @@ -44589,7 +44659,7 @@ paths: resources: type: object properties: - core: &278 + core: &299 title: Rate Limit type: object properties: @@ -44606,21 +44676,21 @@ paths: - remaining - reset - used - graphql: *278 - search: *278 - code_search: *278 - source_import: *278 - integration_manifest: *278 - code_scanning_upload: *278 - actions_runner_registration: *278 - scim: *278 - dependency_snapshots: *278 - dependency_sbom: *278 - code_scanning_autofix: *278 + graphql: *299 + search: *299 + code_search: *299 + source_import: *299 + integration_manifest: *299 + code_scanning_upload: *299 + actions_runner_registration: *299 + scim: *299 + dependency_snapshots: *299 + dependency_sbom: *299 + code_scanning_autofix: *299 required: - core - search - rate: *278 + rate: *299 required: - rate - resources @@ -44724,14 +44794,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *279 + schema: *300 examples: default-response: summary: Default response @@ -45232,7 +45302,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *280 + '301': *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45250,8 +45320,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: false content: @@ -45499,10 +45569,10 @@ paths: description: Response content: application/json: - schema: *279 + schema: *300 examples: - default: *281 - '307': &282 + default: *302 + '307': &303 description: Temporary Redirect content: application/json: @@ -45531,8 +45601,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -45554,7 +45624,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *282 + '307': *303 '404': *6 '409': *45 x-github: @@ -45578,11 +45648,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 - - &308 + - &329 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -45605,7 +45675,7 @@ paths: type: integer artifacts: type: array - items: &283 + items: &304 title: Artifact description: An artifact type: object @@ -45700,7 +45770,7 @@ paths: - expires_at - updated_at examples: - default: &309 + default: &330 value: total_count: 2 artifacts: @@ -45761,9 +45831,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *268 - - *269 - - &284 + - *289 + - *290 + - &305 name: artifact_id description: The unique identifier of the artifact. in: path @@ -45775,7 +45845,7 @@ paths: description: Response content: application/json: - schema: *283 + schema: *304 examples: default: value: @@ -45813,9 +45883,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *268 - - *269 - - *284 + - *289 + - *290 + - *305 responses: '204': description: Response @@ -45839,9 +45909,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *268 - - *269 - - *284 + - *289 + - *290 + - *305 - name: archive_format in: path required: true @@ -45855,7 +45925,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': *277 + '410': *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45878,14 +45948,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *285 + schema: *306 examples: default: value: @@ -45911,11 +45981,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 - - &286 + - &307 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 @@ -45949,7 +46019,7 @@ paths: description: Response content: application/json: - schema: &287 + schema: &308 title: Repository actions caches description: Repository actions caches type: object @@ -45999,7 +46069,7 @@ paths: - total_count - actions_caches examples: - default: &288 + default: &309 value: total_count: 1 actions_caches: @@ -46031,23 +46101,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *268 - - *269 + - *289 + - *290 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *286 + - *307 responses: '200': description: Response content: application/json: - schema: *287 + schema: *308 examples: - default: *288 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46067,8 +46137,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *268 - - *269 + - *289 + - *290 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -46099,9 +46169,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *268 - - *269 - - &289 + - *289 + - *290 + - &310 name: job_id description: The unique identifier of the job. in: path @@ -46113,7 +46183,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &333 title: Job description: Information of a job execution in a workflow run type: object @@ -46460,9 +46530,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *268 - - *269 - *289 + - *290 + - *310 responses: '302': description: Response @@ -46490,9 +46560,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *268 - - *269 - *289 + - *290 + - *310 requestBody: required: false content: @@ -46538,8 +46608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Status response @@ -46589,8 +46659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -46653,8 +46723,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -46672,7 +46742,7 @@ paths: type: integer secrets: type: array - items: &314 + items: &335 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -46693,7 +46763,7 @@ paths: - created_at - updated_at examples: - default: &315 + default: &336 value: total_count: 2 secrets: @@ -46726,9 +46796,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *268 - - *269 + - *289 - *290 + - *311 - *19 responses: '200': @@ -46745,7 +46815,7 @@ paths: type: integer variables: type: array - items: &318 + items: &339 title: Actions Variable type: object properties: @@ -46779,7 +46849,7 @@ paths: - created_at - updated_at examples: - default: &319 + default: &340 value: total_count: 2 variables: @@ -46812,8 +46882,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -46822,11 +46892,11 @@ paths: schema: type: object properties: - enabled: &292 + enabled: &313 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *105 - selected_actions_url: *291 + selected_actions_url: *312 required: - enabled examples: @@ -46853,8 +46923,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -46865,7 +46935,7 @@ paths: schema: type: object properties: - enabled: *292 + enabled: *313 allowed_actions: *105 required: - enabled @@ -46895,14 +46965,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: &293 + schema: &314 type: object properties: access_level: @@ -46919,7 +46989,7 @@ paths: required: - access_level examples: - default: &294 + default: &315 value: access_level: organization x-github: @@ -46943,15 +47013,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: application/json: - schema: *293 + schema: *314 examples: - default: *294 + default: *315 responses: '204': description: Response @@ -46975,8 +47045,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -47003,8 +47073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -47036,14 +47106,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *295 + schema: *316 examples: default: *111 x-github: @@ -47066,8 +47136,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Success response @@ -47078,7 +47148,7 @@ paths: required: true content: application/json: - schema: *296 + schema: *317 examples: default: *111 x-github: @@ -47107,8 +47177,8 @@ paths: in: query schema: type: string - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -47152,8 +47222,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -47161,9 +47231,9 @@ paths: application/json: schema: type: array - items: *297 + items: *318 examples: - default: *298 + default: *319 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47185,8 +47255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -47229,7 +47299,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *299 + '201': *320 '404': *6 '422': *7 '409': *45 @@ -47260,8 +47330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '201': description: Response @@ -47269,7 +47339,7 @@ paths: application/json: schema: *120 examples: - default: *300 + default: *321 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47297,8 +47367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '201': description: Response @@ -47306,7 +47376,7 @@ paths: application/json: schema: *120 examples: - default: *301 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47328,8 +47398,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *117 responses: '200': @@ -47338,7 +47408,7 @@ paths: application/json: schema: *118 examples: - default: *302 + default: *323 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47359,8 +47429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *117 responses: '204': @@ -47387,8 +47457,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *117 responses: '200': *122 @@ -47413,8 +47483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *117 requestBody: required: true @@ -47463,8 +47533,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *117 requestBody: required: true @@ -47514,11 +47584,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *117 responses: - '200': *303 + '200': *324 '404': *6 x-github: githubCloudOnly: false @@ -47545,10 +47615,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *117 - - *304 + - *325 responses: '200': *122 '404': *6 @@ -47576,9 +47646,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *268 - - *269 - - &322 + - *289 + - *290 + - &343 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. @@ -47586,7 +47656,7 @@ paths: required: false schema: type: string - - &323 + - &344 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -47594,7 +47664,7 @@ paths: required: false schema: type: string - - &324 + - &345 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -47603,7 +47673,7 @@ paths: required: false schema: type: string - - &325 + - &346 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 @@ -47630,7 +47700,7 @@ paths: - pending - *17 - *19 - - &326 + - &347 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/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -47639,7 +47709,7 @@ paths: schema: type: string format: date-time - - &305 + - &326 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -47648,13 +47718,13 @@ paths: schema: type: boolean default: false - - &327 + - &348 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &328 + - &349 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -47677,7 +47747,7 @@ paths: type: integer workflow_runs: type: array - items: &306 + items: &327 title: Workflow Run description: An invocation of a workflow type: object @@ -47794,7 +47864,7 @@ paths: type: - array - 'null' - items: &347 + items: &368 title: Pull Request Minimal type: object properties: @@ -47921,7 +47991,7 @@ paths: head_commit: anyOf: - type: 'null' - - &351 + - &372 title: Simple Commit description: A commit. type: object @@ -48036,7 +48106,7 @@ paths: - workflow_url - pull_requests examples: - default: &329 + default: &350 value: total_count: 1 workflow_runs: @@ -48272,24 +48342,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *268 - - *269 - - &307 + - *289 + - *290 + - &328 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *305 + - *326 responses: '200': description: Response content: application/json: - schema: *306 + schema: *327 examples: - default: &310 + default: &331 value: id: 30433642 name: Build @@ -48530,9 +48600,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 responses: '204': description: Response @@ -48555,9 +48625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 responses: '200': description: Response @@ -48685,9 +48755,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 responses: '201': description: Response @@ -48720,12 +48790,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 - *17 - *19 - - *308 + - *329 responses: '200': description: Response @@ -48741,9 +48811,9 @@ paths: type: integer artifacts: type: array - items: *283 + items: *304 examples: - default: *309 + default: *330 headers: Link: *57 x-github: @@ -48767,25 +48837,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *268 - - *269 - - *307 - - &311 + - *289 + - *290 + - *328 + - &332 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *305 + - *326 responses: '200': description: Response content: application/json: - schema: *306 + schema: *327 examples: - default: *310 + default: *331 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48808,10 +48878,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *268 - - *269 - - *307 - - *311 + - *289 + - *290 + - *328 + - *332 - *17 - *19 responses: @@ -48829,9 +48899,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *333 examples: - default: &313 + default: &334 value: total_count: 1 jobs: @@ -48944,10 +49014,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *268 - - *269 - - *307 - - *311 + - *289 + - *290 + - *328 + - *332 responses: '302': description: Response @@ -48975,9 +49045,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 responses: '202': description: Response @@ -49010,9 +49080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 requestBody: required: true content: @@ -49079,9 +49149,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 responses: '202': description: Response @@ -49114,9 +49184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 - 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 @@ -49146,9 +49216,9 @@ paths: type: integer jobs: type: array - items: *312 + items: *333 examples: - default: *313 + default: *334 headers: Link: *57 x-github: @@ -49173,9 +49243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 responses: '302': description: Response @@ -49202,9 +49272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 responses: '204': description: Response @@ -49231,9 +49301,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 responses: '200': description: Response @@ -49302,7 +49372,7 @@ paths: items: type: object properties: - type: &425 + type: &446 type: string description: The type of reviewer. enum: @@ -49313,7 +49383,7 @@ paths: reviewer: anyOf: - *4 - - *146 + - *147 required: - environment - wait_timer @@ -49388,9 +49458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 requestBody: required: true content: @@ -49440,7 +49510,7 @@ paths: application/json: schema: type: array - items: &420 + items: &441 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -49552,7 +49622,7 @@ paths: - created_at - updated_at examples: - default: &421 + default: &442 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -49608,9 +49678,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 requestBody: required: false content: @@ -49655,9 +49725,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 requestBody: required: false content: @@ -49711,9 +49781,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *268 - - *269 - - *307 + - *289 + - *290 + - *328 responses: '200': description: Response @@ -49850,8 +49920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -49869,9 +49939,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *335 examples: - default: *315 + default: *336 headers: Link: *57 x-github: @@ -49896,16 +49966,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *316 + schema: *337 examples: - default: *317 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49927,17 +49997,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *268 - - *269 + - *289 + - *290 - *124 responses: '200': description: Response content: application/json: - schema: *314 + schema: *335 examples: - default: &438 + default: &459 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -49963,8 +50033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *268 - - *269 + - *289 + - *290 - *124 requestBody: required: true @@ -50022,8 +50092,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *268 - - *269 + - *289 + - *290 - *124 responses: '204': @@ -50049,9 +50119,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *268 - - *269 + - *289 - *290 + - *311 - *19 responses: '200': @@ -50068,9 +50138,9 @@ paths: type: integer variables: type: array - items: *318 + items: *339 examples: - default: *319 + default: *340 headers: Link: *57 x-github: @@ -50093,8 +50163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -50146,17 +50216,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *268 - - *269 + - *289 + - *290 - *127 responses: '200': description: Response content: application/json: - schema: *318 + schema: *339 examples: - default: &439 + default: &460 value: name: USERNAME value: octocat @@ -50182,8 +50252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *268 - - *269 + - *289 + - *290 - *127 requestBody: required: true @@ -50226,8 +50296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *268 - - *269 + - *289 + - *290 - *127 responses: '204': @@ -50253,8 +50323,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -50272,7 +50342,7 @@ paths: type: integer workflows: type: array - items: &320 + items: &341 title: Workflow description: A GitHub Actions workflow type: object @@ -50390,9 +50460,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *268 - - *269 - - &321 + - *289 + - *290 + - &342 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -50407,7 +50477,7 @@ paths: description: Response content: application/json: - schema: *320 + schema: *341 examples: default: value: @@ -50440,9 +50510,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *268 - - *269 - - *321 + - *289 + - *290 + - *342 responses: '204': description: Response @@ -50467,9 +50537,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *268 - - *269 - - *321 + - *289 + - *290 + - *342 responses: '204': description: Response @@ -50520,9 +50590,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *268 - - *269 - - *321 + - *289 + - *290 + - *342 responses: '204': description: Response @@ -50549,19 +50619,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *268 - - *269 - - *321 - - *322 - - *323 - - *324 - - *325 + - *289 + - *290 + - *342 + - *343 + - *344 + - *345 + - *346 - *17 - *19 + - *347 - *326 - - *305 - - *327 - - *328 + - *348 + - *349 responses: '200': description: Response @@ -50577,9 +50647,9 @@ paths: type: integer workflow_runs: type: array - items: *306 + items: *327 examples: - default: *329 + default: *350 headers: Link: *57 x-github: @@ -50611,9 +50681,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *268 - - *269 - - *321 + - *289 + - *290 + - *342 responses: '200': description: Response @@ -50674,8 +50744,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *268 - - *269 + - *289 + - *290 - *46 - *17 - *38 @@ -50843,8 +50913,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -50856,7 +50926,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '404': *6 @@ -50881,8 +50951,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *268 - - *269 + - *289 + - *290 - name: assignee in: path required: true @@ -50918,8 +50988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-an-attestation parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -51031,8 +51101,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-attestations parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *38 - *39 @@ -51086,7 +51156,7 @@ paths: bundle_url: type: string examples: - default: *330 + default: *351 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51106,8 +51176,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -51115,7 +51185,7 @@ paths: application/json: schema: type: array - items: &331 + items: &352 title: Autolink reference description: An autolink reference. type: object @@ -51169,8 +51239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -51209,9 +51279,9 @@ paths: description: response content: application/json: - schema: *331 + schema: *352 examples: - default: &332 + default: &353 value: id: 1 key_prefix: TICKET- @@ -51242,9 +51312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *268 - - *269 - - &333 + - *289 + - *290 + - &354 name: autolink_id description: The unique identifier of the autolink. in: path @@ -51256,9 +51326,9 @@ paths: description: Response content: application/json: - schema: *331 + schema: *352 examples: - default: *332 + default: *353 '404': *6 x-github: githubCloudOnly: false @@ -51278,9 +51348,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *268 - - *269 - - *333 + - *289 + - *290 + - *354 responses: '204': description: Response @@ -51304,8 +51374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response if Dependabot is enabled @@ -51355,8 +51425,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -51377,8 +51447,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -51398,8 +51468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *268 - - *269 + - *289 + - *290 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -51437,7 +51507,7 @@ paths: - url protected: type: boolean - protection: &335 + protection: &356 title: Branch Protection description: Branch Protection type: object @@ -51480,7 +51550,7 @@ paths: required: - contexts - checks - enforce_admins: &338 + enforce_admins: &359 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -51497,7 +51567,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &340 + required_pull_request_reviews: &361 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -51519,7 +51589,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *146 + items: *147 apps: description: The list of apps with review dismissal access. @@ -51551,7 +51621,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *146 + items: *147 apps: description: The list of apps allowed to bypass pull request requirements. @@ -51581,7 +51651,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &337 + restrictions: &358 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -51906,9 +51976,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *268 - - *269 - - &336 + - *289 + - *290 + - &357 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/graphql). @@ -51922,14 +51992,14 @@ paths: description: Response content: application/json: - schema: &346 + schema: &367 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &396 + commit: &417 title: Commit description: Commit type: object @@ -51968,7 +52038,7 @@ paths: author: anyOf: - type: 'null' - - &334 + - &355 title: Git User description: Metaproperties for Git author/committer information. @@ -51989,7 +52059,7 @@ paths: committer: anyOf: - type: 'null' - - *334 + - *355 message: type: string examples: @@ -52013,7 +52083,7 @@ paths: required: - sha - url - verification: &445 + verification: &466 title: Verification type: object properties: @@ -52093,7 +52163,7 @@ paths: type: integer files: type: array - items: &408 + items: &429 title: Diff Entry description: Diff Entry type: object @@ -52187,7 +52257,7 @@ paths: - self protected: type: boolean - protection: *335 + protection: *356 protection_url: type: string format: uri @@ -52296,7 +52366,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *280 + '301': *301 '404': *6 x-github: githubCloudOnly: false @@ -52318,15 +52388,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response content: application/json: - schema: *335 + schema: *356 examples: default: value: @@ -52520,9 +52590,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: true content: @@ -52782,7 +52852,7 @@ paths: url: type: string format: uri - required_status_checks: &343 + required_status_checks: &364 title: Status Check Policy description: Status Check Policy type: object @@ -52863,7 +52933,7 @@ paths: items: *4 teams: type: array - items: *146 + items: *147 apps: type: array items: *5 @@ -52881,7 +52951,7 @@ paths: items: *4 teams: type: array - items: *146 + items: *147 apps: type: array items: *5 @@ -52941,7 +53011,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *337 + restrictions: *358 required_conversation_resolution: type: object properties: @@ -53053,9 +53123,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '204': description: Response @@ -53080,17 +53150,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response content: application/json: - schema: *338 + schema: *359 examples: - default: &339 + default: &360 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -53112,17 +53182,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response content: application/json: - schema: *338 + schema: *359 examples: - default: *339 + default: *360 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -53141,9 +53211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '204': description: Response @@ -53168,17 +53238,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response content: application/json: - schema: *340 + schema: *361 examples: - default: &341 + default: &362 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -53274,9 +53344,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: false content: @@ -53374,9 +53444,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *361 examples: - default: *341 + default: *362 '422': *15 x-github: githubCloudOnly: false @@ -53397,9 +53467,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '204': description: Response @@ -53426,17 +53496,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response content: application/json: - schema: *338 + schema: *359 examples: - default: &342 + default: &363 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -53459,17 +53529,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response content: application/json: - schema: *338 + schema: *359 examples: - default: *342 + default: *363 '404': *6 x-github: githubCloudOnly: false @@ -53489,9 +53559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '204': description: Response @@ -53516,17 +53586,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response content: application/json: - schema: *343 + schema: *364 examples: - default: &344 + default: &365 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -53552,9 +53622,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: false content: @@ -53606,9 +53676,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *364 examples: - default: *344 + default: *365 '404': *6 '422': *15 x-github: @@ -53630,9 +53700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '204': description: Response @@ -53656,9 +53726,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response @@ -53692,9 +53762,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: false content: @@ -53761,9 +53831,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: false content: @@ -53827,9 +53897,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: content: application/json: @@ -53895,15 +53965,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response content: application/json: - schema: *337 + schema: *358 examples: default: value: @@ -53994,9 +54064,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '204': description: Response @@ -54019,9 +54089,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response @@ -54031,7 +54101,7 @@ paths: type: array items: *5 examples: - default: &345 + default: &366 value: - id: 1 slug: octoapp @@ -54088,9 +54158,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: true content: @@ -54124,7 +54194,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *366 '422': *15 x-github: githubCloudOnly: false @@ -54145,9 +54215,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: true content: @@ -54181,7 +54251,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *366 '422': *15 x-github: githubCloudOnly: false @@ -54202,9 +54272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: true content: @@ -54238,7 +54308,7 @@ paths: type: array items: *5 examples: - default: *345 + default: *366 '422': *15 x-github: githubCloudOnly: false @@ -54260,9 +54330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response @@ -54270,9 +54340,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 '404': *6 x-github: githubCloudOnly: false @@ -54292,9 +54362,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: false content: @@ -54330,9 +54400,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 '422': *15 x-github: githubCloudOnly: false @@ -54353,9 +54423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: false content: @@ -54391,9 +54461,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 '422': *15 x-github: githubCloudOnly: false @@ -54414,9 +54484,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: content: application/json: @@ -54451,9 +54521,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 '422': *15 x-github: githubCloudOnly: false @@ -54475,9 +54545,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 responses: '200': description: Response @@ -54487,7 +54557,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '404': *6 x-github: githubCloudOnly: false @@ -54511,9 +54581,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: true content: @@ -54546,7 +54616,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -54571,9 +54641,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: true content: @@ -54606,7 +54676,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -54631,9 +54701,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: true content: @@ -54666,7 +54736,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '422': *15 x-github: githubCloudOnly: false @@ -54693,9 +54763,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 requestBody: required: true content: @@ -54717,7 +54787,7 @@ paths: description: Response content: application/json: - schema: *346 + schema: *367 examples: default: value: @@ -54833,8 +54903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -55113,7 +55183,7 @@ paths: description: Response content: application/json: - schema: &348 + schema: &369 title: CheckRun description: A check performed on the code of a given code change type: object @@ -55248,8 +55318,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *347 - deployment: &656 + items: *368 + deployment: &658 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -55536,9 +55606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *268 - - *269 - - &349 + - *289 + - *290 + - &370 name: check_run_id description: The unique identifier of the check run. in: path @@ -55550,9 +55620,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *369 examples: - default: &350 + default: &371 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -55652,9 +55722,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *268 - - *269 - - *349 + - *289 + - *290 + - *370 requestBody: required: true content: @@ -55894,9 +55964,9 @@ paths: description: Response content: application/json: - schema: *348 + schema: *369 examples: - default: *350 + default: *371 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55916,9 +55986,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *268 - - *269 - - *349 + - *289 + - *290 + - *370 - *17 - *19 responses: @@ -56028,9 +56098,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *268 - - *269 - - *349 + - *289 + - *290 + - *370 responses: '201': description: Response @@ -56074,8 +56144,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -56097,7 +56167,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &352 + schema: &373 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -56179,7 +56249,7 @@ paths: type: - array - 'null' - items: *347 + items: *368 app: anyOf: - type: 'null' @@ -56195,7 +56265,7 @@ paths: - string - 'null' format: date-time - head_commit: *351 + head_commit: *372 latest_check_runs_count: type: integer check_runs_url: @@ -56223,7 +56293,7 @@ paths: - check_runs_url - pull_requests examples: - default: &353 + default: &374 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -56514,9 +56584,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *352 + schema: *373 examples: - default: *353 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56535,8 +56605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -56845,9 +56915,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *268 - - *269 - - &354 + - *289 + - *290 + - &375 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -56859,9 +56929,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *373 examples: - default: *353 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56884,17 +56954,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *268 - - *269 - - *354 - - &403 + - *289 + - *290 + - *375 + - &424 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &404 + - &425 name: status description: Returns check runs with the specified `status`. in: query @@ -56933,9 +57003,9 @@ paths: type: integer check_runs: type: array - items: *348 + items: *369 examples: - default: &405 + default: &426 value: total_count: 1 check_runs: @@ -57037,9 +57107,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *268 - - *269 - - *354 + - *289 + - *290 + - *375 responses: '201': description: Response @@ -57072,21 +57142,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *268 - - *269 - - *355 - - *356 + - *289 + - *290 + - *376 + - *377 - *19 - *17 - - &373 + - &394 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: *357 - - &374 + schema: *378 + - &395 name: pr description: The number of the pull request for the results you want to list. in: query @@ -57111,13 +57181,13 @@ paths: be returned. in: query required: false - schema: *358 + schema: *379 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *359 + schema: *380 responses: '200': description: Response @@ -57133,7 +57203,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *360 + instances_url: *381 state: *137 fixed_at: *133 dismissed_by: @@ -57141,11 +57211,11 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: *361 - dismissed_comment: *362 - rule: *363 - tool: *364 - most_recent_instance: *365 + dismissed_reason: *382 + dismissed_comment: *383 + rule: *384 + tool: *385 + most_recent_instance: *386 dismissal_approved_by: anyOf: - type: 'null' @@ -57265,7 +57335,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &366 + '403': &387 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -57292,9 +57362,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *268 - - *269 - - &367 + - *289 + - *290 + - &388 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -57308,7 +57378,7 @@ paths: description: Response content: application/json: - schema: &368 + schema: &389 type: object properties: number: *52 @@ -57316,7 +57386,7 @@ paths: updated_at: *54 url: *55 html_url: *56 - instances_url: *360 + instances_url: *381 state: *137 fixed_at: *133 dismissed_by: @@ -57324,8 +57394,8 @@ paths: - type: 'null' - *4 dismissed_at: *134 - dismissed_reason: *361 - dismissed_comment: *362 + dismissed_reason: *382 + dismissed_comment: *383 rule: type: object properties: @@ -57387,8 +57457,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *364 - most_recent_instance: *365 + tool: *385 + most_recent_instance: *386 dismissal_approved_by: anyOf: - type: 'null' @@ -57481,7 +57551,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *366 + '403': *387 '404': *6 '503': *62 x-github: @@ -57501,9 +57571,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *268 - - *269 - - *367 + - *289 + - *290 + - *388 requestBody: required: true content: @@ -57518,8 +57588,8 @@ paths: enum: - open - dismissed - dismissed_reason: *361 - dismissed_comment: *362 + dismissed_reason: *382 + dismissed_comment: *383 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -57538,7 +57608,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *389 examples: default: value: @@ -57614,7 +57684,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &372 + '403': &393 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -57641,15 +57711,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *268 - - *269 - - *367 + - *289 + - *290 + - *388 responses: '200': description: Response content: application/json: - schema: &369 + schema: &390 type: object properties: status: @@ -57676,13 +57746,13 @@ paths: - description - started_at examples: - default: &370 + default: &391 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &371 + '400': &392 description: Bad Request content: application/json: @@ -57693,7 +57763,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': *366 + '403': *387 '404': *6 '503': *62 x-github: @@ -57718,29 +57788,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *268 - - *269 - - *367 + - *289 + - *290 + - *388 responses: '200': description: OK content: application/json: - schema: *369 + schema: *390 examples: - default: *370 + default: *391 '202': description: Accepted content: application/json: - schema: *369 + schema: *390 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *371 + '400': *392 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -57772,9 +57842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *268 - - *269 - - *367 + - *289 + - *290 + - *388 requestBody: required: false content: @@ -57820,8 +57890,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *371 - '403': *372 + '400': *392 + '403': *393 '404': *6 '422': description: Unprocessable Entity @@ -57845,13 +57915,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *268 - - *269 - - *367 + - *289 + - *290 + - *388 - *19 - *17 - - *373 - - *374 + - *394 + - *395 responses: '200': description: Response @@ -57859,7 +57929,7 @@ paths: application/json: schema: type: array - items: *365 + items: *386 examples: default: value: @@ -57898,7 +57968,7 @@ paths: end_column: 50 classifications: - source - '403': *366 + '403': *387 '404': *6 '503': *62 x-github: @@ -57932,25 +58002,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *268 - - *269 - - *355 - - *356 + - *289 + - *290 + - *376 + - *377 - *19 - *17 - - *374 + - *395 - 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: *357 + schema: *378 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &377 + schema: &398 type: string description: An identifier for the upload. examples: @@ -57972,23 +58042,23 @@ paths: application/json: schema: type: array - items: &378 + items: &399 type: object properties: - ref: *357 - commit_sha: &386 + ref: *378 + commit_sha: &407 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: *375 + analysis_key: *396 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *376 + category: *397 error: type: string examples: @@ -58013,8 +58083,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *377 - tool: *364 + sarif_id: *398 + tool: *385 deletable: type: boolean warning: @@ -58076,7 +58146,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *366 + '403': *387 '404': *6 '503': *62 x-github: @@ -58112,8 +58182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -58126,7 +58196,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *399 examples: response: summary: application/json response @@ -58180,7 +58250,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *366 + '403': *387 '404': *6 '422': description: Response if analysis could not be processed @@ -58267,8 +58337,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -58324,7 +58394,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': *372 + '403': *393 '404': *6 '503': *62 x-github: @@ -58346,8 +58416,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -58355,7 +58425,7 @@ paths: application/json: schema: type: array - items: &379 + items: &400 title: CodeQL Database description: A CodeQL database. type: object @@ -58467,7 +58537,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': *366 + '403': *387 '404': *6 '503': *62 x-github: @@ -58496,8 +58566,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - name: language in: path description: The language of the CodeQL database. @@ -58509,7 +58579,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *400 examples: default: value: @@ -58541,9 +58611,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': &410 + '302': &431 description: Found - '403': *366 + '403': *387 '404': *6 '503': *62 x-github: @@ -58565,8 +58635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *268 - - *269 + - *289 + - *290 - name: language in: path description: The language of the CodeQL database. @@ -58576,7 +58646,7 @@ paths: responses: '204': description: Response - '403': *372 + '403': *393 '404': *6 '503': *62 x-github: @@ -58604,8 +58674,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -58614,7 +58684,7 @@ paths: type: object additionalProperties: false properties: - language: &380 + language: &401 type: string description: The language targeted by the CodeQL query enum: @@ -58693,7 +58763,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &384 + schema: &405 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -58703,7 +58773,7 @@ paths: description: The ID of the variant analysis. controller_repo: *51 actor: *4 - query_language: *380 + query_language: *401 query_pack_url: type: string description: The download url for the query pack. @@ -58751,7 +58821,7 @@ paths: items: type: object properties: - repository: &381 + repository: &402 title: Repository Identifier description: Repository Identifier type: object @@ -58793,7 +58863,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &385 + analysis_status: &406 type: string description: The new status of the CodeQL variant analysis repository task. @@ -58825,7 +58895,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &382 + access_mismatch_repos: &403 type: object properties: repository_count: @@ -58840,7 +58910,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: *381 + items: *402 required: - repository_count - repositories @@ -58863,8 +58933,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *382 - over_limit_repos: *382 + no_codeql_db_repos: *403 + over_limit_repos: *403 required: - access_mismatch_repos - not_found_repos @@ -58880,7 +58950,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &383 + value: &404 summary: Default response value: id: 1 @@ -59032,10 +59102,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *383 + value: *404 repository_lists: summary: Response for a successful variant analysis submission - value: *383 + value: *404 '404': *6 '422': description: Unable to process variant analysis submission @@ -59063,8 +59133,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *268 - - *269 + - *289 + - *290 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -59076,9 +59146,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *405 examples: - default: *383 + default: *404 '404': *6 '503': *62 x-github: @@ -59101,7 +59171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *268 + - *289 - name: repo in: path description: The name of the controller repository. @@ -59136,7 +59206,7 @@ paths: type: object properties: repository: *51 - analysis_status: *385 + analysis_status: *406 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -59261,8 +59331,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -59355,7 +59425,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *366 + '403': *387 '404': *6 '503': *62 x-github: @@ -59376,8 +59446,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -59471,7 +59541,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *372 + '403': *393 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -59542,8 +59612,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -59551,7 +59621,7 @@ paths: schema: type: object properties: - commit_sha: *386 + commit_sha: *407 ref: type: string description: |- @@ -59611,7 +59681,7 @@ paths: schema: type: object properties: - id: *377 + id: *398 url: type: string description: The REST API URL for checking the status of the upload. @@ -59625,7 +59695,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': *372 + '403': *393 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -59648,8 +59718,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *268 - - *269 + - *289 + - *290 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -59697,7 +59767,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': *366 + '403': *387 '404': description: Not Found if the sarif id does not match any upload '503': *62 @@ -59722,8 +59792,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -59779,7 +59849,7 @@ paths: html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z' updated_at: '2024-05-01T00:00:00Z' - '204': *141 + '204': *142 '304': *35 '403': *27 '404': *6 @@ -59804,8 +59874,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *268 - - *269 + - *289 + - *290 - 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 @@ -59933,8 +60003,8 @@ paths: parameters: - *17 - *19 - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -59950,7 +60020,7 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: default: value: @@ -60248,8 +60318,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -60313,17 +60383,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *408 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *408 '400': *14 '401': *23 '403': *27 @@ -60352,8 +60422,8 @@ paths: parameters: - *17 - *19 - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -60417,8 +60487,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -60455,9 +60525,9 @@ paths: type: integer machines: type: array - items: *388 + items: *409 examples: - default: &607 + default: &609 value: total_count: 2 machines: @@ -60497,8 +60567,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *268 - - *269 + - *289 + - *290 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -60585,8 +60655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *268 - - *269 + - *289 + - *290 - 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 @@ -60655,8 +60725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -60674,7 +60744,7 @@ paths: type: integer secrets: type: array - items: &392 + items: &413 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -60695,7 +60765,7 @@ paths: - created_at - updated_at examples: - default: *389 + default: *410 headers: Link: *57 x-github: @@ -60718,16 +60788,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *390 + schema: *411 examples: - default: *391 + default: *412 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -60747,17 +60817,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *268 - - *269 + - *289 + - *290 - *124 responses: '200': description: Response content: application/json: - schema: *392 + schema: *413 examples: - default: *393 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60777,8 +60847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *268 - - *269 + - *289 + - *290 - *124 requestBody: required: true @@ -60831,8 +60901,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *268 - - *269 + - *289 + - *290 - *124 responses: '204': @@ -60861,8 +60931,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *268 - - *269 + - *289 + - *290 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -60900,7 +60970,7 @@ paths: application/json: schema: type: array - items: &394 + items: &415 title: Collaborator description: Collaborator type: object @@ -61093,8 +61163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *268 - - *269 + - *289 + - *290 - *129 responses: '204': @@ -61141,8 +61211,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *268 - - *269 + - *289 + - *290 - *129 requestBody: required: false @@ -61169,7 +61239,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &458 + schema: &479 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -61397,8 +61467,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *268 - - *269 + - *289 + - *290 - *129 responses: '204': @@ -61430,8 +61500,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *268 - - *269 + - *289 + - *290 - *129 responses: '200': @@ -61452,7 +61522,7 @@ paths: user: anyOf: - type: 'null' - - *394 + - *415 required: - permission - role_name @@ -61506,8 +61576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -61517,7 +61587,7 @@ paths: application/json: schema: type: array - items: &395 + items: &416 title: Commit Comment description: Commit Comment type: object @@ -61575,7 +61645,7 @@ paths: - created_at - updated_at examples: - default: &398 + default: &419 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61634,17 +61704,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 responses: '200': description: Response content: application/json: - schema: *395 + schema: *416 examples: - default: &399 + default: &420 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -61701,8 +61771,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 requestBody: required: true @@ -61725,7 +61795,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *416 examples: default: value: @@ -61776,8 +61846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 responses: '204': @@ -61799,8 +61869,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -61827,9 +61897,9 @@ paths: application/json: schema: type: array - items: *261 + items: *282 examples: - default: *263 + default: *284 headers: Link: *57 '404': *6 @@ -61850,8 +61920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 requestBody: required: true @@ -61884,16 +61954,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '201': description: Reaction created content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '422': *15 x-github: githubCloudOnly: false @@ -61915,10 +61985,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *268 - - *269 + - *289 + - *290 - *73 - - *264 + - *285 responses: '204': description: Response @@ -61967,8 +62037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *268 - - *269 + - *289 + - *290 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -62024,9 +62094,9 @@ paths: application/json: schema: type: array - items: *396 + items: *417 examples: - default: &506 + default: &527 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -62120,9 +62190,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *268 - - *269 - - &397 + - *289 + - *290 + - &418 name: commit_sha description: The SHA of the commit. in: path @@ -62194,9 +62264,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *268 - - *269 - - *397 + - *289 + - *290 + - *418 - *17 - *19 responses: @@ -62206,9 +62276,9 @@ paths: application/json: schema: type: array - items: *395 + items: *416 examples: - default: *398 + default: *419 headers: Link: *57 x-github: @@ -62236,9 +62306,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *268 - - *269 - - *397 + - *289 + - *290 + - *418 requestBody: required: true content: @@ -62273,9 +62343,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *416 examples: - default: *399 + default: *420 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -62303,9 +62373,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *268 - - *269 - - *397 + - *289 + - *290 + - *418 - *17 - *19 responses: @@ -62315,7 +62385,7 @@ paths: application/json: schema: type: array - items: &497 + items: &518 title: Pull Request Simple description: Pull Request Simple type: object @@ -62435,7 +62505,7 @@ paths: milestone: anyOf: - type: 'null' - - *400 + - *421 active_lock_reason: type: - string @@ -62490,7 +62560,7 @@ paths: type: - array - 'null' - items: *146 + items: *147 head: type: object properties: @@ -62534,7 +62604,7 @@ paths: _links: type: object properties: - comments: &401 + comments: &422 title: Link description: Hypermedia Link type: object @@ -62543,13 +62613,13 @@ paths: type: string required: - href - commits: *401 - statuses: *401 - html: *401 - issue: *401 - review_comments: *401 - review_comment: *401 - self: *401 + commits: *422 + statuses: *422 + html: *422 + issue: *422 + review_comments: *422 + review_comment: *422 + self: *422 required: - comments - commits @@ -62560,7 +62630,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: &499 + auto_merge: &520 title: Auto merge description: The status of auto merging a pull request. type: @@ -62625,7 +62695,7 @@ paths: - author_association - auto_merge examples: - default: &498 + default: &519 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -63162,11 +63232,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *268 - - *269 + - *289 + - *290 - *19 - *17 - - &402 + - &423 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)" @@ -63181,9 +63251,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *417 examples: - default: &485 + default: &506 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -63296,11 +63366,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *268 - - *269 - - *402 - - *403 - - *404 + - *289 + - *290 + - *423 + - *424 + - *425 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -63334,9 +63404,9 @@ paths: type: integer check_runs: type: array - items: *348 + items: *369 examples: - default: *405 + default: *426 headers: Link: *57 x-github: @@ -63361,9 +63431,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *268 - - *269 - - *402 + - *289 + - *290 + - *423 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -63371,7 +63441,7 @@ paths: schema: type: integer example: 1 - - *403 + - *424 - *17 - *19 responses: @@ -63389,7 +63459,7 @@ paths: type: integer check_suites: type: array - items: *352 + items: *373 examples: default: value: @@ -63589,9 +63659,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *268 - - *269 - - *402 + - *289 + - *290 + - *423 - *17 - *19 responses: @@ -63793,9 +63863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *268 - - *269 - - *402 + - *289 + - *290 + - *423 - *17 - *19 responses: @@ -63805,7 +63875,7 @@ paths: application/json: schema: type: array - items: &581 + items: &583 title: Status description: The status of a commit. type: object @@ -63886,7 +63956,7 @@ paths: site_admin: false headers: Link: *57 - '301': *280 + '301': *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63914,8 +63984,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -63948,11 +64018,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *406 + - *427 code_of_conduct_file: anyOf: - type: 'null' - - &407 + - &428 title: Community Health File type: object properties: @@ -63972,19 +64042,19 @@ paths: contributing: anyOf: - type: 'null' - - *407 + - *428 readme: anyOf: - type: 'null' - - *407 + - *428 issue_template: anyOf: - type: 'null' - - *407 + - *428 pull_request_template: anyOf: - type: 'null' - - *407 + - *428 required: - code_of_conduct - code_of_conduct_file @@ -64113,8 +64183,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *268 - - *269 + - *289 + - *290 - *19 - *17 - name: basehead @@ -64162,8 +64232,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *396 - merge_base_commit: *396 + base_commit: *417 + merge_base_commit: *417 status: type: string enum: @@ -64187,10 +64257,10 @@ paths: - 6 commits: type: array - items: *396 + items: *417 files: type: array - items: *408 + items: *429 required: - url - html_url @@ -64476,8 +64546,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *268 - - *269 + - *289 + - *290 - name: path description: path parameter in: path @@ -64630,7 +64700,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &409 + response-if-content-is-a-file: &430 summary: Response if content is a file value: type: file @@ -64767,7 +64837,7 @@ paths: - size - type - url - - &511 + - &532 title: Content File description: Content File type: object @@ -64985,7 +65055,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *409 + response-if-content-is-a-file: *430 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -65054,7 +65124,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *410 + '302': *431 '304': *35 x-github: githubCloudOnly: false @@ -65077,8 +65147,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *268 - - *269 + - *289 + - *290 - name: path description: path parameter in: path @@ -65173,7 +65243,7 @@ paths: description: Response content: application/json: - schema: &411 + schema: &432 title: File Commit description: File Commit type: object @@ -65329,7 +65399,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *432 examples: example-for-creating-a-file: value: @@ -65383,7 +65453,7 @@ paths: schema: oneOf: - *3 - - &440 + - &461 description: Repository rule violation was detected type: object properties: @@ -65404,7 +65474,7 @@ paths: items: type: object properties: - placeholder_id: &573 + placeholder_id: &575 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -65436,8 +65506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *268 - - *269 + - *289 + - *290 - name: path description: path parameter in: path @@ -65498,7 +65568,7 @@ paths: description: Response content: application/json: - schema: *411 + schema: *432 examples: default: value: @@ -65553,8 +65623,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *268 - - *269 + - *289 + - *290 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -65678,22 +65748,22 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *268 - - *269 - - *147 + - *289 + - *290 - *148 - *149 - *150 + - *151 - 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 - - *151 - *152 - *153 - *154 + - *155 - *46 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -65713,8 +65783,8 @@ paths: default: 30 - *38 - *39 - - *155 - *156 + - *157 responses: '200': description: Response @@ -65722,7 +65792,7 @@ paths: application/json: schema: type: array - items: &414 + items: &435 type: object description: A Dependabot alert. properties: @@ -65772,7 +65842,7 @@ paths: - direct - transitive - - security_advisory: *412 + security_advisory: *433 security_vulnerability: *50 url: *55 html_url: *56 @@ -65803,7 +65873,7 @@ paths: dismissal. maxLength: 280 fixed_at: *133 - auto_dismissed_at: *413 + auto_dismissed_at: *434 required: - number - state @@ -66033,9 +66103,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *268 - - *269 - - &415 + - *289 + - *290 + - &436 name: alert_number in: path description: |- @@ -66050,7 +66120,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *435 examples: default: value: @@ -66163,9 +66233,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *268 - - *269 - - *415 + - *289 + - *290 + - *436 requestBody: required: true content: @@ -66210,7 +66280,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *435 examples: default: value: @@ -66339,8 +66409,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -66358,7 +66428,7 @@ paths: type: integer secrets: type: array - items: &418 + items: &439 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -66412,16 +66482,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *416 + schema: *437 examples: - default: *417 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66441,15 +66511,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *268 - - *269 + - *289 + - *290 - *124 responses: '200': description: Response content: application/json: - schema: *418 + schema: *439 examples: default: value: @@ -66475,8 +66545,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *268 - - *269 + - *289 + - *290 - *124 requestBody: required: true @@ -66529,8 +66599,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *268 - - *269 + - *289 + - *290 - *124 responses: '204': @@ -66553,8 +66623,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *268 - - *269 + - *289 + - *290 - 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 @@ -66728,8 +66798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -66989,8 +67059,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -67073,7 +67143,7 @@ paths: - version - url additionalProperties: false - metadata: &419 + metadata: &440 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -67112,7 +67182,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *419 + metadata: *440 resolved: type: object description: A collection of resolved package dependencies. @@ -67126,7 +67196,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *419 + metadata: *440 relationship: type: string description: A notation of whether a dependency is requested @@ -67259,8 +67329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *268 - - *269 + - *289 + - *290 - name: sha description: The SHA recorded at creation time. in: query @@ -67301,9 +67371,9 @@ paths: application/json: schema: type: array - items: *420 + items: *441 examples: - default: *421 + default: *442 headers: Link: *57 x-github: @@ -67369,8 +67439,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -67452,7 +67522,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *441 examples: simple-example: summary: Simple example @@ -67525,9 +67595,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *268 - - *269 - - &422 + - *289 + - *290 + - &443 name: deployment_id description: deployment_id parameter in: path @@ -67539,7 +67609,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *441 examples: default: value: @@ -67604,9 +67674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *268 - - *269 - - *422 + - *289 + - *290 + - *443 responses: '204': description: Response @@ -67628,9 +67698,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *268 - - *269 - - *422 + - *289 + - *290 + - *443 - *17 - *19 responses: @@ -67640,7 +67710,7 @@ paths: application/json: schema: type: array - items: &423 + items: &444 title: Deployment Status description: The status of a deployment. type: object @@ -67804,9 +67874,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *268 - - *269 - - *422 + - *289 + - *290 + - *443 requestBody: required: true content: @@ -67881,9 +67951,9 @@ paths: description: Response content: application/json: - schema: *423 + schema: *444 examples: - default: &424 + default: &445 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -67939,9 +68009,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *268 - - *269 - - *422 + - *289 + - *290 + - *443 - name: status_id in: path required: true @@ -67952,9 +68022,9 @@ paths: description: Response content: application/json: - schema: *423 + schema: *444 examples: - default: *424 + default: *445 '404': *6 x-github: githubCloudOnly: false @@ -67979,8 +68049,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -68037,8 +68107,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -68056,7 +68126,7 @@ paths: - 5 environments: type: array - items: &426 + items: &447 title: Environment description: Details of a deployment environment type: object @@ -68118,7 +68188,7 @@ paths: type: string examples: - wait_timer - wait_timer: &428 + wait_timer: &449 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -68160,11 +68230,11 @@ paths: items: type: object properties: - type: *425 + type: *446 reviewer: anyOf: - *4 - - *146 + - *147 required: - id - node_id @@ -68187,7 +68257,7 @@ paths: - id - node_id - type - deployment_branch_policy: &429 + deployment_branch_policy: &450 type: - object - 'null' @@ -68304,9 +68374,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *268 - - *269 - - &427 + - *289 + - *290 + - &448 name: environment_name in: path required: true @@ -68319,9 +68389,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *447 examples: - default: &430 + default: &451 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -68405,9 +68475,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 requestBody: required: false content: @@ -68417,7 +68487,7 @@ paths: - object - 'null' properties: - wait_timer: *428 + wait_timer: *449 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -68436,14 +68506,14 @@ paths: items: type: object properties: - type: *425 + type: *446 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *429 + deployment_branch_policy: *450 additionalProperties: false examples: default: @@ -68463,9 +68533,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *447 examples: - default: *430 + default: *451 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -68489,9 +68559,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 responses: '204': description: Default response @@ -68516,9 +68586,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 - *17 - *19 responses: @@ -68537,7 +68607,7 @@ paths: - 2 branch_policies: type: array - items: &431 + items: &452 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -68598,9 +68668,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 requestBody: required: true content: @@ -68648,9 +68718,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *452 examples: - example-wildcard: &432 + example-wildcard: &453 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -68692,10 +68762,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *268 - - *269 - - *427 - - &433 + - *289 + - *290 + - *448 + - &454 name: branch_policy_id in: path required: true @@ -68707,9 +68777,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *452 examples: - default: *432 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68728,10 +68798,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *268 - - *269 - - *427 - - *433 + - *289 + - *290 + - *448 + - *454 requestBody: required: true content: @@ -68760,9 +68830,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *452 examples: - default: *432 + default: *453 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68781,10 +68851,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *268 - - *269 - - *427 - - *433 + - *289 + - *290 + - *448 + - *454 responses: '204': description: Response @@ -68809,9 +68879,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *427 - - *269 - - *268 + - *448 + - *290 + - *289 responses: '200': description: List of deployment protection rules @@ -68828,7 +68898,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &434 + items: &455 title: Deployment protection rule description: Deployment protection rule type: object @@ -68850,7 +68920,7 @@ paths: for the environment. examples: - true - app: &435 + app: &456 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -68953,9 +69023,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *427 - - *269 - - *268 + - *448 + - *290 + - *289 requestBody: content: application/json: @@ -68976,9 +69046,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *434 + schema: *455 examples: - default: &436 + default: &457 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -69013,9 +69083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *427 - - *269 - - *268 + - *448 + - *290 + - *289 - *19 - *17 responses: @@ -69035,7 +69105,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *435 + items: *456 examples: default: value: @@ -69070,10 +69140,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *268 - - *269 - - *427 - - &437 + - *289 + - *290 + - *448 + - &458 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -69085,9 +69155,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *455 examples: - default: *436 + default: *457 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69108,10 +69178,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *427 - - *269 - - *268 - - *437 + - *448 + - *290 + - *289 + - *458 responses: '204': description: Response @@ -69137,9 +69207,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 - *17 - *19 responses: @@ -69157,9 +69227,9 @@ paths: type: integer secrets: type: array - items: *314 + items: *335 examples: - default: *315 + default: *336 headers: Link: *57 x-github: @@ -69184,17 +69254,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 responses: '200': description: Response content: application/json: - schema: *316 + schema: *337 examples: - default: *317 + default: *338 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69216,18 +69286,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 - *124 responses: '200': description: Response content: application/json: - schema: *314 + schema: *335 examples: - default: *438 + default: *459 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69249,9 +69319,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 - *124 requestBody: required: true @@ -69309,9 +69379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 - *124 responses: '204': @@ -69337,10 +69407,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *268 - - *269 - - *427 + - *289 - *290 + - *448 + - *311 - *19 responses: '200': @@ -69357,9 +69427,9 @@ paths: type: integer variables: type: array - items: *318 + items: *339 examples: - default: *319 + default: *340 headers: Link: *57 x-github: @@ -69382,9 +69452,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 requestBody: required: true content: @@ -69436,18 +69506,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *268 - - *269 - - *427 + - *289 + - *290 + - *448 - *127 responses: '200': description: Response content: application/json: - schema: *318 + schema: *339 examples: - default: *439 + default: *460 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69468,10 +69538,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *268 - - *269 + - *289 + - *290 - *127 - - *427 + - *448 requestBody: required: true content: @@ -69513,10 +69583,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *268 - - *269 + - *289 + - *290 - *127 - - *427 + - *448 responses: '204': description: Response @@ -69538,8 +69608,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -69616,8 +69686,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *268 - - *269 + - *289 + - *290 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -69776,8 +69846,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: false content: @@ -69810,9 +69880,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *300 examples: - default: *281 + default: *302 '400': *14 '422': *15 '403': *27 @@ -69833,8 +69903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -69894,7 +69964,7 @@ paths: schema: oneOf: - *94 - - *440 + - *461 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69919,8 +69989,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *268 - - *269 + - *289 + - *290 - name: file_sha in: path required: true @@ -70020,8 +70090,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -70130,7 +70200,7 @@ paths: description: Response content: application/json: - schema: &441 + schema: &462 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -70357,15 +70427,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *268 - - *269 - - *397 + - *289 + - *290 + - *418 responses: '200': description: Response content: application/json: - schema: *441 + schema: *462 examples: default: value: @@ -70421,9 +70491,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *268 - - *269 - - &442 + - *289 + - *290 + - &463 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. @@ -70440,7 +70510,7 @@ paths: application/json: schema: type: array - items: &443 + items: &464 title: Git Reference description: Git references within a repository type: object @@ -70516,17 +70586,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *268 - - *269 - - *442 + - *289 + - *290 + - *463 responses: '200': description: Response content: application/json: - schema: *443 + schema: *464 examples: - default: &444 + default: &465 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -70555,8 +70625,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -70585,9 +70655,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *464 examples: - default: *444 + default: *465 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -70613,9 +70683,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *268 - - *269 - - *442 + - *289 + - *290 + - *463 requestBody: required: true content: @@ -70644,9 +70714,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *464 examples: - default: *444 + default: *465 '422': *15 '409': *45 x-github: @@ -70664,9 +70734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *268 - - *269 - - *442 + - *289 + - *290 + - *463 responses: '204': description: Response @@ -70721,8 +70791,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -70789,7 +70859,7 @@ paths: description: Response content: application/json: - schema: &446 + schema: &467 title: Git Tag description: Metadata for a Git tag type: object @@ -70845,7 +70915,7 @@ paths: - sha - type - url - verification: *445 + verification: *466 required: - sha - url @@ -70855,7 +70925,7 @@ paths: - tag - message examples: - default: &447 + default: &468 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -70928,8 +70998,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *268 - - *269 + - *289 + - *290 - name: tag_sha in: path required: true @@ -70940,9 +71010,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *467 examples: - default: *447 + default: *468 '404': *6 '409': *45 x-github: @@ -70966,8 +71036,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -71041,7 +71111,7 @@ paths: description: Response content: application/json: - schema: &448 + schema: &469 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -71143,8 +71213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *268 - - *269 + - *289 + - *290 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -71167,7 +71237,7 @@ paths: description: Response content: application/json: - schema: *448 + schema: *469 examples: default-response: summary: Default response @@ -71226,8 +71296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -71237,7 +71307,7 @@ paths: application/json: schema: type: array - items: &449 + items: &470 title: Webhook description: Webhooks for repositories. type: object @@ -71300,7 +71370,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &687 + last_response: &689 title: Hook Response type: object properties: @@ -71377,8 +71447,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: false content: @@ -71431,9 +71501,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *470 examples: - default: &450 + default: &471 value: type: Repository id: 12345678 @@ -71481,17 +71551,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *268 - - *269 - - *162 + - *289 + - *290 + - *163 responses: '200': description: Response content: application/json: - schema: *449 + schema: *470 examples: - default: *450 + default: *471 '404': *6 x-github: githubCloudOnly: false @@ -71511,9 +71581,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *268 - - *269 - - *162 + - *289 + - *290 + - *163 requestBody: required: true content: @@ -71558,9 +71628,9 @@ paths: description: Response content: application/json: - schema: *449 + schema: *470 examples: - default: *450 + default: *471 '422': *15 '404': *6 x-github: @@ -71581,9 +71651,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *268 - - *269 - - *162 + - *289 + - *290 + - *163 responses: '204': description: Response @@ -71607,9 +71677,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *268 - - *269 - - *162 + - *289 + - *290 + - *163 responses: '200': description: Response @@ -71636,9 +71706,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *268 - - *269 - - *162 + - *289 + - *290 + - *163 requestBody: required: false content: @@ -71682,11 +71752,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *268 - - *269 - - *162 - - *17 + - *289 + - *290 - *163 + - *17 + - *164 responses: '200': description: Response @@ -71694,9 +71764,9 @@ paths: application/json: schema: type: array - items: *164 + items: *165 examples: - default: *165 + default: *166 '400': *14 '422': *15 x-github: @@ -71715,18 +71785,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *268 - - *269 - - *162 + - *289 + - *290 + - *163 - *16 responses: '200': description: Response content: application/json: - schema: *166 + schema: *167 examples: - default: *167 + default: *168 '400': *14 '422': *15 x-github: @@ -71745,9 +71815,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *268 - - *269 - - *162 + - *289 + - *290 + - *163 - *16 responses: '202': *37 @@ -71770,9 +71840,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *268 - - *269 - - *162 + - *289 + - *290 + - *163 responses: '204': description: Response @@ -71797,9 +71867,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *268 - - *269 - - *162 + - *289 + - *290 + - *163 responses: '204': description: Response @@ -71857,14 +71927,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: &451 + schema: &472 title: Import description: A repository import from an external source. type: object @@ -71971,7 +72041,7 @@ paths: - html_url - authors_url examples: - default: &454 + default: &475 value: vcs: subversion use_lfs: true @@ -71987,7 +72057,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': &452 + '503': &473 description: Unavailable due to service under maintenance. content: application/json: @@ -72016,8 +72086,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -72065,7 +72135,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *472 examples: default: value: @@ -72090,7 +72160,7 @@ paths: type: string '422': *15 '404': *6 - '503': *452 + '503': *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72118,8 +72188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: false content: @@ -72171,7 +72241,7 @@ paths: description: Response content: application/json: - schema: *451 + schema: *472 examples: example-1: summary: Example 1 @@ -72219,7 +72289,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': *452 + '503': *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72242,12 +72312,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response - '503': *452 + '503': *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72273,9 +72343,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *268 - - *269 - - &630 + - *289 + - *290 + - &632 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -72289,7 +72359,7 @@ paths: application/json: schema: type: array - items: &453 + items: &474 title: Porter Author description: Porter Author type: object @@ -72343,7 +72413,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': *452 + '503': *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72368,8 +72438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *268 - - *269 + - *289 + - *290 - name: author_id in: path required: true @@ -72399,7 +72469,7 @@ paths: description: Response content: application/json: - schema: *453 + schema: *474 examples: default: value: @@ -72412,7 +72482,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *452 + '503': *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72436,8 +72506,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -72478,7 +72548,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *452 + '503': *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72506,8 +72576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -72534,11 +72604,11 @@ paths: description: Response content: application/json: - schema: *451 + schema: *472 examples: - default: *454 + default: *475 '422': *15 - '503': *452 + '503': *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72561,8 +72631,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -72570,8 +72640,8 @@ paths: application/json: schema: *20 examples: - default: *455 - '301': *280 + default: *476 + '301': *301 '404': *6 x-github: githubCloudOnly: false @@ -72591,8 +72661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -72600,12 +72670,12 @@ paths: application/json: schema: anyOf: - - *180 + - *181 - type: object properties: {} additionalProperties: false examples: - default: &457 + default: &478 value: limit: collaborators_only origin: repository @@ -72630,13 +72700,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: application/json: - schema: *456 + schema: *477 examples: default: summary: Example request body @@ -72648,9 +72718,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: - default: *457 + default: *478 '409': description: Response x-github: @@ -72672,8 +72742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -72696,8 +72766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -72707,9 +72777,9 @@ paths: application/json: schema: type: array - items: *458 + items: *479 examples: - default: &623 + default: &625 value: - id: 1 repository: @@ -72840,9 +72910,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *268 - - *269 - - *184 + - *289 + - *290 + - *185 requestBody: required: false content: @@ -72871,7 +72941,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *479 examples: default: value: @@ -73002,9 +73072,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *268 - - *269 - - *184 + - *289 + - *290 + - *185 responses: '204': description: Response @@ -73035,8 +73105,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *268 - - *269 + - *289 + - *290 - 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 @@ -73084,7 +73154,7 @@ paths: required: false schema: type: string - - *188 + - *189 - name: sort description: What to sort results by. in: query @@ -73109,7 +73179,7 @@ paths: type: array items: *74 examples: - default: &467 + default: &488 value: - id: 1 node_id: MDU6SXNzdWUx @@ -73257,7 +73327,7 @@ paths: state_reason: completed headers: Link: *57 - '301': *280 + '301': *301 '422': *15 '404': *6 x-github: @@ -73286,8 +73356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -73379,7 +73449,7 @@ paths: application/json: schema: *74 examples: - default: &462 + default: &483 value: id: 1 node_id: MDU6SXNzdWUx @@ -73535,7 +73605,7 @@ paths: '422': *15 '503': *62 '404': *6 - '410': *277 + '410': *298 x-github: triggersNotification: true githubCloudOnly: false @@ -73563,8 +73633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *83 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -73585,9 +73655,9 @@ paths: application/json: schema: type: array - items: *459 + items: *480 examples: - default: &464 + default: &485 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -73645,17 +73715,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 responses: '200': description: Response content: application/json: - schema: *459 + schema: *480 examples: - default: &460 + default: &481 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -73709,8 +73779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 requestBody: required: true @@ -73733,9 +73803,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *480 examples: - default: *460 + default: *481 '422': *15 x-github: githubCloudOnly: false @@ -73753,8 +73823,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 responses: '204': @@ -73775,8 +73845,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -73803,9 +73873,9 @@ paths: application/json: schema: type: array - items: *261 + items: *282 examples: - default: *263 + default: *284 headers: Link: *57 '404': *6 @@ -73826,8 +73896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 requestBody: required: true @@ -73860,16 +73930,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '201': description: Reaction created content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '422': *15 x-github: githubCloudOnly: false @@ -73891,10 +73961,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *268 - - *269 + - *289 + - *290 - *73 - - *264 + - *285 responses: '204': description: Response @@ -73914,8 +73984,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -73925,7 +73995,7 @@ paths: application/json: schema: type: array - items: &461 + items: &482 title: Issue Event description: Issue Event type: object @@ -74005,7 +74075,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *146 + requested_team: *147 dismissed_review: title: Issue Event Dismissed Review type: object @@ -74264,8 +74334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *268 - - *269 + - *289 + - *290 - name: event_id in: path required: true @@ -74276,7 +74346,7 @@ paths: description: Response content: application/json: - schema: *461 + schema: *482 examples: default: value: @@ -74469,7 +74539,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *277 + '410': *298 '403': *27 x-github: githubCloudOnly: false @@ -74503,9 +74573,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *268 - - *269 - - &463 + - *289 + - *290 + - &484 name: issue_number description: The number that identifies the issue. in: path @@ -74519,10 +74589,10 @@ paths: application/json: schema: *74 examples: - default: *462 - '301': *280 + default: *483 + '301': *301 '404': *6 - '410': *277 + '410': *298 '304': *35 x-github: githubCloudOnly: false @@ -74547,9 +74617,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: required: false content: @@ -74670,13 +74740,13 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *483 '422': *15 '503': *62 '403': *27 - '301': *280 + '301': *301 '404': *6 - '410': *277 + '410': *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74694,9 +74764,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: required: false content: @@ -74724,7 +74794,7 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74740,9 +74810,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: content: application/json: @@ -74769,7 +74839,7 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74791,9 +74861,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 - name: assignee in: path required: true @@ -74833,9 +74903,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 - *64 - *17 - *19 @@ -74846,13 +74916,13 @@ paths: application/json: schema: type: array - items: *459 + items: *480 examples: - default: *464 + default: *485 headers: Link: *57 '404': *6 - '410': *277 + '410': *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74881,9 +74951,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: required: true content: @@ -74905,16 +74975,16 @@ paths: description: Response content: application/json: - schema: *459 + schema: *480 examples: - default: *460 + default: *481 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *277 + '410': *298 '422': *15 '404': *6 x-github: @@ -74934,9 +75004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 - *17 - *19 responses: @@ -74950,7 +75020,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &468 + - &489 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -74999,7 +75069,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &469 + - &490 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -75127,7 +75197,7 @@ paths: - performed_via_github_app - assignee - assigner - - &470 + - &491 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -75173,7 +75243,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &471 + - &492 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -75219,7 +75289,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &472 + - &493 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -75268,7 +75338,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &473 + - &494 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -75297,7 +75367,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *146 + requested_team: *147 requested_reviewer: *4 required: - review_requester @@ -75310,7 +75380,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &474 + - &495 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -75339,7 +75409,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *146 + requested_team: *147 requested_reviewer: *4 required: - review_requester @@ -75352,7 +75422,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &475 + - &496 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -75408,7 +75478,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &476 + - &497 title: Locked Issue Event description: Locked Issue Event type: object @@ -75453,7 +75523,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &477 + - &498 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -75514,7 +75584,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &478 + - &499 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -75575,7 +75645,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &479 + - &500 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -75636,7 +75706,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &480 + - &501 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -75729,7 +75799,7 @@ paths: color: red headers: Link: *57 - '410': *277 + '410': *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75746,9 +75816,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 - *17 - *19 responses: @@ -75758,7 +75828,7 @@ paths: application/json: schema: type: array - items: &465 + items: &486 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -75813,7 +75883,7 @@ paths: - color - default examples: - default: &466 + default: &487 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -75831,9 +75901,9 @@ paths: default: false headers: Link: *57 - '301': *280 + '301': *301 '404': *6 - '410': *277 + '410': *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75850,9 +75920,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: required: false content: @@ -75911,12 +75981,12 @@ paths: application/json: schema: type: array - items: *465 + items: *486 examples: - default: *466 - '301': *280 + default: *487 + '301': *301 '404': *6 - '410': *277 + '410': *298 '422': *15 x-github: githubCloudOnly: false @@ -75933,9 +76003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: required: false content: @@ -75995,12 +76065,12 @@ paths: application/json: schema: type: array - items: *465 + items: *486 examples: - default: *466 - '301': *280 + default: *487 + '301': *301 '404': *6 - '410': *277 + '410': *298 '422': *15 x-github: githubCloudOnly: false @@ -76017,15 +76087,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 responses: '204': description: Response - '301': *280 + '301': *301 '404': *6 - '410': *277 + '410': *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76044,9 +76114,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 - name: name in: path required: true @@ -76059,7 +76129,7 @@ paths: application/json: schema: type: array - items: *465 + items: *486 examples: default: value: @@ -76070,9 +76140,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *280 + '301': *301 '404': *6 - '410': *277 + '410': *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76092,9 +76162,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: required: false content: @@ -76123,7 +76193,7 @@ paths: '204': description: Response '403': *27 - '410': *277 + '410': *298 '404': *6 '422': *15 x-github: @@ -76141,9 +76211,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 responses: '204': description: Response @@ -76165,9 +76235,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -76193,13 +76263,13 @@ paths: application/json: schema: type: array - items: *261 + items: *282 examples: - default: *263 + default: *284 headers: Link: *57 '404': *6 - '410': *277 + '410': *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76217,9 +76287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: required: true content: @@ -76251,16 +76321,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '201': description: Response content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '422': *15 x-github: githubCloudOnly: false @@ -76282,10 +76352,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *268 - - *269 - - *463 - - *264 + - *289 + - *290 + - *484 + - *285 responses: '204': description: Response @@ -76314,9 +76384,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: required: true content: @@ -76340,7 +76410,7 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *483 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -76360,11 +76430,11 @@ paths: description: |- You can use the REST API to list the sub-issues on an issue. - This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)." + This endpoint supports the following custom media types. For more information, see [Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types). - - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type. - - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`. - - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`. + - **`application/vnd.github.raw+json`**: Returns the raw Markdown body. Response will include `body`. This is the default if you do not pass any specific media type. + - **`application/vnd.github.text+json`**: Returns a text only representation of the Markdown body. Response will include `body_text`. + - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's Markdown. Response will include `body_html`. - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`. tags: - issues @@ -76373,9 +76443,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 - *17 - *19 responses: @@ -76387,11 +76457,11 @@ paths: type: array items: *74 examples: - default: *467 + default: *488 headers: Link: *57 '404': *6 - '410': *277 + '410': *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76419,9 +76489,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: required: true content: @@ -76450,14 +76520,14 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *483 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *277 + '410': *298 '422': *15 '404': *6 x-github: @@ -76477,9 +76547,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 requestBody: required: true content: @@ -76512,7 +76582,7 @@ paths: application/json: schema: *74 examples: - default: *462 + default: *483 '403': *27 '404': *6 '422': *7 @@ -76534,9 +76604,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *268 - - *269 - - *463 + - *289 + - *290 + - *484 - *17 - *19 responses: @@ -76551,19 +76621,19 @@ paths: description: Timeline Event type: object anyOf: - - *468 - - *469 - - *470 - - *471 - - *472 - - *473 - - *474 - - *475 - - *476 - - *477 - - *478 - - *479 - - *480 + - *489 + - *490 + - *491 + - *492 + - *493 + - *494 + - *495 + - *496 + - *497 + - *498 + - *499 + - *500 + - *501 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -76887,7 +76957,7 @@ paths: type: string comments: type: array - items: &500 + items: &521 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -77125,7 +77195,7 @@ paths: type: string comments: type: array - items: *395 + items: *416 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -77400,7 +77470,7 @@ paths: headers: Link: *57 '404': *6 - '410': *277 + '410': *298 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77417,8 +77487,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -77428,7 +77498,7 @@ paths: application/json: schema: type: array - items: &481 + items: &502 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -77495,8 +77565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -77532,9 +77602,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *502 examples: - default: &482 + default: &503 value: id: 1 key: ssh-rsa AAA... @@ -77568,9 +77638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *268 - - *269 - - &483 + - *289 + - *290 + - &504 name: key_id description: The unique identifier of the key. in: path @@ -77582,9 +77652,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *502 examples: - default: *482 + default: *503 '404': *6 x-github: githubCloudOnly: false @@ -77602,9 +77672,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *268 - - *269 - - *483 + - *289 + - *290 + - *504 responses: '204': description: Response @@ -77624,8 +77694,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -77635,9 +77705,9 @@ paths: application/json: schema: type: array - items: *465 + items: *486 examples: - default: *466 + default: *487 headers: Link: *57 '404': *6 @@ -77658,8 +77728,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -77695,9 +77765,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *486 examples: - default: &484 + default: &505 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -77729,8 +77799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *268 - - *269 + - *289 + - *290 - name: name in: path required: true @@ -77741,9 +77811,9 @@ paths: description: Response content: application/json: - schema: *465 + schema: *486 examples: - default: *484 + default: *505 '404': *6 x-github: githubCloudOnly: false @@ -77760,8 +77830,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *268 - - *269 + - *289 + - *290 - name: name in: path required: true @@ -77800,7 +77870,7 @@ paths: description: Response content: application/json: - schema: *465 + schema: *486 examples: default: value: @@ -77826,8 +77896,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *268 - - *269 + - *289 + - *290 - name: name in: path required: true @@ -77853,8 +77923,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -77893,9 +77963,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *268 - - *269 - - *373 + - *289 + - *290 + - *394 responses: '200': description: Response @@ -78042,8 +78112,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -78108,8 +78178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -78143,9 +78213,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *396 + schema: *417 examples: - default: *485 + default: *506 '204': description: Response when already merged '404': @@ -78170,8 +78240,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *268 - - *269 + - *289 + - *290 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -78212,7 +78282,7 @@ paths: application/json: schema: type: array - items: *400 + items: *421 examples: default: value: @@ -78268,8 +78338,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -78309,9 +78379,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *421 examples: - default: &486 + default: &507 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -78370,9 +78440,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *268 - - *269 - - &487 + - *289 + - *290 + - &508 name: milestone_number description: The number that identifies the milestone. in: path @@ -78384,9 +78454,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *421 examples: - default: *486 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -78403,9 +78473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *268 - - *269 - - *487 + - *289 + - *290 + - *508 requestBody: required: false content: @@ -78443,9 +78513,9 @@ paths: description: Response content: application/json: - schema: *400 + schema: *421 examples: - default: *486 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78461,9 +78531,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *268 - - *269 - - *487 + - *289 + - *290 + - *508 responses: '204': description: Response @@ -78484,9 +78554,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *268 - - *269 - - *487 + - *289 + - *290 + - *508 - *17 - *19 responses: @@ -78496,9 +78566,9 @@ paths: application/json: schema: type: array - items: *465 + items: *486 examples: - default: *466 + default: *487 headers: Link: *57 x-github: @@ -78517,12 +78587,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *268 - - *269 - - *488 - - *489 + - *289 + - *290 + - *509 + - *510 - *64 - - *490 + - *511 - *17 - *19 responses: @@ -78534,7 +78604,7 @@ paths: type: array items: *86 examples: - default: *491 + default: *512 headers: Link: *57 x-github: @@ -78558,8 +78628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: false content: @@ -78617,14 +78687,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: &492 + schema: &513 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -78768,7 +78838,7 @@ paths: - custom_404 - public examples: - default: &493 + default: &514 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -78809,8 +78879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -78865,9 +78935,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *513 examples: - default: *493 + default: *514 '422': *15 '409': *45 x-github: @@ -78890,8 +78960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -78991,8 +79061,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -79018,8 +79088,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -79029,7 +79099,7 @@ paths: application/json: schema: type: array - items: &494 + items: &515 title: Page Build description: Page Build type: object @@ -79121,8 +79191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *268 - - *269 + - *289 + - *290 responses: '201': description: Response @@ -79169,16 +79239,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *494 + schema: *515 examples: - default: &495 + default: &516 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -79226,8 +79296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *268 - - *269 + - *289 + - *290 - name: build_id in: path required: true @@ -79238,9 +79308,9 @@ paths: description: Response content: application/json: - schema: *494 + schema: *515 examples: - default: *495 + default: *516 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79260,8 +79330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -79369,9 +79439,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *268 - - *269 - - &496 + - *289 + - *290 + - &517 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -79429,11 +79499,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *268 - - *269 - - *496 + - *289 + - *290 + - *517 responses: - '204': *141 + '204': *142 '404': *6 x-github: githubCloudOnly: false @@ -79458,8 +79528,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -79754,8 +79824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Private vulnerability reporting status @@ -79792,10 +79862,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: - '204': *141 + '204': *142 '422': *14 x-github: githubCloudOnly: false @@ -79814,10 +79884,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: - '204': *141 + '204': *142 '422': *14 x-github: githubCloudOnly: false @@ -79838,8 +79908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#list-repository-projects parameters: - - *268 - - *269 + - *289 + - *290 - name: state description: Indicates the state of the projects to return. in: query @@ -79860,7 +79930,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -79900,7 +79970,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *277 + '410': *298 '422': *7 x-github: githubCloudOnly: false @@ -79923,8 +79993,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#create-a-repository-project parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -79950,13 +80020,13 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: - default: *276 + default: *297 '401': *23 '403': *27 '404': *6 - '410': *277 + '410': *298 '422': *7 x-github: githubCloudOnly: false @@ -79979,8 +80049,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -79988,7 +80058,7 @@ paths: application/json: schema: type: array - items: *225 + items: *226 examples: default: value: @@ -80019,8 +80089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -80032,7 +80102,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *225 + items: *226 required: - properties examples: @@ -80082,8 +80152,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *268 - - *269 + - *289 + - *290 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -80143,9 +80213,9 @@ paths: application/json: schema: type: array - items: *497 + items: *518 examples: - default: *498 + default: *519 headers: Link: *57 '304': *35 @@ -80177,8 +80247,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -80245,7 +80315,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &523 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -80374,7 +80444,7 @@ paths: milestone: anyOf: - type: 'null' - - *400 + - *421 active_lock_reason: type: - string @@ -80429,7 +80499,7 @@ paths: type: - array - 'null' - items: *202 + items: *203 head: type: object properties: @@ -80467,14 +80537,14 @@ paths: _links: type: object properties: - comments: *401 - commits: *401 - statuses: *401 - html: *401 - issue: *401 - review_comments: *401 - review_comment: *401 - self: *401 + comments: *422 + commits: *422 + statuses: *422 + html: *422 + issue: *422 + review_comments: *422 + review_comment: *422 + self: *422 required: - comments - commits @@ -80485,7 +80555,7 @@ paths: - review_comment - self author_association: *60 - auto_merge: *499 + auto_merge: *520 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -80587,7 +80657,7 @@ paths: - merged_by - review_comments examples: - default: &503 + default: &524 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -81114,8 +81184,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - name: sort in: query required: false @@ -81144,9 +81214,9 @@ paths: application/json: schema: type: array - items: *500 + items: *521 examples: - default: &505 + default: &526 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -81223,17 +81293,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *268 - - *269 + - *289 + - *290 - *73 responses: '200': description: Response content: application/json: - schema: *500 + schema: *521 examples: - default: &501 + default: &522 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -81308,8 +81378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *268 - - *269 + - *289 + - *290 - *73 requestBody: required: true @@ -81332,9 +81402,9 @@ paths: description: Response content: application/json: - schema: *500 + schema: *521 examples: - default: *501 + default: *522 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81350,8 +81420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *268 - - *269 + - *289 + - *290 - *73 responses: '204': @@ -81373,8 +81443,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -81401,9 +81471,9 @@ paths: application/json: schema: type: array - items: *261 + items: *282 examples: - default: *263 + default: *284 headers: Link: *57 '404': *6 @@ -81424,8 +81494,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *268 - - *269 + - *289 + - *290 - *73 requestBody: required: true @@ -81458,16 +81528,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '201': description: Reaction created content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '422': *15 x-github: githubCloudOnly: false @@ -81489,10 +81559,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *268 - - *269 + - *289 + - *290 - *73 - - *264 + - *285 responses: '204': description: Response @@ -81535,9 +81605,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *268 - - *269 - - &504 + - *289 + - *290 + - &525 name: pull_number description: The number that identifies the pull request. in: path @@ -81550,9 +81620,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *502 + schema: *523 examples: - default: *503 + default: *524 '304': *35 '404': *6 '406': @@ -81587,9 +81657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 requestBody: required: false content: @@ -81631,9 +81701,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *523 examples: - default: *503 + default: *524 '422': *15 '403': *27 x-github: @@ -81655,9 +81725,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 requestBody: required: true content: @@ -81718,17 +81788,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *408 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *408 '401': *23 '403': *27 '404': *6 @@ -81758,9 +81828,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 - *83 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -81781,9 +81851,9 @@ paths: application/json: schema: type: array - items: *500 + items: *521 examples: - default: *505 + default: *526 headers: Link: *57 x-github: @@ -81816,9 +81886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 requestBody: required: true content: @@ -81924,7 +81994,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *521 examples: example-for-a-multi-line-comment: value: @@ -82012,9 +82082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 - *73 requestBody: required: true @@ -82037,7 +82107,7 @@ paths: description: Response content: application/json: - schema: *500 + schema: *521 examples: default: value: @@ -82123,9 +82193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 - *17 - *19 responses: @@ -82135,9 +82205,9 @@ paths: application/json: schema: type: array - items: *396 + items: *417 examples: - default: *506 + default: *527 headers: Link: *57 x-github: @@ -82167,9 +82237,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 - *17 - *19 responses: @@ -82179,7 +82249,7 @@ paths: application/json: schema: type: array - items: *408 + items: *429 examples: default: value: @@ -82217,9 +82287,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 responses: '204': description: Response if pull request has been merged @@ -82242,9 +82312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 requestBody: required: false content: @@ -82356,9 +82426,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 responses: '200': description: Response @@ -82374,7 +82444,7 @@ paths: items: *4 teams: type: array - items: *146 + items: *147 required: - users - teams @@ -82433,9 +82503,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 requestBody: required: false content: @@ -82472,7 +82542,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *518 examples: default: value: @@ -83008,9 +83078,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 requestBody: required: true content: @@ -83044,7 +83114,7 @@ paths: description: Response content: application/json: - schema: *497 + schema: *518 examples: default: value: @@ -83549,9 +83619,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 - *17 - *19 responses: @@ -83561,7 +83631,7 @@ paths: application/json: schema: type: array - items: &507 + items: &528 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -83717,9 +83787,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 requestBody: required: false content: @@ -83809,9 +83879,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *528 examples: - default: &509 + default: &530 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -83874,10 +83944,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *268 - - *269 - - *504 - - &508 + - *289 + - *290 + - *525 + - &529 name: review_id description: The unique identifier of the review. in: path @@ -83889,9 +83959,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *528 examples: - default: &510 + default: &531 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -83950,10 +84020,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *268 - - *269 - - *504 - - *508 + - *289 + - *290 + - *525 + - *529 requestBody: required: true content: @@ -83976,7 +84046,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *528 examples: default: value: @@ -84038,18 +84108,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *268 - - *269 - - *504 - - *508 + - *289 + - *290 + - *525 + - *529 responses: '200': description: Response content: application/json: - schema: *507 + schema: *528 examples: - default: *509 + default: *530 '422': *7 '404': *6 x-github: @@ -84076,10 +84146,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *268 - - *269 - - *504 - - *508 + - *289 + - *290 + - *525 + - *529 - *17 - *19 responses: @@ -84177,9 +84247,9 @@ paths: _links: type: object properties: - self: *401 - html: *401 - pull_request: *401 + self: *422 + html: *422 + pull_request: *422 required: - self - html @@ -84337,10 +84407,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *268 - - *269 - - *504 - - *508 + - *289 + - *290 + - *525 + - *529 requestBody: required: true content: @@ -84369,7 +84439,7 @@ paths: description: Response content: application/json: - schema: *507 + schema: *528 examples: default: value: @@ -84432,10 +84502,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *268 - - *269 - - *504 - - *508 + - *289 + - *290 + - *525 + - *529 requestBody: required: true content: @@ -84470,9 +84540,9 @@ paths: description: Response content: application/json: - schema: *507 + schema: *528 examples: - default: *510 + default: *531 '404': *6 '422': *7 '403': *27 @@ -84494,9 +84564,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *268 - - *269 - - *504 + - *289 + - *290 + - *525 requestBody: required: false content: @@ -84560,8 +84630,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *268 - - *269 + - *289 + - *290 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -84574,9 +84644,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *532 examples: - default: &512 + default: &533 value: type: file encoding: base64 @@ -84618,8 +84688,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *268 - - *269 + - *289 + - *290 - name: dir description: The alternate path to look for a README file in: path @@ -84639,9 +84709,9 @@ paths: description: Response content: application/json: - schema: *511 + schema: *532 examples: - default: *512 + default: *533 '404': *6 '422': *15 x-github: @@ -84663,8 +84733,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -84674,7 +84744,7 @@ paths: application/json: schema: type: array - items: &513 + items: &534 title: Release description: A release. type: object @@ -84751,7 +84821,7 @@ paths: author: *4 assets: type: array - items: &514 + items: &535 title: Release Asset description: Data related to a release. type: object @@ -84938,8 +85008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -85015,9 +85085,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *534 examples: - default: &517 + default: &538 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -85122,9 +85192,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *268 - - *269 - - &515 + - *289 + - *290 + - &536 name: asset_id description: The unique identifier of the asset. in: path @@ -85136,9 +85206,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *535 examples: - default: &516 + default: &537 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 @@ -85173,7 +85243,7 @@ paths: type: User site_admin: false '404': *6 - '302': *410 + '302': *431 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85189,9 +85259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *268 - - *269 - - *515 + - *289 + - *290 + - *536 requestBody: required: false content: @@ -85220,9 +85290,9 @@ paths: description: Response content: application/json: - schema: *514 + schema: *535 examples: - default: *516 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85238,9 +85308,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *268 - - *269 - - *515 + - *289 + - *290 + - *536 responses: '204': description: Response @@ -85264,8 +85334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -85351,16 +85421,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *513 + schema: *534 examples: - default: *517 + default: *538 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85377,8 +85447,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *268 - - *269 + - *289 + - *290 - name: tag description: tag parameter in: path @@ -85391,9 +85461,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *534 examples: - default: *517 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -85415,9 +85485,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *268 - - *269 - - &518 + - *289 + - *290 + - &539 name: release_id description: The unique identifier of the release. in: path @@ -85431,9 +85501,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *513 + schema: *534 examples: - default: *517 + default: *538 '401': description: Unauthorized x-github: @@ -85451,9 +85521,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *268 - - *269 - - *518 + - *289 + - *290 + - *539 requestBody: required: false content: @@ -85517,9 +85587,9 @@ paths: description: Response content: application/json: - schema: *513 + schema: *534 examples: - default: *517 + default: *538 '404': description: Not Found if the discussion category name is invalid content: @@ -85540,9 +85610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *268 - - *269 - - *518 + - *289 + - *290 + - *539 responses: '204': description: Response @@ -85562,9 +85632,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *268 - - *269 - - *518 + - *289 + - *290 + - *539 - *17 - *19 responses: @@ -85574,7 +85644,7 @@ paths: application/json: schema: type: array - items: *514 + items: *535 examples: default: value: @@ -85655,9 +85725,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: - - *268 - - *269 - - *518 + - *289 + - *290 + - *539 - name: name in: query required: true @@ -85683,7 +85753,7 @@ paths: description: Response for successful upload content: application/json: - schema: *514 + schema: *535 examples: response-for-successful-upload: value: @@ -85738,9 +85808,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *268 - - *269 - - *518 + - *289 + - *290 + - *539 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -85764,9 +85834,9 @@ paths: application/json: schema: type: array - items: *261 + items: *282 examples: - default: *263 + default: *284 headers: Link: *57 '404': *6 @@ -85787,9 +85857,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *268 - - *269 - - *518 + - *289 + - *290 + - *539 requestBody: required: true content: @@ -85819,16 +85889,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '201': description: Reaction created content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 '422': *15 x-github: githubCloudOnly: false @@ -85850,10 +85920,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *268 - - *269 - - *518 - - *264 + - *289 + - *290 + - *539 + - *285 responses: '204': description: Response @@ -85877,9 +85947,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *268 - - *269 - - *336 + - *289 + - *290 + - *357 - *17 - *19 responses: @@ -85895,8 +85965,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *519 - - &521 + - *233 + - &540 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -85916,65 +85986,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *520 - - *521 + - *234 + - *540 - allOf: - - *522 - - *521 + - *235 + - *540 - allOf: - - *523 - - *521 + - *236 + - *540 - allOf: - - *524 - - *521 + - *541 + - *540 - allOf: - - *525 - - *521 + - *237 + - *540 - allOf: - - *526 - - *521 + - *238 + - *540 - allOf: - - *527 - - *521 + - *239 + - *540 - allOf: - - *528 - - *521 + - *240 + - *540 - allOf: - - *529 - - *521 + - *241 + - *540 - allOf: - - *530 - - *521 + - *242 + - *540 - allOf: - - *531 - - *521 + - *243 + - *540 - allOf: - - *532 - - *521 + - *244 + - *540 - allOf: - - *533 - - *521 + - *245 + - *540 - allOf: - - *534 - - *521 + - *246 + - *540 - allOf: - - *535 - - *521 + - *247 + - *540 - allOf: - - *536 - - *521 + - *248 + - *540 - allOf: - - *537 - - *521 + - *249 + - *540 - allOf: - - *538 - - *521 + - *250 + - *540 - allOf: - - *539 - - *521 + - *251 + - *540 - allOf: + - *252 - *540 - - *521 examples: default: value: @@ -86013,8 +86083,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 - name: includes_parents @@ -86025,7 +86095,7 @@ paths: schema: type: boolean default: true - - *541 + - *542 responses: '200': description: Response @@ -86033,7 +86103,7 @@ paths: application/json: schema: type: array - items: *233 + items: *253 examples: default: value: @@ -86080,8 +86150,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - - *269 + - *289 + - *290 requestBody: description: Request body required: true @@ -86101,16 +86171,16 @@ paths: - tag - push default: branch - enforcement: *229 + enforcement: *230 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *230 - conditions: *227 + items: *231 + conditions: *228 rules: type: array description: An array of rules within the ruleset. - items: *232 + items: *543 required: - name - enforcement @@ -86141,9 +86211,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *253 examples: - default: &551 + default: &553 value: id: 42 name: super cool ruleset @@ -86190,12 +86260,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *268 - - *269 - - *542 - - *543 + - *289 + - *290 - *544 - *545 + - *546 + - *547 - *17 - *19 responses: @@ -86203,9 +86273,9 @@ paths: description: Response content: application/json: - schema: *546 + schema: *548 examples: - default: *547 + default: *549 '404': *6 '500': *91 x-github: @@ -86226,17 +86296,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *268 - - *269 - - *548 + - *289 + - *290 + - *550 responses: '200': description: Response content: application/json: - schema: *549 + schema: *551 examples: - default: *550 + default: *552 '404': *6 '500': *91 x-github: @@ -86264,8 +86334,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - - *269 + - *289 + - *290 - name: ruleset_id description: The ID of the ruleset. in: path @@ -86285,9 +86355,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *253 examples: - default: *551 + default: *553 '404': *6 '500': *91 put: @@ -86305,8 +86375,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - - *269 + - *289 + - *290 - name: ruleset_id description: The ID of the ruleset. in: path @@ -86331,16 +86401,16 @@ paths: - branch - tag - push - enforcement: *229 + enforcement: *230 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *230 - conditions: *227 + items: *231 + conditions: *228 rules: description: An array of rules within the ruleset. type: array - items: *232 + items: *543 examples: default: value: @@ -86368,9 +86438,9 @@ paths: description: Response content: application/json: - schema: *233 + schema: *253 examples: - default: *551 + default: *553 '404': *6 '500': *91 delete: @@ -86388,8 +86458,8 @@ paths: category: repos subcategory: rules parameters: - - *268 - - *269 + - *289 + - *290 - name: ruleset_id description: The ID of the ruleset. in: path @@ -86412,8 +86482,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 - name: ruleset_id @@ -86429,9 +86499,9 @@ paths: application/json: schema: type: array - items: *235 + items: *256 examples: - default: *552 + default: *554 '404': *6 '500': *91 x-github: @@ -86450,8 +86520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *268 - - *269 + - *289 + - *290 - name: ruleset_id description: The ID of the ruleset. in: path @@ -86469,7 +86539,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *555 examples: default: value: @@ -86524,21 +86594,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *268 - - *269 - - *236 - - *237 - - *238 - - *239 + - *289 + - *290 + - *257 + - *258 + - *259 + - *260 - *46 - *19 - *17 - - *554 - - *555 - - *240 - - *241 - - *242 - - *243 + - *556 + - *557 + - *261 + - *262 + - *263 + - *264 responses: '200': description: Response @@ -86546,7 +86616,7 @@ paths: application/json: schema: type: array - items: &559 + items: &561 type: object properties: number: *52 @@ -86562,8 +86632,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *556 - resolution: *557 + state: *558 + resolution: *559 resolved_at: type: - string @@ -86657,7 +86727,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *558 + - *560 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -86806,16 +86876,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *268 - - *269 - - *367 - - *243 + - *289 + - *290 + - *388 + - *264 responses: '200': description: Response content: application/json: - schema: *559 + schema: *561 examples: default: value: @@ -86867,9 +86937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *268 - - *269 - - *367 + - *289 + - *290 + - *388 requestBody: required: true content: @@ -86877,8 +86947,8 @@ paths: schema: type: object properties: - state: *556 - resolution: *557 + state: *558 + resolution: *559 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -86897,7 +86967,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *561 examples: default: value: @@ -86972,9 +87042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *268 - - *269 - - *367 + - *289 + - *290 + - *388 - *19 - *17 responses: @@ -86985,7 +87055,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &708 + items: &710 type: object properties: type: @@ -87012,8 +87082,6 @@ paths: - commit details: oneOf: - - *560 - - *561 - *562 - *563 - *564 @@ -87025,6 +87093,8 @@ paths: - *570 - *571 - *572 + - *573 + - *574 examples: default: value: @@ -87110,8 +87180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -87119,14 +87189,14 @@ paths: schema: type: object properties: - reason: &574 + reason: &576 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *573 + placeholder_id: *575 required: - reason - placeholder_id @@ -87143,7 +87213,7 @@ paths: schema: type: object properties: - reason: *574 + reason: *576 expire_at: type: - string @@ -87187,8 +87257,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -87203,7 +87273,7 @@ paths: properties: incremental_scans: type: array - items: &575 + items: &577 description: Information on a single scan performed by secret scanning on the repository type: object @@ -87231,15 +87301,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *575 + items: *577 backfill_scans: type: array - items: *575 + items: *577 custom_pattern_backfill_scans: type: array items: allOf: - - *575 + - *577 - type: object properties: pattern_name: @@ -87309,8 +87379,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *268 - - *269 + - *289 + - *290 - *46 - name: sort description: The property to sort the results by. @@ -87354,9 +87424,9 @@ paths: application/json: schema: type: array - items: *576 + items: *578 examples: - default: *577 + default: *579 '400': *14 '404': *6 x-github: @@ -87379,8 +87449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -87460,7 +87530,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *267 required: - login - type @@ -87550,9 +87620,9 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: &579 + default: &581 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -87785,8 +87855,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -87899,7 +87969,7 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: default: value: @@ -88046,17 +88116,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *268 - - *269 - - *578 + - *289 + - *290 + - *580 responses: '200': description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *579 + default: *581 '403': *27 '404': *6 x-github: @@ -88080,9 +88150,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *268 - - *269 - - *578 + - *289 + - *290 + - *580 requestBody: required: true content: @@ -88162,7 +88232,7 @@ paths: login: type: string description: The username of the user credited. - type: *246 + type: *267 required: - login - type @@ -88253,10 +88323,10 @@ paths: description: Response content: application/json: - schema: *576 + schema: *578 examples: - default: *579 - add_credit: *579 + default: *581 + add_credit: *581 '403': *27 '404': *6 '422': @@ -88294,9 +88364,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *268 - - *269 - - *578 + - *289 + - *290 + - *580 responses: '202': *37 '400': *14 @@ -88323,17 +88393,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *268 - - *269 - - *578 + - *289 + - *290 + - *580 responses: '202': description: Response content: application/json: - schema: *279 + schema: *300 examples: - default: *281 + default: *302 '400': *14 '422': *15 '403': *27 @@ -88359,8 +88429,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -88456,8 +88526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -88466,7 +88536,7 @@ paths: application/json: schema: type: array - items: &580 + items: &582 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -88479,7 +88549,7 @@ paths: - 1124 - -435 '202': *37 - '204': *141 + '204': *142 '422': description: Repository contains more than 10,000 commits x-github: @@ -88499,8 +88569,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -88551,7 +88621,7 @@ paths: total: 89 week: 1336280400 '202': *37 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88578,8 +88648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -88651,7 +88721,7 @@ paths: d: 77 c: 10 '202': *37 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88673,8 +88743,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -88828,8 +88898,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -88839,7 +88909,7 @@ paths: application/json: schema: type: array - items: *580 + items: *582 examples: default: value: @@ -88852,7 +88922,7 @@ paths: - - 0 - 2 - 21 - '204': *141 + '204': *142 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88872,8 +88942,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *268 - - *269 + - *289 + - *290 - name: sha in: path required: true @@ -88929,7 +88999,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *583 examples: default: value: @@ -88983,8 +89053,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -88996,7 +89066,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -89016,14 +89086,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &582 + schema: &584 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -89096,8 +89166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: false content: @@ -89123,7 +89193,7 @@ paths: description: Response content: application/json: - schema: *582 + schema: *584 examples: default: value: @@ -89150,8 +89220,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -89171,8 +89241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -89254,8 +89324,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -89263,7 +89333,7 @@ paths: application/json: schema: type: array - items: &583 + items: &585 title: Tag protection description: Tag protection type: object @@ -89320,8 +89390,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -89344,7 +89414,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *585 examples: default: value: @@ -89375,8 +89445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -89413,8 +89483,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *268 - - *269 + - *289 + - *290 - name: ref in: path required: true @@ -89450,8 +89520,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *268 - - *269 + - *289 + - *290 - *17 - *19 responses: @@ -89461,9 +89531,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - default: *203 + default: *204 headers: Link: *57 '404': *6 @@ -89483,8 +89553,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *268 - - *269 + - *289 + - *290 - *19 - *17 responses: @@ -89492,7 +89562,7 @@ paths: description: Response content: application/json: - schema: &584 + schema: &586 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -89504,7 +89574,7 @@ paths: required: - names examples: - default: &585 + default: &587 value: names: - octocat @@ -89527,8 +89597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -89559,9 +89629,9 @@ paths: description: Response content: application/json: - schema: *584 + schema: *586 examples: - default: *585 + default: *587 '404': *6 '422': *7 x-github: @@ -89582,9 +89652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *268 - - *269 - - &586 + - *289 + - *290 + - &588 name: per description: The time frame to display results for. in: query @@ -89615,7 +89685,7 @@ paths: - 128 clones: type: array - items: &587 + items: &589 title: Traffic type: object properties: @@ -89702,8 +89772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -89797,8 +89867,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *268 - - *269 + - *289 + - *290 responses: '200': description: Response @@ -89861,9 +89931,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *268 - - *269 - - *586 + - *289 + - *290 + - *588 responses: '200': description: Response @@ -89884,7 +89954,7 @@ paths: - 3782 views: type: array - items: *587 + items: *589 required: - uniques - count @@ -89961,8 +90031,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *268 - - *269 + - *289 + - *290 requestBody: required: true content: @@ -90236,8 +90306,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -90260,8 +90330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -90283,8 +90353,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -90310,8 +90380,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *268 - - *269 + - *289 + - *290 - name: ref in: path required: true @@ -90403,9 +90473,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *300 examples: - default: *281 + default: *302 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -90654,7 +90724,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &588 + text_matches: &590 title: Search Result Text Matches type: array items: @@ -90817,7 +90887,7 @@ paths: enum: - author-date - committer-date - - &589 + - &591 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 @@ -90886,7 +90956,7 @@ paths: committer: anyOf: - type: 'null' - - *334 + - *355 comment_count: type: integer message: @@ -90905,7 +90975,7 @@ paths: url: type: string format: uri - verification: *445 + verification: *466 required: - author - committer @@ -90920,7 +90990,7 @@ paths: committer: anyOf: - type: 'null' - - *334 + - *355 parents: type: array items: @@ -90937,7 +91007,7 @@ paths: type: number node_id: type: string - text_matches: *588 + text_matches: *590 required: - sha - node_id @@ -91119,7 +91189,7 @@ paths: - interactions - created - updated - - *589 + - *591 - *17 - *19 - name: advanced_search @@ -91243,7 +91313,7 @@ paths: milestone: anyOf: - type: 'null' - - *400 + - *421 comments: type: integer created_at: @@ -91257,7 +91327,7 @@ paths: - string - 'null' format: date-time - text_matches: *588 + text_matches: *590 pull_request: type: object properties: @@ -91306,7 +91376,7 @@ paths: timeline_url: type: string format: uri - type: *185 + type: *186 performed_via_github_app: anyOf: - type: 'null' @@ -91483,7 +91553,7 @@ paths: enum: - created - updated - - *589 + - *591 - *17 - *19 responses: @@ -91528,7 +91598,7 @@ paths: - 'null' score: type: number - text_matches: *588 + text_matches: *590 required: - id - node_id @@ -91613,7 +91683,7 @@ paths: - forks - help-wanted-issues - updated - - *589 + - *591 - *17 - *19 responses: @@ -91850,7 +91920,7 @@ paths: - admin - pull - push - text_matches: *588 + text_matches: *590 temp_clone_token: type: string allow_merge_commit: @@ -92158,7 +92228,7 @@ paths: - string - 'null' format: uri - text_matches: *588 + text_matches: *590 related: type: - array @@ -92351,7 +92421,7 @@ paths: - followers - repositories - joined - - *589 + - *591 - *17 - *19 responses: @@ -92461,7 +92531,7 @@ paths: type: - boolean - 'null' - text_matches: *588 + text_matches: *590 blog: type: - string @@ -92543,7 +92613,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &590 + - &592 name: team_id description: The unique identifier of the team. in: path @@ -92555,9 +92625,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *274 examples: - default: *254 + default: *275 '404': *6 x-github: githubCloudOnly: false @@ -92584,7 +92654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *590 + - *592 requestBody: required: true content: @@ -92648,16 +92718,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *274 examples: - default: *254 + default: *275 '201': description: Response content: application/json: - schema: *253 + schema: *274 examples: - default: *254 + default: *275 '404': *6 '422': *15 '403': *27 @@ -92685,7 +92755,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *590 + - *592 responses: '204': description: Response @@ -92716,7 +92786,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#list-discussions-legacy parameters: - - *590 + - *592 - *46 - *17 - *19 @@ -92727,9 +92797,9 @@ paths: application/json: schema: type: array - items: *255 + items: *276 examples: - default: *591 + default: *593 headers: Link: *57 x-github: @@ -92758,7 +92828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#create-a-discussion-legacy parameters: - - *590 + - *592 requestBody: required: true content: @@ -92792,9 +92862,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *276 examples: - default: *256 + default: *277 x-github: triggersNotification: true githubCloudOnly: false @@ -92821,16 +92891,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#get-a-discussion-legacy parameters: - - *590 - - *257 + - *592 + - *278 responses: '200': description: Response content: application/json: - schema: *255 + schema: *276 examples: - default: *256 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92855,8 +92925,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#update-a-discussion-legacy parameters: - - *590 - - *257 + - *592 + - *278 requestBody: required: false content: @@ -92879,9 +92949,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *276 examples: - default: *592 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92906,8 +92976,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussions#delete-a-discussion-legacy parameters: - - *590 - - *257 + - *592 + - *278 responses: '204': description: Response @@ -92936,8 +93006,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *590 - - *257 + - *592 + - *278 - *46 - *17 - *19 @@ -92948,9 +93018,9 @@ paths: application/json: schema: type: array - items: *258 + items: *279 examples: - default: *593 + default: *595 headers: Link: *57 x-github: @@ -92979,8 +93049,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *590 - - *257 + - *592 + - *278 requestBody: required: true content: @@ -93002,9 +93072,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *279 examples: - default: *259 + default: *280 x-github: triggersNotification: true githubCloudOnly: false @@ -93031,17 +93101,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *590 - - *257 - - *260 + - *592 + - *278 + - *281 responses: '200': description: Response content: application/json: - schema: *258 + schema: *279 examples: - default: *259 + default: *280 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93066,9 +93136,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *590 - - *257 - - *260 + - *592 + - *278 + - *281 requestBody: required: true content: @@ -93090,9 +93160,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *279 examples: - default: *594 + default: *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93117,9 +93187,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *590 - - *257 - - *260 + - *592 + - *278 + - *281 responses: '204': description: Response @@ -93148,9 +93218,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *590 - - *257 - - *260 + - *592 + - *278 + - *281 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -93176,9 +93246,9 @@ paths: application/json: schema: type: array - items: *261 + items: *282 examples: - default: *263 + default: *284 headers: Link: *57 x-github: @@ -93207,9 +93277,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *590 - - *257 - - *260 + - *592 + - *278 + - *281 requestBody: required: true content: @@ -93241,9 +93311,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93269,8 +93339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *590 - - *257 + - *592 + - *278 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -93296,9 +93366,9 @@ paths: application/json: schema: type: array - items: *261 + items: *282 examples: - default: *263 + default: *284 headers: Link: *57 x-github: @@ -93327,8 +93397,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *590 - - *257 + - *592 + - *278 requestBody: required: true content: @@ -93360,9 +93430,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *282 examples: - default: *262 + default: *283 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -93386,7 +93456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *590 + - *592 - *17 - *19 responses: @@ -93396,9 +93466,9 @@ paths: application/json: schema: type: array - items: *182 + items: *183 examples: - default: *183 + default: *184 headers: Link: *57 x-github: @@ -93424,7 +93494,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *590 + - *592 - name: role description: Filters members returned by their role in the team. in: query @@ -93447,7 +93517,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '404': *6 @@ -93475,7 +93545,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *590 + - *592 - *129 responses: '204': @@ -93512,7 +93582,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *590 + - *592 - *129 responses: '204': @@ -93552,7 +93622,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *590 + - *592 - *129 responses: '204': @@ -93589,16 +93659,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *590 + - *592 - *129 responses: '200': description: Response content: application/json: - schema: *265 + schema: *286 examples: - response-if-user-is-a-team-maintainer: *595 + response-if-user-is-a-team-maintainer: *597 '404': *6 x-github: githubCloudOnly: false @@ -93631,7 +93701,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *590 + - *592 - *129 requestBody: required: false @@ -93657,9 +93727,9 @@ paths: description: Response content: application/json: - schema: *265 + schema: *286 examples: - response-if-users-membership-with-team-is-now-pending: *596 + response-if-users-membership-with-team-is-now-pending: *598 '403': description: Forbidden if team synchronization is set up '422': @@ -93693,7 +93763,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *590 + - *592 - *129 responses: '204': @@ -93722,7 +93792,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-projects-legacy parameters: - - *590 + - *592 - *17 - *19 responses: @@ -93732,9 +93802,9 @@ paths: application/json: schema: type: array - items: *266 + items: *287 examples: - default: *597 + default: *599 headers: Link: *57 '404': *6 @@ -93760,16 +93830,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *590 - - *267 + - *592 + - *288 responses: '200': description: Response content: application/json: - schema: *266 + schema: *287 examples: - default: *598 + default: *600 '404': description: Not Found if project is not managed by this team x-github: @@ -93793,8 +93863,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *590 - - *267 + - *592 + - *288 requestBody: required: false content: @@ -93861,8 +93931,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *590 - - *267 + - *592 + - *288 responses: '204': description: Response @@ -93889,7 +93959,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *590 + - *592 - *17 - *19 responses: @@ -93901,7 +93971,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 '404': *6 @@ -93931,15 +94001,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *590 - - *268 - - *269 + - *592 + - *289 + - *290 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *599 + schema: *601 examples: alternative-response-with-extra-repository-information: value: @@ -94090,9 +94160,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *590 - - *268 - - *269 + - *592 + - *289 + - *290 requestBody: required: false content: @@ -94142,9 +94212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *590 - - *268 - - *269 + - *592 + - *289 + - *290 responses: '204': description: Response @@ -94169,7 +94239,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *590 + - *592 - *17 - *19 responses: @@ -94179,9 +94249,9 @@ paths: application/json: schema: type: array - items: *146 + items: *147 examples: - response-if-child-teams-exist: *600 + response-if-child-teams-exist: *602 headers: Link: *57 '404': *6 @@ -94214,7 +94284,7 @@ paths: application/json: schema: oneOf: - - &602 + - &604 title: Private User description: Private User type: object @@ -94464,7 +94534,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *601 + - *603 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -94624,7 +94694,7 @@ paths: description: Response content: application/json: - schema: *602 + schema: *604 examples: default: value: @@ -94703,7 +94773,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 '304': *35 '404': *6 '403': *27 @@ -94827,9 +94897,9 @@ paths: type: integer codespaces: type: array - items: *191 + items: *192 examples: - default: *192 + default: *193 '304': *35 '500': *91 '401': *23 @@ -94968,17 +95038,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *408 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *408 '401': *23 '403': *27 '404': *6 @@ -95022,7 +95092,7 @@ paths: type: integer secrets: type: array - items: &603 + items: &605 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -95064,7 +95134,7 @@ paths: - visibility - selected_repositories_url examples: - default: *389 + default: *410 headers: Link: *57 x-github: @@ -95142,7 +95212,7 @@ paths: description: Response content: application/json: - schema: *603 + schema: *605 examples: default: value: @@ -95288,7 +95358,7 @@ paths: type: array items: *116 examples: - default: *604 + default: *606 '401': *23 '403': *27 '404': *6 @@ -95432,15 +95502,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *408 '304': *35 '500': *91 '401': *23 @@ -95466,7 +95536,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 requestBody: required: false content: @@ -95496,9 +95566,9 @@ paths: description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *408 '401': *23 '403': *27 '404': *6 @@ -95520,7 +95590,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '202': *37 '304': *35 @@ -95549,13 +95619,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '202': description: Response content: application/json: - schema: &605 + schema: &607 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -95608,7 +95678,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &606 + default: &608 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -95640,7 +95710,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *193 + - *194 - name: export_id in: path required: true @@ -95653,9 +95723,9 @@ paths: description: Response content: application/json: - schema: *605 + schema: *607 examples: - default: *606 + default: *608 '404': *6 x-github: githubCloudOnly: false @@ -95676,7 +95746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *193 + - *194 responses: '200': description: Response @@ -95692,9 +95762,9 @@ paths: type: integer machines: type: array - items: *388 + items: *409 examples: - default: *607 + default: *609 '304': *35 '500': *91 '401': *23 @@ -95723,7 +95793,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *193 + - *194 requestBody: required: true content: @@ -95779,11 +95849,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *279 + repository: *300 machine: anyOf: - type: 'null' - - *388 + - *409 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -96580,15 +96650,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *408 '304': *35 '500': *91 '400': *14 @@ -96620,15 +96690,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *193 + - *194 responses: '200': description: Response content: application/json: - schema: *191 + schema: *192 examples: - default: *387 + default: *408 '500': *91 '401': *23 '403': *27 @@ -96658,9 +96728,9 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: &620 + default: &622 value: - id: 197 name: hello_docker @@ -96761,7 +96831,7 @@ paths: application/json: schema: type: array - items: &608 + items: &610 title: Email description: Email type: object @@ -96831,9 +96901,9 @@ paths: application/json: schema: type: array - items: *608 + items: *610 examples: - default: &622 + default: &624 value: - email: octocat@github.com verified: true @@ -96910,7 +96980,7 @@ paths: application/json: schema: type: array - items: *608 + items: *610 examples: default: value: @@ -97022,7 +97092,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '304': *35 @@ -97055,7 +97125,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 '304': *35 @@ -97168,7 +97238,7 @@ paths: application/json: schema: type: array - items: &609 + items: &611 title: GPG Key description: A unique encryption key type: object @@ -97313,7 +97383,7 @@ paths: - subkeys - revoked examples: - default: &636 + default: &638 value: - id: 3 name: Octocat's GPG Key @@ -97398,9 +97468,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *611 examples: - default: &610 + default: &612 value: id: 3 name: Octocat's GPG Key @@ -97457,7 +97527,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &611 + - &613 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -97469,9 +97539,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *611 examples: - default: *610 + default: *612 '404': *6 '304': *35 '403': *27 @@ -97494,7 +97564,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *611 + - *613 responses: '204': description: Response @@ -97685,7 +97755,7 @@ paths: type: array items: *59 examples: - default: *612 + default: *614 headers: Link: *57 '404': *6 @@ -97770,12 +97840,12 @@ paths: application/json: schema: anyOf: - - *180 + - *181 - type: object properties: {} additionalProperties: false examples: - default: *181 + default: *182 '204': description: Response when there are no restrictions x-github: @@ -97799,7 +97869,7 @@ paths: required: true content: application/json: - schema: *456 + schema: *477 examples: default: value: @@ -97810,7 +97880,7 @@ paths: description: Response content: application/json: - schema: *180 + schema: *181 examples: default: value: @@ -97891,7 +97961,7 @@ paths: - closed - all default: open - - *188 + - *189 - name: sort description: What to sort results by. in: query @@ -97916,7 +97986,7 @@ paths: type: array items: *74 examples: - default: *189 + default: *190 headers: Link: *57 '404': *6 @@ -97949,7 +98019,7 @@ paths: application/json: schema: type: array - items: &613 + items: &615 title: Key description: Key type: object @@ -98047,9 +98117,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *615 examples: - default: &614 + default: &616 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -98082,15 +98152,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *483 + - *504 responses: '200': description: Response content: application/json: - schema: *613 + schema: *615 examples: - default: *614 + default: *616 '404': *6 '304': *35 '403': *27 @@ -98113,7 +98183,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *483 + - *504 responses: '204': description: Response @@ -98146,7 +98216,7 @@ paths: application/json: schema: type: array - items: &615 + items: &617 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -98225,7 +98295,7 @@ paths: - account - plan examples: - default: &616 + default: &618 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -98287,9 +98357,9 @@ paths: application/json: schema: type: array - items: *615 + items: *617 examples: - default: *616 + default: *618 headers: Link: *57 '304': *35 @@ -98329,7 +98399,7 @@ paths: application/json: schema: type: array - items: *195 + items: *196 examples: default: value: @@ -98437,7 +98507,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -98520,7 +98590,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *196 examples: default: value: @@ -98588,7 +98658,7 @@ paths: application/json: schema: type: array - items: *197 + items: *198 examples: default: value: @@ -98850,7 +98920,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -99030,7 +99100,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *198 + - *199 - name: exclude in: query required: false @@ -99043,7 +99113,7 @@ paths: description: Response content: application/json: - schema: *197 + schema: *198 examples: default: value: @@ -99237,7 +99307,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *198 + - *199 responses: '302': description: Response @@ -99263,7 +99333,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *198 + - *199 responses: '204': description: Response @@ -99292,8 +99362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *198 - - *617 + - *199 + - *619 responses: '204': description: Response @@ -99317,7 +99387,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *198 + - *199 - *17 - *19 responses: @@ -99329,7 +99399,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 '404': *6 @@ -99364,9 +99434,9 @@ paths: application/json: schema: type: array - items: *145 + items: *146 examples: - default: *618 + default: *620 headers: Link: *57 '304': *35 @@ -99408,7 +99478,7 @@ paths: - docker - nuget - container - - *619 + - *621 - *19 - *17 responses: @@ -99418,10 +99488,10 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *620 - '400': *621 + default: *622 + '400': *623 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -99441,16 +99511,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *206 - *207 + - *208 responses: '200': description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: &637 + default: &639 value: id: 40201 name: octo-name @@ -99563,8 +99633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *206 - *207 + - *208 responses: '204': description: Response @@ -99594,8 +99664,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *206 - *207 + - *208 - name: token description: package token schema: @@ -99627,8 +99697,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *206 - *207 + - *208 - *19 - *17 - name: state @@ -99648,7 +99718,7 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: default: value: @@ -99697,15 +99767,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *206 - *207 - - *209 + - *208 + - *210 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -99741,9 +99811,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *206 - *207 - - *209 + - *208 + - *210 responses: '204': description: Response @@ -99773,9 +99843,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *206 - *207 - - *209 + - *208 + - *210 responses: '204': description: Response @@ -99833,7 +99903,7 @@ paths: description: Response content: application/json: - schema: *220 + schema: *221 examples: default: value: @@ -99905,9 +99975,9 @@ paths: application/json: schema: type: array - items: *608 + items: *610 examples: - default: *622 + default: *624 headers: Link: *57 '304': *35 @@ -100020,7 +100090,7 @@ paths: type: array items: *59 examples: - default: &629 + default: &631 summary: Default response value: - id: 1296269 @@ -100338,9 +100408,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *300 examples: - default: *281 + default: *302 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -100378,9 +100448,9 @@ paths: application/json: schema: type: array - items: *458 + items: *479 examples: - default: *623 + default: *625 headers: Link: *57 '304': *35 @@ -100403,7 +100473,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *184 + - *185 responses: '204': description: Response @@ -100426,7 +100496,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *184 + - *185 responses: '204': description: Response @@ -100459,7 +100529,7 @@ paths: application/json: schema: type: array - items: &624 + items: &626 title: Social account description: Social media account type: object @@ -100476,7 +100546,7 @@ paths: - provider - url examples: - default: &625 + default: &627 value: - provider: twitter url: https://twitter.com/github @@ -100539,9 +100609,9 @@ paths: application/json: schema: type: array - items: *624 + items: *626 examples: - default: *625 + default: *627 '422': *15 '304': *35 '404': *6 @@ -100629,7 +100699,7 @@ paths: application/json: schema: type: array - items: &626 + items: &628 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -100649,7 +100719,7 @@ paths: - title - created_at examples: - default: &648 + default: &650 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -100716,9 +100786,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *628 examples: - default: &627 + default: &629 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -100749,7 +100819,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &628 + - &630 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -100761,9 +100831,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *628 examples: - default: *627 + default: *629 '404': *6 '304': *35 '403': *27 @@ -100786,7 +100856,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *628 + - *630 responses: '204': description: Response @@ -100815,7 +100885,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &649 + - &651 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 @@ -100840,11 +100910,11 @@ paths: type: array items: *59 examples: - default-response: *629 + default-response: *631 application/vnd.github.v3.star+json: schema: type: array - items: &650 + items: &652 title: Starred Repository description: Starred Repository type: object @@ -101000,8 +101070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response if this repository is starred by you @@ -101029,8 +101099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -101054,8 +101124,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *268 - - *269 + - *289 + - *290 responses: '204': description: Response @@ -101090,7 +101160,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 '304': *35 @@ -101127,7 +101197,7 @@ paths: application/json: schema: type: array - items: *253 + items: *274 examples: default: value: @@ -101213,10 +101283,10 @@ paths: application/json: schema: oneOf: - - *602 - - *601 + - *604 + - *603 examples: - default-response: &631 + default-response: &633 summary: Default response value: login: octocat @@ -101251,7 +101321,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &632 + response-with-git-hub-plan-information: &634 summary: Response with GitHub plan information value: login: octocat @@ -101311,7 +101381,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *630 + - *632 - *17 responses: '200': @@ -101322,7 +101392,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: example: ; rel="next" @@ -101360,11 +101430,11 @@ paths: application/json: schema: oneOf: - - *602 - - *601 + - *604 + - *603 examples: - default-response: *631 - response-with-git-hub-plan-information: *632 + default-response: *633 + response-with-git-hub-plan-information: *634 '404': *6 x-github: githubCloudOnly: false @@ -101413,8 +101483,8 @@ paths: required: - subject_digests examples: - default: *633 - withPredicateType: *634 + default: *635 + withPredicateType: *636 responses: '200': description: Response @@ -101468,7 +101538,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *635 + default: *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101670,7 +101740,7 @@ paths: bundle_url: type: string examples: - default: *330 + default: *351 '201': description: Response content: @@ -101709,9 +101779,9 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *620 + default: *622 '403': *27 '401': *23 x-github: @@ -101994,7 +102064,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -102025,7 +102095,7 @@ paths: type: array items: *4 examples: - default: *190 + default: *191 headers: Link: *57 x-github: @@ -102115,9 +102185,9 @@ paths: application/json: schema: type: array - items: *609 + items: *611 examples: - default: *636 + default: *638 headers: Link: *57 x-github: @@ -102221,7 +102291,7 @@ paths: application/json: schema: *20 examples: - default: *455 + default: *476 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102300,9 +102370,9 @@ paths: application/json: schema: type: array - items: *145 + items: *146 examples: - default: *618 + default: *620 headers: Link: *57 x-github: @@ -102341,7 +102411,7 @@ paths: - docker - nuget - container - - *619 + - *621 - *129 - *19 - *17 @@ -102352,12 +102422,12 @@ paths: application/json: schema: type: array - items: *204 + items: *205 examples: - default: *620 + default: *622 '403': *27 '401': *23 - '400': *621 + '400': *623 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102377,17 +102447,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *206 - *207 + - *208 - *129 responses: '200': description: Response content: application/json: - schema: *204 + schema: *205 examples: - default: *637 + default: *639 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -102408,8 +102478,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *206 - *207 + - *208 - *129 responses: '204': @@ -102442,8 +102512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *206 - *207 + - *208 - *129 - name: token description: package token @@ -102476,8 +102546,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *206 - *207 + - *208 - *129 responses: '200': @@ -102486,7 +102556,7 @@ paths: application/json: schema: type: array - items: *208 + items: *209 examples: default: value: @@ -102544,16 +102614,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *206 - *207 - - *209 + - *208 + - *210 - *129 responses: '200': description: Response content: application/json: - schema: *208 + schema: *209 examples: default: value: @@ -102588,10 +102658,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *206 - *207 + - *208 - *129 - - *209 + - *210 responses: '204': description: Response @@ -102623,10 +102693,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *206 - *207 + - *208 - *129 - - *209 + - *210 responses: '204': description: Response @@ -102673,7 +102743,7 @@ paths: application/json: schema: type: array - items: *220 + items: *221 examples: default: value: @@ -102956,7 +103026,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -102986,9 +103056,9 @@ paths: description: Response content: application/json: - schema: *638 + schema: *640 examples: - default: *639 + default: *641 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103016,9 +103086,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *642 examples: - default: *641 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103046,9 +103116,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *644 examples: - default: *643 + default: *645 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -103069,10 +103139,10 @@ paths: url: https://docs.github.com/rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - *129 - - *644 - - *645 - *646 - *647 + - *648 + - *649 responses: '200': description: Response when getting a billing usage report @@ -103171,9 +103241,9 @@ paths: application/json: schema: type: array - items: *624 + items: *626 examples: - default: *625 + default: *627 headers: Link: *57 x-github: @@ -103203,9 +103273,9 @@ paths: application/json: schema: type: array - items: *626 + items: *628 examples: - default: *648 + default: *650 headers: Link: *57 x-github: @@ -103230,7 +103300,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *129 - - *649 + - *651 - *46 - *17 - *19 @@ -103242,11 +103312,11 @@ paths: schema: anyOf: - type: array - items: *650 + items: *652 - type: array items: *59 examples: - default-response: *629 + default-response: *631 headers: Link: *57 x-github: @@ -103277,7 +103347,7 @@ paths: type: array items: *116 examples: - default: *210 + default: *211 headers: Link: *57 x-github: @@ -103406,7 +103476,7 @@ webhooks: type: string enum: - disabled - enterprise: &651 + enterprise: &653 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -103475,7 +103545,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &652 + installation: &654 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -103496,7 +103566,7 @@ webhooks: required: - id - node_id - organization: &653 + organization: &655 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -103569,7 +103639,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &654 + repository: &656 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -104482,10 +104552,10 @@ webhooks: type: string enum: - enabled - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -104561,11 +104631,11 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: &655 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + rule: &657 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -104788,11 +104858,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: *655 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + rule: *657 sender: *4 required: - action @@ -104980,11 +105050,11 @@ webhooks: - everyone required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - rule: *655 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + rule: *657 sender: *4 required: - action @@ -105068,7 +105138,7 @@ webhooks: type: string enum: - completed - check_run: &657 + check_run: &659 title: CheckRun description: A check performed on the code of a given code change type: object @@ -105133,7 +105203,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *347 + items: *368 repository: *116 status: type: string @@ -105178,7 +105248,7 @@ webhooks: - examples: - neutral - deployment: *656 + deployment: *658 details_url: type: string examples: @@ -105238,7 +105308,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *347 + items: *368 started_at: type: string format: date-time @@ -105276,9 +105346,9 @@ webhooks: - output - app - pull_requests - installation: *652 - organization: *653 - repository: *654 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - check_run @@ -105671,10 +105741,10 @@ webhooks: type: string enum: - created - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *659 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - check_run @@ -106070,10 +106140,10 @@ webhooks: type: string enum: - requested_action - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *659 + installation: *654 + organization: *655 + repository: *656 requested_action: description: The action requested by the user. type: object @@ -106478,10 +106548,10 @@ webhooks: type: string enum: - rerequested - check_run: *657 - installation: *652 - organization: *653 - repository: *654 + check_run: *659 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - check_run @@ -107473,10 +107543,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -108161,10 +108231,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -108843,10 +108913,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -109012,7 +109082,7 @@ webhooks: required: - login - id - dismissed_comment: *362 + dismissed_comment: *383 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -109164,20 +109234,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &658 + commit_oid: &660 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: *651 - installation: *652 - organization: *653 - ref: &659 + enterprise: *653 + installation: *654 + organization: *655 + ref: &661 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: *654 + repository: *656 sender: *4 required: - action @@ -109341,7 +109411,7 @@ webhooks: required: - login - id - dismissed_comment: *362 + dismissed_comment: *383 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -109582,12 +109652,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *660 + enterprise: *653 + installation: *654 + organization: *655 + ref: *661 + repository: *656 sender: *4 required: - action @@ -109685,7 +109755,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *362 + dismissed_comment: *383 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -109867,12 +109937,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *660 + enterprise: *653 + installation: *654 + organization: *655 + ref: *661 + repository: *656 sender: *4 required: - action @@ -110038,7 +110108,7 @@ webhooks: required: - login - id - dismissed_comment: *362 + dismissed_comment: *383 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -110215,12 +110285,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *660 + enterprise: *653 + installation: *654 + organization: *655 + ref: *661 + repository: *656 sender: *4 required: - action @@ -110320,7 +110390,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *362 + dismissed_comment: *383 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -110500,9 +110570,9 @@ webhooks: type: - string - 'null' - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -110510,7 +110580,7 @@ webhooks: type: - string - 'null' - repository: *654 + repository: *656 sender: *4 required: - action @@ -110606,7 +110676,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *362 + dismissed_comment: *383 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -110753,12 +110823,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *658 - enterprise: *651 - installation: *652 - organization: *653 - ref: *659 - repository: *654 + commit_oid: *660 + enterprise: *653 + installation: *654 + organization: *655 + ref: *661 + repository: *656 sender: *4 required: - action @@ -111020,10 +111090,10 @@ webhooks: - updated_at - author_association - body - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -111104,18 +111174,18 @@ webhooks: type: - string - 'null' - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *653 - pusher_type: &660 + organization: *655 + pusher_type: &662 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &661 + ref: &663 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -111125,7 +111195,7 @@ webhooks: enum: - tag - branch - repository: *654 + repository: *656 sender: *4 required: - ref @@ -111207,10 +111277,10 @@ webhooks: type: string enum: - created - definition: *221 - enterprise: *651 - installation: *652 - organization: *653 + definition: *222 + enterprise: *653 + installation: *654 + organization: *655 sender: *4 required: - action @@ -111295,9 +111365,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 sender: *4 required: - action @@ -111374,10 +111444,10 @@ webhooks: type: string enum: - promote_to_enterprise - definition: *221 - enterprise: *651 - installation: *652 - organization: *653 + definition: *222 + enterprise: *653 + installation: *654 + organization: *655 sender: *4 required: - action @@ -111454,10 +111524,10 @@ webhooks: type: string enum: - updated - definition: *221 - enterprise: *651 - installation: *652 - organization: *653 + definition: *222 + enterprise: *653 + installation: *654 + organization: *655 sender: *4 required: - action @@ -111534,19 +111604,19 @@ webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - repository: *654 - organization: *653 + enterprise: *653 + installation: *654 + repository: *656 + organization: *655 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *225 + items: *226 old_property_values: type: array description: The old custom property values for the repository. - items: *225 + items: *226 required: - action - repository @@ -111622,18 +111692,18 @@ webhooks: title: delete event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - pusher_type: *660 - ref: *661 + enterprise: *653 + installation: *654 + organization: *655 + pusher_type: *662 + ref: *663 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *654 + repository: *656 sender: *4 required: - ref @@ -111717,11 +111787,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *435 + installation: *654 + organization: *655 + enterprise: *653 + repository: *656 sender: *4 required: - action @@ -111805,11 +111875,11 @@ webhooks: type: string enum: - auto_reopened - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *435 + installation: *654 + organization: *655 + enterprise: *653 + repository: *656 sender: *4 required: - action @@ -111893,11 +111963,11 @@ webhooks: type: string enum: - created - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *435 + installation: *654 + organization: *655 + enterprise: *653 + repository: *656 sender: *4 required: - action @@ -111979,11 +112049,11 @@ webhooks: type: string enum: - dismissed - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *435 + installation: *654 + organization: *655 + enterprise: *653 + repository: *656 sender: *4 required: - action @@ -112065,11 +112135,11 @@ webhooks: type: string enum: - fixed - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *435 + installation: *654 + organization: *655 + enterprise: *653 + repository: *656 sender: *4 required: - action @@ -112152,11 +112222,11 @@ webhooks: type: string enum: - reintroduced - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *435 + installation: *654 + organization: *655 + enterprise: *653 + repository: *656 sender: *4 required: - action @@ -112238,11 +112308,11 @@ webhooks: type: string enum: - reopened - alert: *414 - installation: *652 - organization: *653 - enterprise: *651 - repository: *654 + alert: *435 + installation: *654 + organization: *655 + enterprise: *653 + repository: *656 sender: *4 required: - action @@ -112319,9 +112389,9 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - key: &662 + enterprise: *653 + installation: *654 + key: &664 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -112359,8 +112429,8 @@ webhooks: - verified - created_at - read_only - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -112437,11 +112507,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - key: *662 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + key: *664 + organization: *655 + repository: *656 sender: *4 required: - action @@ -113013,12 +113083,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - workflow: &666 + workflow: &668 title: Workflow type: - object @@ -113756,13 +113826,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *420 + deployment: *441 pull_requests: type: array - items: *502 - repository: *654 - organization: *653 - installation: *652 + items: *523 + repository: *656 + organization: *655 + installation: *654 sender: *4 responses: '200': @@ -113833,7 +113903,7 @@ webhooks: type: string enum: - approved - approver: &663 + approver: &665 type: object properties: avatar_url: @@ -113876,11 +113946,11 @@ webhooks: type: string comment: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - reviewers: &664 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + reviewers: &666 type: array items: type: object @@ -113961,7 +114031,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &665 + workflow_job_run: &667 type: object properties: conclusion: @@ -114707,18 +114777,18 @@ webhooks: type: string enum: - rejected - approver: *663 + approver: *665 comment: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - reviewers: *664 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + reviewers: *666 sender: *4 since: type: string - workflow_job_run: *665 + workflow_job_run: *667 workflow_job_runs: type: array items: @@ -115435,13 +115505,13 @@ webhooks: type: string enum: - requested - enterprise: *651 + enterprise: *653 environment: type: string - installation: *652 - organization: *653 - repository: *654 - requestor: &671 + installation: *654 + organization: *655 + repository: *656 + requestor: &673 title: User type: - object @@ -117384,12 +117454,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - workflow: *666 + workflow: *668 workflow_run: title: Deployment Workflow Run type: @@ -118080,7 +118150,7 @@ webhooks: type: string enum: - answered - answer: &669 + answer: &671 type: object properties: author_association: @@ -118240,7 +118310,7 @@ webhooks: - created_at - updated_at - body - discussion: &667 + discussion: &669 title: Discussion description: A Discussion in a repository. type: object @@ -118536,7 +118606,7 @@ webhooks: - id labels: type: array - items: *465 + items: *486 required: - repository_url - category @@ -118558,10 +118628,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -118688,11 +118758,11 @@ webhooks: - from required: - category - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -118775,11 +118845,11 @@ webhooks: type: string enum: - closed - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -118861,7 +118931,7 @@ webhooks: type: string enum: - created - comment: &668 + comment: &670 type: object properties: author_association: @@ -119021,11 +119091,11 @@ webhooks: - updated_at - body - reactions - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -119108,12 +119178,12 @@ webhooks: type: string enum: - deleted - comment: *668 - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + comment: *670 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -119208,12 +119278,12 @@ webhooks: - from required: - body - comment: *668 - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + comment: *670 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -119297,11 +119367,11 @@ webhooks: type: string enum: - created - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -119383,11 +119453,11 @@ webhooks: type: string enum: - deleted - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -119487,11 +119557,11 @@ webhooks: type: string required: - from - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -119573,10 +119643,10 @@ webhooks: type: string enum: - labeled - discussion: *667 - enterprise: *651 - installation: *652 - label: &670 + discussion: *669 + enterprise: *653 + installation: *654 + label: &672 title: Label type: object properties: @@ -119609,8 +119679,8 @@ webhooks: - color - default - description - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -119693,11 +119763,11 @@ webhooks: type: string enum: - locked - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -119779,11 +119849,11 @@ webhooks: type: string enum: - pinned - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -119865,11 +119935,11 @@ webhooks: type: string enum: - reopened - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -119954,16 +120024,16 @@ webhooks: changes: type: object properties: - new_discussion: *667 - new_repository: *654 + new_discussion: *669 + new_repository: *656 required: - new_discussion - new_repository - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -120046,10 +120116,10 @@ webhooks: type: string enum: - unanswered - discussion: *667 - old_answer: *669 - organization: *653 - repository: *654 + discussion: *669 + old_answer: *671 + organization: *655 + repository: *656 sender: *4 required: - action @@ -120131,12 +120201,12 @@ webhooks: type: string enum: - unlabeled - discussion: *667 - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + label: *672 + organization: *655 + repository: *656 sender: *4 required: - action @@ -120219,11 +120289,11 @@ webhooks: type: string enum: - unlocked - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -120305,11 +120375,11 @@ webhooks: type: string enum: - unpinned - discussion: *667 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + discussion: *669 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -120382,7 +120452,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *651 + enterprise: *653 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -121060,9 +121130,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *652 - organization: *653 - repository: *654 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - forkee @@ -121208,9 +121278,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 pages: description: The pages that were updated. type: array @@ -121248,7 +121318,7 @@ webhooks: - action - sha - html_url - repository: *654 + repository: *656 sender: *4 required: - pages @@ -121324,10 +121394,10 @@ webhooks: type: string enum: - created - enterprise: *651 + enterprise: *653 installation: *20 - organization: *653 - repositories: &672 + organization: *655 + repositories: &674 description: An array of repository objects that the installation can access. type: array @@ -121353,8 +121423,8 @@ webhooks: - name - full_name - private - repository: *654 - requester: *671 + repository: *656 + requester: *673 sender: *4 required: - action @@ -121429,11 +121499,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 + enterprise: *653 installation: *20 - organization: *653 - repositories: *672 - repository: *654 + organization: *655 + repositories: *674 + repository: *656 requester: type: - 'null' @@ -121510,11 +121580,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *651 + enterprise: *653 installation: *20 - organization: *653 - repositories: *672 - repository: *654 + organization: *655 + repositories: *674 + repository: *656 requester: type: - 'null' @@ -121591,10 +121661,10 @@ webhooks: type: string enum: - added - enterprise: *651 + enterprise: *653 installation: *20 - organization: *653 - repositories_added: &673 + organization: *655 + repositories_added: &675 description: An array of repository objects, which were added to the installation. type: array @@ -121640,15 +121710,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *654 - repository_selection: &674 + repository: *656 + repository_selection: &676 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *671 + requester: *673 sender: *4 required: - action @@ -121727,10 +121797,10 @@ webhooks: type: string enum: - removed - enterprise: *651 + enterprise: *653 installation: *20 - organization: *653 - repositories_added: *673 + organization: *655 + repositories_added: *675 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -121757,9 +121827,9 @@ webhooks: - name - full_name - private - repository: *654 - repository_selection: *674 - requester: *671 + repository: *656 + repository_selection: *676 + requester: *673 sender: *4 required: - action @@ -121838,11 +121908,11 @@ webhooks: type: string enum: - suspend - enterprise: *651 + enterprise: *653 installation: *20 - organization: *653 - repositories: *672 - repository: *654 + organization: *655 + repositories: *674 + repository: *656 requester: type: - 'null' @@ -122024,10 +122094,10 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 target_type: type: string @@ -122106,11 +122176,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *651 + enterprise: *653 installation: *20 - organization: *653 - repositories: *672 - repository: *654 + organization: *655 + repositories: *674 + repository: *656 requester: type: - 'null' @@ -122358,8 +122428,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -123206,7 +123276,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -123550,8 +123620,8 @@ webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -123631,7 +123701,7 @@ webhooks: type: string enum: - deleted - comment: &675 + comment: &677 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -123798,8 +123868,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -124642,7 +124712,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -124988,8 +125058,8 @@ webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -125069,7 +125139,7 @@ webhooks: type: string enum: - edited - changes: &700 + changes: &702 description: The changes to the comment. type: object properties: @@ -125081,9 +125151,9 @@ webhooks: type: string required: - from - comment: *675 - enterprise: *651 - installation: *652 + comment: *677 + enterprise: *653 + installation: *654 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -125929,7 +125999,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -126273,8 +126343,8 @@ webhooks: - state - locked - assignee - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -126356,10 +126426,10 @@ webhooks: type: string enum: - assigned - assignee: *671 - enterprise: *651 - installation: *652 - issue: &678 + assignee: *673 + enterprise: *653 + installation: *654 + issue: &680 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -127201,7 +127271,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -127304,8 +127374,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -127385,8 +127455,8 @@ webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -128233,7 +128303,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -128479,8 +128549,8 @@ webhooks: required: - state - closed_at - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -128559,8 +128629,8 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -129398,7 +129468,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -129500,8 +129570,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -129580,8 +129650,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -130442,7 +130512,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -130523,7 +130593,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &676 + milestone: &678 title: Milestone description: A collection of related issues and pull requests. type: object @@ -130666,8 +130736,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -130766,8 +130836,8 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -131606,7 +131676,7 @@ webhooks: timeline_url: type: string format: uri - type: *185 + type: *186 title: description: Title of the issue type: string @@ -131712,9 +131782,9 @@ webhooks: - active_lock_reason - body - reactions - label: *670 - organization: *653 - repository: *654 + label: *672 + organization: *655 + repository: *656 sender: *4 required: - action @@ -131794,8 +131864,8 @@ webhooks: type: string enum: - labeled - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -132633,7 +132703,7 @@ webhooks: timeline_url: type: string format: uri - type: *185 + type: *186 title: description: Title of the issue type: string @@ -132739,9 +132809,9 @@ webhooks: - active_lock_reason - body - reactions - label: *670 - organization: *653 - repository: *654 + label: *672 + organization: *655 + repository: *656 sender: *4 required: - action @@ -132821,8 +132891,8 @@ webhooks: type: string enum: - locked - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -133685,7 +133755,7 @@ webhooks: timeline_url: type: string format: uri - type: *185 + type: *186 title: description: Title of the issue type: string @@ -133768,8 +133838,8 @@ webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -133848,8 +133918,8 @@ webhooks: type: string enum: - milestoned - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -134709,7 +134779,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -134789,9 +134859,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *676 - organization: *653 - repository: *654 + milestone: *678 + organization: *655 + repository: *656 sender: *4 required: - action @@ -135792,7 +135862,7 @@ webhooks: required: - login - id - type: *185 + type: *186 required: - id - number @@ -136273,8 +136343,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -137116,7 +137186,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -137218,8 +137288,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -137299,9 +137369,9 @@ webhooks: type: string enum: - pinned - enterprise: *651 - installation: *652 - issue: &677 + enterprise: *653 + installation: *654 + issue: &679 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -138137,7 +138207,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -138239,8 +138309,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -138319,8 +138389,8 @@ webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -139264,9 +139334,9 @@ webhooks: format: uri user_view_type: type: string - type: *185 - organization: *653 - repository: *654 + type: *186 + organization: *655 + repository: *656 sender: *4 required: - action @@ -140185,7 +140255,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -140767,11 +140837,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *651 - installation: *652 - issue: *677 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + issue: *679 + organization: *655 + repository: *656 sender: *4 required: - action @@ -140851,12 +140921,12 @@ webhooks: type: string enum: - typed - enterprise: *651 - installation: *652 - issue: *678 - type: *185 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + issue: *680 + type: *186 + organization: *655 + repository: *656 sender: *4 required: - action @@ -140937,7 +141007,7 @@ webhooks: type: string enum: - unassigned - assignee: &703 + assignee: &705 title: User type: - object @@ -141009,11 +141079,11 @@ webhooks: required: - login - id - enterprise: *651 - installation: *652 - issue: *678 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + issue: *680 + organization: *655 + repository: *656 sender: *4 required: - action @@ -141092,12 +141162,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *651 - installation: *652 - issue: *678 - label: *670 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + issue: *680 + label: *672 + organization: *655 + repository: *656 sender: *4 required: - action @@ -141177,8 +141247,8 @@ webhooks: type: string enum: - unlocked - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142042,7 +142112,7 @@ webhooks: title: description: Title of the issue type: string - type: *185 + type: *186 updated_at: type: string format: date-time @@ -142122,8 +142192,8 @@ webhooks: format: uri user_view_type: type: string - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -142203,11 +142273,11 @@ webhooks: type: string enum: - unpinned - enterprise: *651 - installation: *652 - issue: *677 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + issue: *679 + organization: *655 + repository: *656 sender: *4 required: - action @@ -142286,12 +142356,12 @@ webhooks: type: string enum: - untyped - enterprise: *651 - installation: *652 - issue: *678 - type: *185 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + issue: *680 + type: *186 + organization: *655 + repository: *656 sender: *4 required: - action @@ -142371,11 +142441,11 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + label: *672 + organization: *655 + repository: *656 sender: *4 required: - action @@ -142453,11 +142523,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + label: *672 + organization: *655 + repository: *656 sender: *4 required: - action @@ -142567,11 +142637,11 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - label: *670 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + label: *672 + organization: *655 + repository: *656 sender: *4 required: - action @@ -142653,9 +142723,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: &679 + enterprise: *653 + installation: *654 + marketplace_purchase: &681 title: Marketplace Purchase type: object required: @@ -142743,8 +142813,8 @@ webhooks: type: integer unit_count: type: integer - organization: *653 - previous_marketplace_purchase: &680 + organization: *655 + previous_marketplace_purchase: &682 title: Marketplace Purchase type: object properties: @@ -142828,7 +142898,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *656 sender: *4 required: - action @@ -142908,10 +142978,10 @@ webhooks: - changed effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 + enterprise: *653 + installation: *654 + marketplace_purchase: *681 + organization: *655 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -142999,7 +143069,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *656 sender: *4 required: - action @@ -143081,10 +143151,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 + enterprise: *653 + installation: *654 + marketplace_purchase: *681 + organization: *655 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -143170,7 +143240,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *654 + repository: *656 sender: *4 required: - action @@ -143251,8 +143321,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 marketplace_purchase: title: Marketplace Purchase type: object @@ -143338,9 +143408,9 @@ webhooks: type: integer unit_count: type: integer - organization: *653 - previous_marketplace_purchase: *680 - repository: *654 + organization: *655 + previous_marketplace_purchase: *682 + repository: *656 sender: *4 required: - action @@ -143420,12 +143490,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *651 - installation: *652 - marketplace_purchase: *679 - organization: *653 - previous_marketplace_purchase: *680 - repository: *654 + enterprise: *653 + installation: *654 + marketplace_purchase: *681 + organization: *655 + previous_marketplace_purchase: *682 + repository: *656 sender: *4 required: - action @@ -143527,11 +143597,11 @@ webhooks: type: string required: - to - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + member: *673 + organization: *655 + repository: *656 sender: *4 required: - action @@ -143633,11 +143703,11 @@ webhooks: type: - string - 'null' - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + member: *673 + organization: *655 + repository: *656 sender: *4 required: - action @@ -143716,11 +143786,11 @@ webhooks: type: string enum: - removed - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + member: *673 + organization: *655 + repository: *656 sender: *4 required: - action @@ -143798,11 +143868,11 @@ webhooks: type: string enum: - added - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + member: *673 + organization: *655 + repository: *656 scope: description: The scope of the membership. Currently, can only be `team`. @@ -143880,7 +143950,7 @@ webhooks: required: - login - id - team: &681 + team: &683 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -144073,11 +144143,11 @@ webhooks: type: string enum: - removed - enterprise: *651 - installation: *652 - member: *671 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + member: *673 + organization: *655 + repository: *656 scope: description: The scope of the membership. Currently, can only be `team`. @@ -144156,7 +144226,7 @@ webhooks: required: - login - id - team: *681 + team: *683 required: - action - scope @@ -144238,8 +144308,8 @@ webhooks: type: string enum: - checks_requested - installation: *652 - merge_group: &682 + installation: *654 + merge_group: &684 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -144258,15 +144328,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *351 + head_commit: *372 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -144352,10 +144422,10 @@ webhooks: - merged - invalidated - dequeued - installation: *652 - merge_group: *682 - organization: *653 - repository: *654 + installation: *654 + merge_group: *684 + organization: *655 + repository: *656 sender: *4 required: - action @@ -144428,7 +144498,7 @@ webhooks: type: string enum: - deleted - enterprise: *651 + enterprise: *653 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -144537,12 +144607,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *652 - organization: *653 + installation: *654 + organization: *655 repository: anyOf: - type: 'null' - - *654 + - *656 sender: *4 required: - action @@ -144622,11 +144692,11 @@ webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + milestone: *678 + organization: *655 + repository: *656 sender: *4 required: - action @@ -144705,9 +144775,9 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - milestone: &683 + enterprise: *653 + installation: *654 + milestone: &685 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144849,8 +144919,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -144929,11 +144999,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + milestone: *678 + organization: *655 + repository: *656 sender: *4 required: - action @@ -145043,11 +145113,11 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - milestone: *676 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + milestone: *678 + organization: *655 + repository: *656 sender: *4 required: - action @@ -145127,11 +145197,11 @@ webhooks: type: string enum: - opened - enterprise: *651 - installation: *652 - milestone: *683 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + milestone: *685 + organization: *655 + repository: *656 sender: *4 required: - action @@ -145210,11 +145280,11 @@ webhooks: type: string enum: - blocked - blocked_user: *671 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + blocked_user: *673 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -145293,11 +145363,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *671 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + blocked_user: *673 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -145376,9 +145446,9 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - membership: &684 + enterprise: *653 + installation: *654 + membership: &686 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -145488,8 +145558,8 @@ webhooks: - role - organization_url - user - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -145567,11 +145637,11 @@ webhooks: type: string enum: - member_added - enterprise: *651 - installation: *652 - membership: *684 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + membership: *686 + organization: *655 + repository: *656 sender: *4 required: - action @@ -145650,8 +145720,8 @@ webhooks: type: string enum: - member_invited - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -145773,10 +145843,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 - user: *671 + user: *673 required: - action - invitation @@ -145854,11 +145924,11 @@ webhooks: type: string enum: - member_removed - enterprise: *651 - installation: *652 - membership: *684 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + membership: *686 + organization: *655 + repository: *656 sender: *4 required: - action @@ -145945,11 +146015,11 @@ webhooks: properties: from: type: string - enterprise: *651 - installation: *652 - membership: *684 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + membership: *686 + organization: *655 + repository: *656 sender: *4 required: - action @@ -146025,9 +146095,9 @@ webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 package: description: Information about the package. type: object @@ -146550,7 +146620,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &685 + items: &687 title: Ruby Gems metadata type: object properties: @@ -146647,7 +146717,7 @@ webhooks: - owner - package_version - registry - repository: *654 + repository: *656 sender: *4 required: - action @@ -146723,9 +146793,9 @@ webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 package: description: Information about the package. type: object @@ -147087,7 +147157,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *685 + items: *687 source_url: type: string format: uri @@ -147158,7 +147228,7 @@ webhooks: - owner - package_version - registry - repository: *654 + repository: *656 sender: *4 required: - action @@ -147339,12 +147409,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *651 + enterprise: *653 id: type: integer - installation: *652 - organization: *653 - repository: *654 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - id @@ -147421,7 +147491,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &686 + personal_access_token_request: &688 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -147571,10 +147641,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *651 - organization: *653 + enterprise: *653 + organization: *655 sender: *4 - installation: *652 + installation: *654 required: - action - personal_access_token_request @@ -147651,11 +147721,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *686 - enterprise: *651 - organization: *653 + personal_access_token_request: *688 + enterprise: *653 + organization: *655 sender: *4 - installation: *652 + installation: *654 required: - action - personal_access_token_request @@ -147731,11 +147801,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *686 - enterprise: *651 - organization: *653 + personal_access_token_request: *688 + enterprise: *653 + organization: *655 sender: *4 - installation: *652 + installation: *654 required: - action - personal_access_token_request @@ -147810,11 +147880,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *686 - organization: *653 - enterprise: *651 + personal_access_token_request: *688 + organization: *655 + enterprise: *653 sender: *4 - installation: *652 + installation: *654 required: - action - personal_access_token_request @@ -147919,7 +147989,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *687 + last_response: *689 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -147951,8 +148021,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 zen: description: Random string of GitHub zen. @@ -148197,10 +148267,10 @@ webhooks: - from required: - note - enterprise: *651 - installation: *652 - organization: *653 - project_card: &688 + enterprise: *653 + installation: *654 + organization: *655 + project_card: &690 title: Project Card type: object properties: @@ -148323,7 +148393,7 @@ webhooks: - creator - created_at - updated_at - repository: *654 + repository: *656 sender: *4 required: - action @@ -148404,11 +148474,11 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project_card: *688 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + project_card: *690 + repository: *656 sender: *4 required: - action @@ -148488,9 +148558,9 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 project_card: title: Project Card type: object @@ -148620,7 +148690,7 @@ webhooks: repository: anyOf: - type: 'null' - - *654 + - *656 sender: *4 required: - action @@ -148714,11 +148784,11 @@ webhooks: - from required: - note - enterprise: *651 - installation: *652 - organization: *653 - project_card: *688 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + project_card: *690 + repository: *656 sender: *4 required: - action @@ -148812,9 +148882,9 @@ webhooks: - from required: - column_id - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 project_card: allOf: - title: Project Card @@ -149011,7 +149081,7 @@ webhooks: type: string required: - after_id - repository: *654 + repository: *656 sender: *4 required: - action @@ -149091,10 +149161,10 @@ webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - organization: *653 - project: &690 + enterprise: *653 + installation: *654 + organization: *655 + project: &692 title: Project type: object properties: @@ -149221,7 +149291,7 @@ webhooks: - creator - created_at - updated_at - repository: *654 + repository: *656 sender: *4 required: - action @@ -149301,10 +149371,10 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project_column: &689 + enterprise: *653 + installation: *654 + organization: *655 + project_column: &691 title: Project Column type: object properties: @@ -149344,7 +149414,7 @@ webhooks: - name - created_at - updated_at - repository: *654 + repository: *656 sender: *4 required: - action @@ -149423,14 +149493,14 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - project_column: *689 + enterprise: *653 + installation: *654 + organization: *655 + project_column: *691 repository: anyOf: - type: 'null' - - *654 + - *656 sender: *4 required: - action @@ -149519,11 +149589,11 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - project_column: *689 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + project_column: *691 + repository: *656 sender: *4 required: - action @@ -149603,11 +149673,11 @@ webhooks: type: string enum: - moved - enterprise: *651 - installation: *652 - organization: *653 - project_column: *689 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + project_column: *691 + repository: *656 sender: *4 required: - action @@ -149687,11 +149757,11 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - project: *690 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + project: *692 + repository: *656 sender: *4 required: - action @@ -149771,14 +149841,14 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - project: *690 + enterprise: *653 + installation: *654 + organization: *655 + project: *692 repository: anyOf: - type: 'null' - - *654 + - *656 sender: *4 required: - action @@ -149879,11 +149949,11 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - project: *690 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + project: *692 + repository: *656 sender: *4 required: - action @@ -149962,11 +150032,11 @@ webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 - organization: *653 - project: *690 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + project: *692 + repository: *656 sender: *4 required: - action @@ -150047,9 +150117,9 @@ webhooks: type: string enum: - closed - installation: *652 - organization: *653 - projects_v2: &691 + installation: *654 + organization: *655 + projects_v2: &693 title: Projects v2 Project description: A projects v2 project type: object @@ -150197,9 +150267,9 @@ webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2: *691 + installation: *654 + organization: *655 + projects_v2: *693 sender: *4 required: - action @@ -150280,9 +150350,9 @@ webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2: *691 + installation: *654 + organization: *655 + projects_v2: *693 sender: *4 required: - action @@ -150403,9 +150473,9 @@ webhooks: type: string to: type: string - installation: *652 - organization: *653 - projects_v2: *691 + installation: *654 + organization: *655 + projects_v2: *693 sender: *4 required: - action @@ -150488,7 +150558,7 @@ webhooks: type: string enum: - archived - changes: &695 + changes: &697 type: object properties: archived_at: @@ -150504,9 +150574,9 @@ webhooks: - string - 'null' format: date-time - installation: *652 - organization: *653 - projects_v2_item: &692 + installation: *654 + organization: *655 + projects_v2_item: &694 title: Projects v2 Item description: An item belonging to a project type: object @@ -150645,9 +150715,9 @@ webhooks: - 'null' to: type: string - installation: *652 - organization: *653 - projects_v2_item: *692 + installation: *654 + organization: *655 + projects_v2_item: *694 sender: *4 required: - action @@ -150729,9 +150799,9 @@ webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2_item: *692 + installation: *654 + organization: *655 + projects_v2_item: *694 sender: *4 required: - action @@ -150812,9 +150882,9 @@ webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2_item: *692 + installation: *654 + organization: *655 + projects_v2_item: *694 sender: *4 required: - action @@ -150919,7 +150989,7 @@ webhooks: oneOf: - type: string - type: integer - - &693 + - &695 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -150939,7 +151009,7 @@ webhooks: required: - id - name - - &694 + - &696 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -150968,8 +151038,8 @@ webhooks: oneOf: - type: string - type: integer - - *693 - - *694 + - *695 + - *696 type: - 'null' - string @@ -150992,9 +151062,9 @@ webhooks: - 'null' required: - body - installation: *652 - organization: *653 - projects_v2_item: *692 + installation: *654 + organization: *655 + projects_v2_item: *694 sender: *4 required: - action @@ -151091,9 +151161,9 @@ webhooks: type: - string - 'null' - installation: *652 - organization: *653 - projects_v2_item: *692 + installation: *654 + organization: *655 + projects_v2_item: *694 sender: *4 required: - action @@ -151176,10 +151246,10 @@ webhooks: type: string enum: - restored - changes: *695 - installation: *652 - organization: *653 - projects_v2_item: *692 + changes: *697 + installation: *654 + organization: *655 + projects_v2_item: *694 sender: *4 required: - action @@ -151261,9 +151331,9 @@ webhooks: type: string enum: - reopened - installation: *652 - organization: *653 - projects_v2: *691 + installation: *654 + organization: *655 + projects_v2: *693 sender: *4 required: - action @@ -151344,9 +151414,9 @@ webhooks: type: string enum: - created - installation: *652 - organization: *653 - projects_v2_status_update: &696 + installation: *654 + organization: *655 + projects_v2_status_update: &698 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -151481,9 +151551,9 @@ webhooks: type: string enum: - deleted - installation: *652 - organization: *653 - projects_v2_status_update: *696 + installation: *654 + organization: *655 + projects_v2_status_update: *698 sender: *4 required: - action @@ -151629,9 +151699,9 @@ webhooks: - string - 'null' format: date - installation: *652 - organization: *653 - projects_v2_status_update: *696 + installation: *654 + organization: *655 + projects_v2_status_update: *698 sender: *4 required: - action @@ -151702,10 +151772,10 @@ webhooks: title: public event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - repository @@ -151782,13 +151852,13 @@ webhooks: type: string enum: - assigned - assignee: *671 - enterprise: *651 - installation: *652 - number: &697 + assignee: *673 + enterprise: *653 + installation: *654 + number: &699 description: The pull request number. type: integer - organization: *653 + organization: *655 pull_request: title: Pull Request type: object @@ -154137,7 +154207,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 sender: *4 required: - action @@ -154219,11 +154289,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 number: type: integer - organization: *653 + organization: *655 pull_request: title: Pull Request type: object @@ -156565,7 +156635,7 @@ webhooks: - draft reason: type: string - repository: *654 + repository: *656 sender: *4 required: - action @@ -156647,11 +156717,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 number: type: integer - organization: *653 + organization: *655 pull_request: title: Pull Request type: object @@ -158993,7 +159063,7 @@ webhooks: - draft reason: type: string - repository: *654 + repository: *656 sender: *4 required: - action @@ -159075,13 +159145,13 @@ webhooks: type: string enum: - closed - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: &698 + enterprise: *653 + installation: *654 + number: *699 + organization: *655 + pull_request: &700 allOf: - - *502 + - *523 - type: object properties: allow_auto_merge: @@ -159143,7 +159213,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *654 + repository: *656 sender: *4 required: - action @@ -159224,12 +159294,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: *698 - repository: *654 + enterprise: *653 + installation: *654 + number: *699 + organization: *655 + pull_request: *700 + repository: *656 sender: *4 required: - action @@ -159309,11 +159379,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *651 - milestone: *400 - number: *697 - organization: *653 - pull_request: &699 + enterprise: *653 + milestone: *421 + number: *699 + organization: *655 + pull_request: &701 title: Pull Request type: object properties: @@ -161640,7 +161710,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 sender: *4 required: - action @@ -161719,11 +161789,11 @@ webhooks: type: string enum: - dequeued - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 number: type: integer - organization: *653 + organization: *655 pull_request: title: Pull Request type: object @@ -164069,7 +164139,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *654 + repository: *656 sender: *4 required: - action @@ -164193,12 +164263,12 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: *698 - repository: *654 + enterprise: *653 + installation: *654 + number: *699 + organization: *655 + pull_request: *700 + repository: *656 sender: *4 required: - action @@ -164278,11 +164348,11 @@ webhooks: type: string enum: - enqueued - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 number: type: integer - organization: *653 + organization: *655 pull_request: title: Pull Request type: object @@ -166613,7 +166683,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 sender: *4 required: - action @@ -166693,11 +166763,11 @@ webhooks: type: string enum: - labeled - enterprise: *651 - installation: *652 - label: *670 - number: *697 - organization: *653 + enterprise: *653 + installation: *654 + label: *672 + number: *699 + organization: *655 pull_request: title: Pull Request type: object @@ -169045,7 +169115,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 sender: *4 required: - action @@ -169126,10 +169196,10 @@ webhooks: type: string enum: - locked - enterprise: *651 - installation: *652 - number: *697 - organization: *653 + enterprise: *653 + installation: *654 + number: *699 + organization: *655 pull_request: title: Pull Request type: object @@ -171475,7 +171545,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 sender: *4 required: - action @@ -171555,12 +171625,12 @@ webhooks: type: string enum: - milestoned - enterprise: *651 - milestone: *400 - number: *697 - organization: *653 - pull_request: *699 - repository: *654 + enterprise: *653 + milestone: *421 + number: *699 + organization: *655 + pull_request: *701 + repository: *656 sender: *4 required: - action @@ -171639,12 +171709,12 @@ webhooks: type: string enum: - opened - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: *698 - repository: *654 + enterprise: *653 + installation: *654 + number: *699 + organization: *655 + pull_request: *700 + repository: *656 sender: *4 required: - action @@ -171725,12 +171795,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: *698 - repository: *654 + enterprise: *653 + installation: *654 + number: *699 + organization: *655 + pull_request: *700 + repository: *656 sender: *4 required: - action @@ -171810,12 +171880,12 @@ webhooks: type: string enum: - reopened - enterprise: *651 - installation: *652 - number: *697 - organization: *653 - pull_request: *698 - repository: *654 + enterprise: *653 + installation: *654 + number: *699 + organization: *655 + pull_request: *700 + repository: *656 sender: *4 required: - action @@ -172190,9 +172260,9 @@ webhooks: - start_side - side - reactions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 pull_request: type: object properties: @@ -174422,7 +174492,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *656 sender: *4 required: - action @@ -174502,7 +174572,7 @@ webhooks: type: string enum: - deleted - comment: &701 + comment: &703 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -174795,9 +174865,9 @@ webhooks: - start_side - side - reactions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 pull_request: type: object properties: @@ -177015,7 +177085,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *656 sender: *4 required: - action @@ -177095,11 +177165,11 @@ webhooks: type: string enum: - edited - changes: *700 - comment: *701 - enterprise: *651 - installation: *652 - organization: *653 + changes: *702 + comment: *703 + enterprise: *653 + installation: *654 + organization: *655 pull_request: type: object properties: @@ -179320,7 +179390,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *654 + repository: *656 sender: *4 required: - action @@ -179401,9 +179471,9 @@ webhooks: type: string enum: - dismissed - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 pull_request: title: Simple Pull Request type: object @@ -181636,7 +181706,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *656 review: description: The review that was affected. type: object @@ -181882,9 +181952,9 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 pull_request: title: Simple Pull Request type: object @@ -183998,8 +184068,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 - review: &702 + repository: *656 + review: &704 description: The review that was affected. type: object properties: @@ -184232,12 +184302,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 number: description: The pull request number. type: integer - organization: *653 + organization: *655 pull_request: title: Pull Request type: object @@ -186584,7 +186654,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 requested_reviewer: title: User type: @@ -186670,12 +186740,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 number: description: The pull request number. type: integer - organization: *653 + organization: *655 pull_request: title: Pull Request type: object @@ -189029,7 +189099,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 requested_team: title: Team description: Groups of organization members that gives permissions @@ -189224,12 +189294,12 @@ webhooks: type: string enum: - review_requested - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 number: description: The pull request number. type: integer - organization: *653 + organization: *655 pull_request: title: Pull Request type: object @@ -191578,7 +191648,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 requested_reviewer: title: User type: @@ -191665,12 +191735,12 @@ webhooks: type: string enum: - review_requested - enterprise: *651 - installation: *652 + enterprise: *653 + installation: *654 number: description: The pull request number. type: integer - organization: *653 + organization: *655 pull_request: title: Pull Request type: object @@ -194010,7 +194080,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 requested_team: title: Team description: Groups of organization members that gives permissions @@ -194194,9 +194264,9 @@ webhooks: type: string enum: - submitted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 pull_request: title: Simple Pull Request type: object @@ -196432,8 +196502,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 - review: *702 + repository: *656 + review: *704 sender: *4 required: - action @@ -196513,9 +196583,9 @@ webhooks: type: string enum: - resolved - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 pull_request: title: Simple Pull Request type: object @@ -198646,7 +198716,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *656 sender: *4 thread: type: object @@ -199038,9 +199108,9 @@ webhooks: type: string enum: - unresolved - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 pull_request: title: Simple Pull Request type: object @@ -201154,7 +201224,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *654 + repository: *656 sender: *4 thread: type: object @@ -201548,10 +201618,10 @@ webhooks: type: string before: type: string - enterprise: *651 - installation: *652 - number: *697 - organization: *653 + enterprise: *653 + installation: *654 + number: *699 + organization: *655 pull_request: title: Pull Request type: object @@ -203886,7 +203956,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 sender: *4 required: - action @@ -203968,11 +204038,11 @@ webhooks: type: string enum: - unassigned - assignee: *703 - enterprise: *651 - installation: *652 - number: *697 - organization: *653 + assignee: *705 + enterprise: *653 + installation: *654 + number: *699 + organization: *655 pull_request: title: Pull Request type: object @@ -206322,7 +206392,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 sender: *4 required: - action @@ -206401,11 +206471,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *651 - installation: *652 - label: *670 - number: *697 - organization: *653 + enterprise: *653 + installation: *654 + label: *672 + number: *699 + organization: *655 pull_request: title: Pull Request type: object @@ -208744,7 +208814,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 sender: *4 required: - action @@ -208825,10 +208895,10 @@ webhooks: type: string enum: - unlocked - enterprise: *651 - installation: *652 - number: *697 - organization: *653 + enterprise: *653 + installation: *654 + number: *699 + organization: *655 pull_request: title: Pull Request type: object @@ -211157,7 +211227,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *654 + repository: *656 sender: *4 required: - action @@ -211360,7 +211430,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *651 + enterprise: *653 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -211455,8 +211525,8 @@ webhooks: - url - author - committer - installation: *652 - organization: *653 + installation: *654 + organization: *655 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -212044,9 +212114,9 @@ webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 registry_package: type: object properties: @@ -212523,7 +212593,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *685 + items: *687 summary: type: string tag_name: @@ -212579,7 +212649,7 @@ webhooks: - owner - package_version - registry - repository: *654 + repository: *656 sender: *4 required: - action @@ -212657,9 +212727,9 @@ webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 registry_package: type: object properties: @@ -212971,7 +213041,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *685 + items: *687 summary: type: string tag_name: @@ -213021,7 +213091,7 @@ webhooks: - owner - package_version - registry - repository: *654 + repository: *656 sender: *4 required: - action @@ -213098,10 +213168,10 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - release: &704 + enterprise: *653 + installation: *654 + organization: *655 + release: &706 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -213426,7 +213496,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *654 + repository: *656 sender: *4 required: - action @@ -213503,11 +213573,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - release: *704 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + release: *706 + repository: *656 sender: *4 required: - action @@ -213624,11 +213694,11 @@ webhooks: type: boolean required: - to - enterprise: *651 - installation: *652 - organization: *653 - release: *704 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + release: *706 + repository: *656 sender: *4 required: - action @@ -213706,9 +213776,9 @@ webhooks: type: string enum: - prereleased - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -214038,7 +214108,7 @@ webhooks: - string - 'null' format: uri - repository: *654 + repository: *656 sender: *4 required: - action @@ -214114,10 +214184,10 @@ webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - release: &705 + enterprise: *653 + installation: *654 + organization: *655 + release: &707 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -214444,7 +214514,7 @@ webhooks: - string - 'null' format: uri - repository: *654 + repository: *656 sender: *4 required: - action @@ -214520,11 +214590,11 @@ webhooks: type: string enum: - released - enterprise: *651 - installation: *652 - organization: *653 - release: *704 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + release: *706 + repository: *656 sender: *4 required: - action @@ -214600,11 +214670,11 @@ webhooks: type: string enum: - unpublished - enterprise: *651 - installation: *652 - organization: *653 - release: *705 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + release: *707 + repository: *656 sender: *4 required: - action @@ -214680,11 +214750,11 @@ webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_advisory: *576 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + repository_advisory: *578 sender: *4 required: - action @@ -214760,11 +214830,11 @@ webhooks: type: string enum: - reported - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_advisory: *576 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + repository_advisory: *578 sender: *4 required: - action @@ -214840,10 +214910,10 @@ webhooks: type: string enum: - archived - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -214920,10 +214990,10 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -215001,10 +215071,10 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -215089,10 +215159,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -215207,10 +215277,10 @@ webhooks: - 'null' items: type: string - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -215282,10 +215352,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 status: type: string @@ -215366,10 +215436,10 @@ webhooks: type: string enum: - privatized - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -215446,10 +215516,10 @@ webhooks: type: string enum: - publicized - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -215543,10 +215613,10 @@ webhooks: - name required: - repository - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -215626,11 +215696,11 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *233 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + repository_ruleset: *253 sender: *4 required: - action @@ -215708,11 +215778,11 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *233 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + repository_ruleset: *253 sender: *4 required: - action @@ -215790,11 +215860,11 @@ webhooks: type: string enum: - edited - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - repository_ruleset: *233 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + repository_ruleset: *253 changes: type: object properties: @@ -215813,16 +215883,16 @@ webhooks: properties: added: type: array - items: *227 + items: *228 deleted: type: array - items: *227 + items: *228 updated: type: array items: type: object properties: - condition: *227 + condition: *228 changes: type: object properties: @@ -215855,16 +215925,16 @@ webhooks: properties: added: type: array - items: *232 + items: *543 deleted: type: array - items: *232 + items: *543 updated: type: array items: type: object properties: - rule: *232 + rule: *543 changes: type: object properties: @@ -216101,10 +216171,10 @@ webhooks: - from required: - owner - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -216182,10 +216252,10 @@ webhooks: type: string enum: - unarchived - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -216263,7 +216333,7 @@ webhooks: type: string enum: - create - alert: &706 + alert: &708 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -216387,10 +216457,10 @@ webhooks: type: string enum: - open - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -216600,10 +216670,10 @@ webhooks: type: string enum: - dismissed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -216681,11 +216751,11 @@ webhooks: type: string enum: - reopen - alert: *706 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *708 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -216887,10 +216957,10 @@ webhooks: enum: - fixed - open - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -216968,7 +217038,7 @@ webhooks: type: string enum: - created - alert: &707 + alert: &709 type: object properties: number: *52 @@ -217078,10 +217148,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -217162,11 +217232,11 @@ webhooks: type: string enum: - created - alert: *707 - installation: *652 - location: *708 - organization: *653 - repository: *654 + alert: *709 + installation: *654 + location: *710 + organization: *655 + repository: *656 sender: *4 required: - location @@ -217404,11 +217474,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *707 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *709 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -217486,11 +217556,11 @@ webhooks: type: string enum: - reopened - alert: *707 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *709 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -217568,11 +217638,11 @@ webhooks: type: string enum: - resolved - alert: *707 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *709 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -217650,11 +217720,11 @@ webhooks: type: string enum: - validated - alert: *707 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + alert: *709 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -217784,10 +217854,10 @@ webhooks: - organization - enterprise - - repository: *654 - enterprise: *651 - installation: *652 - organization: *653 + repository: *656 + enterprise: *653 + installation: *654 + organization: *655 sender: *4 required: - action @@ -217865,11 +217935,11 @@ webhooks: type: string enum: - published - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - security_advisory: &709 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + security_advisory: &711 description: The details of the security advisory, including summary, description, and severity. type: object @@ -218055,11 +218125,11 @@ webhooks: type: string enum: - updated - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 - security_advisory: *709 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 + security_advisory: *711 sender: *4 required: - action @@ -218132,10 +218202,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -218321,11 +218391,11 @@ webhooks: from: type: object properties: - security_and_analysis: *226 - enterprise: *651 - installation: *652 - organization: *653 - repository: *279 + security_and_analysis: *227 + enterprise: *653 + installation: *654 + organization: *655 + repository: *300 sender: *4 required: - changes @@ -218403,12 +218473,12 @@ webhooks: type: string enum: - cancelled - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - sponsorship: &710 + sponsorship: &712 type: object properties: created_at: @@ -218713,12 +218783,12 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - sponsorship: *710 + sponsorship: *712 required: - action - sponsorship @@ -218806,12 +218876,12 @@ webhooks: type: string required: - from - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - sponsorship: *710 + sponsorship: *712 required: - action - changes @@ -218888,17 +218958,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &711 + effective_date: &713 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: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - sponsorship: *710 + sponsorship: *712 required: - action - sponsorship @@ -218972,7 +219042,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &712 + changes: &714 type: object properties: tier: @@ -219016,13 +219086,13 @@ webhooks: - from required: - tier - effective_date: *711 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + effective_date: *713 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - sponsorship: *710 + sponsorship: *712 required: - action - changes @@ -219099,13 +219169,13 @@ webhooks: type: string enum: - tier_changed - changes: *712 - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + changes: *714 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - sponsorship: *710 + sponsorship: *712 required: - action - changes @@ -219179,10 +219249,10 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -219266,10 +219336,10 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -219703,15 +219773,15 @@ webhooks: type: - string - 'null' - enterprise: *651 + enterprise: *653 id: description: The unique identifier of the status. type: integer - installation: *652 + installation: *654 name: type: string - organization: *653 - repository: *654 + organization: *655 + repository: *656 sender: *4 sha: description: The Commit SHA. @@ -219827,9 +219897,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *652 - organization: *653 - repository: *654 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -219919,9 +219989,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *74 - installation: *652 - organization: *653 - repository: *654 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -220011,9 +220081,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *652 - organization: *653 - repository: *654 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -220103,9 +220173,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *74 - installation: *652 - organization: *653 - repository: *654 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -220182,12 +220252,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - team: &713 + team: &715 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -220380,9 +220450,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 repository: title: Repository description: A git repository @@ -220852,7 +220922,7 @@ webhooks: - topics - visibility sender: *4 - team: *713 + team: *715 required: - action - team @@ -220928,9 +220998,9 @@ webhooks: type: string enum: - created - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 repository: title: Repository description: A git repository @@ -221400,7 +221470,7 @@ webhooks: - topics - visibility sender: *4 - team: *713 + team: *715 required: - action - team @@ -221477,9 +221547,9 @@ webhooks: type: string enum: - deleted - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 repository: title: Repository description: A git repository @@ -221949,7 +222019,7 @@ webhooks: - topics - visibility sender: *4 - team: *713 + team: *715 required: - action - team @@ -222093,9 +222163,9 @@ webhooks: - from required: - permissions - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 repository: title: Repository description: A git repository @@ -222565,7 +222635,7 @@ webhooks: - topics - visibility sender: *4 - team: *713 + team: *715 required: - action - changes @@ -222643,9 +222713,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *651 - installation: *652 - organization: *653 + enterprise: *653 + installation: *654 + organization: *655 repository: title: Repository description: A git repository @@ -223115,7 +223185,7 @@ webhooks: - topics - visibility sender: *4 - team: *713 + team: *715 required: - action - team @@ -223191,10 +223261,10 @@ webhooks: type: string enum: - started - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 required: - action @@ -223267,17 +223337,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *651 + enterprise: *653 inputs: type: - object - 'null' additionalProperties: true - installation: *652 - organization: *653 + installation: *654 + organization: *655 ref: type: string - repository: *654 + repository: *656 sender: *4 workflow: type: string @@ -223359,10 +223429,10 @@ webhooks: type: string enum: - completed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 workflow_job: allOf: @@ -223618,7 +223688,7 @@ webhooks: type: string required: - conclusion - deployment: *420 + deployment: *441 required: - action - repository @@ -223697,10 +223767,10 @@ webhooks: type: string enum: - in_progress - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 workflow_job: allOf: @@ -223982,7 +224052,7 @@ webhooks: required: - status - steps - deployment: *420 + deployment: *441 required: - action - repository @@ -224061,10 +224131,10 @@ webhooks: type: string enum: - queued - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 workflow_job: type: object @@ -224210,7 +224280,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *420 + deployment: *441 required: - action - repository @@ -224289,10 +224359,10 @@ webhooks: type: string enum: - waiting - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 workflow_job: type: object @@ -224439,7 +224509,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *420 + deployment: *441 required: - action - repository @@ -224519,12 +224589,12 @@ webhooks: type: string enum: - completed - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - workflow: *666 + workflow: *668 workflow_run: title: Workflow Run type: object @@ -225543,12 +225613,12 @@ webhooks: type: string enum: - in_progress - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - workflow: *666 + workflow: *668 workflow_run: title: Workflow Run type: object @@ -226552,12 +226622,12 @@ webhooks: type: string enum: - requested - enterprise: *651 - installation: *652 - organization: *653 - repository: *654 + enterprise: *653 + installation: *654 + organization: *655 + repository: *656 sender: *4 - workflow: *666 + workflow: *668 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 0e433ef340..1403ad1c17 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -18319,7 +18319,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -18737,6 +18746,22 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -18983,7 +19008,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19456,7 +19490,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -19662,6 +19705,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -19704,6 +19750,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -19854,7 +19903,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -20478,7 +20536,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -21306,7 +21373,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -21511,6 +21587,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -82187,7 +82266,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -82612,6 +82700,22 @@ ], "default": "disabled" }, + "code_scanning_options": { + "type": [ + "object", + "null" + ], + "description": "Security Configuration feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } + }, "code_scanning_default_setup": { "type": "string", "description": "The enablement status of code scanning default setup", @@ -82898,7 +83002,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -83098,6 +83211,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -83255,7 +83371,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -83461,6 +83586,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "enabled", @@ -83503,6 +83631,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "secret_scanning": "enabled", "secret_scanning_push_protection": "enabled", "secret_scanning_delegated_bypass": "disabled", @@ -83924,7 +84055,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -84124,6 +84264,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -84590,7 +84733,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -84790,6 +84942,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "disabled", "secret_scanning_push_protection": "disabled", @@ -85281,7 +85436,16 @@ "object", "null" ], - "description": "Feature options for code scanning" + "description": "Feature options for code scanning", + "properties": { + "allow_advanced": { + "type": [ + "boolean", + "null" + ], + "description": "Whether to allow repos which use advanced setup" + } + } }, "code_scanning_default_setup": { "type": "string", @@ -85486,6 +85650,9 @@ "runner_type": "not_set", "runner_label": null }, + "code_scanning_options": { + "allow_advanced": false + }, "code_scanning_delegated_alert_dismissal": "disabled", "secret_scanning": "enabled", "secret_scanning_push_protection": "disabled", @@ -138172,7 +138339,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -138387,7 +138559,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -138496,7 +138673,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -138845,7 +139027,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -138985,7 +139172,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -150283,83 +150475,6 @@ } } }, - { - "title": "merge_queue", - "description": "Merges must be performed via a merge queue.", - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "merge_queue" - ] - }, - "parameters": { - "type": "object", - "properties": { - "check_response_timeout_minutes": { - "type": "integer", - "description": "Maximum time for a required status check to report a conclusion. After this much time has elapsed, checks that have not reported a conclusion will be assumed to have failed", - "minimum": 1, - "maximum": 360 - }, - "grouping_strategy": { - "type": "string", - "description": "When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge.", - "enum": [ - "ALLGREEN", - "HEADGREEN" - ] - }, - "max_entries_to_build": { - "type": "integer", - "description": "Limit the number of queued pull requests requesting checks and workflow runs at the same time.", - "minimum": 0, - "maximum": 100 - }, - "max_entries_to_merge": { - "type": "integer", - "description": "The maximum number of PRs that will be merged together in a group.", - "minimum": 0, - "maximum": 100 - }, - "merge_method": { - "type": "string", - "description": "Method to use when merging changes from queued pull requests.", - "enum": [ - "MERGE", - "SQUASH", - "REBASE" - ] - }, - "min_entries_to_merge": { - "type": "integer", - "description": "The minimum number of PRs that will be merged together in a group.", - "minimum": 0, - "maximum": 100 - }, - "min_entries_to_merge_wait_minutes": { - "type": "integer", - "description": "The time merge queue should wait after the first PR is added to the queue for the minimum group size to be met. After this time has elapsed, the minimum group size will be ignored and a smaller group will be merged.", - "minimum": 0, - "maximum": 360 - } - }, - "required": [ - "check_response_timeout_minutes", - "grouping_strategy", - "max_entries_to_build", - "max_entries_to_merge", - "merge_method", - "min_entries_to_merge", - "min_entries_to_merge_wait_minutes" - ] - } - } - }, { "title": "required_deployments", "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", @@ -154842,83 +154957,6 @@ } } }, - { - "title": "merge_queue", - "description": "Merges must be performed via a merge queue.", - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "merge_queue" - ] - }, - "parameters": { - "type": "object", - "properties": { - "check_response_timeout_minutes": { - "type": "integer", - "description": "Maximum time for a required status check to report a conclusion. After this much time has elapsed, checks that have not reported a conclusion will be assumed to have failed", - "minimum": 1, - "maximum": 360 - }, - "grouping_strategy": { - "type": "string", - "description": "When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge.", - "enum": [ - "ALLGREEN", - "HEADGREEN" - ] - }, - "max_entries_to_build": { - "type": "integer", - "description": "Limit the number of queued pull requests requesting checks and workflow runs at the same time.", - "minimum": 0, - "maximum": 100 - }, - "max_entries_to_merge": { - "type": "integer", - "description": "The maximum number of PRs that will be merged together in a group.", - "minimum": 0, - "maximum": 100 - }, - "merge_method": { - "type": "string", - "description": "Method to use when merging changes from queued pull requests.", - "enum": [ - "MERGE", - "SQUASH", - "REBASE" - ] - }, - "min_entries_to_merge": { - "type": "integer", - "description": "The minimum number of PRs that will be merged together in a group.", - "minimum": 0, - "maximum": 100 - }, - "min_entries_to_merge_wait_minutes": { - "type": "integer", - "description": "The time merge queue should wait after the first PR is added to the queue for the minimum group size to be met. After this time has elapsed, the minimum group{"code":"deadline_exceeded","msg":"operation timed out"}