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 821d25a8b..8e8abb983 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 a0c7d904e..ded06c7cd 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 821d25a8b..8e8abb983 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 a0c7d904e..ded06c7cd 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 0e433ef34..1403ad1c1 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 0070d559e..b0de47104 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 0e433ef34..1403ad1c1 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 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.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 0070d559e..b0de47104 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -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/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index cacbcaaad..98065359a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -35799,7 +35799,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", @@ -36217,6 +36226,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", @@ -36463,7 +36488,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", @@ -36936,7 +36970,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", @@ -37142,6 +37185,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", @@ -37184,6 +37230,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", @@ -37334,7 +37383,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", @@ -37958,7 +38016,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", @@ -38786,7 +38853,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", @@ -38991,6 +39067,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", @@ -47826,83 +47905,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.", @@ -52015,83 +52017,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.", @@ -117676,7 +117601,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", @@ -118101,6 +118035,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", @@ -118387,7 +118337,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", @@ -118587,6 +118546,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", @@ -118744,7 +118706,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", @@ -118950,6 +118921,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", @@ -118992,6 +118966,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", @@ -119413,7 +119390,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", @@ -119613,6 +119599,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", @@ -120079,7 +120068,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", @@ -120279,6 +120277,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", @@ -120770,7 +120771,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", @@ -120975,6 +120985,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", @@ -179717,7 +179730,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -179932,7 +179950,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -180041,7 +180064,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -180390,7 +180418,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -180530,7 +180563,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -191932,83 +191970,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.", @@ -196494,83 +196455,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.", @@ -317012,7 +316896,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", @@ -441943,7 +441836,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/enterprise-cloud@latest//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/enterprise-cloud@latest//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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 6211f7a00..a46ac0ea4 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -909,7 +909,7 @@ paths: - subscriptions_url - type - url - type: &337 + type: &359 type: string description: The type of credit the user is receiving. enum: @@ -1042,7 +1042,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &179 + schema: &199 title: Validation Error Simple description: Validation Error Simple type: object @@ -1075,7 +1075,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &676 + - &679 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1660,7 +1660,7 @@ paths: schema: type: integer default: 30 - - &262 + - &283 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 @@ -1676,7 +1676,7 @@ paths: application/json: schema: type: array - items: &263 + items: &284 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1772,7 +1772,7 @@ paths: - installation_id - repository_id examples: - default: &264 + default: &285 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1804,7 +1804,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &686 + schema: &689 title: Scim Error description: Scim Error type: object @@ -1835,7 +1835,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &178 + schema: &198 title: Validation Error description: Validation Error type: object @@ -1907,7 +1907,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &286 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2042,7 +2042,7 @@ paths: - request - response examples: - default: &266 + default: &287 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2246,7 +2246,7 @@ paths: parameters: - *17 - *19 - - &144 + - &164 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -3015,7 +3015,7 @@ paths: license: anyOf: - type: 'null' - - &155 + - &175 title: License Simple description: License Simple type: object @@ -7679,7 +7679,7 @@ paths: description: Response content: application/json: - schema: &180 + schema: &200 type: object properties: total_active_caches_count: @@ -7694,7 +7694,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &181 + default: &201 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7899,7 +7899,7 @@ paths: - public_ip_enabled - platform examples: - default: &182 + default: &202 value: total_count: 2 runners: @@ -8189,7 +8189,7 @@ paths: description: Response content: application/json: - schema: &183 + schema: &203 type: object properties: public_ips: @@ -8216,7 +8216,7 @@ paths: required: - public_ips examples: - default: &184 + default: &204 value: public_ips: current_usage: 17 @@ -8256,7 +8256,7 @@ paths: type: array items: *43 examples: - default: &185 + default: &205 value: id: 4-core cpu_cores: 4 @@ -8514,7 +8514,7 @@ paths: - all - local_only - selected - selected_actions_url: &188 + selected_actions_url: &208 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` @@ -8895,7 +8895,7 @@ paths: description: Success response content: application/json: - schema: &191 + schema: &211 type: object properties: default_workflow_permissions: &51 @@ -8943,7 +8943,7 @@ paths: required: true content: application/json: - schema: &192 + schema: &212 type: object properties: default_workflow_permissions: *51 @@ -9788,7 +9788,7 @@ paths: application/json: schema: type: array - items: &196 + items: &216 title: Runner Application description: Runner Application type: object @@ -9813,7 +9813,7 @@ paths: - download_url - filename examples: - default: &197 + default: &217 value: - os: osx architecture: x64 @@ -9897,7 +9897,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &198 + '201': &218 description: Response content: application/json: @@ -10016,7 +10016,7 @@ paths: - token - expires_at examples: - default: &199 + default: &219 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10056,7 +10056,7 @@ paths: application/json: schema: *63 examples: - default: &200 + default: &220 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10088,7 +10088,7 @@ paths: application/json: schema: *60 examples: - default: &201 + default: &221 value: id: 23 name: MBP @@ -10304,7 +10304,7 @@ paths: - *39 - *59 responses: - '200': &202 + '200': &222 description: Response content: application/json: @@ -10360,7 +10360,7 @@ paths: parameters: - *39 - *59 - - &203 + - &223 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10457,7 +10457,7 @@ paths: required: true content: application/json: - schema: &210 + schema: &230 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -11108,7 +11108,7 @@ paths: required: false schema: type: string - - &211 + - &231 name: include description: |- The event types to include: @@ -11126,7 +11126,7 @@ paths: - web - git - all - - &212 + - &232 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -11134,7 +11134,7 @@ paths: required: false schema: type: string - - &213 + - &233 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -11142,7 +11142,7 @@ paths: required: false schema: type: string - - &214 + - &234 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11164,7 +11164,7 @@ paths: application/json: schema: type: array - items: &215 + items: &235 type: object properties: "@timestamp": @@ -11286,7 +11286,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &216 + default: &236 value: - "@timestamp": 1606929874512 action: team.add_member @@ -11889,7 +11889,7 @@ paths: in: query schema: type: string - - &218 + - &238 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -11897,7 +11897,7 @@ paths: required: false schema: type: string - - &219 + - &239 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -11905,7 +11905,7 @@ paths: required: false schema: type: string - - &220 + - &240 name: time_period description: |- The time period to filter by. @@ -11921,7 +11921,7 @@ paths: - week - month default: day - - &221 + - &241 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -11948,7 +11948,7 @@ paths: application/json: schema: type: array - items: &222 + items: &242 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12074,7 +12074,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: &225 + items: &245 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -12120,7 +12120,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &223 + default: &243 value: - id: 21 number: 42 @@ -12207,7 +12207,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *39 - - &230 + - &250 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`, @@ -12217,7 +12217,7 @@ paths: schema: &90 type: string description: The name of the tool used to generate the code scanning analysis. - - &231 + - &251 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 @@ -12241,7 +12241,7 @@ paths: be returned. in: query required: false - schema: &232 + schema: &252 type: string description: State of a code scanning alert. enum: @@ -12266,7 +12266,7 @@ paths: application/json: schema: type: array - items: &233 + items: &253 type: object properties: number: &99 @@ -12295,7 +12295,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &452 + instances_url: &474 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12331,7 +12331,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &453 + dismissed_reason: &475 type: - string - 'null' @@ -12342,14 +12342,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &454 + dismissed_comment: &476 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &455 + rule: &477 type: object properties: id: @@ -12410,7 +12410,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &456 + tool: &478 type: object properties: name: *90 @@ -12421,15 +12421,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &457 + most_recent_instance: &479 type: object properties: - ref: &450 + ref: &472 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &467 + analysis_key: &489 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12440,7 +12440,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &468 + category: &490 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -12828,7 +12828,7 @@ paths: - most_recent_instance - repository examples: - default: &234 + default: &254 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -13059,7 +13059,7 @@ paths: headers: Link: *38 '404': *6 - '503': &133 + '503': &153 description: Service unavailable content: application/json: @@ -13182,6 +13182,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 @@ -13481,6 +13487,17 @@ paths: - disabled - not_set default: disabled + code_scanning_options: &255 + 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 @@ -13668,7 +13685,7 @@ paths: description: Response content: application/json: - schema: &236 + schema: &257 type: array description: A list of default code security configurations items: @@ -13684,7 +13701,7 @@ paths: default configuration: *93 examples: - default: &237 + default: &258 value: - default_for_new_repos: public configuration: @@ -13703,6 +13720,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 @@ -13737,6 +13756,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 @@ -14134,7 +14155,7 @@ paths: default: value: default_for_new_repos: all - configuration: &235 + configuration: &256 value: id: 1325 target_type: organization @@ -14151,6 +14172,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 @@ -14217,7 +14240,7 @@ paths: application/json: schema: type: array - items: &238 + items: &259 type: object description: Repositories associated with a code security configuration and attachment status @@ -14241,7 +14264,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &239 + repository: &260 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -14742,7 +14765,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &226 + - &246 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -14801,7 +14824,7 @@ paths: parent: anyOf: - type: 'null' - - &299 + - &320 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -15140,7 +15163,7 @@ paths: application/json: schema: type: array - items: &137 + items: &157 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -15455,7 +15478,7 @@ paths: - date additionalProperties: true examples: - default: &138 + default: &158 value: - date: '2024-06-24' total_active_users: 24 @@ -15557,7 +15580,7 @@ paths: '500': *86 '403': *27 '404': *6 - '422': &139 + '422': &159 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -15587,7 +15610,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &246 + - &267 name: state in: query description: |- @@ -15596,7 +15619,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &247 + - &268 name: severity in: query description: |- @@ -15605,7 +15628,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &248 + - &269 name: ecosystem in: query description: |- @@ -15614,14 +15637,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &249 + - &270 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 - - &250 + - &271 name: epss_percentage in: query description: |- @@ -15633,7 +15656,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 - - &251 + - &272 name: has in: query description: |- @@ -15647,7 +15670,7 @@ paths: type: string enum: - patch - - &252 + - &273 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -15657,7 +15680,7 @@ paths: enum: - development - runtime - - &253 + - &274 name: sort in: query description: |- @@ -15675,7 +15698,7 @@ paths: - *89 - *87 - *88 - - &254 + - &275 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -15688,7 +15711,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &255 + - &276 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15708,7 +15731,7 @@ paths: application/json: schema: type: array - items: &256 + items: &277 type: object description: A Dependabot alert. properties: @@ -15775,7 +15798,7 @@ paths: - direct - transitive - - security_advisory: &504 + security_advisory: &526 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -16011,7 +16034,7 @@ paths: dismissal. maxLength: 280 fixed_at: *109 - auto_dismissed_at: &505 + auto_dismissed_at: &527 type: - string - 'null' @@ -16038,7 +16061,7 @@ paths: - repository additionalProperties: false examples: - default: &257 + default: &278 value: - number: 2 state: dismissed @@ -16455,7 +16478,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - *39 - - &217 + - &237 name: username description: The handle for the GitHub user account. in: path @@ -16567,7 +16590,7 @@ paths: - name - created_on examples: - default: &347 + default: &369 value: total_count: 2 network_configurations: @@ -16790,7 +16813,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &348 + - &370 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16802,7 +16825,7 @@ paths: description: Response content: application/json: - schema: &349 + schema: &371 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16841,7 +16864,7 @@ paths: - subnet_id - region examples: - default: &350 + default: &372 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -17147,7 +17170,7 @@ paths: required: true content: application/json: - schema: &318 + schema: &339 title: Custom Property Set Payload description: Custom property set payload type: object @@ -17337,7 +17360,7 @@ paths: - always - pull_request default: always - conditions: &131 + conditions: &150 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -17518,12 +17541,12 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: &128 + items: &151 title: Repository Rule type: object description: A repository rule. oneOf: - - &620 + - &128 title: creation description: Only allow users with bypass permission to create matching refs. @@ -17535,7 +17558,7 @@ paths: type: string enum: - creation - - &621 + - &129 title: update description: Only allow users with bypass permission to update matching refs. @@ -17556,7 +17579,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &623 + - &130 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -17568,7 +17591,7 @@ paths: type: string enum: - deletion - - &624 + - &131 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -17580,83 +17603,7 @@ paths: type: string enum: - required_linear_history - - &625 - 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 - - &626 + - &132 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17680,7 +17627,7 @@ paths: type: string required: - required_deployment_environments - - &627 + - &133 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17692,7 +17639,7 @@ paths: type: string enum: - required_signatures - - &628 + - &134 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -17752,7 +17699,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &629 + - &135 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17799,7 +17746,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &630 + - &136 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17811,7 +17758,7 @@ paths: type: string enum: - non_fast_forward - - &631 + - &137 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17847,7 +17794,7 @@ paths: required: - operator - pattern - - &632 + - &138 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17883,7 +17830,7 @@ paths: required: - operator - pattern - - &633 + - &139 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17919,7 +17866,7 @@ paths: required: - operator - pattern - - &634 + - &140 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17955,7 +17902,7 @@ paths: required: - operator - pattern - - &635 + - &141 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17991,7 +17938,7 @@ paths: required: - operator - pattern - - &636 + - &142 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -18015,7 +17962,7 @@ paths: type: string required: - restricted_file_paths - - &637 + - &143 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -18039,7 +17986,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &638 + - &144 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -18062,7 +18009,7 @@ paths: type: string required: - restricted_file_extensions - - &639 + - &145 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -18086,7 +18033,7 @@ paths: maximum: 100 required: - max_file_size - - &640 + - &146 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -18135,7 +18082,7 @@ paths: - repository_id required: - workflows - - &641 + - &147 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -18221,7 +18168,7 @@ paths: description: Response content: application/json: - schema: &129 + schema: &148 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -18292,7 +18239,7 @@ paths: conditions: anyOf: - *122 - - &323 + - &344 title: Organization ruleset conditions type: object description: |- @@ -18342,7 +18289,109 @@ paths: - object rules: type: array - items: *128 + items: &645 + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - *128 + - *129 + - *130 + - *131 + - &643 + 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 + - *132 + - *133 + - *134 + - *135 + - *136 + - *137 + - *138 + - *139 + - *140 + - *141 + - *142 + - *143 + - *144 + - *145 + - *146 + - *147 created_at: type: string format: date-time @@ -18350,7 +18399,7 @@ paths: type: string format: date-time examples: - default: &130 + default: &149 value: id: 21 name: super cool ruleset @@ -18409,9 +18458,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *130 + default: *149 '404': *6 '500': *86 x-github: @@ -18460,11 +18509,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *127 - conditions: *131 + conditions: *150 rules: description: An array of rules within the ruleset. type: array - items: *128 + items: *151 examples: default: value: @@ -18488,9 +18537,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *130 + default: *149 '404': *6 '500': *86 x-github: @@ -18552,7 +18601,7 @@ paths: application/json: schema: type: array - items: &132 + items: &152 title: Ruleset version type: object description: The historical version of a ruleset @@ -18576,7 +18625,7 @@ paths: type: string format: date-time examples: - default: &325 + default: &347 value: - version_id: 3 actor: @@ -18629,9 +18678,9 @@ paths: description: Response content: application/json: - schema: &326 + schema: &348 allOf: - - *132 + - *152 - type: object required: - state @@ -18684,7 +18733,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &327 + - &349 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -18695,7 +18744,7 @@ paths: enum: - open - resolved - - &328 + - &350 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -18705,7 +18754,7 @@ paths: required: false schema: type: string - - &329 + - &351 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -18714,7 +18763,7 @@ paths: required: false schema: type: string - - &330 + - &352 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. @@ -18730,7 +18779,7 @@ paths: - *17 - *87 - *88 - - &331 + - &353 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -18739,7 +18788,7 @@ paths: required: false schema: type: string - - &332 + - &354 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -18748,7 +18797,7 @@ paths: schema: type: boolean default: false - - &333 + - &355 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18757,7 +18806,7 @@ paths: schema: type: boolean default: false - - &334 + - &356 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -18773,7 +18822,7 @@ paths: application/json: schema: type: array - items: &335 + items: &357 type: object properties: number: *99 @@ -18789,14 +18838,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &654 + state: &657 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: &655 + resolution: &658 type: - string - 'null' @@ -18903,14 +18952,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &656 + - &659 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &658 + - &661 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -18967,7 +19016,7 @@ paths: - blob_url - commit_sha - commit_url - - &659 + - &662 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. @@ -19028,7 +19077,7 @@ paths: - page_url - commit_sha - commit_url - - &660 + - &663 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -19043,7 +19092,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &661 + - &664 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -19058,7 +19107,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &662 + - &665 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -19073,7 +19122,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &663 + - &666 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -19088,7 +19137,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &664 + - &667 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -19103,7 +19152,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &665 + - &668 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -19118,7 +19167,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &666 + - &669 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. @@ -19133,7 +19182,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &667 + - &670 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. @@ -19148,7 +19197,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &668 + - &671 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. @@ -19163,7 +19212,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &669 + - &672 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. @@ -19178,7 +19227,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &670 + - &673 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 @@ -19199,7 +19248,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &336 + default: &358 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -19450,7 +19499,7 @@ paths: headers: Link: *38 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19481,7 +19530,7 @@ paths: description: Response content: application/json: - schema: &338 + schema: &360 type: object properties: total_minutes_used: @@ -19551,7 +19600,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &339 + default: &361 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -19582,7 +19631,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &340 + - &362 name: advanced_security_product in: query description: | @@ -19602,7 +19651,7 @@ paths: description: Success content: application/json: - schema: &341 + schema: &363 type: object properties: total_advanced_security_committers: @@ -19665,7 +19714,7 @@ paths: required: - repositories examples: - default: &342 + default: &364 value: total_advanced_security_committers: 2 total_count: 2 @@ -19762,7 +19811,7 @@ paths: '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19880,7 +19929,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-a-cost-center-by-id parameters: - *39 - - &136 + - &156 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -19892,7 +19941,7 @@ paths: description: Response when getting a cost center content: application/json: - schema: &134 + schema: &154 type: object properties: id: @@ -19920,7 +19969,7 @@ paths: - name - resources examples: - default: &135 + default: &155 value: - id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -19932,7 +19981,7 @@ paths: '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19982,15 +20031,15 @@ paths: description: Response when updating a cost center content: application/json: - schema: *134 + schema: *154 examples: - default: *135 + default: *155 '400': *14 '403': *27 '404': *6 '409': *97 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20008,7 +20057,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#delete-a-cost-center parameters: - *39 - - *136 + - *156 responses: '200': description: Response when deleting a cost center @@ -20047,7 +20096,7 @@ paths: '404': *6 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20068,7 +20117,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-resources-to-a-cost-center parameters: - *39 - - *136 + - *156 requestBody: required: true content: @@ -20115,7 +20164,7 @@ paths: '403': *27 '409': *97 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20135,7 +20184,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-resources-from-a-cost-center parameters: - *39 - - *136 + - *156 requestBody: required: true content: @@ -20182,7 +20231,7 @@ paths: '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20213,7 +20262,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &365 type: object properties: total_gigabytes_bandwidth_used: @@ -20231,7 +20280,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &344 + default: &366 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -20266,7 +20315,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &367 type: object properties: days_left_in_billing_cycle: @@ -20284,7 +20333,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &346 + default: &368 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -20309,7 +20358,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *39 - - &170 + - &190 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, @@ -20318,7 +20367,7 @@ paths: required: false schema: type: integer - - &171 + - &191 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 @@ -20327,7 +20376,7 @@ paths: required: false schema: type: integer - - &172 + - &192 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 @@ -20336,7 +20385,7 @@ paths: required: false schema: type: integer - - &173 + - &193 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 @@ -20357,7 +20406,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &174 + schema: &194 type: object properties: usageItems: @@ -20410,7 +20459,7 @@ paths: - netAmount - organizationName examples: - default: &175 + default: &195 value: usageItems: - date: '2023-08-01' @@ -20427,7 +20476,7 @@ paths: '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20498,13 +20547,13 @@ paths: application/json: schema: type: array - items: *137 + items: *157 examples: - default: *138 + default: *158 '500': *86 '403': *27 '404': *6 - '422': *139 + '422': *159 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -20593,7 +20642,7 @@ paths: application/json: schema: type: array - items: &165 + items: &185 title: Event description: Event type: object @@ -20604,7 +20653,7 @@ paths: type: - string - 'null' - actor: &140 + actor: &160 title: Actor description: Actor type: object @@ -20645,13 +20694,13 @@ paths: - id - name - url - org: *140 + org: *160 payload: type: object properties: action: type: string - issue: &154 + issue: &174 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -20772,7 +20821,7 @@ paths: milestone: anyOf: - type: 'null' - - &492 + - &514 title: Milestone description: A collection of related issues and pull requests. @@ -20944,7 +20993,7 @@ paths: timeline_url: type: string format: uri - type: &284 + type: &305 title: Issue Type description: The type of issue. type: @@ -21002,7 +21051,7 @@ paths: anyOf: - type: 'null' - *5 - author_association: &141 + author_association: &161 title: author_association type: string description: How the author is associated with the repository. @@ -21017,7 +21066,7 @@ paths: - OWNER examples: - OWNER - reactions: &142 + reactions: &162 title: Reaction Rollup type: object properties: @@ -21089,7 +21138,7 @@ paths: - author_association - created_at - updated_at - comment: &560 + comment: &582 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -21139,12 +21188,12 @@ paths: issue_url: type: string format: uri - author_association: *141 + author_association: *161 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *142 + reactions: *162 required: - id - node_id @@ -21241,7 +21290,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21331,7 +21380,7 @@ paths: _links: type: object properties: - timeline: &143 + timeline: &163 title: Link With Type description: Hypermedia Link with Type type: object @@ -21343,17 +21392,17 @@ paths: required: - href - type - user: *143 - security_advisories: *143 - current_user: *143 - current_user_public: *143 - current_user_actor: *143 - current_user_organization: *143 + user: *163 + security_advisories: *163 + current_user: *163 + current_user_public: *163 + current_user_actor: *163 + current_user_organization: *163 current_user_organizations: type: array - items: *143 - repository_discussions: *143 - repository_discussions_category: *143 + items: *163 + repository_discussions: *163 + repository_discussions_category: *163 required: - timeline - user @@ -21415,7 +21464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *144 + - *164 - *17 - *19 responses: @@ -21425,7 +21474,7 @@ paths: application/json: schema: type: array - items: &145 + items: &165 title: Base Gist description: Base Gist type: object @@ -21522,7 +21571,7 @@ paths: - created_at - updated_at examples: - default: &146 + default: &166 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -21646,7 +21695,7 @@ paths: description: Response content: application/json: - schema: &147 + schema: &167 title: Gist Simple description: Gist Simple type: object @@ -21664,7 +21713,7 @@ paths: url: type: string format: uri - user: &725 + user: &728 title: Public User description: Public User type: object @@ -22038,7 +22087,7 @@ paths: truncated: type: boolean examples: - default: &148 + default: &168 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -22142,7 +22191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *144 + - *164 - *17 - *19 responses: @@ -22152,9 +22201,9 @@ paths: application/json: schema: type: array - items: *145 + items: *165 examples: - default: *146 + default: *166 headers: Link: *38 '422': *15 @@ -22176,7 +22225,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *144 + - *164 - *17 - *19 responses: @@ -22186,9 +22235,9 @@ paths: application/json: schema: type: array - items: *145 + items: *165 examples: - default: *146 + default: *166 headers: Link: *38 '401': *23 @@ -22216,7 +22265,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &149 + - &169 name: gist_id description: The unique identifier of the gist. in: path @@ -22228,10 +22277,10 @@ paths: description: Response content: application/json: - schema: *147 + schema: *167 examples: - default: *148 - '403': &152 + default: *168 + '403': &172 description: Forbidden Gist content: application/json: @@ -22280,7 +22329,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *149 + - *169 requestBody: required: true content: @@ -22344,9 +22393,9 @@ paths: description: Response content: application/json: - schema: *147 + schema: *167 examples: - updateGist: *148 + updateGist: *168 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -22504,7 +22553,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *149 + - *169 responses: '204': description: Response @@ -22533,7 +22582,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *149 + - *169 - *17 - *19 responses: @@ -22543,7 +22592,7 @@ paths: application/json: schema: type: array - items: &150 + items: &170 title: Gist Comment description: A comment made to a gist. type: object @@ -22581,7 +22630,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *141 + author_association: *161 required: - url - id @@ -22646,7 +22695,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *149 + - *169 requestBody: required: true content: @@ -22672,9 +22721,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *170 examples: - default: &151 + default: &171 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -22732,8 +22781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *149 - - &153 + - *169 + - &173 name: comment_id description: The unique identifier of the comment. in: path @@ -22746,12 +22795,12 @@ paths: description: Response content: application/json: - schema: *150 + schema: *170 examples: - default: *151 + default: *171 '304': *35 '404': *6 - '403': *152 + '403': *172 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22773,8 +22822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *149 - - *153 + - *169 + - *173 requestBody: required: true content: @@ -22800,9 +22849,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *170 examples: - default: *151 + default: *171 '404': *6 x-github: githubCloudOnly: false @@ -22819,8 +22868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *149 - - *153 + - *169 + - *173 responses: '204': description: Response @@ -22843,7 +22892,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *149 + - *169 - *17 - *19 responses: @@ -22944,7 +22993,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *149 + - *169 - *17 - *19 responses: @@ -22954,7 +23003,7 @@ paths: application/json: schema: type: array - items: *147 + items: *167 examples: default: value: @@ -23019,13 +23068,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *149 + - *169 responses: '201': description: Response content: application/json: - schema: *145 + schema: *165 examples: default: value: @@ -23096,7 +23145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *149 + - *169 responses: '204': description: Response if gist is starred @@ -23126,7 +23175,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *149 + - *169 responses: '204': description: Response @@ -23148,7 +23197,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *149 + - *169 responses: '204': description: Response @@ -23177,7 +23226,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *149 + - *169 - name: sha in: path required: true @@ -23188,9 +23237,9 @@ paths: description: Response content: application/json: - schema: *147 + schema: *167 examples: - default: *148 + default: *168 '422': *15 '404': *6 '403': *27 @@ -23559,7 +23608,7 @@ paths: - closed - all default: open - - &287 + - &308 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -23578,7 +23627,7 @@ paths: - comments default: created - *89 - - *144 + - *164 - name: collab in: query required: false @@ -23608,9 +23657,9 @@ paths: application/json: schema: type: array - items: *154 + items: *174 examples: - default: &288 + default: &309 value: - id: 1 node_id: MDU6SXNzdWUx @@ -23890,7 +23939,7 @@ paths: application/json: schema: type: array - items: *155 + items: *175 examples: default: value: @@ -24188,7 +24237,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &156 + X-CommonMarker-Version: &176 example: 0.17.4 schema: type: string @@ -24243,7 +24292,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *156 + X-CommonMarker-Version: *176 content: text/html: schema: @@ -24272,7 +24321,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &159 + - &179 name: account_id description: account_id parameter in: path @@ -24284,7 +24333,7 @@ paths: description: Response content: application/json: - schema: &158 + schema: &178 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -24318,7 +24367,7 @@ paths: - 'null' id: type: integer - plan: &157 + plan: &177 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -24421,7 +24470,7 @@ paths: - 'null' updated_at: type: string - plan: *157 + plan: *177 required: - url - id @@ -24429,7 +24478,7 @@ paths: - login - marketplace_purchase examples: - default: &160 + default: &180 value: url: https://api.github.com/orgs/github type: Organization @@ -24514,9 +24563,9 @@ paths: application/json: schema: type: array - items: *157 + items: *177 examples: - default: &161 + default: &181 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -24556,14 +24605,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &162 + - &182 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &163 + - &183 name: sort description: The property to sort the results by. in: query @@ -24593,9 +24642,9 @@ paths: application/json: schema: type: array - items: *158 + items: *178 examples: - default: &164 + default: &184 value: - url: https://api.github.com/orgs/github type: Organization @@ -24669,15 +24718,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *159 + - *179 responses: '200': description: Response content: application/json: - schema: *158 + schema: *178 examples: - default: *160 + default: *180 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -24709,9 +24758,9 @@ paths: application/json: schema: type: array - items: *157 + items: *177 examples: - default: *161 + default: *181 headers: Link: *38 '401': *23 @@ -24734,8 +24783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *162 - - *163 + - *182 + - *183 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -24755,9 +24804,9 @@ paths: application/json: schema: type: array - items: *158 + items: *178 examples: - default: *164 + default: *184 headers: Link: *38 '401': *23 @@ -25022,14 +25071,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &370 + - &392 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &371 + - &393 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -25046,7 +25095,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -25100,7 +25149,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &384 + '301': &406 description: Moved permanently content: application/json: @@ -25122,7 +25171,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &589 + - &611 name: all description: If `true`, show notifications marked as read. in: query @@ -25130,7 +25179,7 @@ paths: schema: type: boolean default: false - - &590 + - &612 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -25139,8 +25188,8 @@ paths: schema: type: boolean default: false - - *144 - - &591 + - *164 + - &613 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: @@ -25165,14 +25214,14 @@ paths: application/json: schema: type: array - items: &166 + items: &186 title: Thread description: Thread type: object properties: id: type: string - repository: &195 + repository: &215 title: Minimal Repository description: Minimal Repository type: object @@ -25511,7 +25560,7 @@ paths: type: boolean examples: - false - security_and_analysis: &320 + security_and_analysis: &341 type: - object - 'null' @@ -25684,7 +25733,7 @@ paths: - url - subscription_url examples: - default: &592 + default: &614 value: - id: '1' repository: @@ -25850,7 +25899,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &167 + - &187 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -25864,7 +25913,7 @@ paths: description: Response content: application/json: - schema: *166 + schema: *186 examples: default: value: @@ -25967,7 +26016,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *167 + - *187 responses: '205': description: Reset Content @@ -25990,7 +26039,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *167 + - *187 responses: '204': description: No content @@ -26013,13 +26062,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *167 + - *187 responses: '200': description: Response content: application/json: - schema: &168 + schema: &188 title: Thread Subscription description: Thread Subscription type: object @@ -26063,7 +26112,7 @@ paths: - url - subscribed examples: - default: &169 + default: &189 value: subscribed: true ignored: false @@ -26094,7 +26143,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *167 + - *187 requestBody: required: false content: @@ -26115,9 +26164,9 @@ paths: description: Response content: application/json: - schema: *168 + schema: *188 examples: - default: *169 + default: *189 '304': *35 '403': *27 '401': *23 @@ -26140,7 +26189,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *167 + - *187 responses: '204': description: Response @@ -26237,7 +26286,7 @@ paths: type: array items: *57 examples: - default: &742 + default: &745 value: - login: github id: 1 @@ -26302,7 +26351,7 @@ paths: - 3 custom_roles: type: array - items: &241 + items: &262 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -26351,7 +26400,7 @@ paths: - created_at - updated_at examples: - default: &242 + default: &263 value: id: 8030 name: Security Engineer @@ -26664,22 +26713,22 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *71 - - *170 - - *171 - - *172 - - *173 + - *190 + - *191 + - *192 + - *193 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *174 + schema: *194 examples: - default: *175 + default: *195 '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26711,7 +26760,7 @@ paths: description: Response content: application/json: - schema: &176 + schema: &196 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -27121,7 +27170,7 @@ paths: - updated_at - archived_at examples: - default-response: &177 + default-response: &197 value: login: github id: 1 @@ -27447,17 +27496,17 @@ paths: description: Response content: application/json: - schema: *176 + schema: *196 examples: - default: *177 + default: *197 '422': description: Validation failed content: application/json: schema: oneOf: - - *178 - - *179 + - *198 + - *199 '409': *97 x-github: githubCloudOnly: false @@ -27512,9 +27561,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *200 examples: - default: *181 + default: *201 headers: Link: *38 x-github: @@ -27555,7 +27604,7 @@ paths: type: integer repository_cache_usages: type: array - items: &389 + items: &411 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -27633,7 +27682,7 @@ paths: type: array items: *40 examples: - default: *182 + default: *202 headers: Link: *38 x-github: @@ -27817,9 +27866,9 @@ paths: description: Response content: application/json: - schema: *183 + schema: *203 examples: - default: *184 + default: *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27855,7 +27904,7 @@ paths: type: array items: *43 examples: - default: *185 + default: *205 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28038,7 +28087,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &186 + schema: &206 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -28052,7 +28101,7 @@ paths: required: - include_claim_keys examples: - default: &187 + default: &207 value: include_claim_keys: - repo @@ -28079,15 +28128,15 @@ paths: required: true content: application/json: - schema: *186 + schema: *206 examples: - default: *187 + default: *207 responses: '201': description: Empty response content: application/json: - schema: &206 + schema: &226 title: Empty Object description: An object without any properties. type: object @@ -28126,7 +28175,7 @@ paths: schema: type: object properties: - enabled_repositories: &189 + enabled_repositories: &209 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -28140,7 +28189,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *47 - selected_actions_url: *188 + selected_actions_url: *208 required: - enabled_repositories examples: @@ -28180,7 +28229,7 @@ paths: schema: type: object properties: - enabled_repositories: *189 + enabled_repositories: *209 allowed_actions: *47 required: - enabled_repositories @@ -28228,7 +28277,7 @@ paths: type: array items: *62 examples: - default: &736 + default: &739 value: total_count: 1 repositories: @@ -28413,7 +28462,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *71 - - &190 + - &210 name: repository_id description: The unique identifier of the repository. in: path @@ -28442,7 +28491,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *71 - - *190 + - *210 responses: '204': description: Response @@ -28534,7 +28583,7 @@ paths: description: Response content: application/json: - schema: *191 + schema: *211 examples: default: *53 x-github: @@ -28568,7 +28617,7 @@ paths: required: false content: application/json: - schema: *192 + schema: *212 examples: default: *53 x-github: @@ -28615,7 +28664,7 @@ paths: type: number runner_groups: type: array - items: &193 + items: &213 type: object properties: id: @@ -28805,9 +28854,9 @@ paths: description: Response content: application/json: - schema: *193 + schema: *213 examples: - default: &194 + default: &214 value: id: 2 name: octo-runner-group @@ -28849,7 +28898,7 @@ paths: description: Response content: application/json: - schema: *193 + schema: *213 examples: default: value: @@ -28942,9 +28991,9 @@ paths: description: Response content: application/json: - schema: *193 + schema: *213 examples: - default: *194 + default: *214 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29008,7 +29057,7 @@ paths: type: array items: *40 examples: - default: *182 + default: *202 headers: Link: *38 x-github: @@ -29049,9 +29098,9 @@ paths: type: number repositories: type: array - items: *195 + items: *215 examples: - default: &728 + default: &731 value: total_count: 1 repositories: @@ -29350,7 +29399,7 @@ paths: parameters: - *71 - *56 - - *190 + - *210 responses: '204': description: Response @@ -29374,7 +29423,7 @@ paths: parameters: - *71 - *56 - - *190 + - *210 responses: '204': description: Response @@ -29592,9 +29641,9 @@ paths: application/json: schema: type: array - items: *196 + items: *216 examples: - default: *197 + default: *217 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29659,7 +29708,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *198 + '201': *218 '404': *6 '422': *7 '409': *97 @@ -29698,7 +29747,7 @@ paths: application/json: schema: *63 examples: - default: *199 + default: *219 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29734,7 +29783,7 @@ paths: application/json: schema: *63 examples: - default: *200 + default: *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29765,7 +29814,7 @@ paths: application/json: schema: *60 examples: - default: *201 + default: *221 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29940,7 +29989,7 @@ paths: - *71 - *59 responses: - '200': *202 + '200': *222 '404': *6 x-github: githubCloudOnly: false @@ -29969,7 +30018,7 @@ paths: parameters: - *71 - *59 - - *203 + - *223 responses: '200': *65 '404': *6 @@ -30014,7 +30063,7 @@ paths: type: integer secrets: type: array - items: &204 + items: &224 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -30095,7 +30144,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &431 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -30130,7 +30179,7 @@ paths: - key_id - key examples: - default: &410 + default: &432 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30156,7 +30205,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *71 - - &205 + - &225 name: secret_name description: The name of the secret. in: path @@ -30168,7 +30217,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *224 examples: default: value: @@ -30199,7 +30248,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -30256,7 +30305,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -30283,7 +30332,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *71 - - *205 + - *225 responses: '204': description: Response @@ -30310,7 +30359,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 - *19 - *17 responses: @@ -30328,9 +30377,9 @@ paths: type: integer repositories: type: array - items: *195 + items: *215 examples: - default: &209 + default: &229 value: total_count: 1 repositories: @@ -30423,7 +30472,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -30476,7 +30525,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -30510,7 +30559,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -30543,7 +30592,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *71 - - &394 + - &416 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -30567,7 +30616,7 @@ paths: type: integer variables: type: array - items: &207 + items: &227 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -30705,7 +30754,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -30731,7 +30780,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *71 - - &208 + - &228 name: name description: The name of the variable. in: path @@ -30743,7 +30792,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *227 examples: default: value: @@ -30774,7 +30823,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *71 - - *208 + - *228 requestBody: required: true content: @@ -30837,7 +30886,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *71 - - *208 + - *228 responses: '204': description: Response @@ -30864,7 +30913,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *71 - - *208 + - *228 - *19 - *17 responses: @@ -30882,9 +30931,9 @@ paths: type: integer repositories: type: array - items: *195 + items: *215 examples: - default: *209 + default: *229 '409': description: Response when the visibility of the variable is not set to `selected` @@ -30911,7 +30960,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *71 - - *208 + - *228 requestBody: required: true content: @@ -30961,7 +31010,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *71 - - *208 + - *228 - name: repository_id in: path required: true @@ -30996,7 +31045,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *71 - - *208 + - *228 - name: repository_id in: path required: true @@ -31054,7 +31103,7 @@ paths: required: true content: application/json: - schema: *210 + schema: *230 examples: default: *69 parameters: @@ -31133,12 +31182,12 @@ paths: required: - subject_digests examples: - default: &757 + default: &760 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &758 + withPredicateType: &761 value: subject_digests: - sha256:abc123 @@ -31197,7 +31246,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &759 + default: &762 value: attestations_subject_digests: - sha256:abc: @@ -31491,7 +31540,7 @@ paths: bundle_url: type: string examples: - default: &423 + default: &445 value: attestations: - bundle: @@ -31617,10 +31666,10 @@ paths: required: false schema: type: string - - *211 - - *212 - - *213 - - *214 + - *231 + - *232 + - *233 + - *234 - *17 responses: '200': @@ -31629,9 +31678,9 @@ paths: application/json: schema: type: array - items: *215 + items: *235 examples: - default: *216 + default: *236 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -31660,7 +31709,7 @@ paths: type: array items: *4 examples: - default: &289 + default: &310 value: - login: octocat id: 1 @@ -31699,7 +31748,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - *71 - - *217 + - *237 responses: '204': description: If the user is blocked @@ -31725,7 +31774,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -31746,7 +31795,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -31773,16 +31822,16 @@ paths: subcategory: bypass-requests parameters: - *71 - - &224 + - &244 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *218 - - *219 - - *220 - - *221 + - *238 + - *239 + - *240 + - *241 - *17 - *19 responses: @@ -31792,9 +31841,9 @@ paths: application/json: schema: type: array - items: *222 + items: *242 examples: - default: *223 + default: *243 '404': *6 '500': *86 "/orgs/{org}/bypass-requests/secret-scanning": @@ -31818,11 +31867,11 @@ paths: subcategory: delegated-bypass parameters: - *71 - - *224 - - *218 - - *219 - - *220 - - *221 + - *244 + - *238 + - *239 + - *240 + - *241 - *17 - *19 responses: @@ -31832,7 +31881,7 @@ paths: application/json: schema: type: array - items: &440 + items: &462 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -31950,7 +31999,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: *225 + items: *245 url: type: string format: uri @@ -31963,7 +32012,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &441 + default: &463 value: - id: 21 number: 42 @@ -32055,7 +32104,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &227 + schema: &247 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -32081,7 +32130,7 @@ paths: application/json: schema: type: array - items: &228 + items: &248 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -32112,7 +32161,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *226 + items: *246 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -32131,7 +32180,7 @@ paths: - string - 'null' format: date-time - state: *227 + state: *247 contact_link: description: The contact link of the campaign. type: @@ -32229,7 +32278,7 @@ paths: headers: Link: *38 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32348,9 +32397,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *248 examples: - default: &229 + default: &249 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -32399,7 +32448,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32433,16 +32482,16 @@ paths: description: Response content: application/json: - schema: *228 + schema: *248 examples: - default: *229 + default: *249 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32513,7 +32562,7 @@ paths: - string - 'null' format: uri - state: *227 + state: *247 examples: default: value: @@ -32523,9 +32572,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *248 examples: - default: *229 + default: *249 '400': description: Bad Request content: @@ -32537,7 +32586,7 @@ paths: content: application/json: schema: *3 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32569,7 +32618,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32592,8 +32641,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *71 - - *230 - - *231 + - *250 + - *251 - *87 - *88 - *19 @@ -32604,7 +32653,7 @@ paths: be returned. in: query required: false - schema: *232 + schema: *252 - name: sort description: The property by which to sort the results. in: query @@ -32620,7 +32669,7 @@ paths: be returned. in: query required: false - schema: &451 + schema: &473 type: string description: Severity of a code scanning alert. enum: @@ -32638,13 +32687,13 @@ paths: application/json: schema: type: array - items: *233 + items: *253 examples: - default: *234 + default: *254 headers: Link: *38 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32855,6 +32904,7 @@ paths: - disabled - not_set default: disabled + code_scanning_options: *255 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -32997,7 +33047,7 @@ paths: application/json: schema: *93 examples: - default: *235 + default: *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33025,9 +33075,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *257 examples: - default: *237 + default: *258 '304': *35 '403': *27 '404': *6 @@ -33114,7 +33164,7 @@ paths: application/json: schema: *93 examples: - default: *235 + default: *256 '304': *35 '403': *27 '404': *6 @@ -33355,6 +33405,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 @@ -33534,7 +33586,7 @@ paths: default: value: default_for_new_repos: all - configuration: *235 + configuration: *256 '403': *27 '404': *6 x-github: @@ -33587,13 +33639,13 @@ paths: application/json: schema: type: array - items: *238 + items: *259 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *239 + repository: *260 '403': *27 '404': *6 x-github: @@ -33633,7 +33685,7 @@ paths: type: integer codespaces: type: array - items: &290 + items: &311 type: object title: Codespace description: A codespace. @@ -33664,11 +33716,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *195 + repository: *215 machine: anyOf: - type: 'null' - - &480 + - &502 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -33955,7 +34007,7 @@ paths: - pulls_url - recent_folders examples: - default: &291 + default: &312 value: total_count: 3 codespaces: @@ -34579,7 +34631,7 @@ paths: type: integer secrets: type: array - items: &240 + items: &261 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -34620,7 +34672,7 @@ paths: - updated_at - visibility examples: - default: &481 + default: &503 value: total_count: 2 secrets: @@ -34658,7 +34710,7 @@ paths: description: Response content: application/json: - schema: &482 + schema: &504 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -34693,7 +34745,7 @@ paths: - key_id - key examples: - default: &483 + default: &505 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34717,15 +34769,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *71 - - *205 + - *225 responses: '200': description: Response content: application/json: - schema: *240 + schema: *261 examples: - default: &485 + default: &507 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -34753,7 +34805,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -34808,7 +34860,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -34835,7 +34887,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *71 - - *205 + - *225 responses: '204': description: Response @@ -34861,7 +34913,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 - *19 - *17 responses: @@ -34879,9 +34931,9 @@ paths: type: integer repositories: type: array - items: *195 + items: *215 examples: - default: *209 + default: *229 '404': *6 x-github: githubCloudOnly: false @@ -34904,7 +34956,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -34955,7 +35007,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -34989,7 +35041,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -35578,13 +35630,13 @@ paths: application/json: schema: type: array - items: *137 + items: *157 examples: - default: *138 + default: *158 '500': *86 '403': *27 '404': *6 - '422': *139 + '422': *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35812,7 +35864,7 @@ paths: - 3 custom_roles: type: array - items: *241 + items: *262 examples: default: value: @@ -35904,7 +35956,7 @@ paths: required: true content: application/json: - schema: &244 + schema: &265 type: object properties: name: @@ -35946,9 +35998,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '422': *15 '404': *6 x-github: @@ -35973,7 +36025,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - *71 - - &243 + - &264 name: role_id description: The unique identifier of the role. in: path @@ -35985,9 +36037,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '404': *6 x-github: githubCloudOnly: true @@ -36010,12 +36062,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - *71 - - *243 + - *264 requestBody: required: true content: application/json: - schema: &245 + schema: &266 type: object properties: name: @@ -36054,9 +36106,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '422': *15 '404': *6 x-github: @@ -36081,7 +36133,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - *71 - - *243 + - *264 responses: '204': description: Response @@ -36114,7 +36166,7 @@ paths: required: true content: application/json: - schema: *244 + schema: *265 examples: default: value: @@ -36128,9 +36180,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '422': *15 '404': *6 x-github: @@ -36161,15 +36213,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - *71 - - *243 + - *264 responses: '200': description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '404': *6 x-github: githubCloudOnly: true @@ -36198,12 +36250,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - *71 - - *243 + - *264 requestBody: required: true content: application/json: - schema: *245 + schema: *266 examples: default: value: @@ -36218,9 +36270,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '422': *15 '404': *6 x-github: @@ -36251,7 +36303,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - *71 - - *243 + - *264 responses: '204': description: Response @@ -36280,19 +36332,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *71 - - *246 - - *247 - - *248 - - *249 - - *250 - - *251 - - *252 - - *253 + - *267 + - *268 + - *269 + - *270 + - *271 + - *272 + - *273 + - *274 - *89 - *87 - *88 - - *254 - - *255 + - *275 + - *276 - *17 responses: '200': @@ -36301,9 +36353,9 @@ paths: application/json: schema: type: array - items: *256 + items: *277 examples: - default: *257 + default: *278 '304': *35 '400': *14 '403': *27 @@ -36347,7 +36399,7 @@ paths: type: integer secrets: type: array - items: &258 + items: &279 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -36426,7 +36478,7 @@ paths: description: Response content: application/json: - schema: &508 + schema: &530 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -36445,7 +36497,7 @@ paths: - key_id - key examples: - default: &509 + default: &531 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36469,13 +36521,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *71 - - *205 + - *225 responses: '200': description: Response content: application/json: - schema: *258 + schema: *279 examples: default: value: @@ -36504,7 +36556,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -36559,7 +36611,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -36584,7 +36636,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *71 - - *205 + - *225 responses: '204': description: Response @@ -36609,7 +36661,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 - *19 - *17 responses: @@ -36627,9 +36679,9 @@ paths: type: integer repositories: type: array - items: *195 + items: *215 examples: - default: *209 + default: *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36651,7 +36703,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -36702,7 +36754,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -36734,7 +36786,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -36771,7 +36823,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *71 - - &517 + - &539 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -36779,7 +36831,7 @@ paths: required: false schema: type: string - - &518 + - &540 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -36787,7 +36839,7 @@ paths: required: false schema: type: string - - &519 + - &541 name: time_period description: |- The time period to filter by. @@ -36803,7 +36855,7 @@ paths: - week - month default: month - - &520 + - &542 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -36818,7 +36870,7 @@ paths: - denied - all default: all - - *224 + - *244 - *17 - *19 responses: @@ -36828,7 +36880,7 @@ paths: application/json: schema: type: array - items: &521 + items: &543 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -36991,7 +37043,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &522 + default: &544 value: - id: 21 number: 42 @@ -37078,11 +37130,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *71 - - *224 - - *218 - - *219 - - *220 - - &523 + - *244 + - *238 + - *239 + - *240 + - &545 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -37108,7 +37160,7 @@ paths: application/json: schema: type: array - items: &524 + items: &546 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -37222,7 +37274,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *225 + items: *245 url: type: string format: uri @@ -37235,7 +37287,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &525 + default: &547 value: - id: 21 number: 42 @@ -37323,7 +37375,7 @@ paths: application/json: schema: type: array - items: &301 + items: &322 title: Package description: A software package type: object @@ -37376,7 +37428,7 @@ paths: repository: anyOf: - type: 'null' - - *195 + - *215 created_at: type: string format: date-time @@ -37394,7 +37446,7 @@ paths: - created_at - updated_at examples: - default: &302 + default: &323 value: - id: 197 name: hello_docker @@ -37482,7 +37534,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: 200-response: value: @@ -37578,7 +37630,7 @@ paths: description: Response content: application/json: - schema: &365 + schema: &387 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -37668,7 +37720,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &366 + default: &388 value: group_id: '123' group_name: Octocat admins @@ -37723,7 +37775,7 @@ paths: description: Response content: application/json: - schema: &363 + schema: &385 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -37763,7 +37815,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &364 + default: &386 value: groups: - group_id: '123' @@ -37807,7 +37859,7 @@ paths: application/json: schema: type: array - items: &281 + items: &302 title: Organization Invitation description: Organization Invitation type: object @@ -37861,7 +37913,7 @@ paths: - invitation_teams_url - node_id examples: - default: &282 + default: &303 value: - id: 1 login: monalisa @@ -37928,7 +37980,7 @@ paths: application/json: schema: type: array - items: &321 + items: &342 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -37942,7 +37994,7 @@ paths: - name - description examples: - default: &322 + default: &343 value: - name: add_assignee description: Assign or remove a user @@ -37983,7 +38035,7 @@ paths: application/json: schema: type: array - items: &259 + items: &280 title: Org Hook description: Org Hook type: object @@ -38166,9 +38218,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *280 examples: - default: &260 + default: &281 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -38213,7 +38265,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *71 - - &261 + - &282 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. @@ -38226,9 +38278,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *280 examples: - default: *260 + default: *281 '404': *6 x-github: githubCloudOnly: false @@ -38250,7 +38302,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *71 - - *261 + - *282 requestBody: required: false content: @@ -38296,7 +38348,7 @@ paths: description: Response content: application/json: - schema: *259 + schema: *280 examples: default: value: @@ -38336,7 +38388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *71 - - *261 + - *282 responses: '204': description: Response @@ -38362,7 +38414,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *71 - - *261 + - *282 responses: '200': description: Response @@ -38391,7 +38443,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *71 - - *261 + - *282 requestBody: required: false content: @@ -38440,9 +38492,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *71 - - *261 + - *282 - *17 - - *262 + - *283 responses: '200': description: Response @@ -38450,9 +38502,9 @@ paths: application/json: schema: type: array - items: *263 + items: *284 examples: - default: *264 + default: *285 '400': *14 '422': *15 x-github: @@ -38476,16 +38528,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *71 - - *261 + - *282 - *16 responses: '200': description: Response content: application/json: - schema: *265 + schema: *286 examples: - default: *266 + default: *287 '400': *14 '422': *15 x-github: @@ -38509,7 +38561,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *71 - - *261 + - *282 - *16 responses: '202': *37 @@ -38536,7 +38588,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *71 - - *261 + - *282 responses: '204': description: Response @@ -38559,7 +38611,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *71 - - &271 + - &292 name: actor_type in: path description: The type of the actor @@ -38572,14 +38624,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &272 + - &293 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &267 + - &288 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`.' @@ -38587,7 +38639,7 @@ paths: required: true schema: type: string - - &268 + - &289 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) @@ -38682,12 +38734,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *71 - - *267 - - *268 + - *288 + - *289 - *19 - *17 - *89 - - &277 + - &298 name: sort description: The property to sort the results by. in: query @@ -38767,14 +38819,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *71 - - *267 - - *268 + - *288 + - *289 responses: '200': description: Response content: application/json: - schema: &269 + schema: &290 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -38790,7 +38842,7 @@ paths: type: integer format: int64 examples: - default: &270 + default: &291 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -38811,23 +38863,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *71 - - &273 + - &294 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *267 - - *268 + - *288 + - *289 responses: '200': description: Response content: application/json: - schema: *269 + schema: *290 examples: - default: *270 + default: *291 x-github: enabledForGitHubApps: true category: orgs @@ -38846,18 +38898,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *71 - - *267 - - *268 - - *271 - - *272 + - *288 + - *289 + - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *269 + schema: *290 examples: - default: *270 + default: *291 x-github: enabledForGitHubApps: true category: orgs @@ -38875,9 +38927,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *71 - - *267 - - *268 - - &274 + - *288 + - *289 + - &295 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -38890,7 +38942,7 @@ paths: description: Response content: application/json: - schema: &275 + schema: &296 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -38906,7 +38958,7 @@ paths: type: integer format: int64 examples: - default: &276 + default: &297 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -38943,18 +38995,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *71 - - *273 - - *267 - - *268 - - *274 + - *294 + - *288 + - *289 + - *295 responses: '200': description: Response content: application/json: - schema: *275 + schema: *296 examples: - default: *276 + default: *297 x-github: enabledForGitHubApps: true category: orgs @@ -38972,19 +39024,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *71 - - *271 - - *272 - - *267 - - *268 - - *274 + - *292 + - *293 + - *288 + - *289 + - *295 responses: '200': description: Response content: application/json: - schema: *275 + schema: *296 examples: - default: *276 + default: *297 x-github: enabledForGitHubApps: true category: orgs @@ -39002,13 +39054,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *71 - - *273 - - *267 - - *268 + - *294 + - *288 + - *289 - *19 - *17 - *89 - - *277 + - *298 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -39092,7 +39144,7 @@ paths: application/json: schema: *20 examples: - default: &556 + default: &578 value: id: 1 account: @@ -39258,12 +39310,12 @@ paths: application/json: schema: anyOf: - - &279 + - &300 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &278 + limit: &299 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -39291,7 +39343,7 @@ paths: properties: {} additionalProperties: false examples: - default: &280 + default: &301 value: limit: collaborators_only origin: organization @@ -39320,13 +39372,13 @@ paths: required: true content: application/json: - schema: &557 + schema: &579 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *278 + limit: *299 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -39351,9 +39403,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *300 examples: - default: *280 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -39431,9 +39483,9 @@ paths: application/json: schema: type: array - items: *281 + items: *302 examples: - default: *282 + default: *303 headers: Link: *38 '404': *6 @@ -39511,7 +39563,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *302 examples: default: value: @@ -39568,7 +39620,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *71 - - &283 + - &304 name: invitation_id description: The unique identifier of the invitation. in: path @@ -39602,7 +39654,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *71 - - *283 + - *304 - *17 - *19 responses: @@ -39612,9 +39664,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: &300 + default: &321 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -39657,7 +39709,7 @@ paths: application/json: schema: type: array - items: *284 + items: *305 examples: default: value: @@ -39745,9 +39797,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *305 examples: - default: &285 + default: &306 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -39780,7 +39832,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *71 - - &286 + - &307 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -39836,9 +39888,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *305 examples: - default: *285 + default: *306 '404': *6 '422': *7 x-github: @@ -39863,7 +39915,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *71 - - *286 + - *307 responses: '204': description: Response @@ -39926,7 +39978,7 @@ paths: - closed - all default: open - - *287 + - *308 - name: type description: Can be the name of an issue type. in: query @@ -39945,7 +39997,7 @@ paths: - comments default: created - *89 - - *144 + - *164 - *17 - *19 responses: @@ -39955,9 +40007,9 @@ paths: application/json: schema: type: array - items: *154 + items: *174 examples: - default: *288 + default: *309 headers: Link: *38 '404': *6 @@ -40017,7 +40069,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '422': *15 @@ -40038,7 +40090,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response if requester is an organization member and user is @@ -40073,7 +40125,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -40100,7 +40152,7 @@ paths: - *17 - *19 - *71 - - *217 + - *237 responses: '200': description: Response @@ -40116,9 +40168,9 @@ paths: type: integer codespaces: type: array - items: *290 + items: *311 examples: - default: *291 + default: *312 '304': *35 '500': *86 '401': *23 @@ -40144,8 +40196,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - *71 - - *217 - - &292 + - *237 + - &313 name: codespace_name in: path required: true @@ -40179,16 +40231,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - *71 - - *217 - - *292 + - *237 + - *313 responses: '200': description: Response content: application/json: - schema: *290 + schema: *311 examples: - default: &479 + default: &501 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -40362,7 +40414,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - *71 - - *217 + - *237 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -40437,13 +40489,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - *71 - - *217 + - *237 responses: '200': description: Response content: application/json: - schema: &293 + schema: &314 title: Org Membership description: Org Membership type: object @@ -40512,7 +40564,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &294 + response-if-user-has-an-active-admin-membership-with-organization: &315 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -40581,7 +40633,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - *71 - - *217 + - *237 requestBody: required: false content: @@ -40609,9 +40661,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *314 examples: - response-if-user-already-had-membership-with-organization: *294 + response-if-user-already-had-membership-with-organization: *315 '422': *15 '403': *27 x-github: @@ -40636,7 +40688,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -40683,7 +40735,7 @@ paths: application/json: schema: type: array - items: &295 + items: &316 title: Migration description: A migration. type: object @@ -41021,7 +41073,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *316 examples: default: value: @@ -41200,7 +41252,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *71 - - &296 + - &317 name: migration_id description: The unique identifier of the migration. in: path @@ -41228,7 +41280,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *295 + schema: *316 examples: default: value: @@ -41398,7 +41450,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *71 - - *296 + - *317 responses: '302': description: Response @@ -41420,7 +41472,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *71 - - *296 + - *317 responses: '204': description: Response @@ -41444,8 +41496,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *71 - - *296 - - &741 + - *317 + - &744 name: repo_name description: repo_name parameter in: path @@ -41473,7 +41525,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *71 - - *296 + - *317 - *17 - *19 responses: @@ -41483,9 +41535,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: &307 + default: &328 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41694,7 +41746,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &297 + items: &318 title: Organization Role description: Organization roles type: object @@ -41903,7 +41955,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *318 examples: default: value: @@ -41955,7 +42007,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *71 - - &298 + - &319 name: team_slug description: The slug of the team name. in: path @@ -41987,8 +42039,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *71 - - *298 - - *243 + - *319 + - *264 responses: '204': description: Response @@ -42018,8 +42070,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *71 - - *298 - - *243 + - *319 + - *264 responses: '204': description: Response @@ -42045,7 +42097,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -42071,8 +42123,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - *71 - - *217 - - *243 + - *237 + - *264 responses: '204': description: Response @@ -42103,8 +42155,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - *71 - - *217 - - *243 + - *237 + - *264 responses: '204': description: Response @@ -42133,13 +42185,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - *71 - - *243 + - *264 responses: '200': description: Response content: application/json: - schema: *297 + schema: *318 examples: default: value: @@ -42197,7 +42249,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - *71 - - *243 + - *264 requestBody: required: true content: @@ -42236,7 +42288,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *318 examples: default: value: @@ -42290,7 +42342,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - *71 - - *243 + - *264 responses: '204': description: Response @@ -42316,7 +42368,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *71 - - *243 + - *264 - *17 - *19 responses: @@ -42395,7 +42447,7 @@ paths: parent: anyOf: - type: 'null' - - *299 + - *320 required: - id - node_id @@ -42409,7 +42461,7 @@ paths: - slug - parent examples: - default: *300 + default: *321 headers: Link: *38 '404': @@ -42439,7 +42491,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *71 - - *243 + - *264 - *17 - *19 responses: @@ -42468,7 +42520,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *299 + items: *320 name: type: - string @@ -42585,7 +42637,7 @@ paths: - type - url examples: - default: *289 + default: *310 headers: Link: *38 '404': @@ -42636,7 +42688,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -42662,7 +42714,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - *71 - - *217 + - *237 requestBody: required: false content: @@ -42720,7 +42772,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -42778,7 +42830,7 @@ paths: - nuget - container - *71 - - &743 + - &746 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -42814,12 +42866,12 @@ paths: application/json: schema: type: array - items: *301 + items: *322 examples: - default: *302 + default: *323 '403': *27 '401': *23 - '400': &745 + '400': &748 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42841,7 +42893,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &303 + - &324 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 @@ -42859,7 +42911,7 @@ paths: - docker - nuget - container - - &304 + - &325 name: package_name description: The name of the package. in: path @@ -42872,7 +42924,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *322 examples: default: value: @@ -42924,8 +42976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 responses: '204': @@ -42958,8 +43010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 - name: token description: package token @@ -42992,8 +43044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 - *19 - *17 @@ -43014,7 +43066,7 @@ paths: application/json: schema: type: array - items: &305 + items: &326 title: Package Version description: A version of a software package type: object @@ -43149,10 +43201,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 - - &306 + - &327 name: package_version_id description: Unique identifier of the package version. in: path @@ -43164,7 +43216,7 @@ paths: description: Response content: application/json: - schema: *305 + schema: *326 examples: default: value: @@ -43200,10 +43252,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 - - *306 + - *327 responses: '204': description: Response @@ -43235,10 +43287,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 - - *306 + - *327 responses: '204': description: Response @@ -43268,7 +43320,7 @@ paths: - *71 - *17 - *19 - - &308 + - &329 name: sort description: The property by which to sort the results. in: query @@ -43279,7 +43331,7 @@ paths: - created_at default: created_at - *89 - - &309 + - &330 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -43291,7 +43343,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &310 + - &331 name: repository description: The name of the repository to use to filter the results. in: query @@ -43300,7 +43352,7 @@ paths: type: string examples: - Hello-World - - &311 + - &332 name: permission description: The permission to use to filter the results. in: query @@ -43309,7 +43361,7 @@ paths: type: string examples: - issues_read - - &312 + - &333 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) @@ -43319,7 +43371,7 @@ paths: schema: type: string format: date-time - - &313 + - &334 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) @@ -43329,7 +43381,7 @@ paths: schema: type: string format: date-time - - &314 + - &335 name: token_id description: The ID of the token in: query @@ -43646,9 +43698,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -43674,14 +43726,14 @@ paths: - *71 - *17 - *19 - - *308 + - *329 - *89 - - *309 - - *310 - - *311 - - *312 - - *313 - - *314 + - *330 + - *331 + - *332 + - *333 + - *334 + - *335 responses: '500': *86 '422': *15 @@ -43963,9 +44015,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -44007,7 +44059,7 @@ paths: type: integer configurations: type: array - items: &315 + items: &336 title: Organization private registry description: Private registry configuration for an organization type: object @@ -44030,6 +44082,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 @@ -44115,6 +44172,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 @@ -44215,6 +44277,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 @@ -44251,7 +44318,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &316 + org-private-registry-with-selected-visibility: &337 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -44343,15 +44410,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *71 - - *205 + - *225 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *315 + schema: *336 examples: - default: *316 + default: *337 '404': *6 x-github: githubCloudOnly: false @@ -44373,7 +44440,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -44395,6 +44462,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 @@ -44465,7 +44537,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *71 - - *205 + - *225 responses: '204': description: Response @@ -44511,7 +44583,7 @@ paths: application/json: schema: type: array - items: &317 + items: &338 title: Project description: Projects are a way to organize columns and cards of work. @@ -44693,7 +44765,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *338 examples: default: value: @@ -44731,7 +44803,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &381 + '410': &403 description: Gone content: application/json: @@ -44897,7 +44969,7 @@ paths: required: true content: application/json: - schema: *318 + schema: *339 examples: default: value: @@ -45003,7 +45075,7 @@ paths: - octocat/Hello-World properties: type: array - items: &319 + items: &340 title: Custom Property Value description: Custom property name and associated value type: object @@ -45093,7 +45165,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *319 + items: *340 required: - repository_names - properties @@ -45146,7 +45218,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -45166,7 +45238,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response if user is a public member @@ -45191,7 +45263,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -45213,7 +45285,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -45284,9 +45356,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -45490,7 +45562,7 @@ paths: description: Response content: application/json: - schema: &383 + schema: &405 title: Full Repository description: Full Repository type: object @@ -45936,7 +46008,7 @@ paths: license: anyOf: - type: 'null' - - *155 + - *175 organization: anyOf: - type: 'null' @@ -45955,7 +46027,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &498 + code_of_conduct: &520 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -45985,7 +46057,7 @@ paths: - key - name - html_url - security_and_analysis: *320 + security_and_analysis: *341 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -46069,7 +46141,7 @@ paths: - network_count - subscribers_count examples: - default: &385 + default: &407 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -46595,9 +46667,9 @@ paths: application/json: schema: type: array - items: *321 + items: *342 examples: - default: *322 + default: *343 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46622,7 +46694,7 @@ paths: - *71 - *17 - *19 - - &642 + - &644 name: targets description: | A comma-separated list of rule targets to filter by. @@ -46641,7 +46713,7 @@ paths: application/json: schema: type: array - items: *129 + items: *148 examples: default: value: @@ -46714,11 +46786,35 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *127 - conditions: *323 + conditions: *344 rules: type: array description: An array of rules within the ruleset. - items: *128 + items: &346 + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - *128 + - *129 + - *130 + - *131 + - *132 + - *133 + - *134 + - *135 + - *136 + - *137 + - *138 + - *139 + - *140 + - *141 + - *142 + - *143 + - *144 + - *145 + - *146 + - *147 required: - name - enforcement @@ -46756,9 +46852,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: &324 + default: &345 value: id: 21 name: super cool ruleset @@ -46813,7 +46909,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *71 - - &643 + - &646 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 @@ -46823,16 +46919,16 @@ paths: schema: type: string x-multi-segment: true - - *224 - - *220 - - &644 + - *244 + - *240 + - &647 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 - - &645 + - &648 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -46852,7 +46948,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &649 title: Rule Suites description: Response type: array @@ -46908,7 +47004,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &647 + default: &650 value: - id: 21 actor_id: 12 @@ -46952,7 +47048,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *71 - - &648 + - &651 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -46968,7 +47064,7 @@ paths: description: Response content: application/json: - schema: &649 + schema: &652 title: Rule Suite description: Response type: object @@ -47075,7 +47171,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &650 + default: &653 value: id: 21 actor_id: 12 @@ -47148,9 +47244,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *324 + default: *345 '404': *6 '500': *86 put: @@ -47199,11 +47295,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *127 - conditions: *323 + conditions: *344 rules: description: An array of rules within the ruleset. type: array - items: *128 + items: *346 examples: default: value: @@ -47238,9 +47334,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *324 + default: *345 '404': *6 '500': *86 delete: @@ -47297,9 +47393,9 @@ paths: application/json: schema: type: array - items: *132 + items: *152 examples: - default: *325 + default: *347 '404': *6 '500': *86 x-github: @@ -47336,7 +47432,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *348 examples: default: value: @@ -47399,14 +47495,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *71 - - *327 - - *328 - - *329 - - *330 + - *349 + - *350 + - *351 + - *352 - *89 - *19 - *17 - - &652 + - &655 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -47416,7 +47512,7 @@ paths: required: false schema: type: string - - &653 + - &656 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -47426,10 +47522,10 @@ paths: required: false schema: type: string - - *331 - - *332 - - *333 - - *334 + - *353 + - *354 + - *355 + - *356 responses: '200': description: Response @@ -47437,13 +47533,13 @@ paths: application/json: schema: type: array - items: *335 + items: *357 examples: - default: *336 + default: *358 headers: Link: *38 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47509,7 +47605,7 @@ paths: application/json: schema: type: array - items: &674 + items: &677 description: A repository security advisory. type: object properties: @@ -47753,7 +47849,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *359 credits_detailed: type: - array @@ -47764,7 +47860,7 @@ paths: type: object properties: user: *4 - type: *337 + type: *359 state: type: string description: The state of the user's acceptance of the @@ -47790,7 +47886,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *226 + items: *246 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -47828,7 +47924,7 @@ paths: - private_fork additionalProperties: false examples: - default: &675 + default: &678 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -48215,9 +48311,9 @@ paths: application/json: schema: type: array - items: *299 + items: *320 examples: - default: *300 + default: *321 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48241,7 +48337,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *71 - - *298 + - *319 responses: '204': description: Response @@ -48267,7 +48363,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *71 - - *298 + - *319 responses: '204': description: Response @@ -48302,9 +48398,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *360 examples: - default: *339 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48329,7 +48425,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *71 - - *340 + - *362 - *17 - *19 responses: @@ -48337,9 +48433,9 @@ paths: description: Success content: application/json: - schema: *341 + schema: *363 examples: - default: *342 + default: *364 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48367,9 +48463,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *365 examples: - default: *344 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48397,9 +48493,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *367 examples: - default: *346 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48439,7 +48535,7 @@ paths: type: array items: *112 examples: - default: *347 + default: *369 headers: Link: *38 x-github: @@ -48640,15 +48736,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *71 - - *348 + - *370 responses: '200': description: Response content: application/json: - schema: *349 + schema: *371 examples: - default: *350 + default: *372 headers: Link: *38 x-github: @@ -48686,7 +48782,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &394 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -48738,7 +48834,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &373 + default: &395 value: groups: - group_id: '123' @@ -48784,7 +48880,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *71 - - *298 + - *319 - 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`). @@ -48816,13 +48912,13 @@ paths: application/json: schema: type: array - items: *137 + items: *157 examples: - default: *138 + default: *158 '500': *86 '403': *27 '404': *6 - '422': *139 + '422': *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48850,9 +48946,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 headers: Link: *38 '403': *27 @@ -48946,7 +49042,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &373 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -49020,7 +49116,7 @@ paths: parent: anyOf: - type: 'null' - - *299 + - *320 members_count: type: integer examples: @@ -49326,7 +49422,7 @@ paths: - repos_count - organization examples: - default: &352 + default: &374 value: id: 1 node_id: MDQ6VGVhbTE= @@ -49397,15 +49493,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *71 - - *298 + - *319 responses: '200': description: Response content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '404': *6 x-github: githubCloudOnly: false @@ -49427,7 +49523,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *71 - - *298 + - *319 requestBody: required: false content: @@ -49490,16 +49586,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '201': description: Response content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '404': *6 '422': *15 '403': *27 @@ -49525,7 +49621,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *71 - - *298 + - *319 responses: '204': description: Response @@ -49552,7 +49648,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *71 - - *298 + - *319 - *89 - *17 - *19 @@ -49569,7 +49665,7 @@ paths: application/json: schema: type: array - items: &353 + items: &375 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -49660,7 +49756,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *142 + reactions: *162 required: - author - body @@ -49680,7 +49776,7 @@ paths: - updated_at - url examples: - default: &715 + default: &718 value: - author: login: octocat @@ -49755,7 +49851,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *71 - - *298 + - *319 requestBody: required: true content: @@ -49789,9 +49885,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: &354 + default: &376 value: author: login: octocat @@ -49864,8 +49960,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *71 - - *298 - - &355 + - *319 + - &377 name: discussion_number description: The number that identifies the discussion. in: path @@ -49877,9 +49973,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: *354 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49902,8 +49998,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *71 - - *298 - - *355 + - *319 + - *377 requestBody: required: false content: @@ -49926,9 +50022,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: &716 + default: &719 value: author: login: octocat @@ -49999,8 +50095,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *71 - - *298 - - *355 + - *319 + - *377 responses: '204': description: Response @@ -50027,8 +50123,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *71 - - *298 - - *355 + - *319 + - *377 - *89 - *17 - *19 @@ -50039,7 +50135,7 @@ paths: application/json: schema: type: array - items: &356 + items: &378 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -50104,7 +50200,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *142 + reactions: *162 required: - author - body @@ -50119,7 +50215,7 @@ paths: - updated_at - url examples: - default: &717 + default: &720 value: - author: login: octocat @@ -50188,8 +50284,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *71 - - *298 - - *355 + - *319 + - *377 requestBody: required: true content: @@ -50211,9 +50307,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: &357 + default: &379 value: author: login: octocat @@ -50280,9 +50376,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *71 - - *298 - - *355 - - &358 + - *319 + - *377 + - &380 name: comment_number description: The number that identifies the comment. in: path @@ -50294,9 +50390,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: *357 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50319,9 +50415,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *319 + - *377 + - *380 requestBody: required: true content: @@ -50343,9 +50439,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: &718 + default: &721 value: author: login: octocat @@ -50410,9 +50506,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *319 + - *377 + - *380 responses: '204': description: Response @@ -50439,9 +50535,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *319 + - *377 + - *380 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -50467,7 +50563,7 @@ paths: application/json: schema: type: array - items: &359 + items: &381 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -50511,7 +50607,7 @@ paths: - content - created_at examples: - default: &361 + default: &383 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50562,9 +50658,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *319 + - *377 + - *380 requestBody: required: true content: @@ -50597,9 +50693,9 @@ paths: team discussion comment content: application/json: - schema: *359 + schema: *381 examples: - default: &360 + default: &382 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50628,9 +50724,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50654,10 +50750,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *71 - - *298 - - *355 - - *358 - - &362 + - *319 + - *377 + - *380 + - &384 name: reaction_id description: The unique identifier of the reaction. in: path @@ -50690,8 +50786,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *71 - - *298 - - *355 + - *319 + - *377 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -50717,9 +50813,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 x-github: @@ -50746,8 +50842,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *71 - - *298 - - *355 + - *319 + - *377 requestBody: required: true content: @@ -50779,16 +50875,16 @@ paths: description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -50812,9 +50908,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *71 - - *298 - - *355 - - *362 + - *319 + - *377 + - *384 responses: '204': description: Response @@ -50838,15 +50934,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *319 responses: '200': description: Response content: application/json: - schema: *363 + schema: *385 examples: - default: *364 + default: *386 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -50866,7 +50962,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *319 requestBody: required: true content: @@ -50890,9 +50986,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *387 examples: - default: *366 + default: *388 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50912,7 +51008,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *319 responses: '204': description: Response @@ -50937,7 +51033,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *71 - - *298 + - *319 - *17 - *19 responses: @@ -50947,9 +51043,9 @@ paths: application/json: schema: type: array - items: *281 + items: *302 examples: - default: *282 + default: *303 headers: Link: *38 x-github: @@ -50972,7 +51068,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *71 - - *298 + - *319 - name: role description: Filters members returned by their role in the team. in: query @@ -50995,7 +51091,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -51026,14 +51122,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *71 - - *298 - - *217 + - *319 + - *237 responses: '200': description: Response content: application/json: - schema: &367 + schema: &389 title: Team Membership description: Team Membership type: object @@ -51061,7 +51157,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &719 + response-if-user-is-a-team-maintainer: &722 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51098,8 +51194,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *71 - - *298 - - *217 + - *319 + - *237 requestBody: required: false content: @@ -51124,9 +51220,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *389 examples: - response-if-users-membership-with-team-is-now-pending: &720 + response-if-users-membership-with-team-is-now-pending: &723 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51162,8 +51258,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *71 - - *298 - - *217 + - *319 + - *237 responses: '204': description: Response @@ -51189,7 +51285,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *71 - - *298 + - *319 - *17 - *19 responses: @@ -51199,7 +51295,7 @@ paths: application/json: schema: type: array - items: &368 + items: &390 title: Team Project description: A team's access to a project. type: object @@ -51268,7 +51364,7 @@ paths: - updated_at - permissions examples: - default: &721 + default: &724 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51332,8 +51428,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *71 - - *298 - - &369 + - *319 + - &391 name: project_id description: The unique identifier of the project. in: path @@ -51345,9 +51441,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *390 examples: - default: &722 + default: &725 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51410,8 +51506,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *71 - - *298 - - *369 + - *319 + - *391 requestBody: required: false content: @@ -51479,8 +51575,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *71 - - *298 - - *369 + - *319 + - *391 responses: '204': description: Response @@ -51508,7 +51604,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *71 - - *298 + - *319 - *17 - *19 responses: @@ -51518,9 +51614,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -51550,15 +51646,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *71 - - *298 - - *370 - - *371 + - *319 + - *392 + - *393 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &723 + schema: &726 title: Team Repository description: A team's access to a repository. type: object @@ -51584,7 +51680,7 @@ paths: license: anyOf: - type: 'null' - - *155 + - *175 forks: type: integer permissions: @@ -52200,9 +52296,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *71 - - *298 - - *370 - - *371 + - *319 + - *392 + - *393 requestBody: required: false content: @@ -52248,9 +52344,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *71 - - *298 - - *370 - - *371 + - *319 + - *392 + - *393 responses: '204': description: Response @@ -52277,15 +52373,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *71 - - *298 + - *319 responses: '200': description: Response content: application/json: - schema: *372 + schema: *394 examples: - default: *373 + default: *395 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -52308,7 +52404,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *71 - - *298 + - *319 requestBody: required: true content: @@ -52351,7 +52447,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *394 examples: default: value: @@ -52384,7 +52480,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *71 - - *298 + - *319 - *17 - *19 responses: @@ -52394,9 +52490,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - response-if-child-teams-exist: &724 + response-if-child-teams-exist: &727 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -52523,7 +52619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &374 + - &396 name: card_id description: The unique identifier of the card. in: path @@ -52535,7 +52631,7 @@ paths: description: Response content: application/json: - schema: &375 + schema: &397 title: Project Card description: Project cards represent a scope of work. type: object @@ -52610,7 +52706,7 @@ paths: - created_at - updated_at examples: - default: &376 + default: &398 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -52666,7 +52762,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *374 + - *396 requestBody: required: false content: @@ -52696,9 +52792,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *397 examples: - default: *376 + default: *398 '304': *35 '403': *27 '401': *23 @@ -52725,7 +52821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *374 + - *396 responses: '204': description: Response @@ -52769,7 +52865,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *374 + - *396 requestBody: required: true content: @@ -52882,7 +52978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &377 + - &399 name: column_id description: The unique identifier of the column. in: path @@ -52894,7 +52990,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &400 title: Project Column description: Project columns contain cards of work. type: object @@ -52948,7 +53044,7 @@ paths: - created_at - updated_at examples: - default: &379 + default: &401 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -52983,7 +53079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *377 + - *399 requestBody: required: true content: @@ -53008,9 +53104,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *400 examples: - default: *379 + default: *401 '304': *35 '403': *27 '401': *23 @@ -53035,7 +53131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *377 + - *399 responses: '204': description: Response @@ -53064,7 +53160,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *377 + - *399 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -53085,7 +53181,7 @@ paths: application/json: schema: type: array - items: *375 + items: *397 examples: default: value: @@ -53144,7 +53240,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *377 + - *399 requestBody: required: true content: @@ -53188,9 +53284,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *397 examples: - default: *376 + default: *398 '304': *35 '403': *27 '401': *23 @@ -53200,8 +53296,8 @@ paths: application/json: schema: oneOf: - - *178 - - *179 + - *198 + - *199 '503': description: Response content: @@ -53246,7 +53342,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *377 + - *399 requestBody: required: true content: @@ -53307,15 +53403,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *369 + - *391 responses: '200': description: Response content: application/json: - schema: *317 + schema: *338 examples: - default: &380 + default: &402 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -53372,7 +53468,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *369 + - *391 requestBody: required: false content: @@ -53421,9 +53517,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *338 examples: - default: *380 + default: *402 '404': description: Not Found if the authenticated user does not have access to the project @@ -53444,7 +53540,7 @@ paths: items: type: string '401': *23 - '410': *381 + '410': *403 '422': *7 x-github: githubCloudOnly: false @@ -53467,7 +53563,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *369 + - *391 responses: '204': description: Delete Success @@ -53488,7 +53584,7 @@ paths: items: type: string '401': *23 - '410': *381 + '410': *403 '404': *6 x-github: githubCloudOnly: false @@ -53512,7 +53608,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *369 + - *391 - 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 @@ -53539,7 +53635,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '404': *6 @@ -53569,8 +53665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *369 - - *217 + - *391 + - *237 requestBody: required: false content: @@ -53624,8 +53720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *369 - - *217 + - *391 + - *237 responses: '204': description: Response @@ -53656,8 +53752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *369 - - *217 + - *391 + - *237 responses: '200': description: Response @@ -53727,7 +53823,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *369 + - *391 - *17 - *19 responses: @@ -53737,7 +53833,7 @@ paths: application/json: schema: type: array - items: *378 + items: *400 examples: default: value: @@ -53775,7 +53871,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *369 + - *391 requestBody: required: true content: @@ -53799,7 +53895,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *400 examples: default: value: @@ -53864,7 +53960,7 @@ paths: resources: type: object properties: - core: &382 + core: &404 title: Rate Limit type: object properties: @@ -53881,21 +53977,21 @@ paths: - remaining - reset - used - graphql: *382 - search: *382 - code_search: *382 - source_import: *382 - integration_manifest: *382 - code_scanning_upload: *382 - actions_runner_registration: *382 - scim: *382 - dependency_snapshots: *382 - dependency_sbom: *382 - code_scanning_autofix: *382 + graphql: *404 + search: *404 + code_search: *404 + source_import: *404 + integration_manifest: *404 + code_scanning_upload: *404 + actions_runner_registration: *404 + scim: *404 + dependency_snapshots: *404 + dependency_sbom: *404 + code_scanning_autofix: *404 required: - core - search - rate: *382 + rate: *404 required: - rate - resources @@ -53999,14 +54095,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *383 + schema: *405 examples: default-response: summary: Default response @@ -54511,7 +54607,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *384 + '301': *406 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54529,8 +54625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -54788,10 +54884,10 @@ paths: description: Response content: application/json: - schema: *383 + schema: *405 examples: - default: *385 - '307': &386 + default: *407 + '307': &408 description: Temporary Redirect content: application/json: @@ -54820,8 +54916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -54843,7 +54939,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *386 + '307': *408 '404': *6 '409': *97 x-github: @@ -54867,11 +54963,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 - - &401 + - &423 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -54894,7 +54990,7 @@ paths: type: integer artifacts: type: array - items: &387 + items: &409 title: Artifact description: An artifact type: object @@ -54989,7 +55085,7 @@ paths: - expires_at - updated_at examples: - default: &402 + default: &424 value: total_count: 2 artifacts: @@ -55050,9 +55146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *370 - - *371 - - &388 + - *392 + - *393 + - &410 name: artifact_id description: The unique identifier of the artifact. in: path @@ -55064,7 +55160,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *409 examples: default: value: @@ -55102,9 +55198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *370 - - *371 - - *388 + - *392 + - *393 + - *410 responses: '204': description: Response @@ -55128,9 +55224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *370 - - *371 - - *388 + - *392 + - *393 + - *410 - name: archive_format in: path required: true @@ -55144,7 +55240,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': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55167,14 +55263,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *389 + schema: *411 examples: default: value: @@ -55200,11 +55296,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 - - &390 + - &412 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 @@ -55238,7 +55334,7 @@ paths: description: Response content: application/json: - schema: &391 + schema: &413 title: Repository actions caches description: Repository actions caches type: object @@ -55288,7 +55384,7 @@ paths: - total_count - actions_caches examples: - default: &392 + default: &414 value: total_count: 1 actions_caches: @@ -55320,23 +55416,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *370 - - *371 + - *392 + - *393 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *390 + - *412 responses: '200': description: Response content: application/json: - schema: *391 + schema: *413 examples: - default: *392 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55356,8 +55452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *370 - - *371 + - *392 + - *393 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -55388,9 +55484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *370 - - *371 - - &393 + - *392 + - *393 + - &415 name: job_id description: The unique identifier of the job. in: path @@ -55402,7 +55498,7 @@ paths: description: Response content: application/json: - schema: &405 + schema: &427 title: Job description: Information of a job execution in a workflow run type: object @@ -55749,9 +55845,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *370 - - *371 + - *392 - *393 + - *415 responses: '302': description: Response @@ -55779,9 +55875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *370 - - *371 + - *392 - *393 + - *415 requestBody: required: false content: @@ -55803,7 +55899,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -55827,8 +55923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Status response @@ -55878,8 +55974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -55913,7 +56009,7 @@ paths: description: Empty response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -55942,8 +56038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -55961,7 +56057,7 @@ paths: type: integer secrets: type: array - items: &407 + items: &429 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -55982,7 +56078,7 @@ paths: - created_at - updated_at examples: - default: &408 + default: &430 value: total_count: 2 secrets: @@ -56015,9 +56111,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *370 - - *371 - - *394 + - *392 + - *393 + - *416 - *19 responses: '200': @@ -56034,7 +56130,7 @@ paths: type: integer variables: type: array - items: &411 + items: &433 title: Actions Variable type: object properties: @@ -56068,7 +56164,7 @@ paths: - created_at - updated_at examples: - default: &412 + default: &434 value: total_count: 2 variables: @@ -56101,8 +56197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -56111,11 +56207,11 @@ paths: schema: type: object properties: - enabled: &395 + enabled: &417 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *47 - selected_actions_url: *188 + selected_actions_url: *208 required: - enabled examples: @@ -56144,8 +56240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -56156,7 +56252,7 @@ paths: schema: type: object properties: - enabled: *395 + enabled: *417 allowed_actions: *47 required: - enabled @@ -56187,14 +56283,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: &396 + schema: &418 type: object properties: access_level: @@ -56212,7 +56308,7 @@ paths: required: - access_level examples: - default: &397 + default: &419 value: access_level: organization x-github: @@ -56237,15 +56333,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: application/json: - schema: *396 + schema: *418 examples: - default: *397 + default: *419 responses: '204': description: Response @@ -56269,8 +56365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -56301,8 +56397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -56334,14 +56430,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *191 + schema: *211 examples: default: *53 x-github: @@ -56364,8 +56460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Success response @@ -56376,7 +56472,7 @@ paths: required: true content: application/json: - schema: *192 + schema: *212 examples: default: *53 x-github: @@ -56405,8 +56501,8 @@ paths: in: query schema: type: string - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -56450,8 +56546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -56459,9 +56555,9 @@ paths: application/json: schema: type: array - items: *196 + items: *216 examples: - default: *197 + default: *217 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56483,8 +56579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -56527,7 +56623,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *198 + '201': *218 '404': *6 '422': *7 '409': *97 @@ -56558,8 +56654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '201': description: Response @@ -56567,7 +56663,7 @@ paths: application/json: schema: *63 examples: - default: *199 + default: *219 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56595,8 +56691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '201': description: Response @@ -56604,7 +56700,7 @@ paths: application/json: schema: *63 examples: - default: *200 + default: *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56626,8 +56722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 responses: '200': @@ -56636,7 +56732,7 @@ paths: application/json: schema: *60 examples: - default: *201 + default: *221 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56657,8 +56753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 responses: '204': @@ -56685,8 +56781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 responses: '200': *65 @@ -56711,8 +56807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 requestBody: required: true @@ -56761,8 +56857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 requestBody: required: true @@ -56812,11 +56908,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 responses: - '200': *202 + '200': *222 '404': *6 x-github: githubCloudOnly: false @@ -56843,10 +56939,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 - - *203 + - *223 responses: '200': *65 '404': *6 @@ -56874,9 +56970,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *370 - - *371 - - &415 + - *392 + - *393 + - &437 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. @@ -56884,7 +56980,7 @@ paths: required: false schema: type: string - - &416 + - &438 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -56892,7 +56988,7 @@ paths: required: false schema: type: string - - &417 + - &439 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -56901,7 +56997,7 @@ paths: required: false schema: type: string - - &418 + - &440 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 @@ -56928,7 +57024,7 @@ paths: - pending - *17 - *19 - - &419 + - &441 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -56937,7 +57033,7 @@ paths: schema: type: string format: date-time - - &398 + - &420 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -56946,13 +57042,13 @@ paths: schema: type: boolean default: false - - &420 + - &442 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &421 + - &443 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -56975,7 +57071,7 @@ paths: type: integer workflow_runs: type: array - items: &399 + items: &421 title: Workflow Run description: An invocation of a workflow type: object @@ -57092,7 +57188,7 @@ paths: type: - array - 'null' - items: &442 + items: &464 title: Pull Request Minimal type: object properties: @@ -57219,7 +57315,7 @@ paths: head_commit: anyOf: - type: 'null' - - &446 + - &468 title: Simple Commit description: A commit. type: object @@ -57293,8 +57389,8 @@ paths: - timestamp - author - committer - repository: *195 - head_repository: *195 + repository: *215 + head_repository: *215 head_repository_id: type: integer examples: @@ -57334,7 +57430,7 @@ paths: - workflow_url - pull_requests examples: - default: &422 + default: &444 value: total_count: 1 workflow_runs: @@ -57570,24 +57666,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *370 - - *371 - - &400 + - *392 + - *393 + - &422 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *398 + - *420 responses: '200': description: Response content: application/json: - schema: *399 + schema: *421 examples: - default: &403 + default: &425 value: id: 30433642 name: Build @@ -57828,9 +57924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '204': description: Response @@ -57853,9 +57949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '200': description: Response @@ -57983,15 +58079,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '201': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -58018,12 +58114,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 - *17 - *19 - - *401 + - *423 responses: '200': description: Response @@ -58039,9 +58135,9 @@ paths: type: integer artifacts: type: array - items: *387 + items: *409 examples: - default: *402 + default: *424 headers: Link: *38 x-github: @@ -58065,25 +58161,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *370 - - *371 - - *400 - - &404 + - *392 + - *393 + - *422 + - &426 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *398 + - *420 responses: '200': description: Response content: application/json: - schema: *399 + schema: *421 examples: - default: *403 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58106,10 +58202,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *370 - - *371 - - *400 - - *404 + - *392 + - *393 + - *422 + - *426 - *17 - *19 responses: @@ -58127,9 +58223,9 @@ paths: type: integer jobs: type: array - items: *405 + items: *427 examples: - default: &406 + default: &428 value: total_count: 1 jobs: @@ -58242,10 +58338,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *370 - - *371 - - *400 - - *404 + - *392 + - *393 + - *422 + - *426 responses: '302': description: Response @@ -58273,15 +58369,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '202': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -58308,9 +58404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 requestBody: required: true content: @@ -58377,15 +58473,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '202': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -58412,9 +58508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 - 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 @@ -58444,9 +58540,9 @@ paths: type: integer jobs: type: array - items: *405 + items: *427 examples: - default: *406 + default: *428 headers: Link: *38 x-github: @@ -58471,9 +58567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '302': description: Response @@ -58500,9 +58596,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '204': description: Response @@ -58529,9 +58625,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '200': description: Response @@ -58600,7 +58696,7 @@ paths: items: type: object properties: - type: &526 + type: &548 type: string description: The type of reviewer. enum: @@ -58611,7 +58707,7 @@ paths: reviewer: anyOf: - *4 - - *226 + - *246 required: - environment - wait_timer @@ -58686,9 +58782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 requestBody: required: true content: @@ -58738,7 +58834,7 @@ paths: application/json: schema: type: array - items: &512 + items: &534 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -58850,7 +58946,7 @@ paths: - created_at - updated_at examples: - default: &513 + default: &535 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -58906,9 +59002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 requestBody: required: false content: @@ -58930,7 +59026,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -58953,9 +59049,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 requestBody: required: false content: @@ -58977,7 +59073,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -59010,9 +59106,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '200': description: Response @@ -59149,8 +59245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -59168,9 +59264,9 @@ paths: type: integer secrets: type: array - items: *407 + items: *429 examples: - default: *408 + default: *430 headers: Link: *38 x-github: @@ -59195,16 +59291,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *409 + schema: *431 examples: - default: *410 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59226,17 +59322,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '200': description: Response content: application/json: - schema: *407 + schema: *429 examples: - default: &539 + default: &561 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59262,9 +59358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 requestBody: required: true content: @@ -59295,7 +59391,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -59321,9 +59417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '204': description: Response @@ -59348,9 +59444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *370 - - *371 - - *394 + - *392 + - *393 + - *416 - *19 responses: '200': @@ -59367,9 +59463,9 @@ paths: type: integer variables: type: array - items: *411 + items: *433 examples: - default: *412 + default: *434 headers: Link: *38 x-github: @@ -59392,8 +59488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -59420,7 +59516,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -59445,17 +59541,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *370 - - *371 - - *208 + - *392 + - *393 + - *228 responses: '200': description: Response content: application/json: - schema: *411 + schema: *433 examples: - default: &540 + default: &562 value: name: USERNAME value: octocat @@ -59481,9 +59577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *370 - - *371 - - *208 + - *392 + - *393 + - *228 requestBody: required: true content: @@ -59525,9 +59621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *370 - - *371 - - *208 + - *392 + - *393 + - *228 responses: '204': description: Response @@ -59552,8 +59648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -59571,7 +59667,7 @@ paths: type: integer workflows: type: array - items: &413 + items: &435 title: Workflow description: A GitHub Actions workflow type: object @@ -59689,9 +59785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *370 - - *371 - - &414 + - *392 + - *393 + - &436 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -59706,7 +59802,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *435 examples: default: value: @@ -59739,9 +59835,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *370 - - *371 - - *414 + - *392 + - *393 + - *436 responses: '204': description: Response @@ -59766,9 +59862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *370 - - *371 - - *414 + - *392 + - *393 + - *436 responses: '204': description: Response @@ -59819,9 +59915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *370 - - *371 - - *414 + - *392 + - *393 + - *436 responses: '204': description: Response @@ -59848,19 +59944,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *370 - - *371 - - *414 - - *415 - - *416 - - *417 - - *418 + - *392 + - *393 + - *436 + - *437 + - *438 + - *439 + - *440 - *17 - *19 - - *419 - - *398 + - *441 - *420 - - *421 + - *442 + - *443 responses: '200': description: Response @@ -59876,9 +59972,9 @@ paths: type: integer workflow_runs: type: array - items: *399 + items: *421 examples: - default: *422 + default: *444 headers: Link: *38 x-github: @@ -59911,9 +60007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *370 - - *371 - - *414 + - *392 + - *393 + - *436 responses: '200': description: Response @@ -59974,8 +60070,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *370 - - *371 + - *392 + - *393 - *89 - *17 - *87 @@ -60143,8 +60239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -60156,7 +60252,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '404': *6 @@ -60181,8 +60277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *370 - - *371 + - *392 + - *393 - name: assignee in: path required: true @@ -60218,8 +60314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -60331,8 +60427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *87 - *88 @@ -60386,7 +60482,7 @@ paths: bundle_url: type: string examples: - default: *423 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60406,8 +60502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -60415,7 +60511,7 @@ paths: application/json: schema: type: array - items: &424 + items: &446 title: Autolink reference description: An autolink reference. type: object @@ -60469,8 +60565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -60509,9 +60605,9 @@ paths: description: response content: application/json: - schema: *424 + schema: *446 examples: - default: &425 + default: &447 value: id: 1 key_prefix: TICKET- @@ -60542,9 +60638,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *370 - - *371 - - &426 + - *392 + - *393 + - &448 name: autolink_id description: The unique identifier of the autolink. in: path @@ -60556,9 +60652,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *446 examples: - default: *425 + default: *447 '404': *6 x-github: githubCloudOnly: false @@ -60578,9 +60674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *370 - - *371 - - *426 + - *392 + - *393 + - *448 responses: '204': description: Response @@ -60604,8 +60700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response if Dependabot is enabled @@ -60655,8 +60751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -60677,8 +60773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -60698,8 +60794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *370 - - *371 + - *392 + - *393 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -60737,7 +60833,7 @@ paths: - url protected: type: boolean - protection: &428 + protection: &450 title: Branch Protection description: Branch Protection type: object @@ -60780,7 +60876,7 @@ paths: required: - contexts - checks - enforce_admins: &431 + enforce_admins: &453 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -60797,7 +60893,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &433 + required_pull_request_reviews: &455 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -60819,7 +60915,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *226 + items: *246 apps: description: The list of apps with review dismissal access. @@ -60851,7 +60947,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *226 + items: *246 apps: description: The list of apps allowed to bypass pull request requirements. @@ -60881,7 +60977,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &430 + restrictions: &452 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -61206,9 +61302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *370 - - *371 - - &429 + - *392 + - *393 + - &451 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -61222,14 +61318,14 @@ paths: description: Response content: application/json: - schema: &439 + schema: &461 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &488 + commit: &510 title: Commit description: Commit type: object @@ -61268,7 +61364,7 @@ paths: author: anyOf: - type: 'null' - - &427 + - &449 title: Git User description: Metaproperties for Git author/committer information. @@ -61289,7 +61385,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *449 message: type: string examples: @@ -61313,7 +61409,7 @@ paths: required: - sha - url - verification: &546 + verification: &568 title: Verification type: object properties: @@ -61349,14 +61445,14 @@ paths: author: oneOf: - *4 - - *206 + - *226 type: - 'null' - object committer: oneOf: - *4 - - *206 + - *226 type: - 'null' - object @@ -61393,7 +61489,7 @@ paths: type: integer files: type: array - items: &500 + items: &522 title: Diff Entry description: Diff Entry type: object @@ -61487,7 +61583,7 @@ paths: - self protected: type: boolean - protection: *428 + protection: *450 protection_url: type: string format: uri @@ -61596,7 +61692,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *384 + '301': *406 '404': *6 x-github: githubCloudOnly: false @@ -61618,15 +61714,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *428 + schema: *450 examples: default: value: @@ -61820,9 +61916,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -62082,7 +62178,7 @@ paths: url: type: string format: uri - required_status_checks: &436 + required_status_checks: &458 title: Status Check Policy description: Status Check Policy type: object @@ -62163,7 +62259,7 @@ paths: items: *4 teams: type: array - items: *226 + items: *246 apps: type: array items: *5 @@ -62181,7 +62277,7 @@ paths: items: *4 teams: type: array - items: *226 + items: *246 apps: type: array items: *5 @@ -62241,7 +62337,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *430 + restrictions: *452 required_conversation_resolution: type: object properties: @@ -62353,9 +62449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -62380,17 +62476,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *431 + schema: *453 examples: - default: &432 + default: &454 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -62412,17 +62508,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *431 + schema: *453 examples: - default: *432 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62441,9 +62537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -62468,17 +62564,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *433 + schema: *455 examples: - default: &434 + default: &456 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -62574,9 +62670,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -62674,9 +62770,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *455 examples: - default: *434 + default: *456 '422': *15 x-github: githubCloudOnly: false @@ -62697,9 +62793,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -62726,17 +62822,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *431 + schema: *453 examples: - default: &435 + default: &457 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -62759,17 +62855,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *431 + schema: *453 examples: - default: *435 + default: *457 '404': *6 x-github: githubCloudOnly: false @@ -62789,9 +62885,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -62816,17 +62912,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *436 + schema: *458 examples: - default: &437 + default: &459 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -62852,9 +62948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -62906,9 +63002,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *458 examples: - default: *437 + default: *459 '404': *6 '422': *15 x-github: @@ -62930,9 +63026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -62956,9 +63052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response @@ -62992,9 +63088,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -63061,9 +63157,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -63127,9 +63223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: content: application/json: @@ -63195,15 +63291,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *430 + schema: *452 examples: default: value: @@ -63294,9 +63390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -63319,9 +63415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response @@ -63331,7 +63427,7 @@ paths: type: array items: *5 examples: - default: &438 + default: &460 value: - id: 1 slug: octoapp @@ -63388,9 +63484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63424,7 +63520,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *460 '422': *15 x-github: githubCloudOnly: false @@ -63445,9 +63541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63481,7 +63577,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *460 '422': *15 x-github: githubCloudOnly: false @@ -63502,9 +63598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63538,7 +63634,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *460 '422': *15 x-github: githubCloudOnly: false @@ -63560,9 +63656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response @@ -63570,9 +63666,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -63592,9 +63688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -63630,9 +63726,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -63653,9 +63749,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -63691,9 +63787,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -63714,9 +63810,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: content: application/json: @@ -63751,9 +63847,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -63775,9 +63871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response @@ -63787,7 +63883,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 '404': *6 x-github: githubCloudOnly: false @@ -63811,9 +63907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63846,7 +63942,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 '422': *15 x-github: githubCloudOnly: false @@ -63871,9 +63967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63906,7 +64002,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 '422': *15 x-github: githubCloudOnly: false @@ -63931,9 +64027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63966,7 +64062,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 '422': *15 x-github: githubCloudOnly: false @@ -63993,9 +64089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -64017,7 +64113,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *461 examples: default: value: @@ -64131,12 +64227,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *370 - - *371 - - *218 - - *219 - - *220 - - *221 + - *392 + - *393 + - *238 + - *239 + - *240 + - *241 - *17 - *19 responses: @@ -64146,9 +64242,9 @@ paths: application/json: schema: type: array - items: *222 + items: *242 examples: - default: *223 + default: *243 '404': *6 '500': *86 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -64168,8 +64264,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: bypass_request_number in: path required: true @@ -64183,7 +64279,7 @@ paths: description: Response content: application/json: - schema: *222 + schema: *242 examples: default: value: @@ -64242,12 +64338,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - - *371 - - *218 - - *219 - - *220 - - *221 + - *392 + - *393 + - *238 + - *239 + - *240 + - *241 - *17 - *19 responses: @@ -64257,9 +64353,9 @@ paths: application/json: schema: type: array - items: *440 + items: *462 examples: - default: *441 + default: *463 '404': *6 '403': *27 '500': *86 @@ -64283,8 +64379,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - - *371 + - *392 + - *393 - name: bypass_request_number in: path required: true @@ -64296,7 +64392,7 @@ paths: description: A single bypass request. content: application/json: - schema: *440 + schema: *462 examples: default: value: @@ -64354,8 +64450,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - - *371 + - *392 + - *393 - name: bypass_request_number in: path required: true @@ -64426,8 +64522,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - - *371 + - *392 + - *393 - name: bypass_response_id in: path required: true @@ -64460,8 +64556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -64740,7 +64836,7 @@ paths: description: Response content: application/json: - schema: &443 + schema: &465 title: CheckRun description: A check performed on the code of a given code change type: object @@ -64875,8 +64971,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *442 - deployment: &777 + items: *464 + deployment: &780 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65163,9 +65259,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *370 - - *371 - - &444 + - *392 + - *393 + - &466 name: check_run_id description: The unique identifier of the check run. in: path @@ -65177,9 +65273,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *465 examples: - default: &445 + default: &467 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -65279,9 +65375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *370 - - *371 - - *444 + - *392 + - *393 + - *466 requestBody: required: true content: @@ -65521,9 +65617,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *465 examples: - default: *445 + default: *467 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65543,9 +65639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *370 - - *371 - - *444 + - *392 + - *393 + - *466 - *17 - *19 responses: @@ -65655,15 +65751,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *370 - - *371 - - *444 + - *392 + - *393 + - *466 responses: '201': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -65701,8 +65797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -65724,7 +65820,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &447 + schema: &469 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -65806,12 +65902,12 @@ paths: type: - array - 'null' - items: *442 + items: *464 app: anyOf: - type: 'null' - *5 - repository: *195 + repository: *215 created_at: type: - string @@ -65822,7 +65918,7 @@ paths: - string - 'null' format: date-time - head_commit: *446 + head_commit: *468 latest_check_runs_count: type: integer check_runs_url: @@ -65850,7 +65946,7 @@ paths: - check_runs_url - pull_requests examples: - default: &448 + default: &470 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -66141,9 +66237,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *447 + schema: *469 examples: - default: *448 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66162,8 +66258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -66224,7 +66320,7 @@ paths: required: - app_id - setting - repository: *195 + repository: *215 examples: default: value: @@ -66472,9 +66568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *370 - - *371 - - &449 + - *392 + - *393 + - &471 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -66486,9 +66582,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *469 examples: - default: *448 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66511,17 +66607,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *370 - - *371 - - *449 - - &495 + - *392 + - *393 + - *471 + - &517 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &496 + - &518 name: status description: Returns check runs with the specified `status`. in: query @@ -66560,9 +66656,9 @@ paths: type: integer check_runs: type: array - items: *443 + items: *465 examples: - default: &497 + default: &519 value: total_count: 1 check_runs: @@ -66664,15 +66760,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *370 - - *371 - - *449 + - *392 + - *393 + - *471 responses: '201': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -66699,21 +66795,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *370 - - *371 - - *230 - - *231 + - *392 + - *393 + - *250 + - *251 - *19 - *17 - - &465 + - &487 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: *450 - - &466 + schema: *472 + - &488 name: pr description: The number of the pull request for the results you want to list. in: query @@ -66738,13 +66834,13 @@ paths: be returned. in: query required: false - schema: *232 + schema: *252 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *451 + schema: *473 responses: '200': description: Response @@ -66760,7 +66856,7 @@ paths: updated_at: *107 url: *104 html_url: *105 - instances_url: *452 + instances_url: *474 state: *92 fixed_at: *109 dismissed_by: @@ -66768,11 +66864,11 @@ paths: - type: 'null' - *4 dismissed_at: *108 - dismissed_reason: *453 - dismissed_comment: *454 - rule: *455 - tool: *456 - most_recent_instance: *457 + dismissed_reason: *475 + dismissed_comment: *476 + rule: *477 + tool: *478 + most_recent_instance: *479 dismissal_approved_by: anyOf: - type: 'null' @@ -66892,14 +66988,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &458 + '403': &480 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66919,9 +67015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *370 - - *371 - - &459 + - *392 + - *393 + - &481 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -66935,7 +67031,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &482 type: object properties: number: *99 @@ -66943,7 +67039,7 @@ paths: updated_at: *107 url: *104 html_url: *105 - instances_url: *452 + instances_url: *474 state: *92 fixed_at: *109 dismissed_by: @@ -66951,8 +67047,8 @@ paths: - type: 'null' - *4 dismissed_at: *108 - dismissed_reason: *453 - dismissed_comment: *454 + dismissed_reason: *475 + dismissed_comment: *476 rule: type: object properties: @@ -67014,8 +67110,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *456 - most_recent_instance: *457 + tool: *478 + most_recent_instance: *479 dismissal_approved_by: anyOf: - type: 'null' @@ -67108,9 +67204,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67128,9 +67224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 requestBody: required: true content: @@ -67145,8 +67241,8 @@ paths: enum: - open - dismissed - dismissed_reason: *453 - dismissed_comment: *454 + dismissed_reason: *475 + dismissed_comment: *476 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -67165,7 +67261,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *482 examples: default: value: @@ -67241,14 +67337,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &464 + '403': &486 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67268,15 +67364,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 responses: '200': description: Response content: application/json: - schema: &461 + schema: &483 type: object properties: status: @@ -67303,13 +67399,13 @@ paths: - description - started_at examples: - default: &462 + default: &484 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &463 + '400': &485 description: Bad Request content: application/json: @@ -67320,9 +67416,9 @@ 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': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67345,29 +67441,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 responses: '200': description: OK content: application/json: - schema: *461 + schema: *483 examples: - default: *462 + default: *484 '202': description: Accepted content: application/json: - schema: *461 + schema: *483 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *463 + '400': *485 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -67377,7 +67473,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67399,9 +67495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 requestBody: required: false content: @@ -67447,12 +67543,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *463 - '403': *464 + '400': *485 + '403': *486 '404': *6 '422': description: Unprocessable Entity - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67472,13 +67568,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 - *19 - *17 - - *465 - - *466 + - *487 + - *488 responses: '200': description: Response @@ -67486,7 +67582,7 @@ paths: application/json: schema: type: array - items: *457 + items: *479 examples: default: value: @@ -67525,9 +67621,9 @@ paths: end_column: 50 classifications: - source - '403': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67559,25 +67655,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *370 - - *371 - - *230 - - *231 + - *392 + - *393 + - *250 + - *251 - *19 - *17 - - *466 + - *488 - 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: *450 + schema: *472 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &469 + schema: &491 type: string description: An identifier for the upload. examples: @@ -67599,23 +67695,23 @@ paths: application/json: schema: type: array - items: &470 + items: &492 type: object properties: - ref: *450 - commit_sha: &478 + ref: *472 + commit_sha: &500 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: *467 + analysis_key: *489 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *468 + category: *490 error: type: string examples: @@ -67640,8 +67736,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *469 - tool: *456 + sarif_id: *491 + tool: *478 deletable: type: boolean warning: @@ -67703,9 +67799,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67739,8 +67835,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67753,7 +67849,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *492 examples: response: summary: application/json response @@ -67807,14 +67903,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *458 + '403': *480 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67894,8 +67990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67951,9 +68047,9 @@ 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': *464 + '403': *486 '404': *6 - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67973,8 +68069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -67982,7 +68078,7 @@ paths: application/json: schema: type: array - items: &471 + items: &493 title: CodeQL Database description: A CodeQL database. type: object @@ -68094,9 +68190,9 @@ 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': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68123,8 +68219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: language in: path description: The language of the CodeQL database. @@ -68136,7 +68232,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *493 examples: default: value: @@ -68168,11 +68264,11 @@ 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': &502 + '302': &524 description: Found - '403': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68192,8 +68288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *370 - - *371 + - *392 + - *393 - name: language in: path description: The language of the CodeQL database. @@ -68203,9 +68299,9 @@ paths: responses: '204': description: Response - '403': *464 + '403': *486 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68231,8 +68327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -68241,7 +68337,7 @@ paths: type: object additionalProperties: false properties: - language: &472 + language: &494 type: string description: The language targeted by the CodeQL query enum: @@ -68320,7 +68416,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &476 + schema: &498 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -68330,7 +68426,7 @@ paths: description: The ID of the variant analysis. controller_repo: *98 actor: *4 - query_language: *472 + query_language: *494 query_pack_url: type: string description: The download url for the query pack. @@ -68378,7 +68474,7 @@ paths: items: type: object properties: - repository: &473 + repository: &495 title: Repository Identifier description: Repository Identifier type: object @@ -68420,7 +68516,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &477 + analysis_status: &499 type: string description: The new status of the CodeQL variant analysis repository task. @@ -68452,7 +68548,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &474 + access_mismatch_repos: &496 type: object properties: repository_count: @@ -68467,7 +68563,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: *473 + items: *495 required: - repository_count - repositories @@ -68490,8 +68586,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *474 - over_limit_repos: *474 + no_codeql_db_repos: *496 + over_limit_repos: *496 required: - access_mismatch_repos - not_found_repos @@ -68507,7 +68603,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &475 + value: &497 summary: Default response value: id: 1 @@ -68659,17 +68755,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *475 + value: *497 repository_lists: summary: Response for a successful variant analysis submission - value: *475 + value: *497 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68690,8 +68786,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *370 - - *371 + - *392 + - *393 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -68703,11 +68799,11 @@ paths: description: Response content: application/json: - schema: *476 + schema: *498 examples: - default: *475 + default: *497 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68728,7 +68824,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *370 + - *392 - name: repo in: path description: The name of the controller repository. @@ -68763,7 +68859,7 @@ paths: type: object properties: repository: *98 - analysis_status: *477 + analysis_status: *499 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -68867,7 +68963,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68888,8 +68984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -68982,9 +69078,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69003,8 +69099,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -69073,7 +69169,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -69098,7 +69194,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *464 + '403': *486 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -69112,7 +69208,7 @@ paths: content: application/json: schema: *3 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69169,8 +69265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -69178,7 +69274,7 @@ paths: schema: type: object properties: - commit_sha: *478 + commit_sha: *500 ref: type: string description: |- @@ -69238,7 +69334,7 @@ paths: schema: type: object properties: - id: *469 + id: *491 url: type: string description: The REST API URL for checking the status of the upload. @@ -69252,11 +69348,11 @@ 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': *464 + '403': *486 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69275,8 +69371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *370 - - *371 + - *392 + - *393 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -69324,10 +69420,10 @@ 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': *458 + '403': *480 '404': description: Not Found if the sarif id does not match any upload - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69349,8 +69445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -69431,8 +69527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *370 - - *371 + - *392 + - *393 - 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 @@ -69560,8 +69656,8 @@ paths: parameters: - *17 - *19 - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -69577,7 +69673,7 @@ paths: type: integer codespaces: type: array - items: *290 + items: *311 examples: default: value: @@ -69875,8 +69971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -69940,22 +70036,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -69979,8 +70075,8 @@ paths: parameters: - *17 - *19 - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -70044,8 +70140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -70082,9 +70178,9 @@ paths: type: integer machines: type: array - items: *480 + items: *502 examples: - default: &731 + default: &734 value: total_count: 2 machines: @@ -70124,8 +70220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *370 - - *371 + - *392 + - *393 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -70212,8 +70308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *370 - - *371 + - *392 + - *393 - 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 @@ -70261,7 +70357,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70282,8 +70378,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -70301,7 +70397,7 @@ paths: type: integer secrets: type: array - items: &484 + items: &506 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -70322,7 +70418,7 @@ paths: - created_at - updated_at examples: - default: *481 + default: *503 headers: Link: *38 x-github: @@ -70345,16 +70441,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *482 + schema: *504 examples: - default: *483 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -70374,17 +70470,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '200': description: Response content: application/json: - schema: *484 + schema: *506 examples: - default: *485 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70404,9 +70500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 requestBody: required: true content: @@ -70434,7 +70530,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -70458,9 +70554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '204': description: Response @@ -70488,8 +70584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *370 - - *371 + - *392 + - *393 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -70527,7 +70623,7 @@ paths: application/json: schema: type: array - items: &486 + items: &508 title: Collaborator description: Collaborator type: object @@ -70720,9 +70816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *370 - - *371 - - *217 + - *392 + - *393 + - *237 responses: '204': description: Response if user is a collaborator @@ -70768,9 +70864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *370 - - *371 - - *217 + - *392 + - *393 + - *237 requestBody: required: false content: @@ -70796,7 +70892,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &559 + schema: &581 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -70808,7 +70904,7 @@ paths: format: int64 examples: - 42 - repository: *195 + repository: *215 invitee: anyOf: - type: 'null' @@ -70984,7 +71080,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *178 + schema: *198 '403': *27 x-github: triggersNotification: true @@ -71024,9 +71120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *370 - - *371 - - *217 + - *392 + - *393 + - *237 responses: '204': description: No Content when collaborator was removed from the repository. @@ -71057,9 +71153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *370 - - *371 - - *217 + - *392 + - *393 + - *237 responses: '200': description: if user has admin permissions @@ -71079,7 +71175,7 @@ paths: user: anyOf: - type: 'null' - - *486 + - *508 required: - permission - role_name @@ -71133,8 +71229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -71144,7 +71240,7 @@ paths: application/json: schema: type: array - items: &487 + items: &509 title: Commit Comment description: Commit Comment type: object @@ -71185,8 +71281,8 @@ paths: updated_at: type: string format: date-time - author_association: *141 - reactions: *142 + author_association: *161 + reactions: *162 required: - url - html_url @@ -71202,7 +71298,7 @@ paths: - created_at - updated_at examples: - default: &490 + default: &512 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71261,17 +71357,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '200': description: Response content: application/json: - schema: *487 + schema: *509 examples: - default: &491 + default: &513 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71328,9 +71424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -71352,7 +71448,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *509 examples: default: value: @@ -71403,9 +71499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '204': description: Response @@ -71426,9 +71522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -71454,9 +71550,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 '404': *6 @@ -71477,9 +71573,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -71511,16 +71607,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Reaction created content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -71542,10 +71638,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *370 - - *371 - - *153 - - *362 + - *392 + - *393 + - *173 + - *384 responses: '204': description: Response @@ -71594,8 +71690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *370 - - *371 + - *392 + - *393 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -71651,9 +71747,9 @@ paths: application/json: schema: type: array - items: *488 + items: *510 examples: - default: &607 + default: &629 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71747,9 +71843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *370 - - *371 - - &489 + - *392 + - *393 + - &511 name: commit_sha description: The SHA of the commit. in: path @@ -71821,9 +71917,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *370 - - *371 - - *489 + - *392 + - *393 + - *511 - *17 - *19 responses: @@ -71833,9 +71929,9 @@ paths: application/json: schema: type: array - items: *487 + items: *509 examples: - default: *490 + default: *512 headers: Link: *38 x-github: @@ -71863,9 +71959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *370 - - *371 - - *489 + - *392 + - *393 + - *511 requestBody: required: true content: @@ -71900,9 +71996,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *509 examples: - default: *491 + default: *513 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71930,9 +72026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *370 - - *371 - - *489 + - *392 + - *393 + - *511 - *17 - *19 responses: @@ -71942,7 +72038,7 @@ paths: application/json: schema: type: array - items: &598 + items: &620 title: Pull Request Simple description: Pull Request Simple type: object @@ -72062,7 +72158,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *514 active_lock_reason: type: - string @@ -72117,7 +72213,7 @@ paths: type: - array - 'null' - items: *226 + items: *246 head: type: object properties: @@ -72161,7 +72257,7 @@ paths: _links: type: object properties: - comments: &493 + comments: &515 title: Link description: Hypermedia Link type: object @@ -72170,13 +72266,13 @@ paths: type: string required: - href - commits: *493 - statuses: *493 - html: *493 - issue: *493 - review_comments: *493 - review_comment: *493 - self: *493 + commits: *515 + statuses: *515 + html: *515 + issue: *515 + review_comments: *515 + review_comment: *515 + self: *515 required: - comments - commits @@ -72186,8 +72282,8 @@ paths: - review_comments - review_comment - self - author_association: *141 - auto_merge: &600 + author_association: *161 + auto_merge: &622 title: Auto merge description: The status of auto merging a pull request. type: @@ -72252,7 +72348,7 @@ paths: - author_association - auto_merge examples: - default: &599 + default: &621 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72789,11 +72885,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *370 - - *371 + - *392 + - *393 - *19 - *17 - - &494 + - &516 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)" @@ -72808,9 +72904,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *510 examples: - default: &586 + default: &608 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72897,7 +72993,7 @@ paths: '422': *15 '404': *6 '500': *86 - '503': *133 + '503': *153 '409': *97 x-github: githubCloudOnly: false @@ -72923,11 +73019,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *370 - - *371 - - *494 - - *495 - - *496 + - *392 + - *393 + - *516 + - *517 + - *518 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -72961,9 +73057,9 @@ paths: type: integer check_runs: type: array - items: *443 + items: *465 examples: - default: *497 + default: *519 headers: Link: *38 x-github: @@ -72988,9 +73084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *370 - - *371 - - *494 + - *392 + - *393 + - *516 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -72998,7 +73094,7 @@ paths: schema: type: integer example: 1 - - *495 + - *517 - *17 - *19 responses: @@ -73016,7 +73112,7 @@ paths: type: integer check_suites: type: array - items: *447 + items: *469 examples: default: value: @@ -73216,9 +73312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *370 - - *371 - - *494 + - *392 + - *393 + - *516 - *17 - *19 responses: @@ -73289,7 +73385,7 @@ paths: type: string total_count: type: integer - repository: *195 + repository: *215 commit_url: type: string format: uri @@ -73420,9 +73516,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *370 - - *371 - - *494 + - *392 + - *393 + - *516 - *17 - *19 responses: @@ -73432,7 +73528,7 @@ paths: application/json: schema: type: array - items: &679 + items: &682 title: Status description: The status of a commit. type: object @@ -73513,7 +73609,7 @@ paths: site_admin: false headers: Link: *38 - '301': *384 + '301': *406 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73541,8 +73637,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -73575,11 +73671,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *498 + - *520 code_of_conduct_file: anyOf: - type: 'null' - - &499 + - &521 title: Community Health File type: object properties: @@ -73595,23 +73691,23 @@ paths: license: anyOf: - type: 'null' - - *155 + - *175 contributing: anyOf: - type: 'null' - - *499 + - *521 readme: anyOf: - type: 'null' - - *499 + - *521 issue_template: anyOf: - type: 'null' - - *499 + - *521 pull_request_template: anyOf: - type: 'null' - - *499 + - *521 required: - code_of_conduct - code_of_conduct_file @@ -73740,8 +73836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *370 - - *371 + - *392 + - *393 - *19 - *17 - name: basehead @@ -73789,8 +73885,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *488 - merge_base_commit: *488 + base_commit: *510 + merge_base_commit: *510 status: type: string enum: @@ -73814,10 +73910,10 @@ paths: - 6 commits: type: array - items: *488 + items: *510 files: type: array - items: *500 + items: *522 required: - url - html_url @@ -74061,7 +74157,7 @@ paths: module Test" '404': *6 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74103,8 +74199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *370 - - *371 + - *392 + - *393 - name: path description: path parameter in: path @@ -74257,7 +74353,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &501 + response-if-content-is-a-file: &523 summary: Response if content is a file value: type: file @@ -74394,7 +74490,7 @@ paths: - size - type - url - - &612 + - &634 title: Content File description: Content File type: object @@ -74612,7 +74708,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *501 + response-if-content-is-a-file: *523 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -74681,7 +74777,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *502 + '302': *524 '304': *35 x-github: githubCloudOnly: false @@ -74704,8 +74800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *370 - - *371 + - *392 + - *393 - name: path description: path parameter in: path @@ -74800,7 +74896,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &525 title: File Commit description: File Commit type: object @@ -74956,7 +75052,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *525 examples: example-for-creating-a-file: value: @@ -75010,7 +75106,7 @@ paths: schema: oneOf: - *3 - - &541 + - &563 description: Repository rule violation was detected type: object properties: @@ -75031,7 +75127,7 @@ paths: items: type: object properties: - placeholder_id: &671 + placeholder_id: &674 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -75063,8 +75159,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *370 - - *371 + - *392 + - *393 - name: path description: path parameter in: path @@ -75125,7 +75221,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *525 examples: default: value: @@ -75160,7 +75256,7 @@ paths: '422': *15 '404': *6 '409': *97 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75180,8 +75276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *370 - - *371 + - *392 + - *393 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -75305,22 +75401,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *370 - - *371 - - *246 - - *247 - - *248 - - *249 + - *392 + - *393 + - *267 + - *268 + - *269 + - *270 - 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 - - *250 - - *251 - - *252 - - *253 + - *271 + - *272 + - *273 + - *274 - *89 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -75340,8 +75436,8 @@ paths: default: 30 - *87 - *88 - - *254 - - *255 + - *275 + - *276 responses: '200': description: Response @@ -75349,7 +75445,7 @@ paths: application/json: schema: type: array - items: &506 + items: &528 type: object description: A Dependabot alert. properties: @@ -75399,7 +75495,7 @@ paths: - direct - transitive - - security_advisory: *504 + security_advisory: *526 security_vulnerability: *103 url: *104 html_url: *105 @@ -75430,7 +75526,7 @@ paths: dismissal. maxLength: 280 fixed_at: *109 - auto_dismissed_at: *505 + auto_dismissed_at: *527 required: - number - state @@ -75660,9 +75756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *370 - - *371 - - &507 + - *392 + - *393 + - &529 name: alert_number in: path description: |- @@ -75677,7 +75773,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *528 examples: default: value: @@ -75790,9 +75886,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *370 - - *371 - - *507 + - *392 + - *393 + - *529 requestBody: required: true content: @@ -75837,7 +75933,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *528 examples: default: value: @@ -75966,8 +76062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -75985,7 +76081,7 @@ paths: type: integer secrets: type: array - items: &510 + items: &532 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -76039,16 +76135,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *508 + schema: *530 examples: - default: *509 + default: *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76068,15 +76164,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '200': description: Response content: application/json: - schema: *510 + schema: *532 examples: default: value: @@ -76102,9 +76198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 requestBody: required: true content: @@ -76132,7 +76228,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -76156,9 +76252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '204': description: Response @@ -76180,8 +76276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *370 - - *371 + - *392 + - *393 - 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 @@ -76355,8 +76451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -76616,8 +76712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -76700,7 +76796,7 @@ paths: - version - url additionalProperties: false - metadata: &511 + metadata: &533 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76739,7 +76835,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *511 + metadata: *533 resolved: type: object description: A collection of resolved package dependencies. @@ -76753,7 +76849,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *511 + metadata: *533 relationship: type: string description: A notation of whether a dependency is requested @@ -76886,8 +76982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *370 - - *371 + - *392 + - *393 - name: sha description: The SHA recorded at creation time. in: query @@ -76928,9 +77024,9 @@ paths: application/json: schema: type: array - items: *512 + items: *534 examples: - default: *513 + default: *535 headers: Link: *38 x-github: @@ -76996,8 +77092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -77079,7 +77175,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *534 examples: simple-example: summary: Simple example @@ -77152,9 +77248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *370 - - *371 - - &514 + - *392 + - *393 + - &536 name: deployment_id description: deployment_id parameter in: path @@ -77166,7 +77262,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *534 examples: default: value: @@ -77231,9 +77327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *370 - - *371 - - *514 + - *392 + - *393 + - *536 responses: '204': description: Response @@ -77255,9 +77351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *370 - - *371 - - *514 + - *392 + - *393 + - *536 - *17 - *19 responses: @@ -77267,7 +77363,7 @@ paths: application/json: schema: type: array - items: &515 + items: &537 title: Deployment Status description: The status of a deployment. type: object @@ -77431,9 +77527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *370 - - *371 - - *514 + - *392 + - *393 + - *536 requestBody: required: true content: @@ -77508,9 +77604,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *537 examples: - default: &516 + default: &538 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77566,9 +77662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *370 - - *371 - - *514 + - *392 + - *393 + - *536 - name: status_id in: path required: true @@ -77579,9 +77675,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *537 examples: - default: *516 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -77608,12 +77704,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 - - *517 - - *518 - - *519 - - *520 + - *392 + - *393 + - *539 + - *540 + - *541 + - *542 - *17 - *19 responses: @@ -77623,9 +77719,9 @@ paths: application/json: schema: type: array - items: *521 + items: *543 examples: - default: *522 + default: *544 '404': *6 '403': *27 '500': *86 @@ -77649,8 +77745,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: alert_number in: path required: true @@ -77662,7 +77758,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *521 + schema: *543 examples: default: value: @@ -77718,8 +77814,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: alert_number in: path required: true @@ -77778,12 +77874,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 - - *218 - - *219 - - *220 - - *523 + - *392 + - *393 + - *238 + - *239 + - *240 + - *545 - *17 - *19 responses: @@ -77793,9 +77889,9 @@ paths: application/json: schema: type: array - items: *524 + items: *546 examples: - default: *525 + default: *547 '404': *6 '403': *27 '500': *86 @@ -77820,8 +77916,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: alert_number in: path required: true @@ -77833,7 +77929,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *524 + schema: *546 examples: default: value: @@ -77891,8 +77987,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: alert_number in: path required: true @@ -77961,8 +78057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -78019,8 +78115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -78038,7 +78134,7 @@ paths: - 5 environments: type: array - items: &527 + items: &549 title: Environment description: Details of a deployment environment type: object @@ -78100,7 +78196,7 @@ paths: type: string examples: - wait_timer - wait_timer: &529 + wait_timer: &551 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -78142,11 +78238,11 @@ paths: items: type: object properties: - type: *526 + type: *548 reviewer: anyOf: - *4 - - *226 + - *246 required: - id - node_id @@ -78169,7 +78265,7 @@ paths: - id - node_id - type - deployment_branch_policy: &530 + deployment_branch_policy: &552 type: - object - 'null' @@ -78286,9 +78382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *370 - - *371 - - &528 + - *392 + - *393 + - &550 name: environment_name in: path required: true @@ -78301,9 +78397,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *549 examples: - default: &531 + default: &553 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -78387,9 +78483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 requestBody: required: false content: @@ -78399,7 +78495,7 @@ paths: - object - 'null' properties: - wait_timer: *529 + wait_timer: *551 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -78418,14 +78514,14 @@ paths: items: type: object properties: - type: *526 + type: *548 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *530 + deployment_branch_policy: *552 additionalProperties: false examples: default: @@ -78445,9 +78541,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *549 examples: - default: *531 + default: *553 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78471,9 +78567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 responses: '204': description: Default response @@ -78498,9 +78594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 - *17 - *19 responses: @@ -78519,7 +78615,7 @@ paths: - 2 branch_policies: type: array - items: &532 + items: &554 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78580,9 +78676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 requestBody: required: true content: @@ -78630,9 +78726,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *554 examples: - example-wildcard: &533 + example-wildcard: &555 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78674,10 +78770,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *370 - - *371 - - *528 - - &534 + - *392 + - *393 + - *550 + - &556 name: branch_policy_id in: path required: true @@ -78689,9 +78785,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *554 examples: - default: *533 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78710,10 +78806,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *370 - - *371 - - *528 - - *534 + - *392 + - *393 + - *550 + - *556 requestBody: required: true content: @@ -78742,9 +78838,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *554 examples: - default: *533 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78763,10 +78859,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *370 - - *371 - - *528 - - *534 + - *392 + - *393 + - *550 + - *556 responses: '204': description: Response @@ -78791,9 +78887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *528 - - *371 - - *370 + - *550 + - *393 + - *392 responses: '200': description: List of deployment protection rules @@ -78810,7 +78906,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &535 + items: &557 title: Deployment protection rule description: Deployment protection rule type: object @@ -78832,7 +78928,7 @@ paths: for the environment. examples: - true - app: &536 + app: &558 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78935,9 +79031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *528 - - *371 - - *370 + - *550 + - *393 + - *392 requestBody: content: application/json: @@ -78958,9 +79054,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *535 + schema: *557 examples: - default: &537 + default: &559 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -78995,9 +79091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *528 - - *371 - - *370 + - *550 + - *393 + - *392 - *19 - *17 responses: @@ -79017,7 +79113,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *536 + items: *558 examples: default: value: @@ -79052,10 +79148,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *370 - - *371 - - *528 - - &538 + - *392 + - *393 + - *550 + - &560 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -79067,9 +79163,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *557 examples: - default: *537 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79090,10 +79186,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *528 - - *371 - - *370 - - *538 + - *550 + - *393 + - *392 + - *560 responses: '204': description: Response @@ -79119,9 +79215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 - *17 - *19 responses: @@ -79139,9 +79235,9 @@ paths: type: integer secrets: type: array - items: *407 + items: *429 examples: - default: *408 + default: *430 headers: Link: *38 x-github: @@ -79166,17 +79262,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 responses: '200': description: Response content: application/json: - schema: *409 + schema: *431 examples: - default: *410 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79198,18 +79294,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *370 - - *371 - - *528 - - *205 + - *392 + - *393 + - *550 + - *225 responses: '200': description: Response content: application/json: - schema: *407 + schema: *429 examples: - default: *539 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79231,10 +79327,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *370 - - *371 - - *528 - - *205 + - *392 + - *393 + - *550 + - *225 requestBody: required: true content: @@ -79265,7 +79361,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -79291,10 +79387,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *370 - - *371 - - *528 - - *205 + - *392 + - *393 + - *550 + - *225 responses: '204': description: Default response @@ -79319,10 +79415,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *370 - - *371 - - *528 - - *394 + - *392 + - *393 + - *550 + - *416 - *19 responses: '200': @@ -79339,9 +79435,9 @@ paths: type: integer variables: type: array - items: *411 + items: *433 examples: - default: *412 + default: *434 headers: Link: *38 x-github: @@ -79364,9 +79460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 requestBody: required: true content: @@ -79393,7 +79489,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -79418,18 +79514,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *370 - - *371 - - *528 - - *208 + - *392 + - *393 + - *550 + - *228 responses: '200': description: Response content: application/json: - schema: *411 + schema: *433 examples: - default: *540 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79450,10 +79546,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *370 - - *371 - - *208 - - *528 + - *392 + - *393 + - *228 + - *550 requestBody: required: true content: @@ -79495,10 +79591,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *370 - - *371 - - *208 - - *528 + - *392 + - *393 + - *228 + - *550 responses: '204': description: Response @@ -79520,8 +79616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -79531,7 +79627,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: 200-response: value: @@ -79598,8 +79694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *370 - - *371 + - *392 + - *393 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -79621,7 +79717,7 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: default: value: @@ -79758,8 +79854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -79792,9 +79888,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *405 examples: - default: *385 + default: *407 '400': *14 '422': *15 '403': *27 @@ -79815,8 +79911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -79875,8 +79971,8 @@ paths: application/json: schema: oneOf: - - *178 - - *541 + - *198 + - *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79901,8 +79997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *370 - - *371 + - *392 + - *393 - name: file_sha in: path required: true @@ -80002,8 +80098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -80112,7 +80208,7 @@ paths: description: Response content: application/json: - schema: &542 + schema: &564 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -80339,15 +80435,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *370 - - *371 - - *489 + - *392 + - *393 + - *511 responses: '200': description: Response content: application/json: - schema: *542 + schema: *564 examples: default: value: @@ -80403,9 +80499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *370 - - *371 - - &543 + - *392 + - *393 + - &565 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. @@ -80422,7 +80518,7 @@ paths: application/json: schema: type: array - items: &544 + items: &566 title: Git Reference description: Git references within a repository type: object @@ -80498,17 +80594,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *370 - - *371 - - *543 + - *392 + - *393 + - *565 responses: '200': description: Response content: application/json: - schema: *544 + schema: *566 examples: - default: &545 + default: &567 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80537,8 +80633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -80567,9 +80663,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *566 examples: - default: *545 + default: *567 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -80595,9 +80691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *370 - - *371 - - *543 + - *392 + - *393 + - *565 requestBody: required: true content: @@ -80626,9 +80722,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *566 examples: - default: *545 + default: *567 '422': *15 '409': *97 x-github: @@ -80646,9 +80742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *370 - - *371 - - *543 + - *392 + - *393 + - *565 responses: '204': description: Response @@ -80703,8 +80799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -80771,7 +80867,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &569 title: Git Tag description: Metadata for a Git tag type: object @@ -80827,7 +80923,7 @@ paths: - sha - type - url - verification: *546 + verification: *568 required: - sha - url @@ -80837,7 +80933,7 @@ paths: - tag - message examples: - default: &548 + default: &570 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80910,8 +81006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *370 - - *371 + - *392 + - *393 - name: tag_sha in: path required: true @@ -80922,9 +81018,9 @@ paths: description: Response content: application/json: - schema: *547 + schema: *569 examples: - default: *548 + default: *570 '404': *6 '409': *97 x-github: @@ -80948,8 +81044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -81023,7 +81119,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &571 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -81125,8 +81221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *370 - - *371 + - *392 + - *393 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -81149,7 +81245,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *571 examples: default-response: summary: Default response @@ -81208,8 +81304,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -81219,7 +81315,7 @@ paths: application/json: schema: type: array - items: &550 + items: &572 title: Webhook description: Webhooks for repositories. type: object @@ -81282,7 +81378,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &808 + last_response: &811 title: Hook Response type: object properties: @@ -81359,8 +81455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -81413,9 +81509,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *572 examples: - default: &551 + default: &573 value: type: Repository id: 12345678 @@ -81463,17 +81559,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 responses: '200': description: Response content: application/json: - schema: *550 + schema: *572 examples: - default: *551 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -81493,9 +81589,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 requestBody: required: true content: @@ -81540,9 +81636,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *572 examples: - default: *551 + default: *573 '422': *15 '404': *6 x-github: @@ -81563,9 +81659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 responses: '204': description: Response @@ -81589,9 +81685,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 responses: '200': description: Response @@ -81618,9 +81714,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 requestBody: required: false content: @@ -81664,11 +81760,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 - *17 - - *262 + - *283 responses: '200': description: Response @@ -81676,9 +81772,9 @@ paths: application/json: schema: type: array - items: *263 + items: *284 examples: - default: *264 + default: *285 '400': *14 '422': *15 x-github: @@ -81697,18 +81793,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 - *16 responses: '200': description: Response content: application/json: - schema: *265 + schema: *286 examples: - default: *266 + default: *287 '400': *14 '422': *15 x-github: @@ -81727,9 +81823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 - *16 responses: '202': *37 @@ -81752,9 +81848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 responses: '204': description: Response @@ -81779,9 +81875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 responses: '204': description: Response @@ -81839,14 +81935,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: &552 + schema: &574 title: Import description: A repository import from an external source. type: object @@ -81953,7 +82049,7 @@ paths: - html_url - authors_url examples: - default: &555 + default: &577 value: vcs: subversion use_lfs: true @@ -81969,7 +82065,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': &553 + '503': &575 description: Unavailable due to service under maintenance. content: application/json: @@ -81998,8 +82094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -82047,7 +82143,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *574 examples: default: value: @@ -82072,7 +82168,7 @@ paths: type: string '422': *15 '404': *6 - '503': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82100,8 +82196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -82153,7 +82249,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *574 examples: example-1: summary: Example 1 @@ -82201,7 +82297,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': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82224,12 +82320,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response - '503': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82255,9 +82351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *370 - - *371 - - &754 + - *392 + - *393 + - &757 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82271,7 +82367,7 @@ paths: application/json: schema: type: array - items: &554 + items: &576 title: Porter Author description: Porter Author type: object @@ -82325,7 +82421,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': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82350,8 +82446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *370 - - *371 + - *392 + - *393 - name: author_id in: path required: true @@ -82381,7 +82477,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *576 examples: default: value: @@ -82394,7 +82490,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82418,8 +82514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -82460,7 +82556,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82488,8 +82584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -82516,11 +82612,11 @@ paths: description: Response content: application/json: - schema: *552 + schema: *574 examples: - default: *555 + default: *577 '422': *15 - '503': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82543,8 +82639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -82552,8 +82648,8 @@ paths: application/json: schema: *20 examples: - default: *556 - '301': *384 + default: *578 + '301': *406 '404': *6 x-github: githubCloudOnly: false @@ -82573,8 +82669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -82582,12 +82678,12 @@ paths: application/json: schema: anyOf: - - *279 + - *300 - type: object properties: {} additionalProperties: false examples: - default: &558 + default: &580 value: limit: collaborators_only origin: repository @@ -82612,13 +82708,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: application/json: - schema: *557 + schema: *579 examples: default: summary: Example request body @@ -82630,9 +82726,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *300 examples: - default: *558 + default: *580 '409': description: Response x-github: @@ -82654,8 +82750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -82678,8 +82774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -82689,9 +82785,9 @@ paths: application/json: schema: type: array - items: *559 + items: *581 examples: - default: &747 + default: &750 value: - id: 1 repository: @@ -82822,9 +82918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *370 - - *371 - - *283 + - *392 + - *393 + - *304 requestBody: required: false content: @@ -82853,7 +82949,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *581 examples: default: value: @@ -82984,9 +83080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *370 - - *371 - - *283 + - *392 + - *393 + - *304 responses: '204': description: Response @@ -83017,8 +83113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *370 - - *371 + - *392 + - *393 - 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 @@ -83066,7 +83162,7 @@ paths: required: false schema: type: string - - *287 + - *308 - name: sort description: What to sort results by. in: query @@ -83079,7 +83175,7 @@ paths: - comments default: created - *89 - - *144 + - *164 - *17 - *19 responses: @@ -83089,9 +83185,9 @@ paths: application/json: schema: type: array - items: *154 + items: *174 examples: - default: &568 + default: &590 value: - id: 1 node_id: MDU6SXNzdWUx @@ -83239,7 +83335,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *384 + '301': *406 '422': *15 '404': *6 x-github: @@ -83268,8 +83364,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -83359,9 +83455,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: &563 + default: &585 value: id: 1 node_id: MDU6SXNzdWUx @@ -83515,9 +83611,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *133 + '503': *153 '404': *6 - '410': *381 + '410': *403 x-github: triggersNotification: true githubCloudOnly: false @@ -83545,9 +83641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *370 - - *371 - - *163 + - *392 + - *393 + - *183 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -83557,7 +83653,7 @@ paths: enum: - asc - desc - - *144 + - *164 - *17 - *19 responses: @@ -83567,9 +83663,9 @@ paths: application/json: schema: type: array - items: *560 + items: *582 examples: - default: &565 + default: &587 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83627,17 +83723,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '200': description: Response content: application/json: - schema: *560 + schema: *582 examples: - default: &561 + default: &583 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83691,9 +83787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -83715,9 +83811,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *582 examples: - default: *561 + default: *583 '422': *15 x-github: githubCloudOnly: false @@ -83735,9 +83831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '204': description: Response @@ -83757,9 +83853,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -83785,9 +83881,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 '404': *6 @@ -83808,9 +83904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -83842,16 +83938,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Reaction created content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -83873,10 +83969,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *370 - - *371 - - *153 - - *362 + - *392 + - *393 + - *173 + - *384 responses: '204': description: Response @@ -83896,8 +83992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -83907,7 +84003,7 @@ paths: application/json: schema: type: array - items: &562 + items: &584 title: Issue Event description: Issue Event type: object @@ -83954,7 +84050,7 @@ paths: issue: anyOf: - type: 'null' - - *154 + - *174 label: title: Issue Event Label description: Issue Event Label @@ -83987,7 +84083,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *226 + requested_team: *246 dismissed_review: title: Issue Event Dismissed Review type: object @@ -84054,7 +84150,7 @@ paths: required: - from - to - author_association: *141 + author_association: *161 lock_reason: type: - string @@ -84246,8 +84342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *370 - - *371 + - *392 + - *393 - name: event_id in: path required: true @@ -84258,7 +84354,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *584 examples: default: value: @@ -84451,7 +84547,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *381 + '410': *403 '403': *27 x-github: githubCloudOnly: false @@ -84485,9 +84581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *370 - - *371 - - &564 + - *392 + - *393 + - &586 name: issue_number description: The number that identifies the issue. in: path @@ -84499,12 +84595,12 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 - '301': *384 + default: *585 + '301': *406 '404': *6 - '410': *381 + '410': *403 '304': *35 x-github: githubCloudOnly: false @@ -84529,9 +84625,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: false content: @@ -84650,15 +84746,15 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 '422': *15 - '503': *133 + '503': *153 '403': *27 - '301': *384 + '301': *406 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84676,9 +84772,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: false content: @@ -84704,9 +84800,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84722,9 +84818,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: content: application/json: @@ -84749,9 +84845,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84773,9 +84869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - name: assignee in: path required: true @@ -84815,10 +84911,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *370 - - *371 - - *564 - - *144 + - *392 + - *393 + - *586 + - *164 - *17 - *19 responses: @@ -84828,13 +84924,13 @@ paths: application/json: schema: type: array - items: *560 + items: *582 examples: - default: *565 + default: *587 headers: Link: *38 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84863,9 +84959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: true content: @@ -84887,16 +84983,16 @@ paths: description: Response content: application/json: - schema: *560 + schema: *582 examples: - default: *561 + default: *583 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *381 + '410': *403 '422': *15 '404': *6 x-github: @@ -84916,9 +85012,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - *17 - *19 responses: @@ -84932,7 +85028,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &569 + - &591 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -84981,7 +85077,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &592 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -85109,7 +85205,7 @@ paths: - performed_via_github_app - assignee - assigner - - &571 + - &593 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -85155,7 +85251,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &572 + - &594 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -85201,7 +85297,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &573 + - &595 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85250,7 +85346,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &574 + - &596 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85279,7 +85375,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *226 + requested_team: *246 requested_reviewer: *4 required: - review_requester @@ -85292,7 +85388,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &575 + - &597 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85321,7 +85417,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *226 + requested_team: *246 requested_reviewer: *4 required: - review_requester @@ -85334,7 +85430,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &598 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -85390,7 +85486,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &577 + - &599 title: Locked Issue Event description: Locked Issue Event type: object @@ -85435,7 +85531,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &600 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -85496,7 +85592,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &601 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -85557,7 +85653,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &602 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -85618,7 +85714,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &603 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85711,7 +85807,7 @@ paths: color: red headers: Link: *38 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85728,9 +85824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - *17 - *19 responses: @@ -85740,7 +85836,7 @@ paths: application/json: schema: type: array - items: &566 + items: &588 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -85795,7 +85891,7 @@ paths: - color - default examples: - default: &567 + default: &589 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85813,9 +85909,9 @@ paths: default: false headers: Link: *38 - '301': *384 + '301': *406 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85832,9 +85928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: false content: @@ -85893,12 +85989,12 @@ paths: application/json: schema: type: array - items: *566 + items: *588 examples: - default: *567 - '301': *384 + default: *589 + '301': *406 '404': *6 - '410': *381 + '410': *403 '422': *15 x-github: githubCloudOnly: false @@ -85915,9 +86011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: false content: @@ -85977,12 +86073,12 @@ paths: application/json: schema: type: array - items: *566 + items: *588 examples: - default: *567 - '301': *384 + default: *589 + '301': *406 '404': *6 - '410': *381 + '410': *403 '422': *15 x-github: githubCloudOnly: false @@ -85999,15 +86095,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 responses: '204': description: Response - '301': *384 + '301': *406 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86026,9 +86122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - name: name in: path required: true @@ -86041,7 +86137,7 @@ paths: application/json: schema: type: array - items: *566 + items: *588 examples: default: value: @@ -86052,9 +86148,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *384 + '301': *406 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86074,9 +86170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: false content: @@ -86105,7 +86201,7 @@ paths: '204': description: Response '403': *27 - '410': *381 + '410': *403 '404': *6 '422': *15 x-github: @@ -86123,9 +86219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 responses: '204': description: Response @@ -86147,9 +86243,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -86175,13 +86271,13 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86199,9 +86295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: true content: @@ -86233,16 +86329,16 @@ paths: description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -86264,10 +86360,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *370 - - *371 - - *564 - - *362 + - *392 + - *393 + - *586 + - *384 responses: '204': description: Response @@ -86296,9 +86392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: true content: @@ -86320,9 +86416,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -86342,11 +86438,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/enterprise-cloud@latest//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/enterprise-cloud@latest//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 @@ -86355,9 +86451,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - *17 - *19 responses: @@ -86367,13 +86463,13 @@ paths: application/json: schema: type: array - items: *154 + items: *174 examples: - default: *568 + default: *590 headers: Link: *38 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86401,9 +86497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: true content: @@ -86430,16 +86526,16 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *381 + '410': *403 '422': *15 '404': *6 x-github: @@ -86459,9 +86555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: true content: @@ -86492,13 +86588,13 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 '403': *27 '404': *6 '422': *7 - '503': *133 + '503': *153 x-github: triggersNotification: true githubCloudOnly: false @@ -86516,9 +86612,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - *17 - *19 responses: @@ -86533,19 +86629,19 @@ paths: description: Timeline Event type: object anyOf: - - *569 - - *570 - - *571 - - *572 - - *573 - - *574 - - *575 - - *576 - - *577 - - *578 - - *579 - - *580 - - *581 + - *591 + - *592 + - *593 + - *594 + - *595 + - *596 + - *597 + - *598 + - *599 + - *600 + - *601 + - *602 + - *603 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -86593,12 +86689,12 @@ paths: issue_url: type: string format: uri - author_association: *141 + author_association: *161 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *142 + reactions: *162 required: - event - actor @@ -86629,7 +86725,7 @@ paths: properties: type: type: string - issue: *154 + issue: *174 required: - event - created_at @@ -86846,7 +86942,7 @@ paths: type: string body_text: type: string - author_association: *141 + author_association: *161 required: - event - id @@ -86869,7 +86965,7 @@ paths: type: string comments: type: array - items: &601 + items: &623 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -86974,7 +87070,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *141 + author_association: *161 _links: type: object properties: @@ -87069,7 +87165,7 @@ paths: enum: - line - file - reactions: *142 + reactions: *162 body_html: type: string examples: @@ -87107,7 +87203,7 @@ paths: type: string comments: type: array - items: *487 + items: *509 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -87382,7 +87478,7 @@ paths: headers: Link: *38 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87399,8 +87495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -87410,7 +87506,7 @@ paths: application/json: schema: type: array - items: &582 + items: &604 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -87477,8 +87573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -87514,9 +87610,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *604 examples: - default: &583 + default: &605 value: id: 1 key: ssh-rsa AAA... @@ -87550,9 +87646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *370 - - *371 - - &584 + - *392 + - *393 + - &606 name: key_id description: The unique identifier of the key. in: path @@ -87564,9 +87660,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *604 examples: - default: *583 + default: *605 '404': *6 x-github: githubCloudOnly: false @@ -87584,9 +87680,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *370 - - *371 - - *584 + - *392 + - *393 + - *606 responses: '204': description: Response @@ -87606,8 +87702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -87617,9 +87713,9 @@ paths: application/json: schema: type: array - items: *566 + items: *588 examples: - default: *567 + default: *589 headers: Link: *38 '404': *6 @@ -87640,8 +87736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -87677,9 +87773,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *588 examples: - default: &585 + default: &607 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87711,8 +87807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *370 - - *371 + - *392 + - *393 - name: name in: path required: true @@ -87723,9 +87819,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *588 examples: - default: *585 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -87742,8 +87838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *370 - - *371 + - *392 + - *393 - name: name in: path required: true @@ -87782,7 +87878,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *588 examples: default: value: @@ -87808,8 +87904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *370 - - *371 + - *392 + - *393 - name: name in: path required: true @@ -87835,8 +87931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -87872,8 +87968,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '202': *37 '403': @@ -87901,8 +87997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -87928,9 +88024,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *370 - - *371 - - *465 + - *392 + - *393 + - *487 responses: '200': description: Response @@ -87996,7 +88092,7 @@ paths: license: anyOf: - type: 'null' - - *155 + - *175 required: - _links - git_url @@ -88077,8 +88173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -88143,8 +88239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -88178,9 +88274,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *488 + schema: *510 examples: - default: *586 + default: *608 '204': description: Response when already merged '404': @@ -88205,8 +88301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *370 - - *371 + - *392 + - *393 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -88247,7 +88343,7 @@ paths: application/json: schema: type: array - items: *492 + items: *514 examples: default: value: @@ -88303,8 +88399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -88344,9 +88440,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *514 examples: - default: &587 + default: &609 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -88405,9 +88501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *370 - - *371 - - &588 + - *392 + - *393 + - &610 name: milestone_number description: The number that identifies the milestone. in: path @@ -88419,9 +88515,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *514 examples: - default: *587 + default: *609 '404': *6 x-github: githubCloudOnly: false @@ -88438,9 +88534,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *370 - - *371 - - *588 + - *392 + - *393 + - *610 requestBody: required: false content: @@ -88478,9 +88574,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *514 examples: - default: *587 + default: *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88496,9 +88592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *370 - - *371 - - *588 + - *392 + - *393 + - *610 responses: '204': description: Response @@ -88519,9 +88615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *370 - - *371 - - *588 + - *392 + - *393 + - *610 - *17 - *19 responses: @@ -88531,9 +88627,9 @@ paths: application/json: schema: type: array - items: *566 + items: *588 examples: - default: *567 + default: *589 headers: Link: *38 x-github: @@ -88552,12 +88648,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *370 - - *371 - - *589 - - *590 - - *144 - - *591 + - *392 + - *393 + - *611 + - *612 + - *164 + - *613 - *17 - *19 responses: @@ -88567,9 +88663,9 @@ paths: application/json: schema: type: array - items: *166 + items: *186 examples: - default: *592 + default: *614 headers: Link: *38 x-github: @@ -88593,8 +88689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -88652,14 +88748,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: &593 + schema: &615 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88803,7 +88899,7 @@ paths: - custom_404 - public examples: - default: &594 + default: &616 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -88844,8 +88940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -88900,9 +88996,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *615 examples: - default: *594 + default: *616 '422': *15 '409': *97 x-github: @@ -88925,8 +89021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -89034,8 +89130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -89061,8 +89157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -89072,7 +89168,7 @@ paths: application/json: schema: type: array - items: &595 + items: &617 title: Page Build description: Page Build type: object @@ -89164,8 +89260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *370 - - *371 + - *392 + - *393 responses: '201': description: Response @@ -89212,16 +89308,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *595 + schema: *617 examples: - default: &596 + default: &618 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89269,8 +89365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *370 - - *371 + - *392 + - *393 - name: build_id in: path required: true @@ -89281,9 +89377,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *617 examples: - default: *596 + default: *618 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89303,8 +89399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -89412,9 +89508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *370 - - *371 - - &597 + - *392 + - *393 + - &619 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -89472,9 +89568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *370 - - *371 - - *597 + - *392 + - *393 + - *619 responses: '204': *119 '404': *6 @@ -89501,8 +89597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -89770,7 +89866,7 @@ paths: description: Empty response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -89797,8 +89893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Private vulnerability reporting status @@ -89835,8 +89931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': *119 '422': *14 @@ -89857,8 +89953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': *119 '422': *14 @@ -89881,8 +89977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *370 - - *371 + - *392 + - *393 - name: state description: Indicates the state of the projects to return. in: query @@ -89903,7 +89999,7 @@ paths: application/json: schema: type: array - items: *317 + items: *338 examples: default: value: @@ -89943,7 +90039,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *381 + '410': *403 '422': *7 x-github: githubCloudOnly: false @@ -89966,8 +90062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -89993,13 +90089,13 @@ paths: description: Response content: application/json: - schema: *317 + schema: *338 examples: - default: *380 + default: *402 '401': *23 '403': *27 '404': *6 - '410': *381 + '410': *403 '422': *7 x-github: githubCloudOnly: false @@ -90022,8 +90118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -90031,7 +90127,7 @@ paths: application/json: schema: type: array - items: *319 + items: *340 examples: default: value: @@ -90062,8 +90158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -90075,7 +90171,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *319 + items: *340 required: - properties examples: @@ -90125,8 +90221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -90186,9 +90282,9 @@ paths: application/json: schema: type: array - items: *598 + items: *620 examples: - default: *599 + default: *621 headers: Link: *38 '304': *35 @@ -90220,8 +90316,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -90288,7 +90384,7 @@ paths: description: Response content: application/json: - schema: &603 + schema: &625 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -90417,7 +90513,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *514 active_lock_reason: type: - string @@ -90472,7 +90568,7 @@ paths: type: - array - 'null' - items: *299 + items: *320 head: type: object properties: @@ -90510,14 +90606,14 @@ paths: _links: type: object properties: - comments: *493 - commits: *493 - statuses: *493 - html: *493 - issue: *493 - review_comments: *493 - review_comment: *493 - self: *493 + comments: *515 + commits: *515 + statuses: *515 + html: *515 + issue: *515 + review_comments: *515 + review_comment: *515 + self: *515 required: - comments - commits @@ -90527,8 +90623,8 @@ paths: - review_comments - review_comment - self - author_association: *141 - auto_merge: *600 + author_association: *161 + auto_merge: *622 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -90630,7 +90726,7 @@ paths: - merged_by - review_comments examples: - default: &604 + default: &626 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91157,8 +91253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: sort in: query required: false @@ -91177,7 +91273,7 @@ paths: enum: - asc - desc - - *144 + - *164 - *17 - *19 responses: @@ -91187,9 +91283,9 @@ paths: application/json: schema: type: array - items: *601 + items: *623 examples: - default: &606 + default: &628 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91266,17 +91362,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '200': description: Response content: application/json: - schema: *601 + schema: *623 examples: - default: &602 + default: &624 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91351,9 +91447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -91375,9 +91471,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *623 examples: - default: *602 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91393,9 +91489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '204': description: Response @@ -91416,9 +91512,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -91444,9 +91540,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 '404': *6 @@ -91467,9 +91563,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -91501,16 +91597,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Reaction created content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -91532,10 +91628,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *370 - - *371 - - *153 - - *362 + - *392 + - *393 + - *173 + - *384 responses: '204': description: Response @@ -91578,9 +91674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *370 - - *371 - - &605 + - *392 + - *393 + - &627 name: pull_number description: The number that identifies the pull request. in: path @@ -91593,9 +91689,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *603 + schema: *625 examples: - default: *604 + default: *626 '304': *35 '404': *6 '406': @@ -91604,7 +91700,7 @@ paths: application/json: schema: *3 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91630,9 +91726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: false content: @@ -91674,9 +91770,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *625 examples: - default: *604 + default: *626 '422': *15 '403': *27 x-github: @@ -91698,9 +91794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: true content: @@ -91761,21 +91857,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '401': *23 '403': *27 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91801,10 +91897,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *370 - - *371 - - *605 - - *163 + - *392 + - *393 + - *627 + - *183 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -91814,7 +91910,7 @@ paths: enum: - asc - desc - - *144 + - *164 - *17 - *19 responses: @@ -91824,9 +91920,9 @@ paths: application/json: schema: type: array - items: *601 + items: *623 examples: - default: *606 + default: *628 headers: Link: *38 x-github: @@ -91859,9 +91955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: true content: @@ -91967,7 +92063,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *623 examples: example-for-a-multi-line-comment: value: @@ -92055,10 +92151,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *370 - - *371 - - *605 - - *153 + - *392 + - *393 + - *627 + - *173 requestBody: required: true content: @@ -92080,7 +92176,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *623 examples: default: value: @@ -92166,9 +92262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 - *17 - *19 responses: @@ -92178,9 +92274,9 @@ paths: application/json: schema: type: array - items: *488 + items: *510 examples: - default: *607 + default: *629 headers: Link: *38 x-github: @@ -92210,9 +92306,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 - *17 - *19 responses: @@ -92222,7 +92318,7 @@ paths: application/json: schema: type: array - items: *500 + items: *522 examples: default: value: @@ -92241,7 +92337,7 @@ paths: Link: *38 '422': *15 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92260,9 +92356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 responses: '204': description: Response if pull request has been merged @@ -92285,9 +92381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: false content: @@ -92399,9 +92495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 responses: '200': description: Response @@ -92417,7 +92513,7 @@ paths: items: *4 teams: type: array - items: *226 + items: *246 required: - users - teams @@ -92476,9 +92572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: false content: @@ -92515,7 +92611,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *620 examples: default: value: @@ -93051,9 +93147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: true content: @@ -93087,7 +93183,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *620 examples: default: value: @@ -93592,9 +93688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 - *17 - *19 responses: @@ -93604,7 +93700,7 @@ paths: application/json: schema: type: array - items: &608 + items: &630 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -93678,7 +93774,7 @@ paths: type: string body_text: type: string - author_association: *141 + author_association: *161 required: - id - node_id @@ -93760,9 +93856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: false content: @@ -93852,9 +93948,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *630 examples: - default: &610 + default: &632 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93917,10 +94013,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 - - &609 + - *392 + - *393 + - *627 + - &631 name: review_id description: The unique identifier of the review. in: path @@ -93932,9 +94028,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *630 examples: - default: &611 + default: &633 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93993,10 +94089,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 - - *609 + - *392 + - *393 + - *627 + - *631 requestBody: required: true content: @@ -94019,7 +94115,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *630 examples: default: value: @@ -94081,18 +94177,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 - - *609 + - *392 + - *393 + - *627 + - *631 responses: '200': description: Response content: application/json: - schema: *608 + schema: *630 examples: - default: *610 + default: *632 '422': *7 '404': *6 x-github: @@ -94119,10 +94215,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *370 - - *371 - - *605 - - *609 + - *392 + - *393 + - *627 + - *631 - *17 - *19 responses: @@ -94216,13 +94312,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *141 + author_association: *161 _links: type: object properties: - self: *493 - html: *493 - pull_request: *493 + self: *515 + html: *515 + pull_request: *515 required: - self - html @@ -94231,7 +94327,7 @@ paths: type: string body_html: type: string - reactions: *142 + reactions: *162 side: description: The side of the first line of the range for a multi-line comment. @@ -94380,10 +94476,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 - - *609 + - *392 + - *393 + - *627 + - *631 requestBody: required: true content: @@ -94412,7 +94508,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *630 examples: default: value: @@ -94475,10 +94571,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 - - *609 + - *392 + - *393 + - *627 + - *631 requestBody: required: true content: @@ -94513,9 +94609,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *630 examples: - default: *611 + default: *633 '404': *6 '422': *7 '403': *27 @@ -94537,9 +94633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: false content: @@ -94603,8 +94699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *370 - - *371 + - *392 + - *393 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -94617,9 +94713,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *634 examples: - default: &613 + default: &635 value: type: file encoding: base64 @@ -94661,8 +94757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *370 - - *371 + - *392 + - *393 - name: dir description: The alternate path to look for a README file in: path @@ -94682,9 +94778,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *634 examples: - default: *613 + default: *635 '404': *6 '422': *15 x-github: @@ -94706,8 +94802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -94717,7 +94813,7 @@ paths: application/json: schema: type: array - items: &614 + items: &636 title: Release description: A release. type: object @@ -94794,7 +94890,7 @@ paths: author: *4 assets: type: array - items: &615 + items: &637 title: Release Asset description: Data related to a release. type: object @@ -94869,7 +94965,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *142 + reactions: *162 required: - assets_url - upload_url @@ -94981,8 +95077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -95058,9 +95154,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *636 examples: - default: &618 + default: &640 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -95165,9 +95261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *370 - - *371 - - &616 + - *392 + - *393 + - &638 name: asset_id description: The unique identifier of the asset. in: path @@ -95179,9 +95275,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *637 examples: - default: &617 + default: &639 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 @@ -95216,7 +95312,7 @@ paths: type: User site_admin: false '404': *6 - '302': *502 + '302': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95232,9 +95328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *370 - - *371 - - *616 + - *392 + - *393 + - *638 requestBody: required: false content: @@ -95263,9 +95359,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *637 examples: - default: *617 + default: *639 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95281,9 +95377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *370 - - *371 - - *616 + - *392 + - *393 + - *638 responses: '204': description: Response @@ -95307,8 +95403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -95394,16 +95490,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *614 + schema: *636 examples: - default: *618 + default: *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95420,8 +95516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *370 - - *371 + - *392 + - *393 - name: tag description: tag parameter in: path @@ -95434,9 +95530,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *636 examples: - default: *618 + default: *640 '404': *6 x-github: githubCloudOnly: false @@ -95458,9 +95554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *370 - - *371 - - &619 + - *392 + - *393 + - &641 name: release_id description: The unique identifier of the release. in: path @@ -95474,9 +95570,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *614 + schema: *636 examples: - default: *618 + default: *640 '401': description: Unauthorized x-github: @@ -95494,9 +95590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 requestBody: required: false content: @@ -95560,9 +95656,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *636 examples: - default: *618 + default: *640 '404': description: Not Found if the discussion category name is invalid content: @@ -95583,9 +95679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 responses: '204': description: Response @@ -95605,9 +95701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 - *17 - *19 responses: @@ -95617,7 +95713,7 @@ paths: application/json: schema: type: array - items: *615 + items: *637 examples: default: value: @@ -95699,9 +95795,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: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 - name: name in: query required: true @@ -95727,7 +95823,7 @@ paths: description: Response for successful upload content: application/json: - schema: *615 + schema: *637 examples: response-for-successful-upload: value: @@ -95782,9 +95878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -95808,9 +95904,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 '404': *6 @@ -95831,9 +95927,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 requestBody: required: true content: @@ -95863,16 +95959,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Reaction created content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -95894,10 +95990,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *370 - - *371 - - *619 - - *362 + - *392 + - *393 + - *641 + - *384 responses: '204': description: Response @@ -95921,9 +96017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 - *17 - *19 responses: @@ -95939,8 +96035,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *620 - - &622 + - *128 + - &642 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95960,65 +96056,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *621 - - *622 + - *129 + - *642 - allOf: - - *623 - - *622 + - *130 + - *642 - allOf: - - *624 - - *622 + - *131 + - *642 - allOf: - - *625 - - *622 + - *643 + - *642 - allOf: - - *626 - - *622 + - *132 + - *642 - allOf: - - *627 - - *622 + - *133 + - *642 - allOf: - - *628 - - *622 + - *134 + - *642 - allOf: - - *629 - - *622 + - *135 + - *642 - allOf: - - *630 - - *622 + - *136 + - *642 - allOf: - - *631 - - *622 + - *137 + - *642 - allOf: - - *632 - - *622 + - *138 + - *642 - allOf: - - *633 - - *622 + - *139 + - *642 - allOf: - - *634 - - *622 + - *140 + - *642 - allOf: - - *635 - - *622 + - *141 + - *642 - allOf: - - *636 - - *622 + - *142 + - *642 - allOf: - - *637 - - *622 + - *143 + - *642 - allOf: - - *638 - - *622 + - *144 + - *642 - allOf: - - *639 - - *622 + - *145 + - *642 - allOf: - - *640 - - *622 + - *146 + - *642 - allOf: - - *641 - - *622 + - *147 + - *642 examples: default: value: @@ -96057,8 +96153,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 - name: includes_parents @@ -96069,7 +96165,7 @@ paths: schema: type: boolean default: true - - *642 + - *644 responses: '200': description: Response @@ -96077,7 +96173,7 @@ paths: application/json: schema: type: array - items: *129 + items: *148 examples: default: value: @@ -96124,8 +96220,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - - *371 + - *392 + - *393 requestBody: description: Request body required: true @@ -96154,7 +96250,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *128 + items: *645 required: - name - enforcement @@ -96185,9 +96281,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: &651 + default: &654 value: id: 42 name: super cool ruleset @@ -96234,12 +96330,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *370 - - *371 - - *643 - - *220 - - *644 - - *645 + - *392 + - *393 + - *646 + - *240 + - *647 + - *648 - *17 - *19 responses: @@ -96247,9 +96343,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: - default: *647 + default: *650 '404': *6 '500': *86 x-github: @@ -96270,17 +96366,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *370 - - *371 - - *648 + - *392 + - *393 + - *651 responses: '200': description: Response content: application/json: - schema: *649 + schema: *652 examples: - default: *650 + default: *653 '404': *6 '500': *86 x-github: @@ -96308,8 +96404,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - - *371 + - *392 + - *393 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96329,9 +96425,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *651 + default: *654 '404': *6 '500': *86 put: @@ -96349,8 +96445,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - - *371 + - *392 + - *393 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96384,7 +96480,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *128 + items: *645 examples: default: value: @@ -96412,9 +96508,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *651 + default: *654 '404': *6 '500': *86 delete: @@ -96432,8 +96528,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - - *371 + - *392 + - *393 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96456,8 +96552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 - name: ruleset_id @@ -96473,9 +96569,9 @@ paths: application/json: schema: type: array - items: *132 + items: *152 examples: - default: *325 + default: *347 '404': *6 '500': *86 x-github: @@ -96494,8 +96590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *370 - - *371 + - *392 + - *393 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96513,7 +96609,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *348 examples: default: value: @@ -96568,21 +96664,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *370 - - *371 - - *327 - - *328 - - *329 - - *330 + - *392 + - *393 + - *349 + - *350 + - *351 + - *352 - *89 - *19 - *17 - - *652 - - *653 - - *331 - - *332 - - *333 - - *334 + - *655 + - *656 + - *353 + - *354 + - *355 + - *356 responses: '200': description: Response @@ -96590,7 +96686,7 @@ paths: application/json: schema: type: array - items: &657 + items: &660 type: object properties: number: *99 @@ -96606,8 +96702,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *654 - resolution: *655 + state: *657 + resolution: *658 resolved_at: type: - string @@ -96701,7 +96797,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *656 + - *659 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -96828,7 +96924,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96850,16 +96946,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *370 - - *371 - - *459 - - *334 + - *392 + - *393 + - *481 + - *356 responses: '200': description: Response content: application/json: - schema: *657 + schema: *660 examples: default: value: @@ -96890,7 +96986,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96911,9 +97007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 requestBody: required: true content: @@ -96921,8 +97017,8 @@ paths: schema: type: object properties: - state: *654 - resolution: *655 + state: *657 + resolution: *658 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96941,7 +97037,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *660 examples: default: value: @@ -96994,7 +97090,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -97016,9 +97112,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 - *19 - *17 responses: @@ -97029,7 +97125,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &829 + items: &832 type: object properties: type: @@ -97056,9 +97152,6 @@ paths: - commit details: oneOf: - - *658 - - *659 - - *660 - *661 - *662 - *663 @@ -97069,6 +97162,9 @@ paths: - *668 - *669 - *670 + - *671 + - *672 + - *673 examples: default: value: @@ -97132,7 +97228,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97154,8 +97250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -97163,14 +97259,14 @@ paths: schema: type: object properties: - reason: &672 + reason: &675 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *671 + placeholder_id: *674 required: - reason - placeholder_id @@ -97187,7 +97283,7 @@ paths: schema: type: object properties: - reason: *672 + reason: *675 expire_at: type: - string @@ -97211,7 +97307,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -97231,13 +97327,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *133 + '503': *153 '200': description: Response content: @@ -97247,7 +97343,7 @@ paths: properties: incremental_scans: type: array - items: &673 + items: &676 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97275,15 +97371,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *673 + items: *676 backfill_scans: type: array - items: *673 + items: *676 custom_pattern_backfill_scans: type: array items: allOf: - - *673 + - *676 - type: object properties: pattern_name: @@ -97353,8 +97449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *370 - - *371 + - *392 + - *393 - *89 - name: sort description: The property to sort the results by. @@ -97398,9 +97494,9 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: - default: *675 + default: *678 '400': *14 '404': *6 x-github: @@ -97423,8 +97519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -97504,7 +97600,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *359 required: - login - type @@ -97594,9 +97690,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *677 examples: - default: &677 + default: &680 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97829,8 +97925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -97943,7 +98039,7 @@ paths: description: Response content: application/json: - schema: *674 + schema: *677 examples: default: value: @@ -98090,17 +98186,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *370 - - *371 - - *676 + - *392 + - *393 + - *679 responses: '200': description: Response content: application/json: - schema: *674 + schema: *677 examples: - default: *677 + default: *680 '403': *27 '404': *6 x-github: @@ -98124,9 +98220,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *370 - - *371 - - *676 + - *392 + - *393 + - *679 requestBody: required: true content: @@ -98206,7 +98302,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *359 required: - login - type @@ -98297,17 +98393,17 @@ paths: description: Response content: application/json: - schema: *674 + schema: *677 examples: - default: *677 - add_credit: *677 + default: *680 + add_credit: *680 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *178 + schema: *198 examples: invalid_state_transition: value: @@ -98338,9 +98434,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *370 - - *371 - - *676 + - *392 + - *393 + - *679 responses: '202': *37 '400': *14 @@ -98367,17 +98463,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *370 - - *371 - - *676 + - *392 + - *393 + - *679 responses: '202': description: Response content: application/json: - schema: *383 + schema: *405 examples: - default: *385 + default: *407 '400': *14 '422': *15 '403': *27 @@ -98403,8 +98499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -98500,8 +98596,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -98510,7 +98606,7 @@ paths: application/json: schema: type: array - items: &678 + items: &681 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98543,8 +98639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -98622,8 +98718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -98717,8 +98813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -98872,8 +98968,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -98883,7 +98979,7 @@ paths: application/json: schema: type: array - items: *678 + items: *681 examples: default: value: @@ -98916,8 +99012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *370 - - *371 + - *392 + - *393 - name: sha in: path required: true @@ -98973,7 +99069,7 @@ paths: description: Response content: application/json: - schema: *679 + schema: *682 examples: default: value: @@ -99027,8 +99123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -99040,7 +99136,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -99060,14 +99156,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &680 + schema: &683 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99140,8 +99236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -99167,7 +99263,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: default: value: @@ -99194,8 +99290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -99215,8 +99311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -99298,8 +99394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -99307,7 +99403,7 @@ paths: application/json: schema: type: array - items: &681 + items: &684 title: Tag protection description: Tag protection type: object @@ -99364,8 +99460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -99388,7 +99484,7 @@ paths: description: Response content: application/json: - schema: *681 + schema: *684 examples: default: value: @@ -99419,8 +99515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -99457,8 +99553,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *370 - - *371 + - *392 + - *393 - name: ref in: path required: true @@ -99494,8 +99590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -99505,9 +99601,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 headers: Link: *38 '404': *6 @@ -99527,8 +99623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *370 - - *371 + - *392 + - *393 - *19 - *17 responses: @@ -99536,7 +99632,7 @@ paths: description: Response content: application/json: - schema: &682 + schema: &685 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99548,7 +99644,7 @@ paths: required: - names examples: - default: &683 + default: &686 value: names: - octocat @@ -99571,8 +99667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -99603,9 +99699,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *685 examples: - default: *683 + default: *686 '404': *6 '422': *7 x-github: @@ -99626,9 +99722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *370 - - *371 - - &684 + - *392 + - *393 + - &687 name: per description: The time frame to display results for. in: query @@ -99659,7 +99755,7 @@ paths: - 128 clones: type: array - items: &685 + items: &688 title: Traffic type: object properties: @@ -99746,8 +99842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -99841,8 +99937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -99905,9 +100001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *370 - - *371 - - *684 + - *392 + - *393 + - *687 responses: '200': description: Response @@ -99928,7 +100024,7 @@ paths: - 3782 views: type: array - items: *685 + items: *688 required: - uniques - count @@ -100005,8 +100101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -100042,7 +100138,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *215 examples: default: value: @@ -100280,8 +100376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -100304,8 +100400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -100327,8 +100423,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -100354,8 +100450,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *370 - - *371 + - *392 + - *393 - name: ref in: path required: true @@ -100447,9 +100543,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *405 examples: - default: *385 + default: *407 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -100490,7 +100586,7 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: default: value: @@ -100600,7 +100696,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &693 + - &696 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -100610,7 +100706,7 @@ paths: type: string examples: - members - - &698 + - &701 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -100622,7 +100718,7 @@ paths: format: int32 examples: - 1 - - &699 + - &702 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -100666,7 +100762,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &687 + items: &690 allOf: - type: object required: @@ -100748,7 +100844,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &700 + meta: &703 type: object description: The metadata associated with the creation/updates to the user. @@ -100813,31 +100909,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &688 + '400': &691 description: Bad request content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 - '401': &689 + schema: *689 + '401': &692 description: Authorization failure - '403': &690 + '403': &693 description: Permission denied - '429': &691 + '429': &694 description: Too many requests content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 - '500': &692 + schema: *689 + '500': &695 description: Internal server error content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 + schema: *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100861,7 +100957,7 @@ paths: required: true content: application/json: - schema: &696 + schema: &699 type: object required: - schemas @@ -100921,9 +101017,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *687 + schema: *690 examples: - group: &694 + group: &697 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -100942,13 +101038,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *688 - '401': *689 - '403': *690 - '409': &697 + '400': *691 + '401': *692 + '403': *693 + '409': &700 description: Duplicate record detected - '429': *691 - '500': *692 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100965,7 +101061,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &695 + - &698 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -100974,22 +101070,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *693 + - *696 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *687 + schema: *690 examples: - default: *694 - '400': *688 - '401': *689 - '403': *690 + default: *697 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '429': *691 - '500': *692 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101008,13 +101104,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *695 + - *698 - *39 requestBody: required: true content: application/json: - schema: *696 + schema: *699 examples: group: summary: Group @@ -101040,17 +101136,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *687 + schema: *690 examples: - group: *694 - groupWithMembers: *694 - '400': *688 - '401': *689 - '403': *690 + group: *697 + groupWithMembers: *697 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *700 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101074,13 +101170,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *695 + - *698 - *39 requestBody: required: true content: application/json: - schema: &707 + schema: &710 type: object required: - Operations @@ -101140,17 +101236,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *687 + schema: *690 examples: - updateGroup: *694 - addMembers: *694 - '400': *688 - '401': *689 - '403': *690 + updateGroup: *697 + addMembers: *697 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *700 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101166,17 +101262,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *695 + - *698 - *39 responses: '204': description: Group was deleted, no content - '400': *688 - '401': *689 - '403': *690 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '429': *691 - '500': *692 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101210,8 +101306,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *698 - - *699 + - *701 + - *702 - *39 responses: '200': @@ -101245,7 +101341,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &702 + items: &705 allOf: - type: object required: @@ -101337,7 +101433,7 @@ paths: address. examples: - true - roles: &701 + roles: &704 type: array description: The roles assigned to the user. items: @@ -101396,7 +101492,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *700 + meta: *703 startIndex: type: integer description: A starting index for the returned page @@ -101435,11 +101531,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *688 - '401': *689 - '403': *690 - '429': *691 - '500': *692 + '400': *691 + '401': *692 + '403': *693 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101463,7 +101559,7 @@ paths: required: true content: application/json: - schema: &705 + schema: &708 type: object required: - schemas @@ -101556,9 +101652,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *701 + roles: *704 examples: - user: &706 + user: &709 summary: User value: schemas: @@ -101605,9 +101701,9 @@ paths: description: User has been created content: application/scim+json: - schema: *702 + schema: *705 examples: - user: &703 + user: &706 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -101633,13 +101729,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *703 - '400': *688 - '401': *689 - '403': *690 - '409': *697 - '429': *691 - '500': *692 + enterpriseOwner: *706 + '400': *691 + '401': *692 + '403': *693 + '409': *700 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101656,7 +101752,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &704 + - &707 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -101669,15 +101765,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *702 + schema: *705 examples: - default: *703 - '400': *688 - '401': *689 - '403': *690 + default: *706 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '429': *691 - '500': *692 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101699,30 +101795,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *704 + - *707 - *39 requestBody: required: true content: application/json: - schema: *705 + schema: *708 examples: - user: *706 + user: *709 responses: '200': description: User was updated content: application/scim+json: - schema: *702 + schema: *705 examples: - user: *703 - '400': *688 - '401': *689 - '403': *690 + user: *706 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *700 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101757,13 +101853,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *704 + - *707 - *39 requestBody: required: true content: application/json: - schema: *707 + schema: *710 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -101803,18 +101899,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *702 + schema: *705 examples: - userMultiValuedProperties: *703 - userSingleValuedProperties: *703 - disableUser: *703 - '400': *688 - '401': *689 - '403': *690 + userMultiValuedProperties: *706 + userSingleValuedProperties: *706 + disableUser: *706 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *700 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101834,17 +101930,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *704 + - *707 - *39 responses: '204': description: User was deleted, no content - '400': *688 - '401': *689 - '403': *690 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '429': *691 - '500': *692 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101935,7 +102031,7 @@ paths: - 1 Resources: type: array - items: &708 + items: &711 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -102182,22 +102278,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &709 + '404': &712 description: Resource not found content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 - '403': &710 + schema: *689 + '403': &713 description: Forbidden content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 - '400': *688 - '429': *691 + schema: *689 + '400': *691 + '429': *694 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -102223,9 +102319,9 @@ paths: description: Response content: application/scim+json: - schema: *708 + schema: *711 examples: - default: &711 + default: &714 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -102248,17 +102344,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *709 - '403': *710 - '500': *692 + '404': *712 + '403': *713 + '500': *695 '409': description: Conflict content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 - '400': *688 + schema: *689 + '400': *691 requestBody: required: true content: @@ -102358,17 +102454,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *71 - - *704 + - *707 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *711 examples: - default: *711 - '404': *709 - '403': *710 + default: *714 + '404': *712 + '403': *713 '304': *35 x-github: githubCloudOnly: true @@ -102392,18 +102488,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *71 - - *704 + - *707 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *711 examples: - default: *711 + default: *714 '304': *35 - '404': *709 - '403': *710 + '404': *712 + '403': *713 requestBody: required: true content: @@ -102518,19 +102614,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *71 - - *704 + - *707 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *711 examples: - default: *711 + default: *714 '304': *35 - '404': *709 - '403': *710 - '400': *688 + '404': *712 + '403': *713 + '400': *691 '429': description: Response content: @@ -102626,12 +102722,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *71 - - *704 + - *707 responses: '204': description: Response - '404': *709 - '403': *710 + '404': *712 + '403': *713 '304': *35 x-github: githubCloudOnly: true @@ -102746,7 +102842,7 @@ paths: html_url: type: string format: uri - repository: *195 + repository: *215 score: type: number file_size: @@ -102765,7 +102861,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &712 + text_matches: &715 title: Search Result Text Matches type: array items: @@ -102880,7 +102976,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *133 + '503': *153 '422': *15 '403': *27 x-github: @@ -102929,7 +103025,7 @@ paths: enum: - author-date - committer-date - - &713 + - &716 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 @@ -102998,7 +103094,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *449 comment_count: type: integer message: @@ -103017,7 +103113,7 @@ paths: url: type: string format: uri - verification: *546 + verification: *568 required: - author - committer @@ -103032,7 +103128,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *449 parents: type: array items: @@ -103044,12 +103140,12 @@ paths: type: string sha: type: string - repository: *195 + repository: *215 score: type: number node_id: type: string - text_matches: *712 + text_matches: *715 required: - sha - node_id @@ -103232,7 +103328,7 @@ paths: - interactions - created - updated - - *713 + - *716 - *17 - *19 - name: advanced_search @@ -103356,7 +103452,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *514 comments: type: integer created_at: @@ -103370,7 +103466,7 @@ paths: - string - 'null' format: date-time - text_matches: *712 + text_matches: *715 pull_request: type: object properties: @@ -103408,7 +103504,7 @@ paths: type: string score: type: number - author_association: *141 + author_association: *161 draft: type: boolean repository: *62 @@ -103419,12 +103515,12 @@ paths: timeline_url: type: string format: uri - type: *284 + type: *305 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *142 + reactions: *162 required: - assignee - closed_at @@ -103540,7 +103636,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *133 + '503': *153 '422': *15 '304': *35 '403': *27 @@ -103596,7 +103692,7 @@ paths: enum: - created - updated - - *713 + - *716 - *17 - *19 responses: @@ -103641,7 +103737,7 @@ paths: - 'null' score: type: number - text_matches: *712 + text_matches: *715 required: - id - node_id @@ -103727,7 +103823,7 @@ paths: - forks - help-wanted-issues - updated - - *713 + - *716 - *17 - *19 responses: @@ -103946,7 +104042,7 @@ paths: license: anyOf: - type: 'null' - - *155 + - *175 permissions: type: object properties: @@ -103964,7 +104060,7 @@ paths: - admin - pull - push - text_matches: *712 + text_matches: *715 temp_clone_token: type: string allow_merge_commit: @@ -104167,7 +104263,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *133 + '503': *153 '422': *15 '304': *35 x-github: @@ -104273,7 +104369,7 @@ paths: - string - 'null' format: uri - text_matches: *712 + text_matches: *715 related: type: - array @@ -104468,7 +104564,7 @@ paths: - followers - repositories - joined - - *713 + - *716 - *17 - *19 responses: @@ -104578,7 +104674,7 @@ paths: type: - boolean - 'null' - text_matches: *712 + text_matches: *715 blog: type: - string @@ -104640,7 +104736,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *133 + '503': *153 '422': *15 x-github: githubCloudOnly: false @@ -104660,7 +104756,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &714 + - &717 name: team_id description: The unique identifier of the team. in: path @@ -104672,9 +104768,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '404': *6 x-github: githubCloudOnly: false @@ -104701,7 +104797,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *714 + - *717 requestBody: required: true content: @@ -104765,16 +104861,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '201': description: Response content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '404': *6 '422': *15 '403': *27 @@ -104802,7 +104898,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *714 + - *717 responses: '204': description: Response @@ -104833,7 +104929,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *714 + - *717 - *89 - *17 - *19 @@ -104844,9 +104940,9 @@ paths: application/json: schema: type: array - items: *353 + items: *375 examples: - default: *715 + default: *718 headers: Link: *38 x-github: @@ -104875,7 +104971,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *714 + - *717 requestBody: required: true content: @@ -104909,9 +105005,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: *354 + default: *376 x-github: triggersNotification: true githubCloudOnly: false @@ -104938,16 +105034,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *714 - - *355 + - *717 + - *377 responses: '200': description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: *354 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104972,8 +105068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *714 - - *355 + - *717 + - *377 requestBody: required: false content: @@ -104996,9 +105092,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: *716 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105023,8 +105119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *714 - - *355 + - *717 + - *377 responses: '204': description: Response @@ -105053,8 +105149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *714 - - *355 + - *717 + - *377 - *89 - *17 - *19 @@ -105065,9 +105161,9 @@ paths: application/json: schema: type: array - items: *356 + items: *378 examples: - default: *717 + default: *720 headers: Link: *38 x-github: @@ -105096,8 +105192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *714 - - *355 + - *717 + - *377 requestBody: required: true content: @@ -105119,9 +105215,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: *357 + default: *379 x-github: triggersNotification: true githubCloudOnly: false @@ -105148,17 +105244,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *717 + - *377 + - *380 responses: '200': description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: *357 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105183,9 +105279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *717 + - *377 + - *380 requestBody: required: true content: @@ -105207,9 +105303,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: *718 + default: *721 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105234,9 +105330,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *717 + - *377 + - *380 responses: '204': description: Response @@ -105265,9 +105361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *717 + - *377 + - *380 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -105293,9 +105389,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 x-github: @@ -105324,9 +105420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *717 + - *377 + - *380 requestBody: required: true content: @@ -105358,9 +105454,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105386,8 +105482,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *714 - - *355 + - *717 + - *377 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -105413,9 +105509,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 x-github: @@ -105444,8 +105540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *714 - - *355 + - *717 + - *377 requestBody: required: true content: @@ -105477,9 +105573,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105503,7 +105599,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *714 + - *717 - *17 - *19 responses: @@ -105513,9 +105609,9 @@ paths: application/json: schema: type: array - items: *281 + items: *302 examples: - default: *282 + default: *303 headers: Link: *38 x-github: @@ -105541,7 +105637,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *714 + - *717 - name: role description: Filters members returned by their role in the team. in: query @@ -105564,7 +105660,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '404': *6 @@ -105592,8 +105688,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *714 - - *217 + - *717 + - *237 responses: '204': description: if user is a member @@ -105629,8 +105725,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *714 - - *217 + - *717 + - *237 responses: '204': description: Response @@ -105669,8 +105765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *714 - - *217 + - *717 + - *237 responses: '204': description: Response @@ -105706,16 +105802,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *714 - - *217 + - *717 + - *237 responses: '200': description: Response content: application/json: - schema: *367 + schema: *389 examples: - response-if-user-is-a-team-maintainer: *719 + response-if-user-is-a-team-maintainer: *722 '404': *6 x-github: githubCloudOnly: false @@ -105748,8 +105844,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *714 - - *217 + - *717 + - *237 requestBody: required: false content: @@ -105774,9 +105870,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *389 examples: - response-if-users-membership-with-team-is-now-pending: *720 + response-if-users-membership-with-team-is-now-pending: *723 '403': description: Forbidden if team synchronization is set up '422': @@ -105810,8 +105906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *714 - - *217 + - *717 + - *237 responses: '204': description: Response @@ -105839,7 +105935,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *714 + - *717 - *17 - *19 responses: @@ -105849,9 +105945,9 @@ paths: application/json: schema: type: array - items: *368 + items: *390 examples: - default: *721 + default: *724 headers: Link: *38 '404': *6 @@ -105877,16 +105973,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *714 - - *369 + - *717 + - *391 responses: '200': description: Response content: application/json: - schema: *368 + schema: *390 examples: - default: *722 + default: *725 '404': description: Not Found if project is not managed by this team x-github: @@ -105910,8 +106006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *714 - - *369 + - *717 + - *391 requestBody: required: false content: @@ -105978,8 +106074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *714 - - *369 + - *717 + - *391 responses: '204': description: Response @@ -106006,7 +106102,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *714 + - *717 - *17 - *19 responses: @@ -106016,9 +106112,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 '404': *6 @@ -106048,15 +106144,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *714 - - *370 - - *371 + - *717 + - *392 + - *393 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *723 + schema: *726 examples: alternative-response-with-extra-repository-information: value: @@ -106207,9 +106303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *714 - - *370 - - *371 + - *717 + - *392 + - *393 requestBody: required: false content: @@ -106259,9 +106355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *714 - - *370 - - *371 + - *717 + - *392 + - *393 responses: '204': description: Response @@ -106290,15 +106386,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *714 + - *717 responses: '200': description: Response content: application/json: - schema: *372 + schema: *394 examples: - default: *373 + default: *395 '403': *27 '404': *6 x-github: @@ -106325,7 +106421,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *714 + - *717 requestBody: required: true content: @@ -106386,7 +106482,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *394 examples: default: value: @@ -106417,7 +106513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *714 + - *717 - *17 - *19 responses: @@ -106427,9 +106523,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - response-if-child-teams-exist: *724 + response-if-child-teams-exist: *727 headers: Link: *38 '404': *6 @@ -106462,7 +106558,7 @@ paths: application/json: schema: oneOf: - - &726 + - &729 title: Private User description: Private User type: object @@ -106712,7 +106808,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *725 + - *728 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -106872,7 +106968,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *729 examples: default: value: @@ -106951,7 +107047,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 '304': *35 '404': *6 '403': *27 @@ -106974,7 +107070,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *217 + - *237 responses: '204': description: If the user is blocked @@ -107002,7 +107098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *217 + - *237 responses: '204': description: Response @@ -107026,7 +107122,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *217 + - *237 responses: '204': description: Response @@ -107075,9 +107171,9 @@ paths: type: integer codespaces: type: array - items: *290 + items: *311 examples: - default: *291 + default: *312 '304': *35 '500': *86 '401': *23 @@ -107216,21 +107312,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '401': *23 '403': *27 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107270,7 +107366,7 @@ paths: type: integer secrets: type: array - items: &727 + items: &730 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -107312,7 +107408,7 @@ paths: - visibility - selected_repositories_url examples: - default: *481 + default: *503 headers: Link: *38 x-github: @@ -107384,13 +107480,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *205 + - *225 responses: '200': description: Response content: application/json: - schema: *727 + schema: *730 examples: default: value: @@ -107420,7 +107516,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *205 + - *225 requestBody: required: true content: @@ -107465,7 +107561,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -107493,7 +107589,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *205 + - *225 responses: '204': description: Response @@ -107518,7 +107614,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *205 + - *225 responses: '200': description: Response @@ -107534,9 +107630,9 @@ paths: type: integer repositories: type: array - items: *195 + items: *215 examples: - default: *728 + default: *731 '401': *23 '403': *27 '404': *6 @@ -107561,7 +107657,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *205 + - *225 requestBody: required: true content: @@ -107615,7 +107711,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *205 + - *225 - name: repository_id in: path required: true @@ -107648,7 +107744,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *205 + - *225 - name: repository_id in: path required: true @@ -107680,15 +107776,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 responses: '200': description: Response content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '304': *35 '500': *86 '401': *23 @@ -107714,7 +107810,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 requestBody: required: false content: @@ -107744,9 +107840,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '401': *23 '403': *27 '404': *6 @@ -107768,7 +107864,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 responses: '202': *37 '304': *35 @@ -107797,13 +107893,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 responses: '202': description: Response content: application/json: - schema: &729 + schema: &732 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -107856,7 +107952,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &730 + default: &733 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -107888,7 +107984,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *292 + - *313 - name: export_id in: path required: true @@ -107901,9 +107997,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *732 examples: - default: *730 + default: *733 '404': *6 x-github: githubCloudOnly: false @@ -107924,7 +108020,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *292 + - *313 responses: '200': description: Response @@ -107940,9 +108036,9 @@ paths: type: integer machines: type: array - items: *480 + items: *502 examples: - default: *731 + default: *734 '304': *35 '500': *86 '401': *23 @@ -107971,7 +108067,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *292 + - *313 requestBody: required: true content: @@ -108027,11 +108123,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *383 + repository: *405 machine: anyOf: - type: 'null' - - *480 + - *502 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -108828,15 +108924,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 responses: '200': description: Response content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '304': *35 '500': *86 '400': *14 @@ -108868,15 +108964,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 responses: '200': description: Response content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '500': *86 '401': *23 '403': *27 @@ -108906,9 +109002,9 @@ paths: application/json: schema: type: array - items: *301 + items: *322 examples: - default: &744 + default: &747 value: - id: 197 name: hello_docker @@ -109009,7 +109105,7 @@ paths: application/json: schema: type: array - items: &732 + items: &735 title: Email description: Email type: object @@ -109079,9 +109175,9 @@ paths: application/json: schema: type: array - items: *732 + items: *735 examples: - default: &746 + default: &749 value: - email: octocat@github.com verified: true @@ -109158,7 +109254,7 @@ paths: application/json: schema: type: array - items: *732 + items: *735 examples: default: value: @@ -109270,7 +109366,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '304': *35 @@ -109303,7 +109399,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '304': *35 @@ -109325,7 +109421,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *217 + - *237 responses: '204': description: if the person is followed by the authenticated user @@ -109355,7 +109451,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *217 + - *237 responses: '204': description: Response @@ -109380,7 +109476,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *217 + - *237 responses: '204': description: Response @@ -109416,7 +109512,7 @@ paths: application/json: schema: type: array - items: &733 + items: &736 title: GPG Key description: A unique encryption key type: object @@ -109561,7 +109657,7 @@ paths: - subkeys - revoked examples: - default: &760 + default: &763 value: - id: 3 name: Octocat's GPG Key @@ -109646,9 +109742,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *736 examples: - default: &734 + default: &737 value: id: 3 name: Octocat's GPG Key @@ -109705,7 +109801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &735 + - &738 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -109717,9 +109813,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *736 examples: - default: *734 + default: *737 '404': *6 '304': *35 '403': *27 @@ -109742,7 +109838,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *735 + - *738 responses: '204': description: Response @@ -109933,7 +110029,7 @@ paths: type: array items: *62 examples: - default: *736 + default: *739 headers: Link: *38 '404': *6 @@ -109958,7 +110054,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *190 + - *210 responses: '204': description: Response @@ -109984,7 +110080,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *190 + - *210 responses: '204': description: Response @@ -110018,12 +110114,12 @@ paths: application/json: schema: anyOf: - - *279 + - *300 - type: object properties: {} additionalProperties: false examples: - default: *280 + default: *301 '204': description: Response when there are no restrictions x-github: @@ -110047,7 +110143,7 @@ paths: required: true content: application/json: - schema: *557 + schema: *579 examples: default: value: @@ -110058,7 +110154,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *300 examples: default: value: @@ -110139,7 +110235,7 @@ paths: - closed - all default: open - - *287 + - *308 - name: sort description: What to sort results by. in: query @@ -110152,7 +110248,7 @@ paths: - comments default: created - *89 - - *144 + - *164 - *17 - *19 responses: @@ -110162,9 +110258,9 @@ paths: application/json: schema: type: array - items: *154 + items: *174 examples: - default: *288 + default: *309 headers: Link: *38 '404': *6 @@ -110197,7 +110293,7 @@ paths: application/json: schema: type: array - items: &737 + items: &740 title: Key description: Key type: object @@ -110295,9 +110391,9 @@ paths: description: Response content: application/json: - schema: *737 + schema: *740 examples: - default: &738 + default: &741 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110330,15 +110426,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *584 + - *606 responses: '200': description: Response content: application/json: - schema: *737 + schema: *740 examples: - default: *738 + default: *741 '404': *6 '304': *35 '403': *27 @@ -110361,7 +110457,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *584 + - *606 responses: '204': description: Response @@ -110394,7 +110490,7 @@ paths: application/json: schema: type: array - items: &739 + items: &742 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -110462,7 +110558,7 @@ paths: - id - type - login - plan: *157 + plan: *177 required: - billing_cycle - next_billing_date @@ -110473,7 +110569,7 @@ paths: - account - plan examples: - default: &740 + default: &743 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -110535,9 +110631,9 @@ paths: application/json: schema: type: array - items: *739 + items: *742 examples: - default: *740 + default: *743 headers: Link: *38 '304': *35 @@ -110577,7 +110673,7 @@ paths: application/json: schema: type: array - items: *293 + items: *314 examples: default: value: @@ -110685,7 +110781,7 @@ paths: description: Response content: application/json: - schema: *293 + schema: *314 examples: default: value: @@ -110768,7 +110864,7 @@ paths: description: Response content: application/json: - schema: *293 + schema: *314 examples: default: value: @@ -110836,7 +110932,7 @@ paths: application/json: schema: type: array - items: *295 + items: *316 examples: default: value: @@ -111098,7 +111194,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *316 examples: default: value: @@ -111278,7 +111374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *296 + - *317 - name: exclude in: query required: false @@ -111291,7 +111387,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *316 examples: default: value: @@ -111485,7 +111581,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *296 + - *317 responses: '302': description: Response @@ -111511,7 +111607,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *296 + - *317 responses: '204': description: Response @@ -111540,8 +111636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *296 - - *741 + - *317 + - *744 responses: '204': description: Response @@ -111565,7 +111661,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *296 + - *317 - *17 - *19 responses: @@ -111575,9 +111671,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 '404': *6 @@ -111614,7 +111710,7 @@ paths: type: array items: *57 examples: - default: *742 + default: *745 headers: Link: *38 '304': *35 @@ -111656,7 +111752,7 @@ paths: - docker - nuget - container - - *743 + - *746 - *19 - *17 responses: @@ -111666,10 +111762,10 @@ paths: application/json: schema: type: array - items: *301 + items: *322 examples: - default: *744 - '400': *745 + default: *747 + '400': *748 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111689,16 +111785,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *303 - - *304 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *301 + schema: *322 examples: - default: &761 + default: &764 value: id: 40201 name: octo-name @@ -111811,8 +111907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *303 - - *304 + - *324 + - *325 responses: '204': description: Response @@ -111842,8 +111938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *303 - - *304 + - *324 + - *325 - name: token description: package token schema: @@ -111875,8 +111971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *303 - - *304 + - *324 + - *325 - *19 - *17 - name: state @@ -111896,7 +111992,7 @@ paths: application/json: schema: type: array - items: *305 + items: *326 examples: default: value: @@ -111945,15 +112041,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *303 - - *304 - - *306 + - *324 + - *325 + - *327 responses: '200': description: Response content: application/json: - schema: *305 + schema: *326 examples: default: value: @@ -111989,9 +112085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *303 - - *304 - - *306 + - *324 + - *325 + - *327 responses: '204': description: Response @@ -112021,9 +112117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *303 - - *304 - - *306 + - *324 + - *325 + - *327 responses: '204': description: Response @@ -112081,7 +112177,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *338 examples: default: value: @@ -112153,9 +112249,9 @@ paths: application/json: schema: type: array - items: *732 + items: *735 examples: - default: *746 + default: *749 headers: Link: *38 '304': *35 @@ -112268,7 +112364,7 @@ paths: type: array items: *62 examples: - default: &753 + default: &756 summary: Default response value: - id: 1296269 @@ -112586,9 +112682,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *405 examples: - default: *385 + default: *407 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -112626,9 +112722,9 @@ paths: application/json: schema: type: array - items: *559 + items: *581 examples: - default: *747 + default: *750 headers: Link: *38 '304': *35 @@ -112651,7 +112747,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *283 + - *304 responses: '204': description: Response @@ -112674,7 +112770,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *283 + - *304 responses: '204': description: Response @@ -112707,7 +112803,7 @@ paths: application/json: schema: type: array - items: &748 + items: &751 title: Social account description: Social media account type: object @@ -112724,7 +112820,7 @@ paths: - provider - url examples: - default: &749 + default: &752 value: - provider: twitter url: https://twitter.com/github @@ -112787,9 +112883,9 @@ paths: application/json: schema: type: array - items: *748 + items: *751 examples: - default: *749 + default: *752 '422': *15 '304': *35 '404': *6 @@ -112877,7 +112973,7 @@ paths: application/json: schema: type: array - items: &750 + items: &753 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -112897,7 +112993,7 @@ paths: - title - created_at examples: - default: &762 + default: &765 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112964,9 +113060,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *753 examples: - default: &751 + default: &754 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112997,7 +113093,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &752 + - &755 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -113009,9 +113105,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *753 examples: - default: *751 + default: *754 '404': *6 '304': *35 '403': *27 @@ -113034,7 +113130,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *752 + - *755 responses: '204': description: Response @@ -113063,7 +113159,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &763 + - &766 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 @@ -113088,11 +113184,11 @@ paths: type: array items: *62 examples: - default-response: *753 + default-response: *756 application/vnd.github.v3.star+json: schema: type: array - items: &764 + items: &767 title: Starred Repository description: Starred Repository type: object @@ -113248,8 +113344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response if this repository is starred by you @@ -113277,8 +113373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -113302,8 +113398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -113336,9 +113432,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 '304': *35 @@ -113375,7 +113471,7 @@ paths: application/json: schema: type: array - items: *351 + items: *373 examples: default: value: @@ -113453,7 +113549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *159 + - *179 responses: '200': description: Response @@ -113461,10 +113557,10 @@ paths: application/json: schema: oneOf: - - *726 - - *725 + - *729 + - *728 examples: - default-response: &755 + default-response: &758 summary: Default response value: login: octocat @@ -113499,7 +113595,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &756 + response-with-git-hub-plan-information: &759 summary: Response with GitHub plan information value: login: octocat @@ -113559,7 +113655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *754 + - *757 - *17 responses: '200': @@ -113570,7 +113666,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: example: ; rel="next" @@ -113600,7 +113696,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *217 + - *237 responses: '200': description: Response @@ -113608,11 +113704,11 @@ paths: application/json: schema: oneOf: - - *726 - - *725 + - *729 + - *728 examples: - default-response: *755 - response-with-git-hub-plan-information: *756 + default-response: *758 + response-with-git-hub-plan-information: *759 '404': *6 x-github: githubCloudOnly: false @@ -113638,7 +113734,7 @@ paths: - *17 - *87 - *88 - - *217 + - *237 requestBody: required: true content: @@ -113661,8 +113757,8 @@ paths: required: - subject_digests examples: - default: *757 - withPredicateType: *758 + default: *760 + withPredicateType: *761 responses: '200': description: Response @@ -113716,7 +113812,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *759 + default: *762 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113734,7 +113830,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-in-bulk parameters: - - *217 + - *237 requestBody: required: true content: @@ -113799,7 +113895,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *217 + - *237 - name: subject_digest description: Subject Digest in: path @@ -113830,7 +113926,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-id parameters: - - *217 + - *237 - name: attestation_id description: Attestation ID in: path @@ -113868,7 +113964,7 @@ paths: - *17 - *87 - *88 - - *217 + - *237 - name: subject_digest description: Subject Digest in: path @@ -113918,12 +114014,12 @@ paths: bundle_url: type: string examples: - default: *423 + default: *445 '201': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -113949,7 +114045,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *217 + - *237 responses: '200': description: Response @@ -113957,9 +114053,9 @@ paths: application/json: schema: type: array - items: *301 + items: *322 examples: - default: *744 + default: *747 '403': *27 '401': *23 x-github: @@ -113982,7 +114078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -113992,7 +114088,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -114063,7 +114159,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *217 + - *237 - *71 - *17 - *19 @@ -114074,7 +114170,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -114153,7 +114249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114163,7 +114259,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -114230,7 +114326,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114242,7 +114338,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -114261,7 +114357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114273,7 +114369,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -114292,7 +114388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-user-follows-another-user parameters: - - *217 + - *237 - name: target_user in: path required: true @@ -114319,8 +114415,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *217 - - *144 + - *237 + - *164 - *17 - *19 responses: @@ -114330,9 +114426,9 @@ paths: application/json: schema: type: array - items: *145 + items: *165 examples: - default: *146 + default: *166 headers: Link: *38 '422': *15 @@ -114353,7 +114449,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114363,9 +114459,9 @@ paths: application/json: schema: type: array - items: *733 + items: *736 examples: - default: *760 + default: *763 headers: Link: *38 x-github: @@ -114389,7 +114485,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *217 + - *237 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -114461,7 +114557,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *217 + - *237 responses: '200': description: Response @@ -114469,7 +114565,7 @@ paths: application/json: schema: *20 examples: - default: *556 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114487,7 +114583,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114538,7 +114634,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114550,7 +114646,7 @@ paths: type: array items: *57 examples: - default: *742 + default: *745 headers: Link: *38 x-github: @@ -114589,8 +114685,8 @@ paths: - docker - nuget - container - - *743 - - *217 + - *746 + - *237 - *19 - *17 responses: @@ -114600,12 +114696,12 @@ paths: application/json: schema: type: array - items: *301 + items: *322 examples: - default: *744 + default: *747 '403': *27 '401': *23 - '400': *745 + '400': *748 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114625,17 +114721,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *303 - - *304 - - *217 + - *324 + - *325 + - *237 responses: '200': description: Response content: application/json: - schema: *301 + schema: *322 examples: - default: *761 + default: *764 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114656,9 +114752,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *303 - - *304 - - *217 + - *324 + - *325 + - *237 responses: '204': description: Response @@ -114690,9 +114786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *303 - - *304 - - *217 + - *324 + - *325 + - *237 - name: token description: package token schema: @@ -114724,9 +114820,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *303 - - *304 - - *217 + - *324 + - *325 + - *237 responses: '200': description: Response @@ -114734,7 +114830,7 @@ paths: application/json: schema: type: array - items: *305 + items: *326 examples: default: value: @@ -114792,16 +114888,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *303 - - *304 - - *306 - - *217 + - *324 + - *325 + - *327 + - *237 responses: '200': description: Response content: application/json: - schema: *305 + schema: *326 examples: default: value: @@ -114836,10 +114932,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *303 - - *304 - - *217 - - *306 + - *324 + - *325 + - *237 + - *327 responses: '204': description: Response @@ -114871,10 +114967,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *303 - - *304 - - *217 - - *306 + - *324 + - *325 + - *237 + - *327 responses: '204': description: Response @@ -114900,7 +114996,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects parameters: - - *217 + - *237 - name: state description: Indicates the state of the projects to return. in: query @@ -114921,7 +115017,7 @@ paths: application/json: schema: type: array - items: *317 + items: *338 examples: default: value: @@ -114983,7 +115079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114993,7 +115089,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -115072,7 +115168,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-received-by-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -115082,7 +115178,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -115159,7 +115255,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *217 + - *237 - name: type description: Limit results to repositories of the specified type. in: query @@ -115202,9 +115298,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -115228,15 +115324,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *217 + - *237 responses: '200': description: Response content: application/json: - schema: *338 + schema: *360 examples: - default: *339 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115258,15 +115354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *217 + - *237 responses: '200': description: Response content: application/json: - schema: *343 + schema: *365 examples: - default: *344 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115288,15 +115384,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *217 + - *237 responses: '200': description: Response content: application/json: - schema: *345 + schema: *367 examples: - default: *346 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115316,11 +115412,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - - *217 - - *170 - - *171 - - *172 - - *173 + - *237 + - *190 + - *191 + - *192 + - *193 responses: '200': description: Response when getting a billing usage report @@ -115391,7 +115487,7 @@ paths: '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115409,7 +115505,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -115419,9 +115515,9 @@ paths: application/json: schema: type: array - items: *748 + items: *751 examples: - default: *749 + default: *752 headers: Link: *38 x-github: @@ -115441,7 +115537,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -115451,9 +115547,9 @@ paths: application/json: schema: type: array - items: *750 + items: *753 examples: - default: *762 + default: *765 headers: Link: *38 x-github: @@ -115477,8 +115573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *217 - - *763 + - *237 + - *766 - *89 - *17 - *19 @@ -115490,11 +115586,11 @@ paths: schema: anyOf: - type: array - items: *764 + items: *767 - type: array items: *62 examples: - default-response: *753 + default-response: *756 headers: Link: *38 x-github: @@ -115513,7 +115609,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -115523,9 +115619,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -115654,7 +115750,7 @@ webhooks: type: string enum: - disabled - enterprise: &765 + enterprise: &768 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -115723,7 +115819,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &766 + installation: &769 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -115744,7 +115840,7 @@ webhooks: required: - id - node_id - organization: &767 + organization: &770 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -115817,7 +115913,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &768 + repository: &771 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115846,7 +115942,7 @@ webhooks: license: anyOf: - type: 'null' - - *155 + - *175 organization: anyOf: - type: 'null' @@ -116730,10 +116826,10 @@ webhooks: type: string enum: - enabled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -116809,11 +116905,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: &769 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + rule: &772 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -117036,11 +117132,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: *769 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + rule: *772 sender: *4 required: - action @@ -117228,11 +117324,11 @@ webhooks: - everyone required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: *769 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + rule: *772 sender: *4 required: - action @@ -117303,7 +117399,7 @@ webhooks: required: true content: application/json: - schema: &772 + schema: &775 title: Exemption request cancellation event type: object properties: @@ -117311,11 +117407,11 @@ webhooks: type: string enum: - cancelled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: &770 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + exemption_request: &773 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -117553,7 +117649,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &771 + items: &774 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -117663,7 +117759,7 @@ webhooks: required: true content: application/json: - schema: &773 + schema: &776 title: Exemption request completed event type: object properties: @@ -117671,11 +117767,11 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + exemption_request: *773 sender: *4 required: - action @@ -117745,7 +117841,7 @@ webhooks: required: true content: application/json: - schema: &774 + schema: &777 title: Exemption request created event type: object properties: @@ -117753,11 +117849,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + exemption_request: *773 sender: *4 required: - action @@ -117827,7 +117923,7 @@ webhooks: required: true content: application/json: - schema: &775 + schema: &778 title: Exemption response dismissed event type: object properties: @@ -117835,12 +117931,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 - exemption_response: *771 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + exemption_request: *773 + exemption_response: *774 sender: *4 required: - action @@ -117912,7 +118008,7 @@ webhooks: required: true content: application/json: - schema: &776 + schema: &779 title: Exemption response submitted event type: object properties: @@ -117920,12 +118016,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 - exemption_response: *771 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + exemption_request: *773 + exemption_response: *774 sender: *4 required: - action @@ -117998,7 +118094,7 @@ webhooks: required: true content: application/json: - schema: *772 + schema: *775 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118065,7 +118161,7 @@ webhooks: required: true content: application/json: - schema: *773 + schema: *776 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118132,7 +118228,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118199,7 +118295,7 @@ webhooks: required: true content: application/json: - schema: *775 + schema: *778 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118267,7 +118363,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *779 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118345,7 +118441,7 @@ webhooks: type: string enum: - completed - check_run: &778 + check_run: &781 title: CheckRun description: A check performed on the code of a given code change type: object @@ -118410,8 +118506,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *442 - repository: *195 + items: *464 + repository: *215 status: type: string enum: @@ -118455,7 +118551,7 @@ webhooks: - examples: - neutral - deployment: *777 + deployment: *780 details_url: type: string examples: @@ -118515,7 +118611,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *442 + items: *464 started_at: type: string format: date-time @@ -118553,9 +118649,9 @@ webhooks: - output - app - pull_requests - installation: *766 - organization: *767 - repository: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - check_run @@ -118948,10 +119044,10 @@ webhooks: type: string enum: - created - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *781 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - check_run @@ -119347,10 +119443,10 @@ webhooks: type: string enum: - requested_action - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *781 + installation: *769 + organization: *770 + repository: *771 requested_action: description: The action requested by the user. type: object @@ -119755,10 +119851,10 @@ webhooks: type: string enum: - rerequested - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *781 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - check_run @@ -120750,10 +120846,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -121438,10 +121534,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -122120,10 +122216,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -122289,7 +122385,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -122441,20 +122537,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &779 + commit_oid: &782 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: *765 - installation: *766 - organization: *767 - ref: &780 + enterprise: *768 + installation: *769 + organization: *770 + ref: &783 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: *768 + repository: *771 sender: *4 required: - action @@ -122618,7 +122714,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -122859,12 +122955,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *782 + enterprise: *768 + installation: *769 + organization: *770 + ref: *783 + repository: *771 sender: *4 required: - action @@ -122962,7 +123058,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -123144,12 +123240,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *782 + enterprise: *768 + installation: *769 + organization: *770 + ref: *783 + repository: *771 sender: *4 required: - action @@ -123315,7 +123411,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -123492,12 +123588,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *782 + enterprise: *768 + installation: *769 + organization: *770 + ref: *783 + repository: *771 sender: *4 required: - action @@ -123597,7 +123693,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -123777,9 +123873,9 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -123787,7 +123883,7 @@ webhooks: type: - string - 'null' - repository: *768 + repository: *771 sender: *4 required: - action @@ -123883,7 +123979,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -124030,12 +124126,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *782 + enterprise: *768 + installation: *769 + organization: *770 + ref: *783 + repository: *771 sender: *4 required: - action @@ -124297,10 +124393,10 @@ webhooks: - updated_at - author_association - body - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -124381,18 +124477,18 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *767 - pusher_type: &781 + organization: *770 + pusher_type: &784 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &782 + ref: &785 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -124402,7 +124498,7 @@ webhooks: enum: - tag - branch - repository: *768 + repository: *771 sender: *4 required: - ref @@ -124485,9 +124581,9 @@ webhooks: enum: - created definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 sender: *4 required: - action @@ -124572,9 +124668,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 sender: *4 required: - action @@ -124652,9 +124748,9 @@ webhooks: enum: - promote_to_enterprise definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 sender: *4 required: - action @@ -124732,9 +124828,9 @@ webhooks: enum: - updated definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 sender: *4 required: - action @@ -124811,19 +124907,19 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - repository: *768 - organization: *767 + enterprise: *768 + installation: *769 + repository: *771 + organization: *770 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *319 + items: *340 old_property_values: type: array description: The old custom property values for the repository. - items: *319 + items: *340 required: - action - repository @@ -124899,18 +124995,18 @@ webhooks: title: delete event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - pusher_type: *781 - ref: *782 + enterprise: *768 + installation: *769 + organization: *770 + pusher_type: *784 + ref: *785 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *768 + repository: *771 sender: *4 required: - ref @@ -124994,11 +125090,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125082,11 +125178,11 @@ webhooks: type: string enum: - auto_reopened - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125170,11 +125266,11 @@ webhooks: type: string enum: - created - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125256,11 +125352,11 @@ webhooks: type: string enum: - dismissed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125342,11 +125438,11 @@ webhooks: type: string enum: - fixed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125429,11 +125525,11 @@ webhooks: type: string enum: - reintroduced - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125515,11 +125611,11 @@ webhooks: type: string enum: - reopened - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125596,9 +125692,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - key: &783 + enterprise: *768 + installation: *769 + key: &786 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -125636,8 +125732,8 @@ webhooks: - verified - created_at - read_only - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -125714,11 +125810,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - key: *783 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + key: *786 + organization: *770 + repository: *771 sender: *4 required: - action @@ -126290,12 +126386,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - workflow: &787 + workflow: &790 title: Workflow type: - object @@ -127033,13 +127129,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *512 + deployment: *534 pull_requests: type: array - items: *603 - repository: *768 - organization: *767 - installation: *766 + items: *625 + repository: *771 + organization: *770 + installation: *769 sender: *4 responses: '200': @@ -127110,7 +127206,7 @@ webhooks: type: string enum: - approved - approver: &784 + approver: &787 type: object properties: avatar_url: @@ -127153,11 +127249,11 @@ webhooks: type: string comment: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - reviewers: &785 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + reviewers: &788 type: array items: type: object @@ -127238,7 +127334,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &786 + workflow_job_run: &789 type: object properties: conclusion: @@ -127984,18 +128080,18 @@ webhooks: type: string enum: - rejected - approver: *784 + approver: *787 comment: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - reviewers: *785 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + reviewers: *788 sender: *4 since: type: string - workflow_job_run: *786 + workflow_job_run: *789 workflow_job_runs: type: array items: @@ -128712,13 +128808,13 @@ webhooks: type: string enum: - requested - enterprise: *765 + enterprise: *768 environment: type: string - installation: *766 - organization: *767 - repository: *768 - requestor: &792 + installation: *769 + organization: *770 + repository: *771 + requestor: &795 title: User type: - object @@ -130661,12 +130757,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - workflow: *787 + workflow: *790 workflow_run: title: Deployment Workflow Run type: @@ -131357,7 +131453,7 @@ webhooks: type: string enum: - answered - answer: &790 + answer: &793 type: object properties: author_association: @@ -131517,7 +131613,7 @@ webhooks: - created_at - updated_at - body - discussion: &788 + discussion: &791 title: Discussion description: A Discussion in a repository. type: object @@ -131813,7 +131909,7 @@ webhooks: - id labels: type: array - items: *566 + items: *588 required: - repository_url - category @@ -131835,10 +131931,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -131965,11 +132061,11 @@ webhooks: - from required: - category - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132052,11 +132148,11 @@ webhooks: type: string enum: - closed - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132138,7 +132234,7 @@ webhooks: type: string enum: - created - comment: &789 + comment: &792 type: object properties: author_association: @@ -132298,11 +132394,11 @@ webhooks: - updated_at - body - reactions - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132385,12 +132481,12 @@ webhooks: type: string enum: - deleted - comment: *789 - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + comment: *792 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132485,12 +132581,12 @@ webhooks: - from required: - body - comment: *789 - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + comment: *792 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132574,11 +132670,11 @@ webhooks: type: string enum: - created - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132660,11 +132756,11 @@ webhooks: type: string enum: - deleted - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132764,11 +132860,11 @@ webhooks: type: string required: - from - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132850,10 +132946,10 @@ webhooks: type: string enum: - labeled - discussion: *788 - enterprise: *765 - installation: *766 - label: &791 + discussion: *791 + enterprise: *768 + installation: *769 + label: &794 title: Label type: object properties: @@ -132886,8 +132982,8 @@ webhooks: - color - default - description - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132970,11 +133066,11 @@ webhooks: type: string enum: - locked - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133056,11 +133152,11 @@ webhooks: type: string enum: - pinned - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133142,11 +133238,11 @@ webhooks: type: string enum: - reopened - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133231,16 +133327,16 @@ webhooks: changes: type: object properties: - new_discussion: *788 - new_repository: *768 + new_discussion: *791 + new_repository: *771 required: - new_discussion - new_repository - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133323,10 +133419,10 @@ webhooks: type: string enum: - unanswered - discussion: *788 - old_answer: *790 - organization: *767 - repository: *768 + discussion: *791 + old_answer: *793 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133408,12 +133504,12 @@ webhooks: type: string enum: - unlabeled - discussion: *788 - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133496,11 +133592,11 @@ webhooks: type: string enum: - unlocked - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133582,11 +133678,11 @@ webhooks: type: string enum: - unpinned - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133655,7 +133751,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133718,7 +133814,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *779 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133784,7 +133880,7 @@ webhooks: required: true content: application/json: - schema: *772 + schema: *775 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133850,7 +133946,7 @@ webhooks: required: true content: application/json: - schema: *773 + schema: *776 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133916,7 +134012,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133982,7 +134078,7 @@ webhooks: required: true content: application/json: - schema: *775 + schema: *778 responses: '200': description: Return a 200 status to indicate that the data was received @@ -134048,7 +134144,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *779 responses: '200': description: Return a 200 status to indicate that the data was received @@ -134115,7 +134211,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *765 + enterprise: *768 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -134793,9 +134889,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *766 - organization: *767 - repository: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - forkee @@ -134941,9 +135037,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pages: description: The pages that were updated. type: array @@ -134981,7 +135077,7 @@ webhooks: - action - sha - html_url - repository: *768 + repository: *771 sender: *4 required: - pages @@ -135057,10 +135153,10 @@ webhooks: type: string enum: - created - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories: &793 + organization: *770 + repositories: &796 description: An array of repository objects that the installation can access. type: array @@ -135086,8 +135182,8 @@ webhooks: - name - full_name - private - repository: *768 - requester: *792 + repository: *771 + requester: *795 sender: *4 required: - action @@ -135162,11 +135258,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *770 + repositories: *796 + repository: *771 requester: type: - 'null' @@ -135243,11 +135339,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *770 + repositories: *796 + repository: *771 requester: type: - 'null' @@ -135324,10 +135420,10 @@ webhooks: type: string enum: - added - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories_added: &794 + organization: *770 + repositories_added: &797 description: An array of repository objects, which were added to the installation. type: array @@ -135373,15 +135469,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *768 - repository_selection: &795 + repository: *771 + repository_selection: &798 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *792 + requester: *795 sender: *4 required: - action @@ -135460,10 +135556,10 @@ webhooks: type: string enum: - removed - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories_added: *794 + organization: *770 + repositories_added: *797 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -135490,9 +135586,9 @@ webhooks: - name - full_name - private - repository: *768 - repository_selection: *795 - requester: *792 + repository: *771 + repository_selection: *798 + requester: *795 sender: *4 required: - action @@ -135571,11 +135667,11 @@ webhooks: type: string enum: - suspend - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *770 + repositories: *796 + repository: *771 requester: type: - 'null' @@ -135758,10 +135854,10 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 target_type: type: string @@ -135840,11 +135936,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *770 + repositories: *796 + repository: *771 requester: type: - 'null' @@ -136092,8 +136188,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136940,7 +137036,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -137284,8 +137380,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -137365,7 +137461,7 @@ webhooks: type: string enum: - deleted - comment: &796 + comment: &799 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -137532,8 +137628,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138376,7 +138472,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -138722,8 +138818,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -138803,7 +138899,7 @@ webhooks: type: string enum: - edited - changes: &821 + changes: &824 description: The changes to the comment. type: object properties: @@ -138815,9 +138911,9 @@ webhooks: type: string required: - from - comment: *796 - enterprise: *765 - installation: *766 + comment: *799 + enterprise: *768 + installation: *769 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -139663,7 +139759,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -140007,8 +140103,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -140090,10 +140186,10 @@ webhooks: type: string enum: - assigned - assignee: *792 - enterprise: *765 - installation: *766 - issue: &799 + assignee: *795 + enterprise: *768 + installation: *769 + issue: &802 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -140935,7 +141031,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -141038,8 +141134,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -141119,8 +141215,8 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -141967,7 +142063,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -142213,8 +142309,8 @@ webhooks: required: - state - closed_at - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -142293,8 +142389,8 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143132,7 +143228,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -143234,8 +143330,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -143314,8 +143410,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144176,7 +144272,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -144257,7 +144353,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &797 + milestone: &800 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144400,8 +144496,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -144500,8 +144596,8 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145340,7 +145436,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *305 title: description: Title of the issue type: string @@ -145446,9 +145542,9 @@ webhooks: - active_lock_reason - body - reactions - label: *791 - organization: *767 - repository: *768 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -145528,8 +145624,8 @@ webhooks: type: string enum: - labeled - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146367,7 +146463,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *305 title: description: Title of the issue type: string @@ -146473,9 +146569,9 @@ webhooks: - active_lock_reason - body - reactions - label: *791 - organization: *767 - repository: *768 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -146555,8 +146651,8 @@ webhooks: type: string enum: - locked - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147419,7 +147515,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *305 title: description: Title of the issue type: string @@ -147502,8 +147598,8 @@ webhooks: format: uri user_view_type: type: string - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -147582,8 +147678,8 @@ webhooks: type: string enum: - milestoned - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148443,7 +148539,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -148523,9 +148619,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *797 - organization: *767 - repository: *768 + milestone: *800 + organization: *770 + repository: *771 sender: *4 required: - action @@ -149526,7 +149622,7 @@ webhooks: required: - login - id - type: *284 + type: *305 required: - id - number @@ -150007,8 +150103,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150850,7 +150946,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -150952,8 +151048,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -151033,9 +151129,9 @@ webhooks: type: string enum: - pinned - enterprise: *765 - installation: *766 - issue: &798 + enterprise: *768 + installation: *769 + issue: &801 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -151871,7 +151967,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -151973,8 +152069,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -152053,8 +152149,8 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152998,9 +153094,9 @@ webhooks: format: uri user_view_type: type: string - type: *284 - organization: *767 - repository: *768 + type: *305 + organization: *770 + repository: *771 sender: *4 required: - action @@ -153919,7 +154015,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -154501,11 +154597,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *765 - installation: *766 - issue: *798 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *801 + organization: *770 + repository: *771 sender: *4 required: - action @@ -154585,12 +154681,12 @@ webhooks: type: string enum: - typed - enterprise: *765 - installation: *766 - issue: *799 - type: *284 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *802 + type: *305 + organization: *770 + repository: *771 sender: *4 required: - action @@ -154671,7 +154767,7 @@ webhooks: type: string enum: - unassigned - assignee: &824 + assignee: &827 title: User type: - object @@ -154743,11 +154839,11 @@ webhooks: required: - login - id - enterprise: *765 - installation: *766 - issue: *799 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *802 + organization: *770 + repository: *771 sender: *4 required: - action @@ -154826,12 +154922,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *765 - installation: *766 - issue: *799 - label: *791 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *802 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -154911,8 +155007,8 @@ webhooks: type: string enum: - unlocked - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155776,7 +155872,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -155856,8 +155952,8 @@ webhooks: format: uri user_view_type: type: string - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -155937,11 +156033,11 @@ webhooks: type: string enum: - unpinned - enterprise: *765 - installation: *766 - issue: *798 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *801 + organization: *770 + repository: *771 sender: *4 required: - action @@ -156020,12 +156116,12 @@ webhooks: type: string enum: - untyped - enterprise: *765 - installation: *766 - issue: *799 - type: *284 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *802 + type: *305 + organization: *770 + repository: *771 sender: *4 required: - action @@ -156105,11 +156201,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -156187,11 +156283,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -156301,11 +156397,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -156387,9 +156483,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: &800 + enterprise: *768 + installation: *769 + marketplace_purchase: &803 title: Marketplace Purchase type: object required: @@ -156477,8 +156573,8 @@ webhooks: type: integer unit_count: type: integer - organization: *767 - previous_marketplace_purchase: &801 + organization: *770 + previous_marketplace_purchase: &804 title: Marketplace Purchase type: object properties: @@ -156562,7 +156658,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *771 sender: *4 required: - action @@ -156642,10 +156738,10 @@ webhooks: - changed effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 + enterprise: *768 + installation: *769 + marketplace_purchase: *803 + organization: *770 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156733,7 +156829,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *771 sender: *4 required: - action @@ -156815,10 +156911,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 + enterprise: *768 + installation: *769 + marketplace_purchase: *803 + organization: *770 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156904,7 +157000,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *771 sender: *4 required: - action @@ -156985,8 +157081,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 marketplace_purchase: title: Marketplace Purchase type: object @@ -157072,9 +157168,9 @@ webhooks: type: integer unit_count: type: integer - organization: *767 - previous_marketplace_purchase: *801 - repository: *768 + organization: *770 + previous_marketplace_purchase: *804 + repository: *771 sender: *4 required: - action @@ -157154,12 +157250,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 - previous_marketplace_purchase: *801 - repository: *768 + enterprise: *768 + installation: *769 + marketplace_purchase: *803 + organization: *770 + previous_marketplace_purchase: *804 + repository: *771 sender: *4 required: - action @@ -157261,11 +157357,11 @@ webhooks: type: string required: - to - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + member: *795 + organization: *770 + repository: *771 sender: *4 required: - action @@ -157367,11 +157463,11 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + member: *795 + organization: *770 + repository: *771 sender: *4 required: - action @@ -157450,11 +157546,11 @@ webhooks: type: string enum: - removed - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + member: *795 + organization: *770 + repository: *771 sender: *4 required: - action @@ -157532,11 +157628,11 @@ webhooks: type: string enum: - added - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + member: *795 + organization: *770 + repository: *771 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157614,7 +157710,7 @@ webhooks: required: - login - id - team: &802 + team: &805 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157807,11 +157903,11 @@ webhooks: type: string enum: - removed - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + member: *795 + organization: *770 + repository: *771 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157890,7 +157986,7 @@ webhooks: required: - login - id - team: *802 + team: *805 required: - action - scope @@ -157972,8 +158068,8 @@ webhooks: type: string enum: - checks_requested - installation: *766 - merge_group: &803 + installation: *769 + merge_group: &806 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157992,15 +158088,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *446 + head_commit: *468 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158086,10 +158182,10 @@ webhooks: - merged - invalidated - dequeued - installation: *766 - merge_group: *803 - organization: *767 - repository: *768 + installation: *769 + merge_group: *806 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158162,7 +158258,7 @@ webhooks: type: string enum: - deleted - enterprise: *765 + enterprise: *768 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158271,12 +158367,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *766 - organization: *767 + installation: *769 + organization: *770 repository: anyOf: - type: 'null' - - *768 + - *771 sender: *4 required: - action @@ -158356,11 +158452,11 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + milestone: *800 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158439,9 +158535,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - milestone: &804 + enterprise: *768 + installation: *769 + milestone: &807 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158583,8 +158679,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158663,11 +158759,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + milestone: *800 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158777,11 +158873,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + milestone: *800 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158861,11 +158957,11 @@ webhooks: type: string enum: - opened - enterprise: *765 - installation: *766 - milestone: *804 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + milestone: *807 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158944,11 +159040,11 @@ webhooks: type: string enum: - blocked - blocked_user: *792 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + blocked_user: *795 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159027,11 +159123,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *792 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + blocked_user: *795 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159110,9 +159206,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - membership: &805 + enterprise: *768 + installation: *769 + membership: &808 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -159222,8 +159318,8 @@ webhooks: - role - organization_url - user - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159301,11 +159397,11 @@ webhooks: type: string enum: - member_added - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + membership: *808 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159384,8 +159480,8 @@ webhooks: type: string enum: - member_invited - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -159507,10 +159603,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 - user: *792 + user: *795 required: - action - invitation @@ -159588,11 +159684,11 @@ webhooks: type: string enum: - member_removed - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + membership: *808 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159679,11 +159775,11 @@ webhooks: properties: from: type: string - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + membership: *808 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159759,9 +159855,9 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 package: description: Information about the package. type: object @@ -160284,7 +160380,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &806 + items: &809 title: Ruby Gems metadata type: object properties: @@ -160381,7 +160477,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *771 sender: *4 required: - action @@ -160457,9 +160553,9 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 package: description: Information about the package. type: object @@ -160821,7 +160917,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *806 + items: *809 source_url: type: string format: uri @@ -160892,7 +160988,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *771 sender: *4 required: - action @@ -161073,12 +161169,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *765 + enterprise: *768 id: type: integer - installation: *766 - organization: *767 - repository: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - id @@ -161155,7 +161251,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &807 + personal_access_token_request: &810 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161305,10 +161401,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *765 - organization: *767 + enterprise: *768 + organization: *770 sender: *4 - installation: *766 + installation: *769 required: - action - personal_access_token_request @@ -161385,11 +161481,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *807 - enterprise: *765 - organization: *767 + personal_access_token_request: *810 + enterprise: *768 + organization: *770 sender: *4 - installation: *766 + installation: *769 required: - action - personal_access_token_request @@ -161465,11 +161561,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *807 - enterprise: *765 - organization: *767 + personal_access_token_request: *810 + enterprise: *768 + organization: *770 sender: *4 - installation: *766 + installation: *769 required: - action - personal_access_token_request @@ -161544,11 +161640,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *807 - organization: *767 - enterprise: *765 + personal_access_token_request: *810 + organization: *770 + enterprise: *768 sender: *4 - installation: *766 + installation: *769 required: - action - personal_access_token_request @@ -161653,7 +161749,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *808 + last_response: *811 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161685,8 +161781,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 zen: description: Random string of GitHub zen. @@ -161931,10 +162027,10 @@ webhooks: - from required: - note - enterprise: *765 - installation: *766 - organization: *767 - project_card: &809 + enterprise: *768 + installation: *769 + organization: *770 + project_card: &812 title: Project Card type: object properties: @@ -162057,7 +162153,7 @@ webhooks: - creator - created_at - updated_at - repository: *768 + repository: *771 sender: *4 required: - action @@ -162138,11 +162234,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project_card: *809 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project_card: *812 + repository: *771 sender: *4 required: - action @@ -162222,9 +162318,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 project_card: title: Project Card type: object @@ -162354,7 +162450,7 @@ webhooks: repository: anyOf: - type: 'null' - - *768 + - *771 sender: *4 required: - action @@ -162448,11 +162544,11 @@ webhooks: - from required: - note - enterprise: *765 - installation: *766 - organization: *767 - project_card: *809 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project_card: *812 + repository: *771 sender: *4 required: - action @@ -162546,9 +162642,9 @@ webhooks: - from required: - column_id - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 project_card: allOf: - title: Project Card @@ -162745,7 +162841,7 @@ webhooks: type: string required: - after_id - repository: *768 + repository: *771 sender: *4 required: - action @@ -162825,10 +162921,10 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - organization: *767 - project: &811 + enterprise: *768 + installation: *769 + organization: *770 + project: &814 title: Project type: object properties: @@ -162955,7 +163051,7 @@ webhooks: - creator - created_at - updated_at - repository: *768 + repository: *771 sender: *4 required: - action @@ -163035,10 +163131,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project_column: &810 + enterprise: *768 + installation: *769 + organization: *770 + project_column: &813 title: Project Column type: object properties: @@ -163078,7 +163174,7 @@ webhooks: - name - created_at - updated_at - repository: *768 + repository: *771 sender: *4 required: - action @@ -163157,14 +163253,14 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 + enterprise: *768 + installation: *769 + organization: *770 + project_column: *813 repository: anyOf: - type: 'null' - - *768 + - *771 sender: *4 required: - action @@ -163253,11 +163349,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project_column: *813 + repository: *771 sender: *4 required: - action @@ -163337,11 +163433,11 @@ webhooks: type: string enum: - moved - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project_column: *813 + repository: *771 sender: *4 required: - action @@ -163421,11 +163517,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project: *814 + repository: *771 sender: *4 required: - action @@ -163505,14 +163601,14 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - project: *811 + enterprise: *768 + installation: *769 + organization: *770 + project: *814 repository: anyOf: - type: 'null' - - *768 + - *771 sender: *4 required: - action @@ -163613,11 +163709,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project: *814 + repository: *771 sender: *4 required: - action @@ -163696,11 +163792,11 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project: *814 + repository: *771 sender: *4 required: - action @@ -163781,9 +163877,9 @@ webhooks: type: string enum: - closed - installation: *766 - organization: *767 - projects_v2: &812 + installation: *769 + organization: *770 + projects_v2: &815 title: Projects v2 Project description: A projects v2 project type: object @@ -163931,9 +164027,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2: *812 + installation: *769 + organization: *770 + projects_v2: *815 sender: *4 required: - action @@ -164014,9 +164110,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2: *812 + installation: *769 + organization: *770 + projects_v2: *815 sender: *4 required: - action @@ -164137,9 +164233,9 @@ webhooks: type: string to: type: string - installation: *766 - organization: *767 - projects_v2: *812 + installation: *769 + organization: *770 + projects_v2: *815 sender: *4 required: - action @@ -164222,7 +164318,7 @@ webhooks: type: string enum: - archived - changes: &816 + changes: &819 type: object properties: archived_at: @@ -164238,9 +164334,9 @@ webhooks: - string - 'null' format: date-time - installation: *766 - organization: *767 - projects_v2_item: &813 + installation: *769 + organization: *770 + projects_v2_item: &816 title: Projects v2 Item description: An item belonging to a project type: object @@ -164379,9 +164475,9 @@ webhooks: - 'null' to: type: string - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164463,9 +164559,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164546,9 +164642,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164653,7 +164749,7 @@ webhooks: oneOf: - type: string - type: integer - - &814 + - &817 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164673,7 +164769,7 @@ webhooks: required: - id - name - - &815 + - &818 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164702,8 +164798,8 @@ webhooks: oneOf: - type: string - type: integer - - *814 - - *815 + - *817 + - *818 type: - 'null' - string @@ -164726,9 +164822,9 @@ webhooks: - 'null' required: - body - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164825,9 +164921,9 @@ webhooks: type: - string - 'null' - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164910,10 +165006,10 @@ webhooks: type: string enum: - restored - changes: *816 - installation: *766 - organization: *767 - projects_v2_item: *813 + changes: *819 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164995,9 +165091,9 @@ webhooks: type: string enum: - reopened - installation: *766 - organization: *767 - projects_v2: *812 + installation: *769 + organization: *770 + projects_v2: *815 sender: *4 required: - action @@ -165078,9 +165174,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2_status_update: &817 + installation: *769 + organization: *770 + projects_v2_status_update: &820 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -165215,9 +165311,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2_status_update: *817 + installation: *769 + organization: *770 + projects_v2_status_update: *820 sender: *4 required: - action @@ -165363,9 +165459,9 @@ webhooks: - string - 'null' format: date - installation: *766 - organization: *767 - projects_v2_status_update: *817 + installation: *769 + organization: *770 + projects_v2_status_update: *820 sender: *4 required: - action @@ -165436,10 +165532,10 @@ webhooks: title: public event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - repository @@ -165516,13 +165612,13 @@ webhooks: type: string enum: - assigned - assignee: *792 - enterprise: *765 - installation: *766 - number: &818 + assignee: *795 + enterprise: *768 + installation: *769 + number: &821 description: The pull request number. type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -167871,7 +167967,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -167953,11 +168049,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -170299,7 +170395,7 @@ webhooks: - draft reason: type: string - repository: *768 + repository: *771 sender: *4 required: - action @@ -170381,11 +170477,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -172727,7 +172823,7 @@ webhooks: - draft reason: type: string - repository: *768 + repository: *771 sender: *4 required: - action @@ -172809,13 +172905,13 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: &819 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: &822 allOf: - - *603 + - *625 - type: object properties: allow_auto_merge: @@ -172877,7 +172973,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *768 + repository: *771 sender: *4 required: - action @@ -172958,12 +173054,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: *822 + repository: *771 sender: *4 required: - action @@ -173043,11 +173139,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *765 - milestone: *492 - number: *818 - organization: *767 - pull_request: &820 + enterprise: *768 + milestone: *514 + number: *821 + organization: *770 + pull_request: &823 title: Pull Request type: object properties: @@ -175374,7 +175470,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -175453,11 +175549,11 @@ webhooks: type: string enum: - dequeued - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -177803,7 +177899,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *768 + repository: *771 sender: *4 required: - action @@ -177927,12 +178023,12 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: *822 + repository: *771 sender: *4 required: - action @@ -178012,11 +178108,11 @@ webhooks: type: string enum: - enqueued - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -180347,7 +180443,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -180427,11 +180523,11 @@ webhooks: type: string enum: - labeled - enterprise: *765 - installation: *766 - label: *791 - number: *818 - organization: *767 + enterprise: *768 + installation: *769 + label: *794 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -182779,7 +182875,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -182860,10 +182956,10 @@ webhooks: type: string enum: - locked - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -185209,7 +185305,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -185289,12 +185385,12 @@ webhooks: type: string enum: - milestoned - enterprise: *765 - milestone: *492 - number: *818 - organization: *767 - pull_request: *820 - repository: *768 + enterprise: *768 + milestone: *514 + number: *821 + organization: *770 + pull_request: *823 + repository: *771 sender: *4 required: - action @@ -185373,12 +185469,12 @@ webhooks: type: string enum: - opened - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: *822 + repository: *771 sender: *4 required: - action @@ -185459,12 +185555,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: *822 + repository: *771 sender: *4 required: - action @@ -185544,12 +185640,12 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: *822 + repository: *771 sender: *4 required: - action @@ -185924,9 +186020,9 @@ webhooks: - start_side - side - reactions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: type: object properties: @@ -188156,7 +188252,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *771 sender: *4 required: - action @@ -188236,7 +188332,7 @@ webhooks: type: string enum: - deleted - comment: &822 + comment: &825 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -188529,9 +188625,9 @@ webhooks: - start_side - side - reactions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: type: object properties: @@ -190749,7 +190845,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *771 sender: *4 required: - action @@ -190829,11 +190925,11 @@ webhooks: type: string enum: - edited - changes: *821 - comment: *822 - enterprise: *765 - installation: *766 - organization: *767 + changes: *824 + comment: *825 + enterprise: *768 + installation: *769 + organization: *770 pull_request: type: object properties: @@ -193054,7 +193150,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *771 sender: *4 required: - action @@ -193135,9 +193231,9 @@ webhooks: type: string enum: - dismissed - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: title: Simple Pull Request type: object @@ -195370,7 +195466,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *771 review: description: The review that was affected. type: object @@ -195616,9 +195712,9 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: title: Simple Pull Request type: object @@ -197732,8 +197828,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 - review: &823 + repository: *771 + review: &826 description: The review that was affected. type: object properties: @@ -197966,12 +198062,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: description: The pull request number. type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -200318,7 +200414,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 requested_reviewer: title: User type: @@ -200404,12 +200500,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: description: The pull request number. type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -202763,7 +202859,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202958,12 +203054,12 @@ webhooks: type: string enum: - review_requested - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: description: The pull request number. type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -205312,7 +205408,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 requested_reviewer: title: User type: @@ -205399,12 +205495,12 @@ webhooks: type: string enum: - review_requested - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: description: The pull request number. type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -207744,7 +207840,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207928,9 +208024,9 @@ webhooks: type: string enum: - submitted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: title: Simple Pull Request type: object @@ -210166,8 +210262,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 - review: *823 + repository: *771 + review: *826 sender: *4 required: - action @@ -210247,9 +210343,9 @@ webhooks: type: string enum: - resolved - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: title: Simple Pull Request type: object @@ -212380,7 +212476,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *771 sender: *4 thread: type: object @@ -212772,9 +212868,9 @@ webhooks: type: string enum: - unresolved - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: title: Simple Pull Request type: object @@ -214888,7 +214984,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *771 sender: *4 thread: type: object @@ -215282,10 +215378,10 @@ webhooks: type: string before: type: string - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -217620,7 +217716,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -217702,11 +217798,11 @@ webhooks: type: string enum: - unassigned - assignee: *824 - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + assignee: *827 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -220056,7 +220152,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -220135,11 +220231,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *765 - installation: *766 - label: *791 - number: *818 - organization: *767 + enterprise: *768 + installation: *769 + label: *794 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -222478,7 +222574,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -222559,10 +222655,10 @@ webhooks: type: string enum: - unlocked - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -224891,7 +224987,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -225094,7 +225190,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *765 + enterprise: *768 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -225189,8 +225285,8 @@ webhooks: - url - author - committer - installation: *766 - organization: *767 + installation: *769 + organization: *770 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225778,9 +225874,9 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 registry_package: type: object properties: @@ -226257,7 +226353,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *806 + items: *809 summary: type: string tag_name: @@ -226313,7 +226409,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *771 sender: *4 required: - action @@ -226391,9 +226487,9 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 registry_package: type: object properties: @@ -226705,7 +226801,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *806 + items: *809 summary: type: string tag_name: @@ -226755,7 +226851,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *771 sender: *4 required: - action @@ -226832,10 +226928,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - release: &825 + enterprise: *768 + installation: *769 + organization: *770 + release: &828 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -227160,7 +227256,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *768 + repository: *771 sender: *4 required: - action @@ -227237,11 +227333,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + release: *828 + repository: *771 sender: *4 required: - action @@ -227358,11 +227454,11 @@ webhooks: type: boolean required: - to - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + release: *828 + repository: *771 sender: *4 required: - action @@ -227440,9 +227536,9 @@ webhooks: type: string enum: - prereleased - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -227772,7 +227868,7 @@ webhooks: - string - 'null' format: uri - repository: *768 + repository: *771 sender: *4 required: - action @@ -227848,10 +227944,10 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - release: &826 + enterprise: *768 + installation: *769 + organization: *770 + release: &829 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -228178,7 +228274,7 @@ webhooks: - string - 'null' format: uri - repository: *768 + repository: *771 sender: *4 required: - action @@ -228254,11 +228350,11 @@ webhooks: type: string enum: - released - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + release: *828 + repository: *771 sender: *4 required: - action @@ -228334,11 +228430,11 @@ webhooks: type: string enum: - unpublished - enterprise: *765 - installation: *766 - organization: *767 - release: *826 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + release: *829 + repository: *771 sender: *4 required: - action @@ -228414,11 +228510,11 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_advisory: *674 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + repository_advisory: *677 sender: *4 required: - action @@ -228494,11 +228590,11 @@ webhooks: type: string enum: - reported - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_advisory: *674 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + repository_advisory: *677 sender: *4 required: - action @@ -228574,10 +228670,10 @@ webhooks: type: string enum: - archived - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -228654,10 +228750,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -228735,10 +228831,10 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -228823,10 +228919,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -228941,10 +229037,10 @@ webhooks: - 'null' items: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229016,10 +229112,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 status: type: string @@ -229100,10 +229196,10 @@ webhooks: type: string enum: - privatized - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229180,10 +229276,10 @@ webhooks: type: string enum: - publicized - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229277,10 +229373,10 @@ webhooks: - name required: - repository - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229360,11 +229456,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_ruleset: *129 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + repository_ruleset: *148 sender: *4 required: - action @@ -229442,11 +229538,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_ruleset: *129 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + repository_ruleset: *148 sender: *4 required: - action @@ -229524,11 +229620,11 @@ webhooks: type: string enum: - edited - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_ruleset: *129 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + repository_ruleset: *148 changes: type: object properties: @@ -229589,16 +229685,16 @@ webhooks: properties: added: type: array - items: *128 + items: *645 deleted: type: array - items: *128 + items: *645 updated: type: array items: type: object properties: - rule: *128 + rule: *645 changes: type: object properties: @@ -229835,10 +229931,10 @@ webhooks: - from required: - owner - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229916,10 +230012,10 @@ webhooks: type: string enum: - unarchived - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229997,7 +230093,7 @@ webhooks: type: string enum: - create - alert: &827 + alert: &830 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -230121,10 +230217,10 @@ webhooks: type: string enum: - open - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -230334,10 +230430,10 @@ webhooks: type: string enum: - dismissed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -230415,11 +230511,11 @@ webhooks: type: string enum: - reopen - alert: *827 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *830 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -230621,10 +230717,10 @@ webhooks: enum: - fixed - open - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -230702,7 +230798,7 @@ webhooks: type: string enum: - created - alert: &828 + alert: &831 type: object properties: number: *99 @@ -230812,10 +230908,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -230896,11 +230992,11 @@ webhooks: type: string enum: - created - alert: *828 - installation: *766 - location: *829 - organization: *767 - repository: *768 + alert: *831 + installation: *769 + location: *832 + organization: *770 + repository: *771 sender: *4 required: - location @@ -231138,11 +231234,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *831 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -231220,11 +231316,11 @@ webhooks: type: string enum: - reopened - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *831 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -231302,11 +231398,11 @@ webhooks: type: string enum: - resolved - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *831 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -231384,11 +231480,11 @@ webhooks: type: string enum: - validated - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *831 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -231518,10 +231614,10 @@ webhooks: - organization - enterprise - - repository: *768 - enterprise: *765 - installation: *766 - organization: *767 + repository: *771 + enterprise: *768 + installation: *769 + organization: *770 sender: *4 required: - action @@ -231599,11 +231695,11 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - security_advisory: &830 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + security_advisory: &833 description: The details of the security advisory, including summary, description, and severity. type: object @@ -231789,11 +231885,11 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - security_advisory: *830 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + security_advisory: *833 sender: *4 required: - action @@ -231866,10 +231962,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -232055,11 +232151,11 @@ webhooks: from: type: object properties: - security_and_analysis: *320 - enterprise: *765 - installation: *766 - organization: *767 - repository: *383 + security_and_analysis: *341 + enterprise: *768 + installation: *769 + organization: *770 + repository: *405 sender: *4 required: - changes @@ -232137,12 +232233,12 @@ webhooks: type: string enum: - cancelled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: &831 + sponsorship: &834 type: object properties: created_at: @@ -232447,12 +232543,12 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: *831 + sponsorship: *834 required: - action - sponsorship @@ -232540,12 +232636,12 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: *831 + sponsorship: *834 required: - action - changes @@ -232622,17 +232718,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &832 + effective_date: &835 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: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: *831 + sponsorship: *834 required: - action - sponsorship @@ -232706,7 +232802,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &833 + changes: &836 type: object properties: tier: @@ -232750,13 +232846,13 @@ webhooks: - from required: - tier - effective_date: *832 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + effective_date: *835 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: *831 + sponsorship: *834 required: - action - changes @@ -232833,13 +232929,13 @@ webhooks: type: string enum: - tier_changed - changes: *833 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + changes: *836 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: *831 + sponsorship: *834 required: - action - changes @@ -232913,10 +233009,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233000,10 +233096,10 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233437,15 +233533,15 @@ webhooks: type: - string - 'null' - enterprise: *765 + enterprise: *768 id: description: The unique identifier of the status. type: integer - installation: *766 + installation: *769 name: type: string - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 sha: description: The Commit SHA. @@ -233555,15 +233651,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *154 + parent_issue: *174 parent_issue_repo: *62 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *154 - installation: *766 - organization: *767 - repository: *768 + sub_issue: *174 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -233647,15 +233743,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *154 + parent_issue: *174 parent_issue_repo: *62 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *154 - installation: *766 - organization: *767 - repository: *768 + sub_issue: *174 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -233739,15 +233835,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *154 + sub_issue: *174 sub_issue_repo: *62 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *154 - installation: *766 - organization: *767 - repository: *768 + parent_issue: *174 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -233831,15 +233927,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *154 + sub_issue: *174 sub_issue_repo: *62 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *154 - installation: *766 - organization: *767 - repository: *768 + parent_issue: *174 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -233916,12 +234012,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - team: &834 + team: &837 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -234114,9 +234210,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 repository: title: Repository description: A git repository @@ -234586,7 +234682,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *837 required: - action - team @@ -234662,9 +234758,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 repository: title: Repository description: A git repository @@ -235134,7 +235230,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *837 required: - action - team @@ -235211,9 +235307,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 repository: title: Repository description: A git repository @@ -235683,7 +235779,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *837 required: - action - team @@ -235827,9 +235923,9 @@ webhooks: - from required: - permissions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 repository: title: Repository description: A git repository @@ -236299,7 +236395,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *837 required: - action - changes @@ -236377,9 +236473,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 repository: title: Repository description: A git repository @@ -236849,7 +236945,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *837 required: - action - team @@ -236925,10 +237021,10 @@ webhooks: type: string enum: - started - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -237001,17 +237097,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *765 + enterprise: *768 inputs: type: - object - 'null' additionalProperties: true - installation: *766 - organization: *767 + installation: *769 + organization: *770 ref: type: string - repository: *768 + repository: *771 sender: *4 workflow: type: string @@ -237093,10 +237189,10 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 workflow_job: allOf: @@ -237352,7 +237448,7 @@ webhooks: type: string required: - conclusion - deployment: *512 + deployment: *534 required: - action - repository @@ -237431,10 +237527,10 @@ webhooks: type: string enum: - in_progress - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 workflow_job: allOf: @@ -237716,7 +237812,7 @@ webhooks: required: - status - steps - deployment: *512 + deployment: *534 required: - action - repository @@ -237795,10 +237891,10 @@ webhooks: type: string enum: - queued - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 workflow_job: type: object @@ -237944,7 +238040,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *512 + deployment: *534 required: - action - repository @@ -238023,10 +238119,10 @@ webhooks: type: string enum: - waiting - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 workflow_job: type: object @@ -238173,7 +238269,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *512 + deployment: *534 required: - action - repository @@ -238253,12 +238349,12 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - workflow: *787 + workflow: *790 workflow_run: title: Workflow Run type: object @@ -239277,12 +239373,12 @@ webhooks: type: string enum: - in_progress - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - workflow: *787 + workflow: *790 workflow_run: title: Workflow Run type: object @@ -240286,12 +240382,12 @@ webhooks: type: string enum: - requested - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - workflow: *787 + workflow: *790 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index cacbcaaad..98065359a 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -35799,7 +35799,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", @@ -36217,6 +36226,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", @@ -36463,7 +36488,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", @@ -36936,7 +36970,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", @@ -37142,6 +37185,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", @@ -37184,6 +37230,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", @@ -37334,7 +37383,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", @@ -37958,7 +38016,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", @@ -38786,7 +38853,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", @@ -38991,6 +39067,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", @@ -47826,83 +47905,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.", @@ -52015,83 +52017,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.", @@ -117676,7 +117601,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", @@ -118101,6 +118035,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", @@ -118387,7 +118337,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", @@ -118587,6 +118546,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", @@ -118744,7 +118706,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", @@ -118950,6 +118921,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", @@ -118992,6 +118966,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", @@ -119413,7 +119390,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", @@ -119613,6 +119599,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", @@ -120079,7 +120068,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", @@ -120279,6 +120277,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", @@ -120770,7 +120771,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", @@ -120975,6 +120985,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", @@ -179717,7 +179730,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -179932,7 +179950,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -180041,7 +180064,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -180390,7 +180418,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -180530,7 +180563,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -191932,83 +191970,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.", @@ -196494,83 +196455,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.", @@ -317012,7 +316896,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", @@ -441943,7 +441836,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/enterprise-cloud@latest//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/enterprise-cloud@latest//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/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 6211f7a00..a46ac0ea4 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -909,7 +909,7 @@ paths: - subscriptions_url - type - url - type: &337 + type: &359 type: string description: The type of credit the user is receiving. enum: @@ -1042,7 +1042,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &179 + schema: &199 title: Validation Error Simple description: Validation Error Simple type: object @@ -1075,7 +1075,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &676 + - &679 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -1660,7 +1660,7 @@ paths: schema: type: integer default: 30 - - &262 + - &283 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 @@ -1676,7 +1676,7 @@ paths: application/json: schema: type: array - items: &263 + items: &284 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -1772,7 +1772,7 @@ paths: - installation_id - repository_id examples: - default: &264 + default: &285 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -1804,7 +1804,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &686 + schema: &689 title: Scim Error description: Scim Error type: object @@ -1835,7 +1835,7 @@ paths: description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: &178 + schema: &198 title: Validation Error description: Validation Error type: object @@ -1907,7 +1907,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &286 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -2042,7 +2042,7 @@ paths: - request - response examples: - default: &266 + default: &287 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -2246,7 +2246,7 @@ paths: parameters: - *17 - *19 - - &144 + - &164 name: since description: 'Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -3015,7 +3015,7 @@ paths: license: anyOf: - type: 'null' - - &155 + - &175 title: License Simple description: License Simple type: object @@ -7679,7 +7679,7 @@ paths: description: Response content: application/json: - schema: &180 + schema: &200 type: object properties: total_active_caches_count: @@ -7694,7 +7694,7 @@ paths: - total_active_caches_count - total_active_caches_size_in_bytes examples: - default: &181 + default: &201 value: total_active_caches_size_in_bytes: 3344284 total_active_caches_count: 5 @@ -7899,7 +7899,7 @@ paths: - public_ip_enabled - platform examples: - default: &182 + default: &202 value: total_count: 2 runners: @@ -8189,7 +8189,7 @@ paths: description: Response content: application/json: - schema: &183 + schema: &203 type: object properties: public_ips: @@ -8216,7 +8216,7 @@ paths: required: - public_ips examples: - default: &184 + default: &204 value: public_ips: current_usage: 17 @@ -8256,7 +8256,7 @@ paths: type: array items: *43 examples: - default: &185 + default: &205 value: id: 4-core cpu_cores: 4 @@ -8514,7 +8514,7 @@ paths: - all - local_only - selected - selected_actions_url: &188 + selected_actions_url: &208 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` @@ -8895,7 +8895,7 @@ paths: description: Success response content: application/json: - schema: &191 + schema: &211 type: object properties: default_workflow_permissions: &51 @@ -8943,7 +8943,7 @@ paths: required: true content: application/json: - schema: &192 + schema: &212 type: object properties: default_workflow_permissions: *51 @@ -9788,7 +9788,7 @@ paths: application/json: schema: type: array - items: &196 + items: &216 title: Runner Application description: Runner Application type: object @@ -9813,7 +9813,7 @@ paths: - download_url - filename examples: - default: &197 + default: &217 value: - os: osx architecture: x64 @@ -9897,7 +9897,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &198 + '201': &218 description: Response content: application/json: @@ -10016,7 +10016,7 @@ paths: - token - expires_at examples: - default: &199 + default: &219 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -10056,7 +10056,7 @@ paths: application/json: schema: *63 examples: - default: &200 + default: &220 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -10088,7 +10088,7 @@ paths: application/json: schema: *60 examples: - default: &201 + default: &221 value: id: 23 name: MBP @@ -10304,7 +10304,7 @@ paths: - *39 - *59 responses: - '200': &202 + '200': &222 description: Response content: application/json: @@ -10360,7 +10360,7 @@ paths: parameters: - *39 - *59 - - &203 + - &223 name: name description: The name of a self-hosted runner's custom label. in: path @@ -10457,7 +10457,7 @@ paths: required: true content: application/json: - schema: &210 + schema: &230 title: Enterprise Announcement description: Enterprise global announcement type: object @@ -11108,7 +11108,7 @@ paths: required: false schema: type: string - - &211 + - &231 name: include description: |- The event types to include: @@ -11126,7 +11126,7 @@ paths: - web - git - all - - &212 + - &232 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. @@ -11134,7 +11134,7 @@ paths: required: false schema: type: string - - &213 + - &233 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. @@ -11142,7 +11142,7 @@ paths: required: false schema: type: string - - &214 + - &234 name: order description: |- The order of audit log events. To list newest events first, specify `desc`. To list oldest events first, specify `asc`. @@ -11164,7 +11164,7 @@ paths: application/json: schema: type: array - items: &215 + items: &235 type: object properties: "@timestamp": @@ -11286,7 +11286,7 @@ paths: description: The repository visibility, for example `public` or `private`. examples: - default: &216 + default: &236 value: - "@timestamp": 1606929874512 action: team.add_member @@ -11889,7 +11889,7 @@ paths: in: query schema: type: string - - &218 + - &238 name: reviewer description: Filter bypass requests by the handle of the GitHub user who reviewed the bypass request. @@ -11897,7 +11897,7 @@ paths: required: false schema: type: string - - &219 + - &239 name: requester description: Filter bypass requests by the handle of the GitHub user who requested the bypass. @@ -11905,7 +11905,7 @@ paths: required: false schema: type: string - - &220 + - &240 name: time_period description: |- The time period to filter by. @@ -11921,7 +11921,7 @@ paths: - week - month default: day - - &221 + - &241 name: request_status description: The status of the bypass request to filter on. When specified, only requests with this status will be returned. @@ -11948,7 +11948,7 @@ paths: application/json: schema: type: array - items: &222 + items: &242 title: Push rule bypass request description: A bypass request made by a user asking to be exempted from a push rule in this repository. @@ -12074,7 +12074,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: &225 + items: &245 title: Bypass response description: A response made by a delegated bypasser to a bypass request. @@ -12120,7 +12120,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &223 + default: &243 value: - id: 21 number: 42 @@ -12207,7 +12207,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-enterprise parameters: - *39 - - &230 + - &250 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`, @@ -12217,7 +12217,7 @@ paths: schema: &90 type: string description: The name of the tool used to generate the code scanning analysis. - - &231 + - &251 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 @@ -12241,7 +12241,7 @@ paths: be returned. in: query required: false - schema: &232 + schema: &252 type: string description: State of a code scanning alert. enum: @@ -12266,7 +12266,7 @@ paths: application/json: schema: type: array - items: &233 + items: &253 type: object properties: number: &99 @@ -12295,7 +12295,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &452 + instances_url: &474 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12331,7 +12331,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &453 + dismissed_reason: &475 type: - string - 'null' @@ -12342,14 +12342,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &454 + dismissed_comment: &476 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &455 + rule: &477 type: object properties: id: @@ -12410,7 +12410,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &456 + tool: &478 type: object properties: name: *90 @@ -12421,15 +12421,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *91 - most_recent_instance: &457 + most_recent_instance: &479 type: object properties: - ref: &450 + ref: &472 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &467 + analysis_key: &489 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12440,7 +12440,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &468 + category: &490 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -12828,7 +12828,7 @@ paths: - most_recent_instance - repository examples: - default: &234 + default: &254 value: - number: 4 created_at: '2020-02-13T12:29:18Z' @@ -13059,7 +13059,7 @@ paths: headers: Link: *38 '404': *6 - '503': &133 + '503': &153 description: Service unavailable content: application/json: @@ -13182,6 +13182,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 @@ -13481,6 +13487,17 @@ paths: - disabled - not_set default: disabled + code_scanning_options: &255 + 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 @@ -13668,7 +13685,7 @@ paths: description: Response content: application/json: - schema: &236 + schema: &257 type: array description: A list of default code security configurations items: @@ -13684,7 +13701,7 @@ paths: default configuration: *93 examples: - default: &237 + default: &258 value: - default_for_new_repos: public configuration: @@ -13703,6 +13720,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 @@ -13737,6 +13756,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 @@ -14134,7 +14155,7 @@ paths: default: value: default_for_new_repos: all - configuration: &235 + configuration: &256 value: id: 1325 target_type: organization @@ -14151,6 +14172,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 @@ -14217,7 +14240,7 @@ paths: application/json: schema: type: array - items: &238 + items: &259 type: object description: Repositories associated with a code security configuration and attachment status @@ -14241,7 +14264,7 @@ paths: summary: Example of code security configuration repositories value: - status: attached - repository: &239 + repository: &260 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -14742,7 +14765,7 @@ paths: description: The team through which the assignee is granted access to GitHub Copilot, if applicable. oneOf: - - &226 + - &246 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -14801,7 +14824,7 @@ paths: parent: anyOf: - type: 'null' - - &299 + - &320 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -15140,7 +15163,7 @@ paths: application/json: schema: type: array - items: &137 + items: &157 title: Copilot Usage Metrics description: Copilot usage metrics for a given day. type: object @@ -15455,7 +15478,7 @@ paths: - date additionalProperties: true examples: - default: &138 + default: &158 value: - date: '2024-06-24' total_active_users: 24 @@ -15557,7 +15580,7 @@ paths: '500': *86 '403': *27 '404': *6 - '422': &139 + '422': &159 description: Copilot Usage Merics API setting is disabled at the organization or enterprise level. content: @@ -15587,7 +15610,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise parameters: - *39 - - &246 + - &267 name: state in: query description: |- @@ -15596,7 +15619,7 @@ paths: Can be: `auto_dismissed`, `dismissed`, `fixed`, `open` schema: type: string - - &247 + - &268 name: severity in: query description: |- @@ -15605,7 +15628,7 @@ paths: Can be: `low`, `medium`, `high`, `critical` schema: type: string - - &248 + - &269 name: ecosystem in: query description: |- @@ -15614,14 +15637,14 @@ paths: Can be: `composer`, `go`, `maven`, `npm`, `nuget`, `pip`, `pub`, `rubygems`, `rust` schema: type: string - - &249 + - &270 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 - - &250 + - &271 name: epss_percentage in: query description: |- @@ -15633,7 +15656,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 - - &251 + - &272 name: has in: query description: |- @@ -15647,7 +15670,7 @@ paths: type: string enum: - patch - - &252 + - &273 name: scope in: query description: The scope of the vulnerable dependency. If specified, only alerts @@ -15657,7 +15680,7 @@ paths: enum: - development - runtime - - &253 + - &274 name: sort in: query description: |- @@ -15675,7 +15698,7 @@ paths: - *89 - *87 - *88 - - &254 + - &275 name: first description: |- **Deprecated**. The number of results per page (max 100), starting from the first matching result. @@ -15688,7 +15711,7 @@ paths: minimum: 1 maximum: 100 default: 30 - - &255 + - &276 name: last description: |- **Deprecated**. The number of results per page (max 100), starting from the last matching result. @@ -15708,7 +15731,7 @@ paths: application/json: schema: type: array - items: &256 + items: &277 type: object description: A Dependabot alert. properties: @@ -15775,7 +15798,7 @@ paths: - direct - transitive - - security_advisory: &504 + security_advisory: &526 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -16011,7 +16034,7 @@ paths: dismissal. maxLength: 280 fixed_at: *109 - auto_dismissed_at: &505 + auto_dismissed_at: &527 type: - string - 'null' @@ -16038,7 +16061,7 @@ paths: - repository additionalProperties: false examples: - default: &257 + default: &278 value: - number: 2 state: dismissed @@ -16455,7 +16478,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - *39 - - &217 + - &237 name: username description: The handle for the GitHub user account. in: path @@ -16567,7 +16590,7 @@ paths: - name - created_on examples: - default: &347 + default: &369 value: total_count: 2 network_configurations: @@ -16790,7 +16813,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &348 + - &370 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -16802,7 +16825,7 @@ paths: description: Response content: application/json: - schema: &349 + schema: &371 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -16841,7 +16864,7 @@ paths: - subnet_id - region examples: - default: &350 + default: &372 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -17147,7 +17170,7 @@ paths: required: true content: application/json: - schema: &318 + schema: &339 title: Custom Property Set Payload description: Custom property set payload type: object @@ -17337,7 +17360,7 @@ paths: - always - pull_request default: always - conditions: &131 + conditions: &150 title: Enterprise ruleset conditions type: object description: Conditions for an enterprise ruleset. The conditions @@ -17518,12 +17541,12 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: &128 + items: &151 title: Repository Rule type: object description: A repository rule. oneOf: - - &620 + - &128 title: creation description: Only allow users with bypass permission to create matching refs. @@ -17535,7 +17558,7 @@ paths: type: string enum: - creation - - &621 + - &129 title: update description: Only allow users with bypass permission to update matching refs. @@ -17556,7 +17579,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &623 + - &130 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -17568,7 +17591,7 @@ paths: type: string enum: - deletion - - &624 + - &131 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -17580,83 +17603,7 @@ paths: type: string enum: - required_linear_history - - &625 - 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 - - &626 + - &132 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches @@ -17680,7 +17627,7 @@ paths: type: string required: - required_deployment_environments - - &627 + - &133 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -17692,7 +17639,7 @@ paths: type: string enum: - required_signatures - - &628 + - &134 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. @@ -17752,7 +17699,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &629 + - &135 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be pushed @@ -17799,7 +17746,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &630 + - &136 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -17811,7 +17758,7 @@ paths: type: string enum: - non_fast_forward - - &631 + - &137 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -17847,7 +17794,7 @@ paths: required: - operator - pattern - - &632 + - &138 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -17883,7 +17830,7 @@ paths: required: - operator - pattern - - &633 + - &139 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -17919,7 +17866,7 @@ paths: required: - operator - pattern - - &634 + - &140 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -17955,7 +17902,7 @@ paths: required: - operator - pattern - - &635 + - &141 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -17991,7 +17938,7 @@ paths: required: - operator - pattern - - &636 + - &142 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit graph. @@ -18015,7 +17962,7 @@ paths: type: string required: - restricted_file_paths - - &637 + - &143 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed to the commit @@ -18039,7 +17986,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &638 + - &144 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -18062,7 +18009,7 @@ paths: type: string required: - restricted_file_extensions - - &639 + - &145 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit graph. @@ -18086,7 +18033,7 @@ paths: maximum: 100 required: - max_file_size - - &640 + - &146 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -18135,7 +18082,7 @@ paths: - repository_id required: - workflows - - &641 + - &147 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, code scanning @@ -18221,7 +18168,7 @@ paths: description: Response content: application/json: - schema: &129 + schema: &148 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -18292,7 +18239,7 @@ paths: conditions: anyOf: - *122 - - &323 + - &344 title: Organization ruleset conditions type: object description: |- @@ -18342,7 +18289,109 @@ paths: - object rules: type: array - items: *128 + items: &645 + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - *128 + - *129 + - *130 + - *131 + - &643 + 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 + - *132 + - *133 + - *134 + - *135 + - *136 + - *137 + - *138 + - *139 + - *140 + - *141 + - *142 + - *143 + - *144 + - *145 + - *146 + - *147 created_at: type: string format: date-time @@ -18350,7 +18399,7 @@ paths: type: string format: date-time examples: - default: &130 + default: &149 value: id: 21 name: super cool ruleset @@ -18409,9 +18458,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *130 + default: *149 '404': *6 '500': *86 x-github: @@ -18460,11 +18509,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *127 - conditions: *131 + conditions: *150 rules: description: An array of rules within the ruleset. type: array - items: *128 + items: *151 examples: default: value: @@ -18488,9 +18537,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *130 + default: *149 '404': *6 '500': *86 x-github: @@ -18552,7 +18601,7 @@ paths: application/json: schema: type: array - items: &132 + items: &152 title: Ruleset version type: object description: The historical version of a ruleset @@ -18576,7 +18625,7 @@ paths: type: string format: date-time examples: - default: &325 + default: &347 value: - version_id: 3 actor: @@ -18629,9 +18678,9 @@ paths: description: Response content: application/json: - schema: &326 + schema: &348 allOf: - - *132 + - *152 - type: object required: - state @@ -18684,7 +18733,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &327 + - &349 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -18695,7 +18744,7 @@ paths: enum: - open - resolved - - &328 + - &350 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -18705,7 +18754,7 @@ paths: required: false schema: type: string - - &329 + - &351 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -18714,7 +18763,7 @@ paths: required: false schema: type: string - - &330 + - &352 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. @@ -18730,7 +18779,7 @@ paths: - *17 - *87 - *88 - - &331 + - &353 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -18739,7 +18788,7 @@ paths: required: false schema: type: string - - &332 + - &354 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -18748,7 +18797,7 @@ paths: schema: type: boolean default: false - - &333 + - &355 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -18757,7 +18806,7 @@ paths: schema: type: boolean default: false - - &334 + - &356 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -18773,7 +18822,7 @@ paths: application/json: schema: type: array - items: &335 + items: &357 type: object properties: number: *99 @@ -18789,14 +18838,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &654 + state: &657 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: &655 + resolution: &658 type: - string - 'null' @@ -18903,14 +18952,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &656 + - &659 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &658 + - &661 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -18967,7 +19016,7 @@ paths: - blob_url - commit_sha - commit_url - - &659 + - &662 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. @@ -19028,7 +19077,7 @@ paths: - page_url - commit_sha - commit_url - - &660 + - &663 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -19043,7 +19092,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_title_url - - &661 + - &664 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -19058,7 +19107,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/1347 required: - issue_body_url - - &662 + - &665 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -19073,7 +19122,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - issue_comment_url - - &663 + - &666 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -19088,7 +19137,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &664 + - &667 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -19103,7 +19152,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &665 + - &668 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -19118,7 +19167,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &666 + - &669 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. @@ -19133,7 +19182,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_title_url - - &667 + - &670 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. @@ -19148,7 +19197,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846 required: - pull_request_body_url - - &668 + - &671 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. @@ -19163,7 +19212,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/issues/comments/1081119451 required: - pull_request_comment_url - - &669 + - &672 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. @@ -19178,7 +19227,7 @@ paths: - https://api.github.com/repos/octocat/Hello-World/pulls/2846/reviews/80 required: - pull_request_review_url - - &670 + - &673 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 @@ -19199,7 +19248,7 @@ paths: description: A boolean value representing whether or not the token in the alert was detected in more than one location. examples: - default: &336 + default: &358 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -19450,7 +19499,7 @@ paths: headers: Link: *38 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -19481,7 +19530,7 @@ paths: description: Response content: application/json: - schema: &338 + schema: &360 type: object properties: total_minutes_used: @@ -19551,7 +19600,7 @@ paths: - included_minutes - minutes_used_breakdown examples: - default: &339 + default: &361 value: total_minutes_used: 305 total_paid_minutes_used: 0 @@ -19582,7 +19631,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &340 + - &362 name: advanced_security_product in: query description: | @@ -19602,7 +19651,7 @@ paths: description: Success content: application/json: - schema: &341 + schema: &363 type: object properties: total_advanced_security_committers: @@ -19665,7 +19714,7 @@ paths: required: - repositories examples: - default: &342 + default: &364 value: total_advanced_security_committers: 2 total_count: 2 @@ -19762,7 +19811,7 @@ paths: '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19880,7 +19929,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-a-cost-center-by-id parameters: - *39 - - &136 + - &156 name: cost_center_id description: The ID corresponding to the cost center. in: path @@ -19892,7 +19941,7 @@ paths: description: Response when getting a cost center content: application/json: - schema: &134 + schema: &154 type: object properties: id: @@ -19920,7 +19969,7 @@ paths: - name - resources examples: - default: &135 + default: &155 value: - id: 2eeb8ffe-6903-11ee-8c99-0242ac120002 name: Cost Center Name @@ -19932,7 +19981,7 @@ paths: '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -19982,15 +20031,15 @@ paths: description: Response when updating a cost center content: application/json: - schema: *134 + schema: *154 examples: - default: *135 + default: *155 '400': *14 '403': *27 '404': *6 '409': *97 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20008,7 +20057,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#delete-a-cost-center parameters: - *39 - - *136 + - *156 responses: '200': description: Response when deleting a cost center @@ -20047,7 +20096,7 @@ paths: '404': *6 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20068,7 +20117,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#add-resources-to-a-cost-center parameters: - *39 - - *136 + - *156 requestBody: required: true content: @@ -20115,7 +20164,7 @@ paths: '403': *27 '409': *97 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20135,7 +20184,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#remove-resources-from-a-cost-center parameters: - *39 - - *136 + - *156 requestBody: required: true content: @@ -20182,7 +20231,7 @@ paths: '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20213,7 +20262,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &365 type: object properties: total_gigabytes_bandwidth_used: @@ -20231,7 +20280,7 @@ paths: - total_paid_gigabytes_bandwidth_used - included_gigabytes_bandwidth examples: - default: &344 + default: &366 value: total_gigabytes_bandwidth_used: 50 total_paid_gigabytes_bandwidth_used: 40 @@ -20266,7 +20315,7 @@ paths: description: Response content: application/json: - schema: &345 + schema: &367 type: object properties: days_left_in_billing_cycle: @@ -20284,7 +20333,7 @@ paths: - estimated_paid_storage_for_month - estimated_storage_for_month examples: - default: &346 + default: &368 value: days_left_in_billing_cycle: 20 estimated_paid_storage_for_month: 15 @@ -20309,7 +20358,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/billing#get-billing-usage-report-for-an-enterprise parameters: - *39 - - &170 + - &190 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, @@ -20318,7 +20367,7 @@ paths: required: false schema: type: integer - - &171 + - &191 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 @@ -20327,7 +20376,7 @@ paths: required: false schema: type: integer - - &172 + - &192 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 @@ -20336,7 +20385,7 @@ paths: required: false schema: type: integer - - &173 + - &193 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 @@ -20357,7 +20406,7 @@ paths: description: Response when getting a billing usage report content: application/json: - schema: &174 + schema: &194 type: object properties: usageItems: @@ -20410,7 +20459,7 @@ paths: - netAmount - organizationName examples: - default: &175 + default: &195 value: usageItems: - date: '2023-08-01' @@ -20427,7 +20476,7 @@ paths: '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -20498,13 +20547,13 @@ paths: application/json: schema: type: array - items: *137 + items: *157 examples: - default: *138 + default: *158 '500': *86 '403': *27 '404': *6 - '422': *139 + '422': *159 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -20593,7 +20642,7 @@ paths: application/json: schema: type: array - items: &165 + items: &185 title: Event description: Event type: object @@ -20604,7 +20653,7 @@ paths: type: - string - 'null' - actor: &140 + actor: &160 title: Actor description: Actor type: object @@ -20645,13 +20694,13 @@ paths: - id - name - url - org: *140 + org: *160 payload: type: object properties: action: type: string - issue: &154 + issue: &174 title: Issue description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. @@ -20772,7 +20821,7 @@ paths: milestone: anyOf: - type: 'null' - - &492 + - &514 title: Milestone description: A collection of related issues and pull requests. @@ -20944,7 +20993,7 @@ paths: timeline_url: type: string format: uri - type: &284 + type: &305 title: Issue Type description: The type of issue. type: @@ -21002,7 +21051,7 @@ paths: anyOf: - type: 'null' - *5 - author_association: &141 + author_association: &161 title: author_association type: string description: How the author is associated with the repository. @@ -21017,7 +21066,7 @@ paths: - OWNER examples: - OWNER - reactions: &142 + reactions: &162 title: Reaction Rollup type: object properties: @@ -21089,7 +21138,7 @@ paths: - author_association - created_at - updated_at - comment: &560 + comment: &582 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -21139,12 +21188,12 @@ paths: issue_url: type: string format: uri - author_association: *141 + author_association: *161 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *142 + reactions: *162 required: - id - node_id @@ -21241,7 +21290,7 @@ paths: created_at: '2022-06-07T07:50:26Z' '304': *35 '403': *27 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -21331,7 +21380,7 @@ paths: _links: type: object properties: - timeline: &143 + timeline: &163 title: Link With Type description: Hypermedia Link with Type type: object @@ -21343,17 +21392,17 @@ paths: required: - href - type - user: *143 - security_advisories: *143 - current_user: *143 - current_user_public: *143 - current_user_actor: *143 - current_user_organization: *143 + user: *163 + security_advisories: *163 + current_user: *163 + current_user_public: *163 + current_user_actor: *163 + current_user_organization: *163 current_user_organizations: type: array - items: *143 - repository_discussions: *143 - repository_discussions_category: *143 + items: *163 + repository_discussions: *163 + repository_discussions_category: *163 required: - timeline - user @@ -21415,7 +21464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-the-authenticated-user parameters: - - *144 + - *164 - *17 - *19 responses: @@ -21425,7 +21474,7 @@ paths: application/json: schema: type: array - items: &145 + items: &165 title: Base Gist description: Base Gist type: object @@ -21522,7 +21571,7 @@ paths: - created_at - updated_at examples: - default: &146 + default: &166 value: - url: https://api.github.com/gists/aa5a315d61ae9438b18d forks_url: https://api.github.com/gists/aa5a315d61ae9438b18d/forks @@ -21646,7 +21695,7 @@ paths: description: Response content: application/json: - schema: &147 + schema: &167 title: Gist Simple description: Gist Simple type: object @@ -21664,7 +21713,7 @@ paths: url: type: string format: uri - user: &725 + user: &728 title: Public User description: Public User type: object @@ -22038,7 +22087,7 @@ paths: truncated: type: boolean examples: - default: &148 + default: &168 value: url: https://api.github.com/gists/2decf6c462d9b4418f2 forks_url: https://api.github.com/gists/2decf6c462d9b4418f2/forks @@ -22142,7 +22191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-public-gists parameters: - - *144 + - *164 - *17 - *19 responses: @@ -22152,9 +22201,9 @@ paths: application/json: schema: type: array - items: *145 + items: *165 examples: - default: *146 + default: *166 headers: Link: *38 '422': *15 @@ -22176,7 +22225,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-starred-gists parameters: - - *144 + - *164 - *17 - *19 responses: @@ -22186,9 +22235,9 @@ paths: application/json: schema: type: array - items: *145 + items: *165 examples: - default: *146 + default: *166 headers: Link: *38 '401': *23 @@ -22216,7 +22265,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist parameters: - - &149 + - &169 name: gist_id description: The unique identifier of the gist. in: path @@ -22228,10 +22277,10 @@ paths: description: Response content: application/json: - schema: *147 + schema: *167 examples: - default: *148 - '403': &152 + default: *168 + '403': &172 description: Forbidden Gist content: application/json: @@ -22280,7 +22329,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#update-a-gist parameters: - - *149 + - *169 requestBody: required: true content: @@ -22344,9 +22393,9 @@ paths: description: Response content: application/json: - schema: *147 + schema: *167 examples: - updateGist: *148 + updateGist: *168 deleteFile: value: url: https://api.github.com/gists/2decf6c462d9b4418f2 @@ -22504,7 +22553,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#delete-a-gist parameters: - - *149 + - *169 responses: '204': description: Response @@ -22533,7 +22582,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#list-gist-comments parameters: - - *149 + - *169 - *17 - *19 responses: @@ -22543,7 +22592,7 @@ paths: application/json: schema: type: array - items: &150 + items: &170 title: Gist Comment description: A comment made to a gist. type: object @@ -22581,7 +22630,7 @@ paths: format: date-time examples: - '2011-04-18T23:23:56Z' - author_association: *141 + author_association: *161 required: - url - id @@ -22646,7 +22695,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#create-a-gist-comment parameters: - - *149 + - *169 requestBody: required: true content: @@ -22672,9 +22721,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *170 examples: - default: &151 + default: &171 value: id: 1 node_id: MDExOkdpc3RDb21tZW50MQ== @@ -22732,8 +22781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#get-a-gist-comment parameters: - - *149 - - &153 + - *169 + - &173 name: comment_id description: The unique identifier of the comment. in: path @@ -22746,12 +22795,12 @@ paths: description: Response content: application/json: - schema: *150 + schema: *170 examples: - default: *151 + default: *171 '304': *35 '404': *6 - '403': *152 + '403': *172 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -22773,8 +22822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#update-a-gist-comment parameters: - - *149 - - *153 + - *169 + - *173 requestBody: required: true content: @@ -22800,9 +22849,9 @@ paths: description: Response content: application/json: - schema: *150 + schema: *170 examples: - default: *151 + default: *171 '404': *6 x-github: githubCloudOnly: false @@ -22819,8 +22868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/comments#delete-a-gist-comment parameters: - - *149 - - *153 + - *169 + - *173 responses: '204': description: Response @@ -22843,7 +22892,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-commits parameters: - - *149 + - *169 - *17 - *19 responses: @@ -22944,7 +22993,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gist-forks parameters: - - *149 + - *169 - *17 - *19 responses: @@ -22954,7 +23003,7 @@ paths: application/json: schema: type: array - items: *147 + items: *167 examples: default: value: @@ -23019,13 +23068,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#fork-a-gist parameters: - - *149 + - *169 responses: '201': description: Response content: application/json: - schema: *145 + schema: *165 examples: default: value: @@ -23096,7 +23145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#check-if-a-gist-is-starred parameters: - - *149 + - *169 responses: '204': description: Response if gist is starred @@ -23126,7 +23175,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#star-a-gist parameters: - - *149 + - *169 responses: '204': description: Response @@ -23148,7 +23197,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#unstar-a-gist parameters: - - *149 + - *169 responses: '204': description: Response @@ -23177,7 +23226,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#get-a-gist-revision parameters: - - *149 + - *169 - name: sha in: path required: true @@ -23188,9 +23237,9 @@ paths: description: Response content: application/json: - schema: *147 + schema: *167 examples: - default: *148 + default: *168 '422': *15 '404': *6 '403': *27 @@ -23559,7 +23608,7 @@ paths: - closed - all default: open - - &287 + - &308 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -23578,7 +23627,7 @@ paths: - comments default: created - *89 - - *144 + - *164 - name: collab in: query required: false @@ -23608,9 +23657,9 @@ paths: application/json: schema: type: array - items: *154 + items: *174 examples: - default: &288 + default: &309 value: - id: 1 node_id: MDU6SXNzdWUx @@ -23890,7 +23939,7 @@ paths: application/json: schema: type: array - items: *155 + items: *175 examples: default: value: @@ -24188,7 +24237,7 @@ paths: example: '279' schema: type: string - X-CommonMarker-Version: &156 + X-CommonMarker-Version: &176 example: 0.17.4 schema: type: string @@ -24243,7 +24292,7 @@ paths: '200': description: Response headers: - X-CommonMarker-Version: *156 + X-CommonMarker-Version: *176 content: text/html: schema: @@ -24272,7 +24321,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account parameters: - - &159 + - &179 name: account_id description: account_id parameter in: path @@ -24284,7 +24333,7 @@ paths: description: Response content: application/json: - schema: &158 + schema: &178 title: Marketplace Purchase description: Marketplace Purchase type: object @@ -24318,7 +24367,7 @@ paths: - 'null' id: type: integer - plan: &157 + plan: &177 title: Marketplace Listing Plan description: Marketplace Listing Plan type: object @@ -24421,7 +24470,7 @@ paths: - 'null' updated_at: type: string - plan: *157 + plan: *177 required: - url - id @@ -24429,7 +24478,7 @@ paths: - login - marketplace_purchase examples: - default: &160 + default: &180 value: url: https://api.github.com/orgs/github type: Organization @@ -24514,9 +24563,9 @@ paths: application/json: schema: type: array - items: *157 + items: *177 examples: - default: &161 + default: &181 value: - url: https://api.github.com/marketplace_listing/plans/1313 accounts_url: https://api.github.com/marketplace_listing/plans/1313/accounts @@ -24556,14 +24605,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan parameters: - - &162 + - &182 name: plan_id description: The unique identifier of the plan. in: path required: true schema: type: integer - - &163 + - &183 name: sort description: The property to sort the results by. in: query @@ -24593,9 +24642,9 @@ paths: application/json: schema: type: array - items: *158 + items: *178 examples: - default: &164 + default: &184 value: - url: https://api.github.com/orgs/github type: Organization @@ -24669,15 +24718,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed parameters: - - *159 + - *179 responses: '200': description: Response content: application/json: - schema: *158 + schema: *178 examples: - default: *160 + default: *180 '404': description: Not Found when the account has not purchased the listing '401': *23 @@ -24709,9 +24758,9 @@ paths: application/json: schema: type: array - items: *157 + items: *177 examples: - default: *161 + default: *181 headers: Link: *38 '401': *23 @@ -24734,8 +24783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/marketplace#list-accounts-for-a-plan-stubbed parameters: - - *162 - - *163 + - *182 + - *183 - name: direction description: To return the oldest accounts first, set to `asc`. Ignored without the `sort` parameter. @@ -24755,9 +24804,9 @@ paths: application/json: schema: type: array - items: *158 + items: *178 examples: - default: *164 + default: *184 headers: Link: *38 '401': *23 @@ -25022,14 +25071,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &370 + - &392 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &371 + - &393 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -25046,7 +25095,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -25100,7 +25149,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &384 + '301': &406 description: Moved permanently content: application/json: @@ -25122,7 +25171,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &589 + - &611 name: all description: If `true`, show notifications marked as read. in: query @@ -25130,7 +25179,7 @@ paths: schema: type: boolean default: false - - &590 + - &612 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -25139,8 +25188,8 @@ paths: schema: type: boolean default: false - - *144 - - &591 + - *164 + - &613 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: @@ -25165,14 +25214,14 @@ paths: application/json: schema: type: array - items: &166 + items: &186 title: Thread description: Thread type: object properties: id: type: string - repository: &195 + repository: &215 title: Minimal Repository description: Minimal Repository type: object @@ -25511,7 +25560,7 @@ paths: type: boolean examples: - false - security_and_analysis: &320 + security_and_analysis: &341 type: - object - 'null' @@ -25684,7 +25733,7 @@ paths: - url - subscription_url examples: - default: &592 + default: &614 value: - id: '1' repository: @@ -25850,7 +25899,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread parameters: - - &167 + - &187 name: thread_id description: The unique identifier of the notification thread. This corresponds to the value returned in the `id` field when you retrieve notifications @@ -25864,7 +25913,7 @@ paths: description: Response content: application/json: - schema: *166 + schema: *186 examples: default: value: @@ -25967,7 +26016,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-read parameters: - - *167 + - *187 responses: '205': description: Reset Content @@ -25990,7 +26039,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-a-thread-as-done parameters: - - *167 + - *187 responses: '204': description: No content @@ -26013,13 +26062,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user parameters: - - *167 + - *187 responses: '200': description: Response content: application/json: - schema: &168 + schema: &188 title: Thread Subscription description: Thread Subscription type: object @@ -26063,7 +26112,7 @@ paths: - url - subscribed examples: - default: &169 + default: &189 value: subscribed: true ignored: false @@ -26094,7 +26143,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#set-a-thread-subscription parameters: - - *167 + - *187 requestBody: required: false content: @@ -26115,9 +26164,9 @@ paths: description: Response content: application/json: - schema: *168 + schema: *188 examples: - default: *169 + default: *189 '304': *35 '403': *27 '401': *23 @@ -26140,7 +26189,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#delete-a-thread-subscription parameters: - - *167 + - *187 responses: '204': description: Response @@ -26237,7 +26286,7 @@ paths: type: array items: *57 examples: - default: &742 + default: &745 value: - login: github id: 1 @@ -26302,7 +26351,7 @@ paths: - 3 custom_roles: type: array - items: &241 + items: &262 title: Organization Custom Repository Role description: Custom repository roles created by organization owners @@ -26351,7 +26400,7 @@ paths: - created_at - updated_at examples: - default: &242 + default: &263 value: id: 8030 name: Security Engineer @@ -26664,22 +26713,22 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-an-organization parameters: - *71 - - *170 - - *171 - - *172 - - *173 + - *190 + - *191 + - *192 + - *193 responses: '200': description: Billing usage report response for an organization content: application/json: - schema: *174 + schema: *194 examples: - default: *175 + default: *195 '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -26711,7 +26760,7 @@ paths: description: Response content: application/json: - schema: &176 + schema: &196 title: Organization Full description: |- Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement. @@ -27121,7 +27170,7 @@ paths: - updated_at - archived_at examples: - default-response: &177 + default-response: &197 value: login: github id: 1 @@ -27447,17 +27496,17 @@ paths: description: Response content: application/json: - schema: *176 + schema: *196 examples: - default: *177 + default: *197 '422': description: Validation failed content: application/json: schema: oneOf: - - *178 - - *179 + - *198 + - *199 '409': *97 x-github: githubCloudOnly: false @@ -27512,9 +27561,9 @@ paths: description: Response content: application/json: - schema: *180 + schema: *200 examples: - default: *181 + default: *201 headers: Link: *38 x-github: @@ -27555,7 +27604,7 @@ paths: type: integer repository_cache_usages: type: array - items: &389 + items: &411 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -27633,7 +27682,7 @@ paths: type: array items: *40 examples: - default: *182 + default: *202 headers: Link: *38 x-github: @@ -27817,9 +27866,9 @@ paths: description: Response content: application/json: - schema: *183 + schema: *203 examples: - default: *184 + default: *204 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -27855,7 +27904,7 @@ paths: type: array items: *43 examples: - default: *185 + default: *205 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -28038,7 +28087,7 @@ paths: description: A JSON serialized template for OIDC subject claim customization content: application/json: - schema: &186 + schema: &206 title: Actions OIDC Subject customization description: Actions OIDC Subject customization type: object @@ -28052,7 +28101,7 @@ paths: required: - include_claim_keys examples: - default: &187 + default: &207 value: include_claim_keys: - repo @@ -28079,15 +28128,15 @@ paths: required: true content: application/json: - schema: *186 + schema: *206 examples: - default: *187 + default: *207 responses: '201': description: Empty response content: application/json: - schema: &206 + schema: &226 title: Empty Object description: An object without any properties. type: object @@ -28126,7 +28175,7 @@ paths: schema: type: object properties: - enabled_repositories: &189 + enabled_repositories: &209 type: string description: The policy that controls the repositories in the organization that are allowed to run GitHub Actions. @@ -28140,7 +28189,7 @@ paths: that are allowed to run GitHub Actions, when `enabled_repositories` is set to `selected`. allowed_actions: *47 - selected_actions_url: *188 + selected_actions_url: *208 required: - enabled_repositories examples: @@ -28180,7 +28229,7 @@ paths: schema: type: object properties: - enabled_repositories: *189 + enabled_repositories: *209 allowed_actions: *47 required: - enabled_repositories @@ -28228,7 +28277,7 @@ paths: type: array items: *62 examples: - default: &736 + default: &739 value: total_count: 1 repositories: @@ -28413,7 +28462,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization parameters: - *71 - - &190 + - &210 name: repository_id description: The unique identifier of the repository. in: path @@ -28442,7 +28491,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization parameters: - *71 - - *190 + - *210 responses: '204': description: Response @@ -28534,7 +28583,7 @@ paths: description: Response content: application/json: - schema: *191 + schema: *211 examples: default: *53 x-github: @@ -28568,7 +28617,7 @@ paths: required: false content: application/json: - schema: *192 + schema: *212 examples: default: *53 x-github: @@ -28615,7 +28664,7 @@ paths: type: number runner_groups: type: array - items: &193 + items: &213 type: object properties: id: @@ -28805,9 +28854,9 @@ paths: description: Response content: application/json: - schema: *193 + schema: *213 examples: - default: &194 + default: &214 value: id: 2 name: octo-runner-group @@ -28849,7 +28898,7 @@ paths: description: Response content: application/json: - schema: *193 + schema: *213 examples: default: value: @@ -28942,9 +28991,9 @@ paths: description: Response content: application/json: - schema: *193 + schema: *213 examples: - default: *194 + default: *214 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -29008,7 +29057,7 @@ paths: type: array items: *40 examples: - default: *182 + default: *202 headers: Link: *38 x-github: @@ -29049,9 +29098,9 @@ paths: type: number repositories: type: array - items: *195 + items: *215 examples: - default: &728 + default: &731 value: total_count: 1 repositories: @@ -29350,7 +29399,7 @@ paths: parameters: - *71 - *56 - - *190 + - *210 responses: '204': description: Response @@ -29374,7 +29423,7 @@ paths: parameters: - *71 - *56 - - *190 + - *210 responses: '204': description: Response @@ -29592,9 +29641,9 @@ paths: application/json: schema: type: array - items: *196 + items: *216 examples: - default: *197 + default: *217 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29659,7 +29708,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *198 + '201': *218 '404': *6 '422': *7 '409': *97 @@ -29698,7 +29747,7 @@ paths: application/json: schema: *63 examples: - default: *199 + default: *219 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29734,7 +29783,7 @@ paths: application/json: schema: *63 examples: - default: *200 + default: *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29765,7 +29814,7 @@ paths: application/json: schema: *60 examples: - default: *201 + default: *221 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -29940,7 +29989,7 @@ paths: - *71 - *59 responses: - '200': *202 + '200': *222 '404': *6 x-github: githubCloudOnly: false @@ -29969,7 +30018,7 @@ paths: parameters: - *71 - *59 - - *203 + - *223 responses: '200': *65 '404': *6 @@ -30014,7 +30063,7 @@ paths: type: integer secrets: type: array - items: &204 + items: &224 title: Actions Secret for an Organization description: Secrets for GitHub Actions for an organization. type: object @@ -30095,7 +30144,7 @@ paths: description: Response content: application/json: - schema: &409 + schema: &431 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -30130,7 +30179,7 @@ paths: - key_id - key examples: - default: &410 + default: &432 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -30156,7 +30205,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-organization-secret parameters: - *71 - - &205 + - &225 name: secret_name description: The name of the secret. in: path @@ -30168,7 +30217,7 @@ paths: description: Response content: application/json: - schema: *204 + schema: *224 examples: default: value: @@ -30199,7 +30248,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -30256,7 +30305,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -30283,7 +30332,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-organization-secret parameters: - *71 - - *205 + - *225 responses: '204': description: Response @@ -30310,7 +30359,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 - *19 - *17 responses: @@ -30328,9 +30377,9 @@ paths: type: integer repositories: type: array - items: *195 + items: *215 examples: - default: &209 + default: &229 value: total_count: 1 repositories: @@ -30423,7 +30472,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#set-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -30476,7 +30525,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#add-selected-repository-to-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -30510,7 +30559,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#remove-selected-repository-from-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -30543,7 +30592,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *71 - - &394 + - &416 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -30567,7 +30616,7 @@ paths: type: integer variables: type: array - items: &207 + items: &227 title: Actions Variable for an Organization description: Organization variable for GitHub Actions. type: object @@ -30705,7 +30754,7 @@ paths: description: Response when creating a variable content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -30731,7 +30780,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-organization-variable parameters: - *71 - - &208 + - &228 name: name description: The name of the variable. in: path @@ -30743,7 +30792,7 @@ paths: description: Response content: application/json: - schema: *207 + schema: *227 examples: default: value: @@ -30774,7 +30823,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-organization-variable parameters: - *71 - - *208 + - *228 requestBody: required: true content: @@ -30837,7 +30886,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-organization-variable parameters: - *71 - - *208 + - *228 responses: '204': description: Response @@ -30864,7 +30913,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-selected-repositories-for-an-organization-variable parameters: - *71 - - *208 + - *228 - *19 - *17 responses: @@ -30882,9 +30931,9 @@ paths: type: integer repositories: type: array - items: *195 + items: *215 examples: - default: *209 + default: *229 '409': description: Response when the visibility of the variable is not set to `selected` @@ -30911,7 +30960,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#set-selected-repositories-for-an-organization-variable parameters: - *71 - - *208 + - *228 requestBody: required: true content: @@ -30961,7 +31010,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#add-selected-repository-to-an-organization-variable parameters: - *71 - - *208 + - *228 - name: repository_id in: path required: true @@ -30996,7 +31045,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#remove-selected-repository-from-an-organization-variable parameters: - *71 - - *208 + - *228 - name: repository_id in: path required: true @@ -31054,7 +31103,7 @@ paths: required: true content: application/json: - schema: *210 + schema: *230 examples: default: *69 parameters: @@ -31133,12 +31182,12 @@ paths: required: - subject_digests examples: - default: &757 + default: &760 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &758 + withPredicateType: &761 value: subject_digests: - sha256:abc123 @@ -31197,7 +31246,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &759 + default: &762 value: attestations_subject_digests: - sha256:abc: @@ -31491,7 +31540,7 @@ paths: bundle_url: type: string examples: - default: &423 + default: &445 value: attestations: - bundle: @@ -31617,10 +31666,10 @@ paths: required: false schema: type: string - - *211 - - *212 - - *213 - - *214 + - *231 + - *232 + - *233 + - *234 - *17 responses: '200': @@ -31629,9 +31678,9 @@ paths: application/json: schema: type: array - items: *215 + items: *235 examples: - default: *216 + default: *236 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -31660,7 +31709,7 @@ paths: type: array items: *4 examples: - default: &289 + default: &310 value: - login: octocat id: 1 @@ -31699,7 +31748,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - *71 - - *217 + - *237 responses: '204': description: If the user is blocked @@ -31725,7 +31774,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#block-a-user-from-an-organization parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -31746,7 +31795,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -31773,16 +31822,16 @@ paths: subcategory: bypass-requests parameters: - *71 - - &224 + - &244 name: repository_name description: The name of the repository to filter on. in: query schema: type: string - - *218 - - *219 - - *220 - - *221 + - *238 + - *239 + - *240 + - *241 - *17 - *19 responses: @@ -31792,9 +31841,9 @@ paths: application/json: schema: type: array - items: *222 + items: *242 examples: - default: *223 + default: *243 '404': *6 '500': *86 "/orgs/{org}/bypass-requests/secret-scanning": @@ -31818,11 +31867,11 @@ paths: subcategory: delegated-bypass parameters: - *71 - - *224 - - *218 - - *219 - - *220 - - *221 + - *244 + - *238 + - *239 + - *240 + - *241 - *17 - *19 responses: @@ -31832,7 +31881,7 @@ paths: application/json: schema: type: array - items: &440 + items: &462 title: Secret scanning bypass request description: A bypass request made by a user asking to be exempted from push protection in this repository. @@ -31950,7 +31999,7 @@ paths: - array - 'null' description: The responses to the bypass request. - items: *225 + items: *245 url: type: string format: uri @@ -31963,7 +32012,7 @@ paths: examples: - https://github.com/octo-org/smile/exemptions/1 examples: - default: &441 + default: &463 value: - id: 21 number: 42 @@ -32055,7 +32104,7 @@ paths: description: If specified, only campaigns with this state will be returned. in: query required: false - schema: &227 + schema: &247 title: Campaign state description: Indicates whether a campaign is open or closed type: string @@ -32081,7 +32130,7 @@ paths: application/json: schema: type: array - items: &228 + items: &248 title: Campaign summary description: The campaign metadata and alert stats. type: object @@ -32112,7 +32161,7 @@ paths: team_managers: description: The campaign team managers type: array - items: *226 + items: *246 published_at: description: The date and time the campaign was published, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ. @@ -32131,7 +32180,7 @@ paths: - string - 'null' format: date-time - state: *227 + state: *247 contact_link: description: The contact link of the campaign. type: @@ -32229,7 +32278,7 @@ paths: headers: Link: *38 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32348,9 +32397,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *248 examples: - default: &229 + default: &249 value: number: 3 created_at: '2024-02-14T12:29:18Z' @@ -32399,7 +32448,7 @@ paths: schema: *3 '429': description: Too Many Requests - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32433,16 +32482,16 @@ paths: description: Response content: application/json: - schema: *228 + schema: *248 examples: - default: *229 + default: *249 '404': *6 '422': description: Unprocessable Entity content: application/json: schema: *3 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32513,7 +32562,7 @@ paths: - string - 'null' format: uri - state: *227 + state: *247 examples: default: value: @@ -32523,9 +32572,9 @@ paths: description: Response content: application/json: - schema: *228 + schema: *248 examples: - default: *229 + default: *249 '400': description: Bad Request content: @@ -32537,7 +32586,7 @@ paths: content: application/json: schema: *3 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32569,7 +32618,7 @@ paths: '204': description: Deletion successful '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32592,8 +32641,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *71 - - *230 - - *231 + - *250 + - *251 - *87 - *88 - *19 @@ -32604,7 +32653,7 @@ paths: be returned. in: query required: false - schema: *232 + schema: *252 - name: sort description: The property by which to sort the results. in: query @@ -32620,7 +32669,7 @@ paths: be returned. in: query required: false - schema: &451 + schema: &473 type: string description: Severity of a code scanning alert. enum: @@ -32638,13 +32687,13 @@ paths: application/json: schema: type: array - items: *233 + items: *253 examples: - default: *234 + default: *254 headers: Link: *38 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -32855,6 +32904,7 @@ paths: - disabled - not_set default: disabled + code_scanning_options: *255 code_scanning_default_setup: type: string description: The enablement status of code scanning default setup @@ -32997,7 +33047,7 @@ paths: application/json: schema: *93 examples: - default: *235 + default: *256 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -33025,9 +33075,9 @@ paths: description: Response content: application/json: - schema: *236 + schema: *257 examples: - default: *237 + default: *258 '304': *35 '403': *27 '404': *6 @@ -33114,7 +33164,7 @@ paths: application/json: schema: *93 examples: - default: *235 + default: *256 '304': *35 '403': *27 '404': *6 @@ -33355,6 +33405,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 @@ -33534,7 +33586,7 @@ paths: default: value: default_for_new_repos: all - configuration: *235 + configuration: *256 '403': *27 '404': *6 x-github: @@ -33587,13 +33639,13 @@ paths: application/json: schema: type: array - items: *238 + items: *259 examples: default: summary: Example of code security configuration repositories value: - status: attached - repository: *239 + repository: *260 '403': *27 '404': *6 x-github: @@ -33633,7 +33685,7 @@ paths: type: integer codespaces: type: array - items: &290 + items: &311 type: object title: Codespace description: A codespace. @@ -33664,11 +33716,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *195 + repository: *215 machine: anyOf: - type: 'null' - - &480 + - &502 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -33955,7 +34007,7 @@ paths: - pulls_url - recent_folders examples: - default: &291 + default: &312 value: total_count: 3 codespaces: @@ -34579,7 +34631,7 @@ paths: type: integer secrets: type: array - items: &240 + items: &261 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -34620,7 +34672,7 @@ paths: - updated_at - visibility examples: - default: &481 + default: &503 value: total_count: 2 secrets: @@ -34658,7 +34710,7 @@ paths: description: Response content: application/json: - schema: &482 + schema: &504 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -34693,7 +34745,7 @@ paths: - key_id - key examples: - default: &483 + default: &505 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34717,15 +34769,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret parameters: - *71 - - *205 + - *225 responses: '200': description: Response content: application/json: - schema: *240 + schema: *261 examples: - default: &485 + default: &507 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -34753,7 +34805,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -34808,7 +34860,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -34835,7 +34887,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret parameters: - *71 - - *205 + - *225 responses: '204': description: Response @@ -34861,7 +34913,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 - *19 - *17 responses: @@ -34879,9 +34931,9 @@ paths: type: integer repositories: type: array - items: *195 + items: *215 examples: - default: *209 + default: *229 '404': *6 x-github: githubCloudOnly: false @@ -34904,7 +34956,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -34955,7 +35007,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -34989,7 +35041,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -35578,13 +35630,13 @@ paths: application/json: schema: type: array - items: *137 + items: *157 examples: - default: *138 + default: *158 '500': *86 '403': *27 '404': *6 - '422': *139 + '422': *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -35812,7 +35864,7 @@ paths: - 3 custom_roles: type: array - items: *241 + items: *262 examples: default: value: @@ -35904,7 +35956,7 @@ paths: required: true content: application/json: - schema: &244 + schema: &265 type: object properties: name: @@ -35946,9 +35998,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '422': *15 '404': *6 x-github: @@ -35973,7 +36025,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role parameters: - *71 - - &243 + - &264 name: role_id description: The unique identifier of the role. in: path @@ -35985,9 +36037,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '404': *6 x-github: githubCloudOnly: true @@ -36010,12 +36062,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role parameters: - *71 - - *243 + - *264 requestBody: required: true content: application/json: - schema: &245 + schema: &266 type: object properties: name: @@ -36054,9 +36106,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '422': *15 '404': *6 x-github: @@ -36081,7 +36133,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - *71 - - *243 + - *264 responses: '204': description: Response @@ -36114,7 +36166,7 @@ paths: required: true content: application/json: - schema: *244 + schema: *265 examples: default: value: @@ -36128,9 +36180,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '422': *15 '404': *6 x-github: @@ -36161,15 +36213,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - *71 - - *243 + - *264 responses: '200': description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '404': *6 x-github: githubCloudOnly: true @@ -36198,12 +36250,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - *71 - - *243 + - *264 requestBody: required: true content: application/json: - schema: *245 + schema: *266 examples: default: value: @@ -36218,9 +36270,9 @@ paths: description: Response content: application/json: - schema: *241 + schema: *262 examples: - default: *242 + default: *263 '422': *15 '404': *6 x-github: @@ -36251,7 +36303,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - *71 - - *243 + - *264 responses: '204': description: Response @@ -36280,19 +36332,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-an-organization parameters: - *71 - - *246 - - *247 - - *248 - - *249 - - *250 - - *251 - - *252 - - *253 + - *267 + - *268 + - *269 + - *270 + - *271 + - *272 + - *273 + - *274 - *89 - *87 - *88 - - *254 - - *255 + - *275 + - *276 - *17 responses: '200': @@ -36301,9 +36353,9 @@ paths: application/json: schema: type: array - items: *256 + items: *277 examples: - default: *257 + default: *278 '304': *35 '400': *14 '403': *27 @@ -36347,7 +36399,7 @@ paths: type: integer secrets: type: array - items: &258 + items: &279 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -36426,7 +36478,7 @@ paths: description: Response content: application/json: - schema: &508 + schema: &530 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -36445,7 +36497,7 @@ paths: - key_id - key examples: - default: &509 + default: &531 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -36469,13 +36521,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-an-organization-secret parameters: - *71 - - *205 + - *225 responses: '200': description: Response content: application/json: - schema: *258 + schema: *279 examples: default: value: @@ -36504,7 +36556,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -36559,7 +36611,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -36584,7 +36636,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-an-organization-secret parameters: - *71 - - *205 + - *225 responses: '204': description: Response @@ -36609,7 +36661,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 - *19 - *17 responses: @@ -36627,9 +36679,9 @@ paths: type: integer repositories: type: array - items: *195 + items: *215 examples: - default: *209 + default: *229 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36651,7 +36703,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -36702,7 +36754,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#add-selected-repository-to-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -36734,7 +36786,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret parameters: - *71 - - *205 + - *225 - name: repository_id in: path required: true @@ -36771,7 +36823,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *71 - - &517 + - &539 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -36779,7 +36831,7 @@ paths: required: false schema: type: string - - &518 + - &540 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -36787,7 +36839,7 @@ paths: required: false schema: type: string - - &519 + - &541 name: time_period description: |- The time period to filter by. @@ -36803,7 +36855,7 @@ paths: - week - month default: month - - &520 + - &542 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -36818,7 +36870,7 @@ paths: - denied - all default: all - - *224 + - *244 - *17 - *19 responses: @@ -36828,7 +36880,7 @@ paths: application/json: schema: type: array - items: &521 + items: &543 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -36991,7 +37043,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &522 + default: &544 value: - id: 21 number: 42 @@ -37078,11 +37130,11 @@ paths: subcategory: alert-dismissal-requests parameters: - *71 - - *224 - - *218 - - *219 - - *220 - - &523 + - *244 + - *238 + - *239 + - *240 + - &545 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -37108,7 +37160,7 @@ paths: application/json: schema: type: array - items: &524 + items: &546 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -37222,7 +37274,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *225 + items: *245 url: type: string format: uri @@ -37235,7 +37287,7 @@ paths: examples: - https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &525 + default: &547 value: - id: 21 number: 42 @@ -37323,7 +37375,7 @@ paths: application/json: schema: type: array - items: &301 + items: &322 title: Package description: A software package type: object @@ -37376,7 +37428,7 @@ paths: repository: anyOf: - type: 'null' - - *195 + - *215 created_at: type: string format: date-time @@ -37394,7 +37446,7 @@ paths: - created_at - updated_at examples: - default: &302 + default: &323 value: - id: 197 name: hello_docker @@ -37482,7 +37534,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: 200-response: value: @@ -37578,7 +37630,7 @@ paths: description: Response content: application/json: - schema: &365 + schema: &387 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -37668,7 +37720,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &366 + default: &388 value: group_id: '123' group_name: Octocat admins @@ -37723,7 +37775,7 @@ paths: description: Response content: application/json: - schema: &363 + schema: &385 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -37763,7 +37815,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &364 + default: &386 value: groups: - group_id: '123' @@ -37807,7 +37859,7 @@ paths: application/json: schema: type: array - items: &281 + items: &302 title: Organization Invitation description: Organization Invitation type: object @@ -37861,7 +37913,7 @@ paths: - invitation_teams_url - node_id examples: - default: &282 + default: &303 value: - id: 1 login: monalisa @@ -37928,7 +37980,7 @@ paths: application/json: schema: type: array - items: &321 + items: &342 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -37942,7 +37994,7 @@ paths: - name - description examples: - default: &322 + default: &343 value: - name: add_assignee description: Assign or remove a user @@ -37983,7 +38035,7 @@ paths: application/json: schema: type: array - items: &259 + items: &280 title: Org Hook description: Org Hook type: object @@ -38166,9 +38218,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *280 examples: - default: &260 + default: &281 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -38213,7 +38265,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *71 - - &261 + - &282 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. @@ -38226,9 +38278,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *280 examples: - default: *260 + default: *281 '404': *6 x-github: githubCloudOnly: false @@ -38250,7 +38302,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *71 - - *261 + - *282 requestBody: required: false content: @@ -38296,7 +38348,7 @@ paths: description: Response content: application/json: - schema: *259 + schema: *280 examples: default: value: @@ -38336,7 +38388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *71 - - *261 + - *282 responses: '204': description: Response @@ -38362,7 +38414,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *71 - - *261 + - *282 responses: '200': description: Response @@ -38391,7 +38443,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *71 - - *261 + - *282 requestBody: required: false content: @@ -38440,9 +38492,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *71 - - *261 + - *282 - *17 - - *262 + - *283 responses: '200': description: Response @@ -38450,9 +38502,9 @@ paths: application/json: schema: type: array - items: *263 + items: *284 examples: - default: *264 + default: *285 '400': *14 '422': *15 x-github: @@ -38476,16 +38528,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *71 - - *261 + - *282 - *16 responses: '200': description: Response content: application/json: - schema: *265 + schema: *286 examples: - default: *266 + default: *287 '400': *14 '422': *15 x-github: @@ -38509,7 +38561,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *71 - - *261 + - *282 - *16 responses: '202': *37 @@ -38536,7 +38588,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *71 - - *261 + - *282 responses: '204': description: Response @@ -38559,7 +38611,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *71 - - &271 + - &292 name: actor_type in: path description: The type of the actor @@ -38572,14 +38624,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &272 + - &293 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &267 + - &288 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`.' @@ -38587,7 +38639,7 @@ paths: required: true schema: type: string - - &268 + - &289 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) @@ -38682,12 +38734,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *71 - - *267 - - *268 + - *288 + - *289 - *19 - *17 - *89 - - &277 + - &298 name: sort description: The property to sort the results by. in: query @@ -38767,14 +38819,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *71 - - *267 - - *268 + - *288 + - *289 responses: '200': description: Response content: application/json: - schema: &269 + schema: &290 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -38790,7 +38842,7 @@ paths: type: integer format: int64 examples: - default: &270 + default: &291 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -38811,23 +38863,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *71 - - &273 + - &294 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *267 - - *268 + - *288 + - *289 responses: '200': description: Response content: application/json: - schema: *269 + schema: *290 examples: - default: *270 + default: *291 x-github: enabledForGitHubApps: true category: orgs @@ -38846,18 +38898,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *71 - - *267 - - *268 - - *271 - - *272 + - *288 + - *289 + - *292 + - *293 responses: '200': description: Response content: application/json: - schema: *269 + schema: *290 examples: - default: *270 + default: *291 x-github: enabledForGitHubApps: true category: orgs @@ -38875,9 +38927,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *71 - - *267 - - *268 - - &274 + - *288 + - *289 + - &295 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -38890,7 +38942,7 @@ paths: description: Response content: application/json: - schema: &275 + schema: &296 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -38906,7 +38958,7 @@ paths: type: integer format: int64 examples: - default: &276 + default: &297 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -38943,18 +38995,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *71 - - *273 - - *267 - - *268 - - *274 + - *294 + - *288 + - *289 + - *295 responses: '200': description: Response content: application/json: - schema: *275 + schema: *296 examples: - default: *276 + default: *297 x-github: enabledForGitHubApps: true category: orgs @@ -38972,19 +39024,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *71 - - *271 - - *272 - - *267 - - *268 - - *274 + - *292 + - *293 + - *288 + - *289 + - *295 responses: '200': description: Response content: application/json: - schema: *275 + schema: *296 examples: - default: *276 + default: *297 x-github: enabledForGitHubApps: true category: orgs @@ -39002,13 +39054,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *71 - - *273 - - *267 - - *268 + - *294 + - *288 + - *289 - *19 - *17 - *89 - - *277 + - *298 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -39092,7 +39144,7 @@ paths: application/json: schema: *20 examples: - default: &556 + default: &578 value: id: 1 account: @@ -39258,12 +39310,12 @@ paths: application/json: schema: anyOf: - - &279 + - &300 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &278 + limit: &299 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -39291,7 +39343,7 @@ paths: properties: {} additionalProperties: false examples: - default: &280 + default: &301 value: limit: collaborators_only origin: organization @@ -39320,13 +39372,13 @@ paths: required: true content: application/json: - schema: &557 + schema: &579 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *278 + limit: *299 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -39351,9 +39403,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *300 examples: - default: *280 + default: *301 '422': *15 x-github: githubCloudOnly: false @@ -39431,9 +39483,9 @@ paths: application/json: schema: type: array - items: *281 + items: *302 examples: - default: *282 + default: *303 headers: Link: *38 '404': *6 @@ -39511,7 +39563,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *302 examples: default: value: @@ -39568,7 +39620,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *71 - - &283 + - &304 name: invitation_id description: The unique identifier of the invitation. in: path @@ -39602,7 +39654,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *71 - - *283 + - *304 - *17 - *19 responses: @@ -39612,9 +39664,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: &300 + default: &321 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -39657,7 +39709,7 @@ paths: application/json: schema: type: array - items: *284 + items: *305 examples: default: value: @@ -39745,9 +39797,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *305 examples: - default: &285 + default: &306 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -39780,7 +39832,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *71 - - &286 + - &307 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -39836,9 +39888,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *305 examples: - default: *285 + default: *306 '404': *6 '422': *7 x-github: @@ -39863,7 +39915,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *71 - - *286 + - *307 responses: '204': description: Response @@ -39926,7 +39978,7 @@ paths: - closed - all default: open - - *287 + - *308 - name: type description: Can be the name of an issue type. in: query @@ -39945,7 +39997,7 @@ paths: - comments default: created - *89 - - *144 + - *164 - *17 - *19 responses: @@ -39955,9 +40007,9 @@ paths: application/json: schema: type: array - items: *154 + items: *174 examples: - default: *288 + default: *309 headers: Link: *38 '404': *6 @@ -40017,7 +40069,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '422': *15 @@ -40038,7 +40090,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-organization-membership-for-a-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response if requester is an organization member and user is @@ -40073,7 +40125,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -40100,7 +40152,7 @@ paths: - *17 - *19 - *71 - - *217 + - *237 responses: '200': description: Response @@ -40116,9 +40168,9 @@ paths: type: integer codespaces: type: array - items: *290 + items: *311 examples: - default: *291 + default: *312 '304': *35 '500': *86 '401': *23 @@ -40144,8 +40196,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - *71 - - *217 - - &292 + - *237 + - &313 name: codespace_name in: path required: true @@ -40179,16 +40231,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - *71 - - *217 - - *292 + - *237 + - *313 responses: '200': description: Response content: application/json: - schema: *290 + schema: *311 examples: - default: &479 + default: &501 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -40362,7 +40414,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - *71 - - *217 + - *237 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -40437,13 +40489,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#get-organization-membership-for-a-user parameters: - *71 - - *217 + - *237 responses: '200': description: Response content: application/json: - schema: &293 + schema: &314 title: Org Membership description: Org Membership type: object @@ -40512,7 +40564,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &294 + response-if-user-has-an-active-admin-membership-with-organization: &315 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -40581,7 +40633,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-organization-membership-for-a-user parameters: - *71 - - *217 + - *237 requestBody: required: false content: @@ -40609,9 +40661,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *314 examples: - response-if-user-already-had-membership-with-organization: *294 + response-if-user-already-had-membership-with-organization: *315 '422': *15 '403': *27 x-github: @@ -40636,7 +40688,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -40683,7 +40735,7 @@ paths: application/json: schema: type: array - items: &295 + items: &316 title: Migration description: A migration. type: object @@ -41021,7 +41073,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *316 examples: default: value: @@ -41200,7 +41252,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *71 - - &296 + - &317 name: migration_id description: The unique identifier of the migration. in: path @@ -41228,7 +41280,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *295 + schema: *316 examples: default: value: @@ -41398,7 +41450,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *71 - - *296 + - *317 responses: '302': description: Response @@ -41420,7 +41472,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *71 - - *296 + - *317 responses: '204': description: Response @@ -41444,8 +41496,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *71 - - *296 - - &741 + - *317 + - &744 name: repo_name description: repo_name parameter in: path @@ -41473,7 +41525,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *71 - - *296 + - *317 - *17 - *19 responses: @@ -41483,9 +41535,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: &307 + default: &328 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -41694,7 +41746,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &297 + items: &318 title: Organization Role description: Organization roles type: object @@ -41903,7 +41955,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *318 examples: default: value: @@ -41955,7 +42007,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-team parameters: - *71 - - &298 + - &319 name: team_slug description: The slug of the team name. in: path @@ -41987,8 +42039,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-team parameters: - *71 - - *298 - - *243 + - *319 + - *264 responses: '204': description: Response @@ -42018,8 +42070,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-team parameters: - *71 - - *298 - - *243 + - *319 + - *264 responses: '204': description: Response @@ -42045,7 +42097,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -42071,8 +42123,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - *71 - - *217 - - *243 + - *237 + - *264 responses: '204': description: Response @@ -42103,8 +42155,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - *71 - - *217 - - *243 + - *237 + - *264 responses: '204': description: Response @@ -42133,13 +42185,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#get-an-organization-role parameters: - *71 - - *243 + - *264 responses: '200': description: Response content: application/json: - schema: *297 + schema: *318 examples: default: value: @@ -42197,7 +42249,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#update-a-custom-organization-role parameters: - *71 - - *243 + - *264 requestBody: required: true content: @@ -42236,7 +42288,7 @@ paths: description: Response content: application/json: - schema: *297 + schema: *318 examples: default: value: @@ -42290,7 +42342,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - *71 - - *243 + - *264 responses: '204': description: Response @@ -42316,7 +42368,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *71 - - *243 + - *264 - *17 - *19 responses: @@ -42395,7 +42447,7 @@ paths: parent: anyOf: - type: 'null' - - *299 + - *320 required: - id - node_id @@ -42409,7 +42461,7 @@ paths: - slug - parent examples: - default: *300 + default: *321 headers: Link: *38 '404': @@ -42439,7 +42491,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *71 - - *243 + - *264 - *17 - *19 responses: @@ -42468,7 +42520,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *299 + items: *320 name: type: - string @@ -42585,7 +42637,7 @@ paths: - type - url examples: - default: *289 + default: *310 headers: Link: *38 '404': @@ -42636,7 +42688,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -42662,7 +42714,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - *71 - - *217 + - *237 requestBody: required: false content: @@ -42720,7 +42772,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -42778,7 +42830,7 @@ paths: - nuget - container - *71 - - &743 + - &746 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -42814,12 +42866,12 @@ paths: application/json: schema: type: array - items: *301 + items: *322 examples: - default: *302 + default: *323 '403': *27 '401': *23 - '400': &745 + '400': &748 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42841,7 +42893,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &303 + - &324 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 @@ -42859,7 +42911,7 @@ paths: - docker - nuget - container - - &304 + - &325 name: package_name description: The name of the package. in: path @@ -42872,7 +42924,7 @@ paths: description: Response content: application/json: - schema: *301 + schema: *322 examples: default: value: @@ -42924,8 +42976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 responses: '204': @@ -42958,8 +43010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 - name: token description: package token @@ -42992,8 +43044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 - *19 - *17 @@ -43014,7 +43066,7 @@ paths: application/json: schema: type: array - items: &305 + items: &326 title: Package Version description: A version of a software package type: object @@ -43149,10 +43201,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 - - &306 + - &327 name: package_version_id description: Unique identifier of the package version. in: path @@ -43164,7 +43216,7 @@ paths: description: Response content: application/json: - schema: *305 + schema: *326 examples: default: value: @@ -43200,10 +43252,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 - - *306 + - *327 responses: '204': description: Response @@ -43235,10 +43287,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *303 - - *304 + - *324 + - *325 - *71 - - *306 + - *327 responses: '204': description: Response @@ -43268,7 +43320,7 @@ paths: - *71 - *17 - *19 - - &308 + - &329 name: sort description: The property by which to sort the results. in: query @@ -43279,7 +43331,7 @@ paths: - created_at default: created_at - *89 - - &309 + - &330 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -43291,7 +43343,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &310 + - &331 name: repository description: The name of the repository to use to filter the results. in: query @@ -43300,7 +43352,7 @@ paths: type: string examples: - Hello-World - - &311 + - &332 name: permission description: The permission to use to filter the results. in: query @@ -43309,7 +43361,7 @@ paths: type: string examples: - issues_read - - &312 + - &333 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) @@ -43319,7 +43371,7 @@ paths: schema: type: string format: date-time - - &313 + - &334 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) @@ -43329,7 +43381,7 @@ paths: schema: type: string format: date-time - - &314 + - &335 name: token_id description: The ID of the token in: query @@ -43646,9 +43698,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -43674,14 +43726,14 @@ paths: - *71 - *17 - *19 - - *308 + - *329 - *89 - - *309 - - *310 - - *311 - - *312 - - *313 - - *314 + - *330 + - *331 + - *332 + - *333 + - *334 + - *335 responses: '500': *86 '422': *15 @@ -43963,9 +44015,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -44007,7 +44059,7 @@ paths: type: integer configurations: type: array - items: &315 + items: &336 title: Organization private registry description: Private registry configuration for an organization type: object @@ -44030,6 +44082,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 @@ -44115,6 +44172,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 @@ -44215,6 +44277,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 @@ -44251,7 +44318,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &316 + org-private-registry-with-selected-visibility: &337 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -44343,15 +44410,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#get-a-private-registry-for-an-organization parameters: - *71 - - *205 + - *225 responses: '200': description: The specified private registry configuration for the organization content: application/json: - schema: *315 + schema: *336 examples: - default: *316 + default: *337 '404': *6 x-github: githubCloudOnly: false @@ -44373,7 +44440,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#update-a-private-registry-for-an-organization parameters: - *71 - - *205 + - *225 requestBody: required: true content: @@ -44395,6 +44462,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 @@ -44465,7 +44537,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/private-registries/organization-configurations#delete-a-private-registry-for-an-organization parameters: - *71 - - *205 + - *225 responses: '204': description: Response @@ -44511,7 +44583,7 @@ paths: application/json: schema: type: array - items: &317 + items: &338 title: Project description: Projects are a way to organize columns and cards of work. @@ -44693,7 +44765,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *338 examples: default: value: @@ -44731,7 +44803,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': &381 + '410': &403 description: Gone content: application/json: @@ -44897,7 +44969,7 @@ paths: required: true content: application/json: - schema: *318 + schema: *339 examples: default: value: @@ -45003,7 +45075,7 @@ paths: - octocat/Hello-World properties: type: array - items: &319 + items: &340 title: Custom Property Value description: Custom property name and associated value type: object @@ -45093,7 +45165,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *319 + items: *340 required: - repository_names - properties @@ -45146,7 +45218,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -45166,7 +45238,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#check-public-organization-membership-for-a-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response if user is a public member @@ -45191,7 +45263,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -45213,7 +45285,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - *71 - - *217 + - *237 responses: '204': description: Response @@ -45284,9 +45356,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -45490,7 +45562,7 @@ paths: description: Response content: application/json: - schema: &383 + schema: &405 title: Full Repository description: Full Repository type: object @@ -45936,7 +46008,7 @@ paths: license: anyOf: - type: 'null' - - *155 + - *175 organization: anyOf: - type: 'null' @@ -45955,7 +46027,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &498 + code_of_conduct: &520 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -45985,7 +46057,7 @@ paths: - key - name - html_url - security_and_analysis: *320 + security_and_analysis: *341 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -46069,7 +46141,7 @@ paths: - network_count - subscribers_count examples: - default: &385 + default: &407 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -46595,9 +46667,9 @@ paths: application/json: schema: type: array - items: *321 + items: *342 examples: - default: *322 + default: *343 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -46622,7 +46694,7 @@ paths: - *71 - *17 - *19 - - &642 + - &644 name: targets description: | A comma-separated list of rule targets to filter by. @@ -46641,7 +46713,7 @@ paths: application/json: schema: type: array - items: *129 + items: *148 examples: default: value: @@ -46714,11 +46786,35 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *127 - conditions: *323 + conditions: *344 rules: type: array description: An array of rules within the ruleset. - items: *128 + items: &346 + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - *128 + - *129 + - *130 + - *131 + - *132 + - *133 + - *134 + - *135 + - *136 + - *137 + - *138 + - *139 + - *140 + - *141 + - *142 + - *143 + - *144 + - *145 + - *146 + - *147 required: - name - enforcement @@ -46756,9 +46852,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: &324 + default: &345 value: id: 21 name: super cool ruleset @@ -46813,7 +46909,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *71 - - &643 + - &646 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 @@ -46823,16 +46919,16 @@ paths: schema: type: string x-multi-segment: true - - *224 - - *220 - - &644 + - *244 + - *240 + - &647 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 - - &645 + - &648 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -46852,7 +46948,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &649 title: Rule Suites description: Response type: array @@ -46908,7 +47004,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &647 + default: &650 value: - id: 21 actor_id: 12 @@ -46952,7 +47048,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *71 - - &648 + - &651 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -46968,7 +47064,7 @@ paths: description: Response content: application/json: - schema: &649 + schema: &652 title: Rule Suite description: Response type: object @@ -47075,7 +47171,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &650 + default: &653 value: id: 21 actor_id: 12 @@ -47148,9 +47244,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *324 + default: *345 '404': *6 '500': *86 put: @@ -47199,11 +47295,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *127 - conditions: *323 + conditions: *344 rules: description: An array of rules within the ruleset. type: array - items: *128 + items: *346 examples: default: value: @@ -47238,9 +47334,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *324 + default: *345 '404': *6 '500': *86 delete: @@ -47297,9 +47393,9 @@ paths: application/json: schema: type: array - items: *132 + items: *152 examples: - default: *325 + default: *347 '404': *6 '500': *86 x-github: @@ -47336,7 +47432,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *348 examples: default: value: @@ -47399,14 +47495,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *71 - - *327 - - *328 - - *329 - - *330 + - *349 + - *350 + - *351 + - *352 - *89 - *19 - *17 - - &652 + - &655 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -47416,7 +47512,7 @@ paths: required: false schema: type: string - - &653 + - &656 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -47426,10 +47522,10 @@ paths: required: false schema: type: string - - *331 - - *332 - - *333 - - *334 + - *353 + - *354 + - *355 + - *356 responses: '200': description: Response @@ -47437,13 +47533,13 @@ paths: application/json: schema: type: array - items: *335 + items: *357 examples: - default: *336 + default: *358 headers: Link: *38 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47509,7 +47605,7 @@ paths: application/json: schema: type: array - items: &674 + items: &677 description: A repository security advisory. type: object properties: @@ -47753,7 +47849,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *359 credits_detailed: type: - array @@ -47764,7 +47860,7 @@ paths: type: object properties: user: *4 - type: *337 + type: *359 state: type: string description: The state of the user's acceptance of the @@ -47790,7 +47886,7 @@ paths: - array - 'null' description: A list of teams that collaborate on the advisory. - items: *226 + items: *246 private_fork: readOnly: true description: A temporary private fork of the advisory's repository @@ -47828,7 +47924,7 @@ paths: - private_fork additionalProperties: false examples: - default: &675 + default: &678 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -48215,9 +48311,9 @@ paths: application/json: schema: type: array - items: *299 + items: *320 examples: - default: *300 + default: *321 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48241,7 +48337,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#add-a-security-manager-team parameters: - *71 - - *298 + - *319 responses: '204': description: Response @@ -48267,7 +48363,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/security-managers#remove-a-security-manager-team parameters: - *71 - - *298 + - *319 responses: '204': description: Response @@ -48302,9 +48398,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *360 examples: - default: *339 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48329,7 +48425,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *71 - - *340 + - *362 - *17 - *19 responses: @@ -48337,9 +48433,9 @@ paths: description: Success content: application/json: - schema: *341 + schema: *363 examples: - default: *342 + default: *364 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -48367,9 +48463,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *365 examples: - default: *344 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48397,9 +48493,9 @@ paths: description: Response content: application/json: - schema: *345 + schema: *367 examples: - default: *346 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -48439,7 +48535,7 @@ paths: type: array items: *112 examples: - default: *347 + default: *369 headers: Link: *38 x-github: @@ -48640,15 +48736,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *71 - - *348 + - *370 responses: '200': description: Response content: application/json: - schema: *349 + schema: *371 examples: - default: *350 + default: *372 headers: Link: *38 x-github: @@ -48686,7 +48782,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &394 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -48738,7 +48834,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &373 + default: &395 value: groups: - group_id: '123' @@ -48784,7 +48880,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team parameters: - *71 - - *298 + - *319 - 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`). @@ -48816,13 +48912,13 @@ paths: application/json: schema: type: array - items: *137 + items: *157 examples: - default: *138 + default: *158 '500': *86 '403': *27 '404': *6 - '422': *139 + '422': *159 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -48850,9 +48946,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 headers: Link: *38 '403': *27 @@ -48946,7 +49042,7 @@ paths: description: Response content: application/json: - schema: &351 + schema: &373 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -49020,7 +49116,7 @@ paths: parent: anyOf: - type: 'null' - - *299 + - *320 members_count: type: integer examples: @@ -49326,7 +49422,7 @@ paths: - repos_count - organization examples: - default: &352 + default: &374 value: id: 1 node_id: MDQ6VGVhbTE= @@ -49397,15 +49493,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name parameters: - *71 - - *298 + - *319 responses: '200': description: Response content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '404': *6 x-github: githubCloudOnly: false @@ -49427,7 +49523,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team parameters: - *71 - - *298 + - *319 requestBody: required: false content: @@ -49490,16 +49586,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '201': description: Response content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '404': *6 '422': *15 '403': *27 @@ -49525,7 +49621,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team parameters: - *71 - - *298 + - *319 responses: '204': description: Response @@ -49552,7 +49648,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions parameters: - *71 - - *298 + - *319 - *89 - *17 - *19 @@ -49569,7 +49665,7 @@ paths: application/json: schema: type: array - items: &353 + items: &375 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -49660,7 +49756,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2343027/discussions/1 - reactions: *142 + reactions: *162 required: - author - body @@ -49680,7 +49776,7 @@ paths: - updated_at - url examples: - default: &715 + default: &718 value: - author: login: octocat @@ -49755,7 +49851,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion parameters: - *71 - - *298 + - *319 requestBody: required: true content: @@ -49789,9 +49885,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: &354 + default: &376 value: author: login: octocat @@ -49864,8 +49960,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion parameters: - *71 - - *298 - - &355 + - *319 + - &377 name: discussion_number description: The number that identifies the discussion. in: path @@ -49877,9 +49973,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: *354 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49902,8 +49998,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion parameters: - *71 - - *298 - - *355 + - *319 + - *377 requestBody: required: false content: @@ -49926,9 +50022,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: &716 + default: &719 value: author: login: octocat @@ -49999,8 +50095,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion parameters: - *71 - - *298 - - *355 + - *319 + - *377 responses: '204': description: Response @@ -50027,8 +50123,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments parameters: - *71 - - *298 - - *355 + - *319 + - *377 - *89 - *17 - *19 @@ -50039,7 +50135,7 @@ paths: application/json: schema: type: array - items: &356 + items: &378 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -50104,7 +50200,7 @@ paths: format: uri examples: - https://api.github.com/organizations/1/team/2403582/discussions/1/comments/1 - reactions: *142 + reactions: *162 required: - author - body @@ -50119,7 +50215,7 @@ paths: - updated_at - url examples: - default: &717 + default: &720 value: - author: login: octocat @@ -50188,8 +50284,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment parameters: - *71 - - *298 - - *355 + - *319 + - *377 requestBody: required: true content: @@ -50211,9 +50307,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: &357 + default: &379 value: author: login: octocat @@ -50280,9 +50376,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment parameters: - *71 - - *298 - - *355 - - &358 + - *319 + - *377 + - &380 name: comment_number description: The number that identifies the comment. in: path @@ -50294,9 +50390,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: *357 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50319,9 +50415,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *319 + - *377 + - *380 requestBody: required: true content: @@ -50343,9 +50439,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: &718 + default: &721 value: author: login: octocat @@ -50410,9 +50506,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *319 + - *377 + - *380 responses: '204': description: Response @@ -50439,9 +50535,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *319 + - *377 + - *380 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -50467,7 +50563,7 @@ paths: application/json: schema: type: array - items: &359 + items: &381 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -50511,7 +50607,7 @@ paths: - content - created_at examples: - default: &361 + default: &383 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50562,9 +50658,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *71 - - *298 - - *355 - - *358 + - *319 + - *377 + - *380 requestBody: required: true content: @@ -50597,9 +50693,9 @@ paths: team discussion comment content: application/json: - schema: *359 + schema: *381 examples: - default: &360 + default: &382 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -50628,9 +50724,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50654,10 +50750,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *71 - - *298 - - *355 - - *358 - - &362 + - *319 + - *377 + - *380 + - &384 name: reaction_id description: The unique identifier of the reaction. in: path @@ -50690,8 +50786,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *71 - - *298 - - *355 + - *319 + - *377 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -50717,9 +50813,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 x-github: @@ -50746,8 +50842,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *71 - - *298 - - *355 + - *319 + - *377 requestBody: required: true content: @@ -50779,16 +50875,16 @@ paths: description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -50812,9 +50908,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-team-discussion-reaction parameters: - *71 - - *298 - - *355 - - *362 + - *319 + - *377 + - *384 responses: '204': description: Response @@ -50838,15 +50934,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *319 responses: '200': description: Response content: application/json: - schema: *363 + schema: *385 examples: - default: *364 + default: *386 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -50866,7 +50962,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *319 requestBody: required: true content: @@ -50890,9 +50986,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *387 examples: - default: *366 + default: *388 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -50912,7 +51008,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *71 - - *298 + - *319 responses: '204': description: Response @@ -50937,7 +51033,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations parameters: - *71 - - *298 + - *319 - *17 - *19 responses: @@ -50947,9 +51043,9 @@ paths: application/json: schema: type: array - items: *281 + items: *302 examples: - default: *282 + default: *303 headers: Link: *38 x-github: @@ -50972,7 +51068,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members parameters: - *71 - - *298 + - *319 - name: role description: Filters members returned by their role in the team. in: query @@ -50995,7 +51091,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -51026,14 +51122,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user parameters: - *71 - - *298 - - *217 + - *319 + - *237 responses: '200': description: Response content: application/json: - schema: &367 + schema: &389 title: Team Membership description: Team Membership type: object @@ -51061,7 +51157,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &719 + response-if-user-is-a-team-maintainer: &722 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -51098,8 +51194,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *71 - - *298 - - *217 + - *319 + - *237 requestBody: required: false content: @@ -51124,9 +51220,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *389 examples: - response-if-users-membership-with-team-is-now-pending: &720 + response-if-users-membership-with-team-is-now-pending: &723 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -51162,8 +51258,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user parameters: - *71 - - *298 - - *217 + - *319 + - *237 responses: '204': description: Response @@ -51189,7 +51285,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects parameters: - *71 - - *298 + - *319 - *17 - *19 responses: @@ -51199,7 +51295,7 @@ paths: application/json: schema: type: array - items: &368 + items: &390 title: Team Project description: A team's access to a project. type: object @@ -51268,7 +51364,7 @@ paths: - updated_at - permissions examples: - default: &721 + default: &724 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51332,8 +51428,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project parameters: - *71 - - *298 - - &369 + - *319 + - &391 name: project_id description: The unique identifier of the project. in: path @@ -51345,9 +51441,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *390 examples: - default: &722 + default: &725 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -51410,8 +51506,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions parameters: - *71 - - *298 - - *369 + - *319 + - *391 requestBody: required: false content: @@ -51479,8 +51575,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team parameters: - *71 - - *298 - - *369 + - *319 + - *391 responses: '204': description: Response @@ -51508,7 +51604,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories parameters: - *71 - - *298 + - *319 - *17 - *19 responses: @@ -51518,9 +51614,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -51550,15 +51646,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository parameters: - *71 - - *298 - - *370 - - *371 + - *319 + - *392 + - *393 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &723 + schema: &726 title: Team Repository description: A team's access to a repository. type: object @@ -51584,7 +51680,7 @@ paths: license: anyOf: - type: 'null' - - *155 + - *175 forks: type: integer permissions: @@ -52200,9 +52296,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions parameters: - *71 - - *298 - - *370 - - *371 + - *319 + - *392 + - *393 requestBody: required: false content: @@ -52248,9 +52344,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team parameters: - *71 - - *298 - - *370 - - *371 + - *319 + - *392 + - *393 responses: '204': description: Response @@ -52277,15 +52373,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team parameters: - *71 - - *298 + - *319 responses: '200': description: Response content: application/json: - schema: *372 + schema: *394 examples: - default: *373 + default: *395 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -52308,7 +52404,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections parameters: - *71 - - *298 + - *319 requestBody: required: true content: @@ -52351,7 +52447,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *394 examples: default: value: @@ -52384,7 +52480,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams parameters: - *71 - - *298 + - *319 - *17 - *19 responses: @@ -52394,9 +52490,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - response-if-child-teams-exist: &724 + response-if-child-teams-exist: &727 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -52523,7 +52619,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#get-a-project-card parameters: - - &374 + - &396 name: card_id description: The unique identifier of the card. in: path @@ -52535,7 +52631,7 @@ paths: description: Response content: application/json: - schema: &375 + schema: &397 title: Project Card description: Project cards represent a scope of work. type: object @@ -52610,7 +52706,7 @@ paths: - created_at - updated_at examples: - default: &376 + default: &398 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -52666,7 +52762,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#update-an-existing-project-card parameters: - - *374 + - *396 requestBody: required: false content: @@ -52696,9 +52792,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *397 examples: - default: *376 + default: *398 '304': *35 '403': *27 '401': *23 @@ -52725,7 +52821,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#delete-a-project-card parameters: - - *374 + - *396 responses: '204': description: Response @@ -52769,7 +52865,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#move-a-project-card parameters: - - *374 + - *396 requestBody: required: true content: @@ -52882,7 +52978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#get-a-project-column parameters: - - &377 + - &399 name: column_id description: The unique identifier of the column. in: path @@ -52894,7 +52990,7 @@ paths: description: Response content: application/json: - schema: &378 + schema: &400 title: Project Column description: Project columns contain cards of work. type: object @@ -52948,7 +53044,7 @@ paths: - created_at - updated_at examples: - default: &379 + default: &401 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -52983,7 +53079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#update-an-existing-project-column parameters: - - *377 + - *399 requestBody: required: true content: @@ -53008,9 +53104,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *400 examples: - default: *379 + default: *401 '304': *35 '403': *27 '401': *23 @@ -53035,7 +53131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#delete-a-project-column parameters: - - *377 + - *399 responses: '204': description: Response @@ -53064,7 +53160,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#list-project-cards parameters: - - *377 + - *399 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -53085,7 +53181,7 @@ paths: application/json: schema: type: array - items: *375 + items: *397 examples: default: value: @@ -53144,7 +53240,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/cards#create-a-project-card parameters: - - *377 + - *399 requestBody: required: true content: @@ -53188,9 +53284,9 @@ paths: description: Response content: application/json: - schema: *375 + schema: *397 examples: - default: *376 + default: *398 '304': *35 '403': *27 '401': *23 @@ -53200,8 +53296,8 @@ paths: application/json: schema: oneOf: - - *178 - - *179 + - *198 + - *199 '503': description: Response content: @@ -53246,7 +53342,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#move-a-project-column parameters: - - *377 + - *399 requestBody: required: true content: @@ -53307,15 +53403,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-a-project parameters: - - *369 + - *391 responses: '200': description: Response content: application/json: - schema: *317 + schema: *338 examples: - default: &380 + default: &402 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -53372,7 +53468,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#update-a-project parameters: - - *369 + - *391 requestBody: required: false content: @@ -53421,9 +53517,9 @@ paths: description: Response content: application/json: - schema: *317 + schema: *338 examples: - default: *380 + default: *402 '404': description: Not Found if the authenticated user does not have access to the project @@ -53444,7 +53540,7 @@ paths: items: type: string '401': *23 - '410': *381 + '410': *403 '422': *7 x-github: githubCloudOnly: false @@ -53467,7 +53563,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#delete-a-project parameters: - - *369 + - *391 responses: '204': description: Delete Success @@ -53488,7 +53584,7 @@ paths: items: type: string '401': *23 - '410': *381 + '410': *403 '404': *6 x-github: githubCloudOnly: false @@ -53512,7 +53608,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#list-project-collaborators parameters: - - *369 + - *391 - 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 @@ -53539,7 +53635,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '404': *6 @@ -53569,8 +53665,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#add-project-collaborator parameters: - - *369 - - *217 + - *391 + - *237 requestBody: required: false content: @@ -53624,8 +53720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *369 - - *217 + - *391 + - *237 responses: '204': description: Response @@ -53656,8 +53752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *369 - - *217 + - *391 + - *237 responses: '200': description: Response @@ -53727,7 +53823,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#list-project-columns parameters: - - *369 + - *391 - *17 - *19 responses: @@ -53737,7 +53833,7 @@ paths: application/json: schema: type: array - items: *378 + items: *400 examples: default: value: @@ -53775,7 +53871,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/columns#create-a-project-column parameters: - - *369 + - *391 requestBody: required: true content: @@ -53799,7 +53895,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *400 examples: default: value: @@ -53864,7 +53960,7 @@ paths: resources: type: object properties: - core: &382 + core: &404 title: Rate Limit type: object properties: @@ -53881,21 +53977,21 @@ paths: - remaining - reset - used - graphql: *382 - search: *382 - code_search: *382 - source_import: *382 - integration_manifest: *382 - code_scanning_upload: *382 - actions_runner_registration: *382 - scim: *382 - dependency_snapshots: *382 - dependency_sbom: *382 - code_scanning_autofix: *382 + graphql: *404 + search: *404 + code_search: *404 + source_import: *404 + integration_manifest: *404 + code_scanning_upload: *404 + actions_runner_registration: *404 + scim: *404 + dependency_snapshots: *404 + dependency_sbom: *404 + code_scanning_autofix: *404 required: - core - search - rate: *382 + rate: *404 required: - rate - resources @@ -53999,14 +54095,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *383 + schema: *405 examples: default-response: summary: Default response @@ -54511,7 +54607,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *384 + '301': *406 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -54529,8 +54625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -54788,10 +54884,10 @@ paths: description: Response content: application/json: - schema: *383 + schema: *405 examples: - default: *385 - '307': &386 + default: *407 + '307': &408 description: Temporary Redirect content: application/json: @@ -54820,8 +54916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -54843,7 +54939,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *386 + '307': *408 '404': *6 '409': *97 x-github: @@ -54867,11 +54963,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 - - &401 + - &423 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -54894,7 +54990,7 @@ paths: type: integer artifacts: type: array - items: &387 + items: &409 title: Artifact description: An artifact type: object @@ -54989,7 +55085,7 @@ paths: - expires_at - updated_at examples: - default: &402 + default: &424 value: total_count: 2 artifacts: @@ -55050,9 +55146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *370 - - *371 - - &388 + - *392 + - *393 + - &410 name: artifact_id description: The unique identifier of the artifact. in: path @@ -55064,7 +55160,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *409 examples: default: value: @@ -55102,9 +55198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *370 - - *371 - - *388 + - *392 + - *393 + - *410 responses: '204': description: Response @@ -55128,9 +55224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *370 - - *371 - - *388 + - *392 + - *393 + - *410 - name: archive_format in: path required: true @@ -55144,7 +55240,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': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55167,14 +55263,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *389 + schema: *411 examples: default: value: @@ -55200,11 +55296,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 - - &390 + - &412 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 @@ -55238,7 +55334,7 @@ paths: description: Response content: application/json: - schema: &391 + schema: &413 title: Repository actions caches description: Repository actions caches type: object @@ -55288,7 +55384,7 @@ paths: - total_count - actions_caches examples: - default: &392 + default: &414 value: total_count: 1 actions_caches: @@ -55320,23 +55416,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *370 - - *371 + - *392 + - *393 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *390 + - *412 responses: '200': description: Response content: application/json: - schema: *391 + schema: *413 examples: - default: *392 + default: *414 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55356,8 +55452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *370 - - *371 + - *392 + - *393 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -55388,9 +55484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *370 - - *371 - - &393 + - *392 + - *393 + - &415 name: job_id description: The unique identifier of the job. in: path @@ -55402,7 +55498,7 @@ paths: description: Response content: application/json: - schema: &405 + schema: &427 title: Job description: Information of a job execution in a workflow run type: object @@ -55749,9 +55845,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *370 - - *371 + - *392 - *393 + - *415 responses: '302': description: Response @@ -55779,9 +55875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *370 - - *371 + - *392 - *393 + - *415 requestBody: required: false content: @@ -55803,7 +55899,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -55827,8 +55923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Status response @@ -55878,8 +55974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -55913,7 +56009,7 @@ paths: description: Empty response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -55942,8 +56038,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -55961,7 +56057,7 @@ paths: type: integer secrets: type: array - items: &407 + items: &429 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -55982,7 +56078,7 @@ paths: - created_at - updated_at examples: - default: &408 + default: &430 value: total_count: 2 secrets: @@ -56015,9 +56111,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *370 - - *371 - - *394 + - *392 + - *393 + - *416 - *19 responses: '200': @@ -56034,7 +56130,7 @@ paths: type: integer variables: type: array - items: &411 + items: &433 title: Actions Variable type: object properties: @@ -56068,7 +56164,7 @@ paths: - created_at - updated_at examples: - default: &412 + default: &434 value: total_count: 2 variables: @@ -56101,8 +56197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -56111,11 +56207,11 @@ paths: schema: type: object properties: - enabled: &395 + enabled: &417 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *47 - selected_actions_url: *188 + selected_actions_url: *208 required: - enabled examples: @@ -56144,8 +56240,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -56156,7 +56252,7 @@ paths: schema: type: object properties: - enabled: *395 + enabled: *417 allowed_actions: *47 required: - enabled @@ -56187,14 +56283,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: &396 + schema: &418 type: object properties: access_level: @@ -56212,7 +56308,7 @@ paths: required: - access_level examples: - default: &397 + default: &419 value: access_level: organization x-github: @@ -56237,15 +56333,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: application/json: - schema: *396 + schema: *418 examples: - default: *397 + default: *419 responses: '204': description: Response @@ -56269,8 +56365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -56301,8 +56397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -56334,14 +56430,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *191 + schema: *211 examples: default: *53 x-github: @@ -56364,8 +56460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Success response @@ -56376,7 +56472,7 @@ paths: required: true content: application/json: - schema: *192 + schema: *212 examples: default: *53 x-github: @@ -56405,8 +56501,8 @@ paths: in: query schema: type: string - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -56450,8 +56546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -56459,9 +56555,9 @@ paths: application/json: schema: type: array - items: *196 + items: *216 examples: - default: *197 + default: *217 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56483,8 +56579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -56527,7 +56623,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *198 + '201': *218 '404': *6 '422': *7 '409': *97 @@ -56558,8 +56654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '201': description: Response @@ -56567,7 +56663,7 @@ paths: application/json: schema: *63 examples: - default: *199 + default: *219 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56595,8 +56691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '201': description: Response @@ -56604,7 +56700,7 @@ paths: application/json: schema: *63 examples: - default: *200 + default: *220 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56626,8 +56722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 responses: '200': @@ -56636,7 +56732,7 @@ paths: application/json: schema: *60 examples: - default: *201 + default: *221 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56657,8 +56753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 responses: '204': @@ -56685,8 +56781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 responses: '200': *65 @@ -56711,8 +56807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 requestBody: required: true @@ -56761,8 +56857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 requestBody: required: true @@ -56812,11 +56908,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 responses: - '200': *202 + '200': *222 '404': *6 x-github: githubCloudOnly: false @@ -56843,10 +56939,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *59 - - *203 + - *223 responses: '200': *65 '404': *6 @@ -56874,9 +56970,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *370 - - *371 - - &415 + - *392 + - *393 + - &437 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. @@ -56884,7 +56980,7 @@ paths: required: false schema: type: string - - &416 + - &438 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -56892,7 +56988,7 @@ paths: required: false schema: type: string - - &417 + - &439 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -56901,7 +56997,7 @@ paths: required: false schema: type: string - - &418 + - &440 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 @@ -56928,7 +57024,7 @@ paths: - pending - *17 - *19 - - &419 + - &441 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -56937,7 +57033,7 @@ paths: schema: type: string format: date-time - - &398 + - &420 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -56946,13 +57042,13 @@ paths: schema: type: boolean default: false - - &420 + - &442 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &421 + - &443 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -56975,7 +57071,7 @@ paths: type: integer workflow_runs: type: array - items: &399 + items: &421 title: Workflow Run description: An invocation of a workflow type: object @@ -57092,7 +57188,7 @@ paths: type: - array - 'null' - items: &442 + items: &464 title: Pull Request Minimal type: object properties: @@ -57219,7 +57315,7 @@ paths: head_commit: anyOf: - type: 'null' - - &446 + - &468 title: Simple Commit description: A commit. type: object @@ -57293,8 +57389,8 @@ paths: - timestamp - author - committer - repository: *195 - head_repository: *195 + repository: *215 + head_repository: *215 head_repository_id: type: integer examples: @@ -57334,7 +57430,7 @@ paths: - workflow_url - pull_requests examples: - default: &422 + default: &444 value: total_count: 1 workflow_runs: @@ -57570,24 +57666,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *370 - - *371 - - &400 + - *392 + - *393 + - &422 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *398 + - *420 responses: '200': description: Response content: application/json: - schema: *399 + schema: *421 examples: - default: &403 + default: &425 value: id: 30433642 name: Build @@ -57828,9 +57924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '204': description: Response @@ -57853,9 +57949,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '200': description: Response @@ -57983,15 +58079,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '201': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -58018,12 +58114,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 - *17 - *19 - - *401 + - *423 responses: '200': description: Response @@ -58039,9 +58135,9 @@ paths: type: integer artifacts: type: array - items: *387 + items: *409 examples: - default: *402 + default: *424 headers: Link: *38 x-github: @@ -58065,25 +58161,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *370 - - *371 - - *400 - - &404 + - *392 + - *393 + - *422 + - &426 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *398 + - *420 responses: '200': description: Response content: application/json: - schema: *399 + schema: *421 examples: - default: *403 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58106,10 +58202,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *370 - - *371 - - *400 - - *404 + - *392 + - *393 + - *422 + - *426 - *17 - *19 responses: @@ -58127,9 +58223,9 @@ paths: type: integer jobs: type: array - items: *405 + items: *427 examples: - default: &406 + default: &428 value: total_count: 1 jobs: @@ -58242,10 +58338,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *370 - - *371 - - *400 - - *404 + - *392 + - *393 + - *422 + - *426 responses: '302': description: Response @@ -58273,15 +58369,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '202': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -58308,9 +58404,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 requestBody: required: true content: @@ -58377,15 +58473,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '202': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -58412,9 +58508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 - 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 @@ -58444,9 +58540,9 @@ paths: type: integer jobs: type: array - items: *405 + items: *427 examples: - default: *406 + default: *428 headers: Link: *38 x-github: @@ -58471,9 +58567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '302': description: Response @@ -58500,9 +58596,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '204': description: Response @@ -58529,9 +58625,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '200': description: Response @@ -58600,7 +58696,7 @@ paths: items: type: object properties: - type: &526 + type: &548 type: string description: The type of reviewer. enum: @@ -58611,7 +58707,7 @@ paths: reviewer: anyOf: - *4 - - *226 + - *246 required: - environment - wait_timer @@ -58686,9 +58782,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 requestBody: required: true content: @@ -58738,7 +58834,7 @@ paths: application/json: schema: type: array - items: &512 + items: &534 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -58850,7 +58946,7 @@ paths: - created_at - updated_at examples: - default: &513 + default: &535 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -58906,9 +59002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 requestBody: required: false content: @@ -58930,7 +59026,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -58953,9 +59049,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 requestBody: required: false content: @@ -58977,7 +59073,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -59010,9 +59106,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *370 - - *371 - - *400 + - *392 + - *393 + - *422 responses: '200': description: Response @@ -59149,8 +59245,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -59168,9 +59264,9 @@ paths: type: integer secrets: type: array - items: *407 + items: *429 examples: - default: *408 + default: *430 headers: Link: *38 x-github: @@ -59195,16 +59291,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *409 + schema: *431 examples: - default: *410 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59226,17 +59322,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '200': description: Response content: application/json: - schema: *407 + schema: *429 examples: - default: &539 + default: &561 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -59262,9 +59358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 requestBody: required: true content: @@ -59295,7 +59391,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -59321,9 +59417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '204': description: Response @@ -59348,9 +59444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *370 - - *371 - - *394 + - *392 + - *393 + - *416 - *19 responses: '200': @@ -59367,9 +59463,9 @@ paths: type: integer variables: type: array - items: *411 + items: *433 examples: - default: *412 + default: *434 headers: Link: *38 x-github: @@ -59392,8 +59488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -59420,7 +59516,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -59445,17 +59541,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *370 - - *371 - - *208 + - *392 + - *393 + - *228 responses: '200': description: Response content: application/json: - schema: *411 + schema: *433 examples: - default: &540 + default: &562 value: name: USERNAME value: octocat @@ -59481,9 +59577,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *370 - - *371 - - *208 + - *392 + - *393 + - *228 requestBody: required: true content: @@ -59525,9 +59621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *370 - - *371 - - *208 + - *392 + - *393 + - *228 responses: '204': description: Response @@ -59552,8 +59648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -59571,7 +59667,7 @@ paths: type: integer workflows: type: array - items: &413 + items: &435 title: Workflow description: A GitHub Actions workflow type: object @@ -59689,9 +59785,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *370 - - *371 - - &414 + - *392 + - *393 + - &436 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -59706,7 +59802,7 @@ paths: description: Response content: application/json: - schema: *413 + schema: *435 examples: default: value: @@ -59739,9 +59835,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *370 - - *371 - - *414 + - *392 + - *393 + - *436 responses: '204': description: Response @@ -59766,9 +59862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *370 - - *371 - - *414 + - *392 + - *393 + - *436 responses: '204': description: Response @@ -59819,9 +59915,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *370 - - *371 - - *414 + - *392 + - *393 + - *436 responses: '204': description: Response @@ -59848,19 +59944,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *370 - - *371 - - *414 - - *415 - - *416 - - *417 - - *418 + - *392 + - *393 + - *436 + - *437 + - *438 + - *439 + - *440 - *17 - *19 - - *419 - - *398 + - *441 - *420 - - *421 + - *442 + - *443 responses: '200': description: Response @@ -59876,9 +59972,9 @@ paths: type: integer workflow_runs: type: array - items: *399 + items: *421 examples: - default: *422 + default: *444 headers: Link: *38 x-github: @@ -59911,9 +60007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *370 - - *371 - - *414 + - *392 + - *393 + - *436 responses: '200': description: Response @@ -59974,8 +60070,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *370 - - *371 + - *392 + - *393 - *89 - *17 - *87 @@ -60143,8 +60239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -60156,7 +60252,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '404': *6 @@ -60181,8 +60277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *370 - - *371 + - *392 + - *393 - name: assignee in: path required: true @@ -60218,8 +60314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-an-attestation parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -60331,8 +60427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-attestations parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *87 - *88 @@ -60386,7 +60482,7 @@ paths: bundle_url: type: string examples: - default: *423 + default: *445 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60406,8 +60502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -60415,7 +60511,7 @@ paths: application/json: schema: type: array - items: &424 + items: &446 title: Autolink reference description: An autolink reference. type: object @@ -60469,8 +60565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -60509,9 +60605,9 @@ paths: description: response content: application/json: - schema: *424 + schema: *446 examples: - default: &425 + default: &447 value: id: 1 key_prefix: TICKET- @@ -60542,9 +60638,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *370 - - *371 - - &426 + - *392 + - *393 + - &448 name: autolink_id description: The unique identifier of the autolink. in: path @@ -60556,9 +60652,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *446 examples: - default: *425 + default: *447 '404': *6 x-github: githubCloudOnly: false @@ -60578,9 +60674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *370 - - *371 - - *426 + - *392 + - *393 + - *448 responses: '204': description: Response @@ -60604,8 +60700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response if Dependabot is enabled @@ -60655,8 +60751,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -60677,8 +60773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -60698,8 +60794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *370 - - *371 + - *392 + - *393 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -60737,7 +60833,7 @@ paths: - url protected: type: boolean - protection: &428 + protection: &450 title: Branch Protection description: Branch Protection type: object @@ -60780,7 +60876,7 @@ paths: required: - contexts - checks - enforce_admins: &431 + enforce_admins: &453 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -60797,7 +60893,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &433 + required_pull_request_reviews: &455 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -60819,7 +60915,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *226 + items: *246 apps: description: The list of apps with review dismissal access. @@ -60851,7 +60947,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *226 + items: *246 apps: description: The list of apps allowed to bypass pull request requirements. @@ -60881,7 +60977,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &430 + restrictions: &452 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -61206,9 +61302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *370 - - *371 - - &429 + - *392 + - *393 + - &451 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -61222,14 +61318,14 @@ paths: description: Response content: application/json: - schema: &439 + schema: &461 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &488 + commit: &510 title: Commit description: Commit type: object @@ -61268,7 +61364,7 @@ paths: author: anyOf: - type: 'null' - - &427 + - &449 title: Git User description: Metaproperties for Git author/committer information. @@ -61289,7 +61385,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *449 message: type: string examples: @@ -61313,7 +61409,7 @@ paths: required: - sha - url - verification: &546 + verification: &568 title: Verification type: object properties: @@ -61349,14 +61445,14 @@ paths: author: oneOf: - *4 - - *206 + - *226 type: - 'null' - object committer: oneOf: - *4 - - *206 + - *226 type: - 'null' - object @@ -61393,7 +61489,7 @@ paths: type: integer files: type: array - items: &500 + items: &522 title: Diff Entry description: Diff Entry type: object @@ -61487,7 +61583,7 @@ paths: - self protected: type: boolean - protection: *428 + protection: *450 protection_url: type: string format: uri @@ -61596,7 +61692,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *384 + '301': *406 '404': *6 x-github: githubCloudOnly: false @@ -61618,15 +61714,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *428 + schema: *450 examples: default: value: @@ -61820,9 +61916,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -62082,7 +62178,7 @@ paths: url: type: string format: uri - required_status_checks: &436 + required_status_checks: &458 title: Status Check Policy description: Status Check Policy type: object @@ -62163,7 +62259,7 @@ paths: items: *4 teams: type: array - items: *226 + items: *246 apps: type: array items: *5 @@ -62181,7 +62277,7 @@ paths: items: *4 teams: type: array - items: *226 + items: *246 apps: type: array items: *5 @@ -62241,7 +62337,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *430 + restrictions: *452 required_conversation_resolution: type: object properties: @@ -62353,9 +62449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -62380,17 +62476,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *431 + schema: *453 examples: - default: &432 + default: &454 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -62412,17 +62508,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *431 + schema: *453 examples: - default: *432 + default: *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62441,9 +62537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -62468,17 +62564,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *433 + schema: *455 examples: - default: &434 + default: &456 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -62574,9 +62670,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -62674,9 +62770,9 @@ paths: description: Response content: application/json: - schema: *433 + schema: *455 examples: - default: *434 + default: *456 '422': *15 x-github: githubCloudOnly: false @@ -62697,9 +62793,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -62726,17 +62822,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *431 + schema: *453 examples: - default: &435 + default: &457 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -62759,17 +62855,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *431 + schema: *453 examples: - default: *435 + default: *457 '404': *6 x-github: githubCloudOnly: false @@ -62789,9 +62885,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -62816,17 +62912,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *436 + schema: *458 examples: - default: &437 + default: &459 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -62852,9 +62948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -62906,9 +63002,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *458 examples: - default: *437 + default: *459 '404': *6 '422': *15 x-github: @@ -62930,9 +63026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -62956,9 +63052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response @@ -62992,9 +63088,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -63061,9 +63157,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -63127,9 +63223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: content: application/json: @@ -63195,15 +63291,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response content: application/json: - schema: *430 + schema: *452 examples: default: value: @@ -63294,9 +63390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '204': description: Response @@ -63319,9 +63415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response @@ -63331,7 +63427,7 @@ paths: type: array items: *5 examples: - default: &438 + default: &460 value: - id: 1 slug: octoapp @@ -63388,9 +63484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63424,7 +63520,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *460 '422': *15 x-github: githubCloudOnly: false @@ -63445,9 +63541,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63481,7 +63577,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *460 '422': *15 x-github: githubCloudOnly: false @@ -63502,9 +63598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63538,7 +63634,7 @@ paths: type: array items: *5 examples: - default: *438 + default: *460 '422': *15 x-github: githubCloudOnly: false @@ -63560,9 +63656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response @@ -63570,9 +63666,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 '404': *6 x-github: githubCloudOnly: false @@ -63592,9 +63688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -63630,9 +63726,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -63653,9 +63749,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: false content: @@ -63691,9 +63787,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -63714,9 +63810,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: content: application/json: @@ -63751,9 +63847,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 '422': *15 x-github: githubCloudOnly: false @@ -63775,9 +63871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 responses: '200': description: Response @@ -63787,7 +63883,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 '404': *6 x-github: githubCloudOnly: false @@ -63811,9 +63907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63846,7 +63942,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 '422': *15 x-github: githubCloudOnly: false @@ -63871,9 +63967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63906,7 +64002,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 '422': *15 x-github: githubCloudOnly: false @@ -63931,9 +64027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -63966,7 +64062,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 '422': *15 x-github: githubCloudOnly: false @@ -63993,9 +64089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 requestBody: required: true content: @@ -64017,7 +64113,7 @@ paths: description: Response content: application/json: - schema: *439 + schema: *461 examples: default: value: @@ -64131,12 +64227,12 @@ paths: category: repos subcategory: bypass-requests parameters: - - *370 - - *371 - - *218 - - *219 - - *220 - - *221 + - *392 + - *393 + - *238 + - *239 + - *240 + - *241 - *17 - *19 responses: @@ -64146,9 +64242,9 @@ paths: application/json: schema: type: array - items: *222 + items: *242 examples: - default: *223 + default: *243 '404': *6 '500': *86 "/repos/{owner}/{repo}/bypass-requests/push-rules/{bypass_request_number}": @@ -64168,8 +64264,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: bypass_request_number in: path required: true @@ -64183,7 +64279,7 @@ paths: description: Response content: application/json: - schema: *222 + schema: *242 examples: default: value: @@ -64242,12 +64338,12 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - - *371 - - *218 - - *219 - - *220 - - *221 + - *392 + - *393 + - *238 + - *239 + - *240 + - *241 - *17 - *19 responses: @@ -64257,9 +64353,9 @@ paths: application/json: schema: type: array - items: *440 + items: *462 examples: - default: *441 + default: *463 '404': *6 '403': *27 '500': *86 @@ -64283,8 +64379,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - - *371 + - *392 + - *393 - name: bypass_request_number in: path required: true @@ -64296,7 +64392,7 @@ paths: description: A single bypass request. content: application/json: - schema: *440 + schema: *462 examples: default: value: @@ -64354,8 +64450,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - - *371 + - *392 + - *393 - name: bypass_request_number in: path required: true @@ -64426,8 +64522,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *370 - - *371 + - *392 + - *393 - name: bypass_response_id in: path required: true @@ -64460,8 +64556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -64740,7 +64836,7 @@ paths: description: Response content: application/json: - schema: &443 + schema: &465 title: CheckRun description: A check performed on the code of a given code change type: object @@ -64875,8 +64971,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *442 - deployment: &777 + items: *464 + deployment: &780 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -65163,9 +65259,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *370 - - *371 - - &444 + - *392 + - *393 + - &466 name: check_run_id description: The unique identifier of the check run. in: path @@ -65177,9 +65273,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *465 examples: - default: &445 + default: &467 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -65279,9 +65375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *370 - - *371 - - *444 + - *392 + - *393 + - *466 requestBody: required: true content: @@ -65521,9 +65617,9 @@ paths: description: Response content: application/json: - schema: *443 + schema: *465 examples: - default: *445 + default: *467 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65543,9 +65639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *370 - - *371 - - *444 + - *392 + - *393 + - *466 - *17 - *19 responses: @@ -65655,15 +65751,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *370 - - *371 - - *444 + - *392 + - *393 + - *466 responses: '201': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -65701,8 +65797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -65724,7 +65820,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &447 + schema: &469 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -65806,12 +65902,12 @@ paths: type: - array - 'null' - items: *442 + items: *464 app: anyOf: - type: 'null' - *5 - repository: *195 + repository: *215 created_at: type: - string @@ -65822,7 +65918,7 @@ paths: - string - 'null' format: date-time - head_commit: *446 + head_commit: *468 latest_check_runs_count: type: integer check_runs_url: @@ -65850,7 +65946,7 @@ paths: - check_runs_url - pull_requests examples: - default: &448 + default: &470 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -66141,9 +66237,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *447 + schema: *469 examples: - default: *448 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66162,8 +66258,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -66224,7 +66320,7 @@ paths: required: - app_id - setting - repository: *195 + repository: *215 examples: default: value: @@ -66472,9 +66568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *370 - - *371 - - &449 + - *392 + - *393 + - &471 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -66486,9 +66582,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *469 examples: - default: *448 + default: *470 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66511,17 +66607,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *370 - - *371 - - *449 - - &495 + - *392 + - *393 + - *471 + - &517 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &496 + - &518 name: status description: Returns check runs with the specified `status`. in: query @@ -66560,9 +66656,9 @@ paths: type: integer check_runs: type: array - items: *443 + items: *465 examples: - default: &497 + default: &519 value: total_count: 1 check_runs: @@ -66664,15 +66760,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *370 - - *371 - - *449 + - *392 + - *393 + - *471 responses: '201': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -66699,21 +66795,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *370 - - *371 - - *230 - - *231 + - *392 + - *393 + - *250 + - *251 - *19 - *17 - - &465 + - &487 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: *450 - - &466 + schema: *472 + - &488 name: pr description: The number of the pull request for the results you want to list. in: query @@ -66738,13 +66834,13 @@ paths: be returned. in: query required: false - schema: *232 + schema: *252 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *451 + schema: *473 responses: '200': description: Response @@ -66760,7 +66856,7 @@ paths: updated_at: *107 url: *104 html_url: *105 - instances_url: *452 + instances_url: *474 state: *92 fixed_at: *109 dismissed_by: @@ -66768,11 +66864,11 @@ paths: - type: 'null' - *4 dismissed_at: *108 - dismissed_reason: *453 - dismissed_comment: *454 - rule: *455 - tool: *456 - most_recent_instance: *457 + dismissed_reason: *475 + dismissed_comment: *476 + rule: *477 + tool: *478 + most_recent_instance: *479 dismissal_approved_by: anyOf: - type: 'null' @@ -66892,14 +66988,14 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &458 + '403': &480 description: Response if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66919,9 +67015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *370 - - *371 - - &459 + - *392 + - *393 + - &481 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -66935,7 +67031,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &482 type: object properties: number: *99 @@ -66943,7 +67039,7 @@ paths: updated_at: *107 url: *104 html_url: *105 - instances_url: *452 + instances_url: *474 state: *92 fixed_at: *109 dismissed_by: @@ -66951,8 +67047,8 @@ paths: - type: 'null' - *4 dismissed_at: *108 - dismissed_reason: *453 - dismissed_comment: *454 + dismissed_reason: *475 + dismissed_comment: *476 rule: type: object properties: @@ -67014,8 +67110,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *456 - most_recent_instance: *457 + tool: *478 + most_recent_instance: *479 dismissal_approved_by: anyOf: - type: 'null' @@ -67108,9 +67204,9 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67128,9 +67224,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 requestBody: required: true content: @@ -67145,8 +67241,8 @@ paths: enum: - open - dismissed - dismissed_reason: *453 - dismissed_comment: *454 + dismissed_reason: *475 + dismissed_comment: *476 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -67165,7 +67261,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *482 examples: default: value: @@ -67241,14 +67337,14 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &464 + '403': &486 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: application/json: schema: *3 '404': *6 - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67268,15 +67364,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 responses: '200': description: Response content: application/json: - schema: &461 + schema: &483 type: object properties: status: @@ -67303,13 +67399,13 @@ paths: - description - started_at examples: - default: &462 + default: &484 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &463 + '400': &485 description: Bad Request content: application/json: @@ -67320,9 +67416,9 @@ 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': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67345,29 +67441,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 responses: '200': description: OK content: application/json: - schema: *461 + schema: *483 examples: - default: *462 + default: *484 '202': description: Accepted content: application/json: - schema: *461 + schema: *483 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *463 + '400': *485 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -67377,7 +67473,7 @@ paths: '404': *6 '422': description: Unprocessable Entity - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67399,9 +67495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 requestBody: required: false content: @@ -67447,12 +67543,12 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *463 - '403': *464 + '400': *485 + '403': *486 '404': *6 '422': description: Unprocessable Entity - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67472,13 +67568,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 - *19 - *17 - - *465 - - *466 + - *487 + - *488 responses: '200': description: Response @@ -67486,7 +67582,7 @@ paths: application/json: schema: type: array - items: *457 + items: *479 examples: default: value: @@ -67525,9 +67621,9 @@ paths: end_column: 50 classifications: - source - '403': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67559,25 +67655,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *370 - - *371 - - *230 - - *231 + - *392 + - *393 + - *250 + - *251 - *19 - *17 - - *466 + - *488 - 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: *450 + schema: *472 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &469 + schema: &491 type: string description: An identifier for the upload. examples: @@ -67599,23 +67695,23 @@ paths: application/json: schema: type: array - items: &470 + items: &492 type: object properties: - ref: *450 - commit_sha: &478 + ref: *472 + commit_sha: &500 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: *467 + analysis_key: *489 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *468 + category: *490 error: type: string examples: @@ -67640,8 +67736,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *469 - tool: *456 + sarif_id: *491 + tool: *478 deletable: type: boolean warning: @@ -67703,9 +67799,9 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67739,8 +67835,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67753,7 +67849,7 @@ paths: description: Response content: application/json: - schema: *470 + schema: *492 examples: response: summary: application/json response @@ -67807,14 +67903,14 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *458 + '403': *480 '404': *6 '422': description: Response if analysis could not be processed content: application/json: schema: *3 - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67894,8 +67990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -67951,9 +68047,9 @@ 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': *464 + '403': *486 '404': *6 - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -67973,8 +68069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -67982,7 +68078,7 @@ paths: application/json: schema: type: array - items: &471 + items: &493 title: CodeQL Database description: A CodeQL database. type: object @@ -68094,9 +68190,9 @@ 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': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68123,8 +68219,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: language in: path description: The language of the CodeQL database. @@ -68136,7 +68232,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *493 examples: default: value: @@ -68168,11 +68264,11 @@ 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': &502 + '302': &524 description: Found - '403': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68192,8 +68288,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *370 - - *371 + - *392 + - *393 - name: language in: path description: The language of the CodeQL database. @@ -68203,9 +68299,9 @@ paths: responses: '204': description: Response - '403': *464 + '403': *486 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68231,8 +68327,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -68241,7 +68337,7 @@ paths: type: object additionalProperties: false properties: - language: &472 + language: &494 type: string description: The language targeted by the CodeQL query enum: @@ -68320,7 +68416,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &476 + schema: &498 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -68330,7 +68426,7 @@ paths: description: The ID of the variant analysis. controller_repo: *98 actor: *4 - query_language: *472 + query_language: *494 query_pack_url: type: string description: The download url for the query pack. @@ -68378,7 +68474,7 @@ paths: items: type: object properties: - repository: &473 + repository: &495 title: Repository Identifier description: Repository Identifier type: object @@ -68420,7 +68516,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &477 + analysis_status: &499 type: string description: The new status of the CodeQL variant analysis repository task. @@ -68452,7 +68548,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &474 + access_mismatch_repos: &496 type: object properties: repository_count: @@ -68467,7 +68563,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: *473 + items: *495 required: - repository_count - repositories @@ -68490,8 +68586,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *474 - over_limit_repos: *474 + no_codeql_db_repos: *496 + over_limit_repos: *496 required: - access_mismatch_repos - not_found_repos @@ -68507,7 +68603,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &475 + value: &497 summary: Default response value: id: 1 @@ -68659,17 +68755,17 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *475 + value: *497 repository_lists: summary: Response for a successful variant analysis submission - value: *475 + value: *497 '404': *6 '422': description: Unable to process variant analysis submission content: application/json: schema: *3 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68690,8 +68786,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *370 - - *371 + - *392 + - *393 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -68703,11 +68799,11 @@ paths: description: Response content: application/json: - schema: *476 + schema: *498 examples: - default: *475 + default: *497 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68728,7 +68824,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *370 + - *392 - name: repo in: path description: The name of the controller repository. @@ -68763,7 +68859,7 @@ paths: type: object properties: repository: *98 - analysis_status: *477 + analysis_status: *499 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -68867,7 +68963,7 @@ paths: source_location_prefix: "/" artifact_url: https://example.com '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68888,8 +68984,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -68982,9 +69078,9 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *458 + '403': *480 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69003,8 +69099,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -69073,7 +69169,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -69098,7 +69194,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *464 + '403': *486 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -69112,7 +69208,7 @@ paths: content: application/json: schema: *3 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69169,8 +69265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -69178,7 +69274,7 @@ paths: schema: type: object properties: - commit_sha: *478 + commit_sha: *500 ref: type: string description: |- @@ -69238,7 +69334,7 @@ paths: schema: type: object properties: - id: *469 + id: *491 url: type: string description: The REST API URL for checking the status of the upload. @@ -69252,11 +69348,11 @@ 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': *464 + '403': *486 '404': *6 '413': description: Payload Too Large if the sarif field is too large - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69275,8 +69371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *370 - - *371 + - *392 + - *393 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -69324,10 +69420,10 @@ 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': *458 + '403': *480 '404': description: Not Found if the sarif id does not match any upload - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -69349,8 +69445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -69431,8 +69527,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *370 - - *371 + - *392 + - *393 - 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 @@ -69560,8 +69656,8 @@ paths: parameters: - *17 - *19 - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -69577,7 +69673,7 @@ paths: type: integer codespaces: type: array - items: *290 + items: *311 examples: default: value: @@ -69875,8 +69971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -69940,22 +70036,22 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '400': *14 '401': *23 '403': *27 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -69979,8 +70075,8 @@ paths: parameters: - *17 - *19 - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -70044,8 +70140,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -70082,9 +70178,9 @@ paths: type: integer machines: type: array - items: *480 + items: *502 examples: - default: &731 + default: &734 value: total_count: 2 machines: @@ -70124,8 +70220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *370 - - *371 + - *392 + - *393 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -70212,8 +70308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *370 - - *371 + - *392 + - *393 - 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 @@ -70261,7 +70357,7 @@ paths: '403': *27 '404': *6 '422': *15 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70282,8 +70378,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -70301,7 +70397,7 @@ paths: type: integer secrets: type: array - items: &484 + items: &506 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -70322,7 +70418,7 @@ paths: - created_at - updated_at examples: - default: *481 + default: *503 headers: Link: *38 x-github: @@ -70345,16 +70441,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *482 + schema: *504 examples: - default: *483 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -70374,17 +70470,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '200': description: Response content: application/json: - schema: *484 + schema: *506 examples: - default: *485 + default: *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70404,9 +70500,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 requestBody: required: true content: @@ -70434,7 +70530,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -70458,9 +70554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '204': description: Response @@ -70488,8 +70584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *370 - - *371 + - *392 + - *393 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -70527,7 +70623,7 @@ paths: application/json: schema: type: array - items: &486 + items: &508 title: Collaborator description: Collaborator type: object @@ -70720,9 +70816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *370 - - *371 - - *217 + - *392 + - *393 + - *237 responses: '204': description: Response if user is a collaborator @@ -70768,9 +70864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *370 - - *371 - - *217 + - *392 + - *393 + - *237 requestBody: required: false content: @@ -70796,7 +70892,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &559 + schema: &581 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -70808,7 +70904,7 @@ paths: format: int64 examples: - 42 - repository: *195 + repository: *215 invitee: anyOf: - type: 'null' @@ -70984,7 +71080,7 @@ paths: - an Enterprise Managed User (EMU) account was invited to a repository in an enterprise with personal user accounts content: application/json: - schema: *178 + schema: *198 '403': *27 x-github: triggersNotification: true @@ -71024,9 +71120,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *370 - - *371 - - *217 + - *392 + - *393 + - *237 responses: '204': description: No Content when collaborator was removed from the repository. @@ -71057,9 +71153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *370 - - *371 - - *217 + - *392 + - *393 + - *237 responses: '200': description: if user has admin permissions @@ -71079,7 +71175,7 @@ paths: user: anyOf: - type: 'null' - - *486 + - *508 required: - permission - role_name @@ -71133,8 +71229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -71144,7 +71240,7 @@ paths: application/json: schema: type: array - items: &487 + items: &509 title: Commit Comment description: Commit Comment type: object @@ -71185,8 +71281,8 @@ paths: updated_at: type: string format: date-time - author_association: *141 - reactions: *142 + author_association: *161 + reactions: *162 required: - url - html_url @@ -71202,7 +71298,7 @@ paths: - created_at - updated_at examples: - default: &490 + default: &512 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71261,17 +71357,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '200': description: Response content: application/json: - schema: *487 + schema: *509 examples: - default: &491 + default: &513 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71328,9 +71424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -71352,7 +71448,7 @@ paths: description: Response content: application/json: - schema: *487 + schema: *509 examples: default: value: @@ -71403,9 +71499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '204': description: Response @@ -71426,9 +71522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a commit comment. @@ -71454,9 +71550,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 '404': *6 @@ -71477,9 +71573,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -71511,16 +71607,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Reaction created content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -71542,10 +71638,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *370 - - *371 - - *153 - - *362 + - *392 + - *393 + - *173 + - *384 responses: '204': description: Response @@ -71594,8 +71690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *370 - - *371 + - *392 + - *393 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -71651,9 +71747,9 @@ paths: application/json: schema: type: array - items: *488 + items: *510 examples: - default: &607 + default: &629 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -71747,9 +71843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *370 - - *371 - - &489 + - *392 + - *393 + - &511 name: commit_sha description: The SHA of the commit. in: path @@ -71821,9 +71917,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *370 - - *371 - - *489 + - *392 + - *393 + - *511 - *17 - *19 responses: @@ -71833,9 +71929,9 @@ paths: application/json: schema: type: array - items: *487 + items: *509 examples: - default: *490 + default: *512 headers: Link: *38 x-github: @@ -71863,9 +71959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *370 - - *371 - - *489 + - *392 + - *393 + - *511 requestBody: required: true content: @@ -71900,9 +71996,9 @@ paths: description: Response content: application/json: - schema: *487 + schema: *509 examples: - default: *491 + default: *513 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -71930,9 +72026,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *370 - - *371 - - *489 + - *392 + - *393 + - *511 - *17 - *19 responses: @@ -71942,7 +72038,7 @@ paths: application/json: schema: type: array - items: &598 + items: &620 title: Pull Request Simple description: Pull Request Simple type: object @@ -72062,7 +72158,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *514 active_lock_reason: type: - string @@ -72117,7 +72213,7 @@ paths: type: - array - 'null' - items: *226 + items: *246 head: type: object properties: @@ -72161,7 +72257,7 @@ paths: _links: type: object properties: - comments: &493 + comments: &515 title: Link description: Hypermedia Link type: object @@ -72170,13 +72266,13 @@ paths: type: string required: - href - commits: *493 - statuses: *493 - html: *493 - issue: *493 - review_comments: *493 - review_comment: *493 - self: *493 + commits: *515 + statuses: *515 + html: *515 + issue: *515 + review_comments: *515 + review_comment: *515 + self: *515 required: - comments - commits @@ -72186,8 +72282,8 @@ paths: - review_comments - review_comment - self - author_association: *141 - auto_merge: &600 + author_association: *161 + auto_merge: &622 title: Auto merge description: The status of auto merging a pull request. type: @@ -72252,7 +72348,7 @@ paths: - author_association - auto_merge examples: - default: &599 + default: &621 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72789,11 +72885,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *370 - - *371 + - *392 + - *393 - *19 - *17 - - &494 + - &516 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)" @@ -72808,9 +72904,9 @@ paths: description: Response content: application/json: - schema: *488 + schema: *510 examples: - default: &586 + default: &608 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -72897,7 +72993,7 @@ paths: '422': *15 '404': *6 '500': *86 - '503': *133 + '503': *153 '409': *97 x-github: githubCloudOnly: false @@ -72923,11 +73019,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *370 - - *371 - - *494 - - *495 - - *496 + - *392 + - *393 + - *516 + - *517 + - *518 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -72961,9 +73057,9 @@ paths: type: integer check_runs: type: array - items: *443 + items: *465 examples: - default: *497 + default: *519 headers: Link: *38 x-github: @@ -72988,9 +73084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *370 - - *371 - - *494 + - *392 + - *393 + - *516 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -72998,7 +73094,7 @@ paths: schema: type: integer example: 1 - - *495 + - *517 - *17 - *19 responses: @@ -73016,7 +73112,7 @@ paths: type: integer check_suites: type: array - items: *447 + items: *469 examples: default: value: @@ -73216,9 +73312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *370 - - *371 - - *494 + - *392 + - *393 + - *516 - *17 - *19 responses: @@ -73289,7 +73385,7 @@ paths: type: string total_count: type: integer - repository: *195 + repository: *215 commit_url: type: string format: uri @@ -73420,9 +73516,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *370 - - *371 - - *494 + - *392 + - *393 + - *516 - *17 - *19 responses: @@ -73432,7 +73528,7 @@ paths: application/json: schema: type: array - items: &679 + items: &682 title: Status description: The status of a commit. type: object @@ -73513,7 +73609,7 @@ paths: site_admin: false headers: Link: *38 - '301': *384 + '301': *406 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73541,8 +73637,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -73575,11 +73671,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *498 + - *520 code_of_conduct_file: anyOf: - type: 'null' - - &499 + - &521 title: Community Health File type: object properties: @@ -73595,23 +73691,23 @@ paths: license: anyOf: - type: 'null' - - *155 + - *175 contributing: anyOf: - type: 'null' - - *499 + - *521 readme: anyOf: - type: 'null' - - *499 + - *521 issue_template: anyOf: - type: 'null' - - *499 + - *521 pull_request_template: anyOf: - type: 'null' - - *499 + - *521 required: - code_of_conduct - code_of_conduct_file @@ -73740,8 +73836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *370 - - *371 + - *392 + - *393 - *19 - *17 - name: basehead @@ -73789,8 +73885,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *488 - merge_base_commit: *488 + base_commit: *510 + merge_base_commit: *510 status: type: string enum: @@ -73814,10 +73910,10 @@ paths: - 6 commits: type: array - items: *488 + items: *510 files: type: array - items: *500 + items: *522 required: - url - html_url @@ -74061,7 +74157,7 @@ paths: module Test" '404': *6 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74103,8 +74199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *370 - - *371 + - *392 + - *393 - name: path description: path parameter in: path @@ -74257,7 +74353,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &501 + response-if-content-is-a-file: &523 summary: Response if content is a file value: type: file @@ -74394,7 +74490,7 @@ paths: - size - type - url - - &612 + - &634 title: Content File description: Content File type: object @@ -74612,7 +74708,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *501 + response-if-content-is-a-file: *523 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -74681,7 +74777,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *502 + '302': *524 '304': *35 x-github: githubCloudOnly: false @@ -74704,8 +74800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *370 - - *371 + - *392 + - *393 - name: path description: path parameter in: path @@ -74800,7 +74896,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &525 title: File Commit description: File Commit type: object @@ -74956,7 +75052,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *525 examples: example-for-creating-a-file: value: @@ -75010,7 +75106,7 @@ paths: schema: oneOf: - *3 - - &541 + - &563 description: Repository rule violation was detected type: object properties: @@ -75031,7 +75127,7 @@ paths: items: type: object properties: - placeholder_id: &671 + placeholder_id: &674 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -75063,8 +75159,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *370 - - *371 + - *392 + - *393 - name: path description: path parameter in: path @@ -75125,7 +75221,7 @@ paths: description: Response content: application/json: - schema: *503 + schema: *525 examples: default: value: @@ -75160,7 +75256,7 @@ paths: '422': *15 '404': *6 '409': *97 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75180,8 +75276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *370 - - *371 + - *392 + - *393 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -75305,22 +75401,22 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *370 - - *371 - - *246 - - *247 - - *248 - - *249 + - *392 + - *393 + - *267 + - *268 + - *269 + - *270 - 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 - - *250 - - *251 - - *252 - - *253 + - *271 + - *272 + - *273 + - *274 - *89 - name: page description: "**Closing down notice**. Page number of the results to fetch. @@ -75340,8 +75436,8 @@ paths: default: 30 - *87 - *88 - - *254 - - *255 + - *275 + - *276 responses: '200': description: Response @@ -75349,7 +75445,7 @@ paths: application/json: schema: type: array - items: &506 + items: &528 type: object description: A Dependabot alert. properties: @@ -75399,7 +75495,7 @@ paths: - direct - transitive - - security_advisory: *504 + security_advisory: *526 security_vulnerability: *103 url: *104 html_url: *105 @@ -75430,7 +75526,7 @@ paths: dismissal. maxLength: 280 fixed_at: *109 - auto_dismissed_at: *505 + auto_dismissed_at: *527 required: - number - state @@ -75660,9 +75756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *370 - - *371 - - &507 + - *392 + - *393 + - &529 name: alert_number in: path description: |- @@ -75677,7 +75773,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *528 examples: default: value: @@ -75790,9 +75886,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *370 - - *371 - - *507 + - *392 + - *393 + - *529 requestBody: required: true content: @@ -75837,7 +75933,7 @@ paths: description: Response content: application/json: - schema: *506 + schema: *528 examples: default: value: @@ -75966,8 +76062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -75985,7 +76081,7 @@ paths: type: integer secrets: type: array - items: &510 + items: &532 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -76039,16 +76135,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *508 + schema: *530 examples: - default: *509 + default: *531 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76068,15 +76164,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '200': description: Response content: application/json: - schema: *510 + schema: *532 examples: default: value: @@ -76102,9 +76198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 requestBody: required: true content: @@ -76132,7 +76228,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -76156,9 +76252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *370 - - *371 - - *205 + - *392 + - *393 + - *225 responses: '204': description: Response @@ -76180,8 +76276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *370 - - *371 + - *392 + - *393 - 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 @@ -76355,8 +76451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -76616,8 +76712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -76700,7 +76796,7 @@ paths: - version - url additionalProperties: false - metadata: &511 + metadata: &533 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76739,7 +76835,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *511 + metadata: *533 resolved: type: object description: A collection of resolved package dependencies. @@ -76753,7 +76849,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *511 + metadata: *533 relationship: type: string description: A notation of whether a dependency is requested @@ -76886,8 +76982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *370 - - *371 + - *392 + - *393 - name: sha description: The SHA recorded at creation time. in: query @@ -76928,9 +77024,9 @@ paths: application/json: schema: type: array - items: *512 + items: *534 examples: - default: *513 + default: *535 headers: Link: *38 x-github: @@ -76996,8 +77092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -77079,7 +77175,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *534 examples: simple-example: summary: Simple example @@ -77152,9 +77248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *370 - - *371 - - &514 + - *392 + - *393 + - &536 name: deployment_id description: deployment_id parameter in: path @@ -77166,7 +77262,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *534 examples: default: value: @@ -77231,9 +77327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *370 - - *371 - - *514 + - *392 + - *393 + - *536 responses: '204': description: Response @@ -77255,9 +77351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *370 - - *371 - - *514 + - *392 + - *393 + - *536 - *17 - *19 responses: @@ -77267,7 +77363,7 @@ paths: application/json: schema: type: array - items: &515 + items: &537 title: Deployment Status description: The status of a deployment. type: object @@ -77431,9 +77527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *370 - - *371 - - *514 + - *392 + - *393 + - *536 requestBody: required: true content: @@ -77508,9 +77604,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *537 examples: - default: &516 + default: &538 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -77566,9 +77662,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *370 - - *371 - - *514 + - *392 + - *393 + - *536 - name: status_id in: path required: true @@ -77579,9 +77675,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *537 examples: - default: *516 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -77608,12 +77704,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 - - *517 - - *518 - - *519 - - *520 + - *392 + - *393 + - *539 + - *540 + - *541 + - *542 - *17 - *19 responses: @@ -77623,9 +77719,9 @@ paths: application/json: schema: type: array - items: *521 + items: *543 examples: - default: *522 + default: *544 '404': *6 '403': *27 '500': *86 @@ -77649,8 +77745,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: alert_number in: path required: true @@ -77662,7 +77758,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *521 + schema: *543 examples: default: value: @@ -77718,8 +77814,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: alert_number in: path required: true @@ -77778,12 +77874,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 - - *218 - - *219 - - *220 - - *523 + - *392 + - *393 + - *238 + - *239 + - *240 + - *545 - *17 - *19 responses: @@ -77793,9 +77889,9 @@ paths: application/json: schema: type: array - items: *524 + items: *546 examples: - default: *525 + default: *547 '404': *6 '403': *27 '500': *86 @@ -77820,8 +77916,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: alert_number in: path required: true @@ -77833,7 +77929,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *524 + schema: *546 examples: default: value: @@ -77891,8 +77987,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: alert_number in: path required: true @@ -77961,8 +78057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -78019,8 +78115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -78038,7 +78134,7 @@ paths: - 5 environments: type: array - items: &527 + items: &549 title: Environment description: Details of a deployment environment type: object @@ -78100,7 +78196,7 @@ paths: type: string examples: - wait_timer - wait_timer: &529 + wait_timer: &551 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -78142,11 +78238,11 @@ paths: items: type: object properties: - type: *526 + type: *548 reviewer: anyOf: - *4 - - *226 + - *246 required: - id - node_id @@ -78169,7 +78265,7 @@ paths: - id - node_id - type - deployment_branch_policy: &530 + deployment_branch_policy: &552 type: - object - 'null' @@ -78286,9 +78382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *370 - - *371 - - &528 + - *392 + - *393 + - &550 name: environment_name in: path required: true @@ -78301,9 +78397,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *549 examples: - default: &531 + default: &553 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -78387,9 +78483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 requestBody: required: false content: @@ -78399,7 +78495,7 @@ paths: - object - 'null' properties: - wait_timer: *529 + wait_timer: *551 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -78418,14 +78514,14 @@ paths: items: type: object properties: - type: *526 + type: *548 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *530 + deployment_branch_policy: *552 additionalProperties: false examples: default: @@ -78445,9 +78541,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *549 examples: - default: *531 + default: *553 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -78471,9 +78567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 responses: '204': description: Default response @@ -78498,9 +78594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 - *17 - *19 responses: @@ -78519,7 +78615,7 @@ paths: - 2 branch_policies: type: array - items: &532 + items: &554 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -78580,9 +78676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 requestBody: required: true content: @@ -78630,9 +78726,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *554 examples: - example-wildcard: &533 + example-wildcard: &555 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -78674,10 +78770,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *370 - - *371 - - *528 - - &534 + - *392 + - *393 + - *550 + - &556 name: branch_policy_id in: path required: true @@ -78689,9 +78785,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *554 examples: - default: *533 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78710,10 +78806,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *370 - - *371 - - *528 - - *534 + - *392 + - *393 + - *550 + - *556 requestBody: required: true content: @@ -78742,9 +78838,9 @@ paths: description: Response content: application/json: - schema: *532 + schema: *554 examples: - default: *533 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78763,10 +78859,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *370 - - *371 - - *528 - - *534 + - *392 + - *393 + - *550 + - *556 responses: '204': description: Response @@ -78791,9 +78887,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *528 - - *371 - - *370 + - *550 + - *393 + - *392 responses: '200': description: List of deployment protection rules @@ -78810,7 +78906,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &535 + items: &557 title: Deployment protection rule description: Deployment protection rule type: object @@ -78832,7 +78928,7 @@ paths: for the environment. examples: - true - app: &536 + app: &558 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -78935,9 +79031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *528 - - *371 - - *370 + - *550 + - *393 + - *392 requestBody: content: application/json: @@ -78958,9 +79054,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *535 + schema: *557 examples: - default: &537 + default: &559 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -78995,9 +79091,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *528 - - *371 - - *370 + - *550 + - *393 + - *392 - *19 - *17 responses: @@ -79017,7 +79113,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *536 + items: *558 examples: default: value: @@ -79052,10 +79148,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *370 - - *371 - - *528 - - &538 + - *392 + - *393 + - *550 + - &560 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -79067,9 +79163,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *557 examples: - default: *537 + default: *559 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79090,10 +79186,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *528 - - *371 - - *370 - - *538 + - *550 + - *393 + - *392 + - *560 responses: '204': description: Response @@ -79119,9 +79215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 - *17 - *19 responses: @@ -79139,9 +79235,9 @@ paths: type: integer secrets: type: array - items: *407 + items: *429 examples: - default: *408 + default: *430 headers: Link: *38 x-github: @@ -79166,17 +79262,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 responses: '200': description: Response content: application/json: - schema: *409 + schema: *431 examples: - default: *410 + default: *432 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79198,18 +79294,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *370 - - *371 - - *528 - - *205 + - *392 + - *393 + - *550 + - *225 responses: '200': description: Response content: application/json: - schema: *407 + schema: *429 examples: - default: *539 + default: *561 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79231,10 +79327,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *370 - - *371 - - *528 - - *205 + - *392 + - *393 + - *550 + - *225 requestBody: required: true content: @@ -79265,7 +79361,7 @@ paths: description: Response when creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -79291,10 +79387,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *370 - - *371 - - *528 - - *205 + - *392 + - *393 + - *550 + - *225 responses: '204': description: Default response @@ -79319,10 +79415,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *370 - - *371 - - *528 - - *394 + - *392 + - *393 + - *550 + - *416 - *19 responses: '200': @@ -79339,9 +79435,9 @@ paths: type: integer variables: type: array - items: *411 + items: *433 examples: - default: *412 + default: *434 headers: Link: *38 x-github: @@ -79364,9 +79460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *370 - - *371 - - *528 + - *392 + - *393 + - *550 requestBody: required: true content: @@ -79393,7 +79489,7 @@ paths: description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -79418,18 +79514,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *370 - - *371 - - *528 - - *208 + - *392 + - *393 + - *550 + - *228 responses: '200': description: Response content: application/json: - schema: *411 + schema: *433 examples: - default: *540 + default: *562 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79450,10 +79546,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *370 - - *371 - - *208 - - *528 + - *392 + - *393 + - *228 + - *550 requestBody: required: true content: @@ -79495,10 +79591,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *370 - - *371 - - *208 - - *528 + - *392 + - *393 + - *228 + - *550 responses: '204': description: Response @@ -79520,8 +79616,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -79531,7 +79627,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: 200-response: value: @@ -79598,8 +79694,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *370 - - *371 + - *392 + - *393 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -79621,7 +79717,7 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: default: value: @@ -79758,8 +79854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -79792,9 +79888,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *405 examples: - default: *385 + default: *407 '400': *14 '422': *15 '403': *27 @@ -79815,8 +79911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -79875,8 +79971,8 @@ paths: application/json: schema: oneOf: - - *178 - - *541 + - *198 + - *563 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79901,8 +79997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *370 - - *371 + - *392 + - *393 - name: file_sha in: path required: true @@ -80002,8 +80098,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -80112,7 +80208,7 @@ paths: description: Response content: application/json: - schema: &542 + schema: &564 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -80339,15 +80435,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *370 - - *371 - - *489 + - *392 + - *393 + - *511 responses: '200': description: Response content: application/json: - schema: *542 + schema: *564 examples: default: value: @@ -80403,9 +80499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *370 - - *371 - - &543 + - *392 + - *393 + - &565 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. @@ -80422,7 +80518,7 @@ paths: application/json: schema: type: array - items: &544 + items: &566 title: Git Reference description: Git references within a repository type: object @@ -80498,17 +80594,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *370 - - *371 - - *543 + - *392 + - *393 + - *565 responses: '200': description: Response content: application/json: - schema: *544 + schema: *566 examples: - default: &545 + default: &567 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -80537,8 +80633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -80567,9 +80663,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *566 examples: - default: *545 + default: *567 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -80595,9 +80691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *370 - - *371 - - *543 + - *392 + - *393 + - *565 requestBody: required: true content: @@ -80626,9 +80722,9 @@ paths: description: Response content: application/json: - schema: *544 + schema: *566 examples: - default: *545 + default: *567 '422': *15 '409': *97 x-github: @@ -80646,9 +80742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *370 - - *371 - - *543 + - *392 + - *393 + - *565 responses: '204': description: Response @@ -80703,8 +80799,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -80771,7 +80867,7 @@ paths: description: Response content: application/json: - schema: &547 + schema: &569 title: Git Tag description: Metadata for a Git tag type: object @@ -80827,7 +80923,7 @@ paths: - sha - type - url - verification: *546 + verification: *568 required: - sha - url @@ -80837,7 +80933,7 @@ paths: - tag - message examples: - default: &548 + default: &570 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -80910,8 +81006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *370 - - *371 + - *392 + - *393 - name: tag_sha in: path required: true @@ -80922,9 +81018,9 @@ paths: description: Response content: application/json: - schema: *547 + schema: *569 examples: - default: *548 + default: *570 '404': *6 '409': *97 x-github: @@ -80948,8 +81044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -81023,7 +81119,7 @@ paths: description: Response content: application/json: - schema: &549 + schema: &571 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -81125,8 +81221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *370 - - *371 + - *392 + - *393 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -81149,7 +81245,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *571 examples: default-response: summary: Default response @@ -81208,8 +81304,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -81219,7 +81315,7 @@ paths: application/json: schema: type: array - items: &550 + items: &572 title: Webhook description: Webhooks for repositories. type: object @@ -81282,7 +81378,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &808 + last_response: &811 title: Hook Response type: object properties: @@ -81359,8 +81455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -81413,9 +81509,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *572 examples: - default: &551 + default: &573 value: type: Repository id: 12345678 @@ -81463,17 +81559,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 responses: '200': description: Response content: application/json: - schema: *550 + schema: *572 examples: - default: *551 + default: *573 '404': *6 x-github: githubCloudOnly: false @@ -81493,9 +81589,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 requestBody: required: true content: @@ -81540,9 +81636,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *572 examples: - default: *551 + default: *573 '422': *15 '404': *6 x-github: @@ -81563,9 +81659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 responses: '204': description: Response @@ -81589,9 +81685,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 responses: '200': description: Response @@ -81618,9 +81714,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 requestBody: required: false content: @@ -81664,11 +81760,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 - *17 - - *262 + - *283 responses: '200': description: Response @@ -81676,9 +81772,9 @@ paths: application/json: schema: type: array - items: *263 + items: *284 examples: - default: *264 + default: *285 '400': *14 '422': *15 x-github: @@ -81697,18 +81793,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 - *16 responses: '200': description: Response content: application/json: - schema: *265 + schema: *286 examples: - default: *266 + default: *287 '400': *14 '422': *15 x-github: @@ -81727,9 +81823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 - *16 responses: '202': *37 @@ -81752,9 +81848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 responses: '204': description: Response @@ -81779,9 +81875,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *370 - - *371 - - *261 + - *392 + - *393 + - *282 responses: '204': description: Response @@ -81839,14 +81935,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: &552 + schema: &574 title: Import description: A repository import from an external source. type: object @@ -81953,7 +82049,7 @@ paths: - html_url - authors_url examples: - default: &555 + default: &577 value: vcs: subversion use_lfs: true @@ -81969,7 +82065,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': &553 + '503': &575 description: Unavailable due to service under maintenance. content: application/json: @@ -81998,8 +82094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -82047,7 +82143,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *574 examples: default: value: @@ -82072,7 +82168,7 @@ paths: type: string '422': *15 '404': *6 - '503': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82100,8 +82196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -82153,7 +82249,7 @@ paths: description: Response content: application/json: - schema: *552 + schema: *574 examples: example-1: summary: Example 1 @@ -82201,7 +82297,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': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82224,12 +82320,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response - '503': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82255,9 +82351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *370 - - *371 - - &754 + - *392 + - *393 + - &757 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82271,7 +82367,7 @@ paths: application/json: schema: type: array - items: &554 + items: &576 title: Porter Author description: Porter Author type: object @@ -82325,7 +82421,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': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82350,8 +82446,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *370 - - *371 + - *392 + - *393 - name: author_id in: path required: true @@ -82381,7 +82477,7 @@ paths: description: Response content: application/json: - schema: *554 + schema: *576 examples: default: value: @@ -82394,7 +82490,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82418,8 +82514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -82460,7 +82556,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82488,8 +82584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -82516,11 +82612,11 @@ paths: description: Response content: application/json: - schema: *552 + schema: *574 examples: - default: *555 + default: *577 '422': *15 - '503': *553 + '503': *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82543,8 +82639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -82552,8 +82648,8 @@ paths: application/json: schema: *20 examples: - default: *556 - '301': *384 + default: *578 + '301': *406 '404': *6 x-github: githubCloudOnly: false @@ -82573,8 +82669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -82582,12 +82678,12 @@ paths: application/json: schema: anyOf: - - *279 + - *300 - type: object properties: {} additionalProperties: false examples: - default: &558 + default: &580 value: limit: collaborators_only origin: repository @@ -82612,13 +82708,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: application/json: - schema: *557 + schema: *579 examples: default: summary: Example request body @@ -82630,9 +82726,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *300 examples: - default: *558 + default: *580 '409': description: Response x-github: @@ -82654,8 +82750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -82678,8 +82774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -82689,9 +82785,9 @@ paths: application/json: schema: type: array - items: *559 + items: *581 examples: - default: &747 + default: &750 value: - id: 1 repository: @@ -82822,9 +82918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *370 - - *371 - - *283 + - *392 + - *393 + - *304 requestBody: required: false content: @@ -82853,7 +82949,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *581 examples: default: value: @@ -82984,9 +83080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *370 - - *371 - - *283 + - *392 + - *393 + - *304 responses: '204': description: Response @@ -83017,8 +83113,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *370 - - *371 + - *392 + - *393 - 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 @@ -83066,7 +83162,7 @@ paths: required: false schema: type: string - - *287 + - *308 - name: sort description: What to sort results by. in: query @@ -83079,7 +83175,7 @@ paths: - comments default: created - *89 - - *144 + - *164 - *17 - *19 responses: @@ -83089,9 +83185,9 @@ paths: application/json: schema: type: array - items: *154 + items: *174 examples: - default: &568 + default: &590 value: - id: 1 node_id: MDU6SXNzdWUx @@ -83239,7 +83335,7 @@ paths: state_reason: completed headers: Link: *38 - '301': *384 + '301': *406 '422': *15 '404': *6 x-github: @@ -83268,8 +83364,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -83359,9 +83455,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: &563 + default: &585 value: id: 1 node_id: MDU6SXNzdWUx @@ -83515,9 +83611,9 @@ paths: '400': *14 '403': *27 '422': *15 - '503': *133 + '503': *153 '404': *6 - '410': *381 + '410': *403 x-github: triggersNotification: true githubCloudOnly: false @@ -83545,9 +83641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *370 - - *371 - - *163 + - *392 + - *393 + - *183 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. in: query @@ -83557,7 +83653,7 @@ paths: enum: - asc - desc - - *144 + - *164 - *17 - *19 responses: @@ -83567,9 +83663,9 @@ paths: application/json: schema: type: array - items: *560 + items: *582 examples: - default: &565 + default: &587 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83627,17 +83723,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '200': description: Response content: application/json: - schema: *560 + schema: *582 examples: - default: &561 + default: &583 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -83691,9 +83787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -83715,9 +83811,9 @@ paths: description: Response content: application/json: - schema: *560 + schema: *582 examples: - default: *561 + default: *583 '422': *15 x-github: githubCloudOnly: false @@ -83735,9 +83831,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '204': description: Response @@ -83757,9 +83853,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue comment. @@ -83785,9 +83881,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 '404': *6 @@ -83808,9 +83904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -83842,16 +83938,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Reaction created content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -83873,10 +83969,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *370 - - *371 - - *153 - - *362 + - *392 + - *393 + - *173 + - *384 responses: '204': description: Response @@ -83896,8 +83992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -83907,7 +84003,7 @@ paths: application/json: schema: type: array - items: &562 + items: &584 title: Issue Event description: Issue Event type: object @@ -83954,7 +84050,7 @@ paths: issue: anyOf: - type: 'null' - - *154 + - *174 label: title: Issue Event Label description: Issue Event Label @@ -83987,7 +84083,7 @@ paths: anyOf: - type: 'null' - *4 - requested_team: *226 + requested_team: *246 dismissed_review: title: Issue Event Dismissed Review type: object @@ -84054,7 +84150,7 @@ paths: required: - from - to - author_association: *141 + author_association: *161 lock_reason: type: - string @@ -84246,8 +84342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *370 - - *371 + - *392 + - *393 - name: event_id in: path required: true @@ -84258,7 +84354,7 @@ paths: description: Response content: application/json: - schema: *562 + schema: *584 examples: default: value: @@ -84451,7 +84547,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *381 + '410': *403 '403': *27 x-github: githubCloudOnly: false @@ -84485,9 +84581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *370 - - *371 - - &564 + - *392 + - *393 + - &586 name: issue_number description: The number that identifies the issue. in: path @@ -84499,12 +84595,12 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 - '301': *384 + default: *585 + '301': *406 '404': *6 - '410': *381 + '410': *403 '304': *35 x-github: githubCloudOnly: false @@ -84529,9 +84625,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: false content: @@ -84650,15 +84746,15 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 '422': *15 - '503': *133 + '503': *153 '403': *27 - '301': *384 + '301': *406 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84676,9 +84772,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: false content: @@ -84704,9 +84800,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84722,9 +84818,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: content: application/json: @@ -84749,9 +84845,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84773,9 +84869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - name: assignee in: path required: true @@ -84815,10 +84911,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *370 - - *371 - - *564 - - *144 + - *392 + - *393 + - *586 + - *164 - *17 - *19 responses: @@ -84828,13 +84924,13 @@ paths: application/json: schema: type: array - items: *560 + items: *582 examples: - default: *565 + default: *587 headers: Link: *38 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84863,9 +84959,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: true content: @@ -84887,16 +84983,16 @@ paths: description: Response content: application/json: - schema: *560 + schema: *582 examples: - default: *561 + default: *583 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *381 + '410': *403 '422': *15 '404': *6 x-github: @@ -84916,9 +85012,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - *17 - *19 responses: @@ -84932,7 +85028,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &569 + - &591 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -84981,7 +85077,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &570 + - &592 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -85109,7 +85205,7 @@ paths: - performed_via_github_app - assignee - assigner - - &571 + - &593 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -85155,7 +85251,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &572 + - &594 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -85201,7 +85297,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &573 + - &595 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -85250,7 +85346,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &574 + - &596 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -85279,7 +85375,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *226 + requested_team: *246 requested_reviewer: *4 required: - review_requester @@ -85292,7 +85388,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &575 + - &597 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -85321,7 +85417,7 @@ paths: - type: 'null' - *5 review_requester: *4 - requested_team: *226 + requested_team: *246 requested_reviewer: *4 required: - review_requester @@ -85334,7 +85430,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &576 + - &598 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -85390,7 +85486,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &577 + - &599 title: Locked Issue Event description: Locked Issue Event type: object @@ -85435,7 +85531,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &578 + - &600 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -85496,7 +85592,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &601 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -85557,7 +85653,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &580 + - &602 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -85618,7 +85714,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &603 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -85711,7 +85807,7 @@ paths: color: red headers: Link: *38 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85728,9 +85824,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - *17 - *19 responses: @@ -85740,7 +85836,7 @@ paths: application/json: schema: type: array - items: &566 + items: &588 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -85795,7 +85891,7 @@ paths: - color - default examples: - default: &567 + default: &589 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -85813,9 +85909,9 @@ paths: default: false headers: Link: *38 - '301': *384 + '301': *406 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85832,9 +85928,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: false content: @@ -85893,12 +85989,12 @@ paths: application/json: schema: type: array - items: *566 + items: *588 examples: - default: *567 - '301': *384 + default: *589 + '301': *406 '404': *6 - '410': *381 + '410': *403 '422': *15 x-github: githubCloudOnly: false @@ -85915,9 +86011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: false content: @@ -85977,12 +86073,12 @@ paths: application/json: schema: type: array - items: *566 + items: *588 examples: - default: *567 - '301': *384 + default: *589 + '301': *406 '404': *6 - '410': *381 + '410': *403 '422': *15 x-github: githubCloudOnly: false @@ -85999,15 +86095,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 responses: '204': description: Response - '301': *384 + '301': *406 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86026,9 +86122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - name: name in: path required: true @@ -86041,7 +86137,7 @@ paths: application/json: schema: type: array - items: *566 + items: *588 examples: default: value: @@ -86052,9 +86148,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *384 + '301': *406 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86074,9 +86170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: false content: @@ -86105,7 +86201,7 @@ paths: '204': description: Response '403': *27 - '410': *381 + '410': *403 '404': *6 '422': *15 x-github: @@ -86123,9 +86219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 responses: '204': description: Response @@ -86147,9 +86243,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -86175,13 +86271,13 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86199,9 +86295,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: true content: @@ -86233,16 +86329,16 @@ paths: description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -86264,10 +86360,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *370 - - *371 - - *564 - - *362 + - *392 + - *393 + - *586 + - *384 responses: '204': description: Response @@ -86296,9 +86392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: true content: @@ -86320,9 +86416,9 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -86342,11 +86438,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/enterprise-cloud@latest//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/enterprise-cloud@latest//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 @@ -86355,9 +86451,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - *17 - *19 responses: @@ -86367,13 +86463,13 @@ paths: application/json: schema: type: array - items: *154 + items: *174 examples: - default: *568 + default: *590 headers: Link: *38 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86401,9 +86497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: true content: @@ -86430,16 +86526,16 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *381 + '410': *403 '422': *15 '404': *6 x-github: @@ -86459,9 +86555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 requestBody: required: true content: @@ -86492,13 +86588,13 @@ paths: description: Response content: application/json: - schema: *154 + schema: *174 examples: - default: *563 + default: *585 '403': *27 '404': *6 '422': *7 - '503': *133 + '503': *153 x-github: triggersNotification: true githubCloudOnly: false @@ -86516,9 +86612,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *370 - - *371 - - *564 + - *392 + - *393 + - *586 - *17 - *19 responses: @@ -86533,19 +86629,19 @@ paths: description: Timeline Event type: object anyOf: - - *569 - - *570 - - *571 - - *572 - - *573 - - *574 - - *575 - - *576 - - *577 - - *578 - - *579 - - *580 - - *581 + - *591 + - *592 + - *593 + - *594 + - *595 + - *596 + - *597 + - *598 + - *599 + - *600 + - *601 + - *602 + - *603 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -86593,12 +86689,12 @@ paths: issue_url: type: string format: uri - author_association: *141 + author_association: *161 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *142 + reactions: *162 required: - event - actor @@ -86629,7 +86725,7 @@ paths: properties: type: type: string - issue: *154 + issue: *174 required: - event - created_at @@ -86846,7 +86942,7 @@ paths: type: string body_text: type: string - author_association: *141 + author_association: *161 required: - event - id @@ -86869,7 +86965,7 @@ paths: type: string comments: type: array - items: &601 + items: &623 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -86974,7 +87070,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *141 + author_association: *161 _links: type: object properties: @@ -87069,7 +87165,7 @@ paths: enum: - line - file - reactions: *142 + reactions: *162 body_html: type: string examples: @@ -87107,7 +87203,7 @@ paths: type: string comments: type: array - items: *487 + items: *509 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -87382,7 +87478,7 @@ paths: headers: Link: *38 '404': *6 - '410': *381 + '410': *403 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87399,8 +87495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -87410,7 +87506,7 @@ paths: application/json: schema: type: array - items: &582 + items: &604 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -87477,8 +87573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -87514,9 +87610,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *604 examples: - default: &583 + default: &605 value: id: 1 key: ssh-rsa AAA... @@ -87550,9 +87646,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *370 - - *371 - - &584 + - *392 + - *393 + - &606 name: key_id description: The unique identifier of the key. in: path @@ -87564,9 +87660,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *604 examples: - default: *583 + default: *605 '404': *6 x-github: githubCloudOnly: false @@ -87584,9 +87680,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *370 - - *371 - - *584 + - *392 + - *393 + - *606 responses: '204': description: Response @@ -87606,8 +87702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -87617,9 +87713,9 @@ paths: application/json: schema: type: array - items: *566 + items: *588 examples: - default: *567 + default: *589 headers: Link: *38 '404': *6 @@ -87640,8 +87736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -87677,9 +87773,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *588 examples: - default: &585 + default: &607 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -87711,8 +87807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *370 - - *371 + - *392 + - *393 - name: name in: path required: true @@ -87723,9 +87819,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *588 examples: - default: *585 + default: *607 '404': *6 x-github: githubCloudOnly: false @@ -87742,8 +87838,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *370 - - *371 + - *392 + - *393 - name: name in: path required: true @@ -87782,7 +87878,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *588 examples: default: value: @@ -87808,8 +87904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *370 - - *371 + - *392 + - *393 - name: name in: path required: true @@ -87835,8 +87931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -87872,8 +87968,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '202': *37 '403': @@ -87901,8 +87997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -87928,9 +88024,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *370 - - *371 - - *465 + - *392 + - *393 + - *487 responses: '200': description: Response @@ -87996,7 +88092,7 @@ paths: license: anyOf: - type: 'null' - - *155 + - *175 required: - _links - git_url @@ -88077,8 +88173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -88143,8 +88239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -88178,9 +88274,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *488 + schema: *510 examples: - default: *586 + default: *608 '204': description: Response when already merged '404': @@ -88205,8 +88301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *370 - - *371 + - *392 + - *393 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -88247,7 +88343,7 @@ paths: application/json: schema: type: array - items: *492 + items: *514 examples: default: value: @@ -88303,8 +88399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -88344,9 +88440,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *514 examples: - default: &587 + default: &609 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -88405,9 +88501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *370 - - *371 - - &588 + - *392 + - *393 + - &610 name: milestone_number description: The number that identifies the milestone. in: path @@ -88419,9 +88515,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *514 examples: - default: *587 + default: *609 '404': *6 x-github: githubCloudOnly: false @@ -88438,9 +88534,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *370 - - *371 - - *588 + - *392 + - *393 + - *610 requestBody: required: false content: @@ -88478,9 +88574,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *514 examples: - default: *587 + default: *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88496,9 +88592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *370 - - *371 - - *588 + - *392 + - *393 + - *610 responses: '204': description: Response @@ -88519,9 +88615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *370 - - *371 - - *588 + - *392 + - *393 + - *610 - *17 - *19 responses: @@ -88531,9 +88627,9 @@ paths: application/json: schema: type: array - items: *566 + items: *588 examples: - default: *567 + default: *589 headers: Link: *38 x-github: @@ -88552,12 +88648,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *370 - - *371 - - *589 - - *590 - - *144 - - *591 + - *392 + - *393 + - *611 + - *612 + - *164 + - *613 - *17 - *19 responses: @@ -88567,9 +88663,9 @@ paths: application/json: schema: type: array - items: *166 + items: *186 examples: - default: *592 + default: *614 headers: Link: *38 x-github: @@ -88593,8 +88689,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -88652,14 +88748,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: &593 + schema: &615 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -88803,7 +88899,7 @@ paths: - custom_404 - public examples: - default: &594 + default: &616 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -88844,8 +88940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -88900,9 +88996,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *615 examples: - default: *594 + default: *616 '422': *15 '409': *97 x-github: @@ -88925,8 +89021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -89034,8 +89130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -89061,8 +89157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -89072,7 +89168,7 @@ paths: application/json: schema: type: array - items: &595 + items: &617 title: Page Build description: Page Build type: object @@ -89164,8 +89260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *370 - - *371 + - *392 + - *393 responses: '201': description: Response @@ -89212,16 +89308,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *595 + schema: *617 examples: - default: &596 + default: &618 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -89269,8 +89365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *370 - - *371 + - *392 + - *393 - name: build_id in: path required: true @@ -89281,9 +89377,9 @@ paths: description: Response content: application/json: - schema: *595 + schema: *617 examples: - default: *596 + default: *618 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89303,8 +89399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -89412,9 +89508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *370 - - *371 - - &597 + - *392 + - *393 + - &619 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -89472,9 +89568,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *370 - - *371 - - *597 + - *392 + - *393 + - *619 responses: '204': *119 '404': *6 @@ -89501,8 +89597,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -89770,7 +89866,7 @@ paths: description: Empty response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -89797,8 +89893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Private vulnerability reporting status @@ -89835,8 +89931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': *119 '422': *14 @@ -89857,8 +89953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': *119 '422': *14 @@ -89881,8 +89977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-repository-projects parameters: - - *370 - - *371 + - *392 + - *393 - name: state description: Indicates the state of the projects to return. in: query @@ -89903,7 +89999,7 @@ paths: application/json: schema: type: array - items: *317 + items: *338 examples: default: value: @@ -89943,7 +90039,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *381 + '410': *403 '422': *7 x-github: githubCloudOnly: false @@ -89966,8 +90062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#create-a-repository-project parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -89993,13 +90089,13 @@ paths: description: Response content: application/json: - schema: *317 + schema: *338 examples: - default: *380 + default: *402 '401': *23 '403': *27 '404': *6 - '410': *381 + '410': *403 '422': *7 x-github: githubCloudOnly: false @@ -90022,8 +90118,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -90031,7 +90127,7 @@ paths: application/json: schema: type: array - items: *319 + items: *340 examples: default: value: @@ -90062,8 +90158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -90075,7 +90171,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *319 + items: *340 required: - properties examples: @@ -90125,8 +90221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *370 - - *371 + - *392 + - *393 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -90186,9 +90282,9 @@ paths: application/json: schema: type: array - items: *598 + items: *620 examples: - default: *599 + default: *621 headers: Link: *38 '304': *35 @@ -90220,8 +90316,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -90288,7 +90384,7 @@ paths: description: Response content: application/json: - schema: &603 + schema: &625 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -90417,7 +90513,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *514 active_lock_reason: type: - string @@ -90472,7 +90568,7 @@ paths: type: - array - 'null' - items: *299 + items: *320 head: type: object properties: @@ -90510,14 +90606,14 @@ paths: _links: type: object properties: - comments: *493 - commits: *493 - statuses: *493 - html: *493 - issue: *493 - review_comments: *493 - review_comment: *493 - self: *493 + comments: *515 + commits: *515 + statuses: *515 + html: *515 + issue: *515 + review_comments: *515 + review_comment: *515 + self: *515 required: - comments - commits @@ -90527,8 +90623,8 @@ paths: - review_comments - review_comment - self - author_association: *141 - auto_merge: *600 + author_association: *161 + auto_merge: *622 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -90630,7 +90726,7 @@ paths: - merged_by - review_comments examples: - default: &604 + default: &626 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91157,8 +91253,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: sort in: query required: false @@ -91177,7 +91273,7 @@ paths: enum: - asc - desc - - *144 + - *164 - *17 - *19 responses: @@ -91187,9 +91283,9 @@ paths: application/json: schema: type: array - items: *601 + items: *623 examples: - default: &606 + default: &628 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91266,17 +91362,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '200': description: Response content: application/json: - schema: *601 + schema: *623 examples: - default: &602 + default: &624 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -91351,9 +91447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -91375,9 +91471,9 @@ paths: description: Response content: application/json: - schema: *601 + schema: *623 examples: - default: *602 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91393,9 +91489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 responses: '204': description: Response @@ -91416,9 +91512,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a pull request review comment. @@ -91444,9 +91540,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 '404': *6 @@ -91467,9 +91563,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *370 - - *371 - - *153 + - *392 + - *393 + - *173 requestBody: required: true content: @@ -91501,16 +91597,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Reaction created content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -91532,10 +91628,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *370 - - *371 - - *153 - - *362 + - *392 + - *393 + - *173 + - *384 responses: '204': description: Response @@ -91578,9 +91674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *370 - - *371 - - &605 + - *392 + - *393 + - &627 name: pull_number description: The number that identifies the pull request. in: path @@ -91593,9 +91689,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *603 + schema: *625 examples: - default: *604 + default: *626 '304': *35 '404': *6 '406': @@ -91604,7 +91700,7 @@ paths: application/json: schema: *3 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91630,9 +91726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: false content: @@ -91674,9 +91770,9 @@ paths: description: Response content: application/json: - schema: *603 + schema: *625 examples: - default: *604 + default: *626 '422': *15 '403': *27 x-github: @@ -91698,9 +91794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: true content: @@ -91761,21 +91857,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '401': *23 '403': *27 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91801,10 +91897,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *370 - - *371 - - *605 - - *163 + - *392 + - *393 + - *627 + - *183 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -91814,7 +91910,7 @@ paths: enum: - asc - desc - - *144 + - *164 - *17 - *19 responses: @@ -91824,9 +91920,9 @@ paths: application/json: schema: type: array - items: *601 + items: *623 examples: - default: *606 + default: *628 headers: Link: *38 x-github: @@ -91859,9 +91955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: true content: @@ -91967,7 +92063,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *623 examples: example-for-a-multi-line-comment: value: @@ -92055,10 +92151,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *370 - - *371 - - *605 - - *153 + - *392 + - *393 + - *627 + - *173 requestBody: required: true content: @@ -92080,7 +92176,7 @@ paths: description: Response content: application/json: - schema: *601 + schema: *623 examples: default: value: @@ -92166,9 +92262,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 - *17 - *19 responses: @@ -92178,9 +92274,9 @@ paths: application/json: schema: type: array - items: *488 + items: *510 examples: - default: *607 + default: *629 headers: Link: *38 x-github: @@ -92210,9 +92306,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 - *17 - *19 responses: @@ -92222,7 +92318,7 @@ paths: application/json: schema: type: array - items: *500 + items: *522 examples: default: value: @@ -92241,7 +92337,7 @@ paths: Link: *38 '422': *15 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92260,9 +92356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 responses: '204': description: Response if pull request has been merged @@ -92285,9 +92381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: false content: @@ -92399,9 +92495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 responses: '200': description: Response @@ -92417,7 +92513,7 @@ paths: items: *4 teams: type: array - items: *226 + items: *246 required: - users - teams @@ -92476,9 +92572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: false content: @@ -92515,7 +92611,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *620 examples: default: value: @@ -93051,9 +93147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: true content: @@ -93087,7 +93183,7 @@ paths: description: Response content: application/json: - schema: *598 + schema: *620 examples: default: value: @@ -93592,9 +93688,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 - *17 - *19 responses: @@ -93604,7 +93700,7 @@ paths: application/json: schema: type: array - items: &608 + items: &630 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -93678,7 +93774,7 @@ paths: type: string body_text: type: string - author_association: *141 + author_association: *161 required: - id - node_id @@ -93760,9 +93856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: false content: @@ -93852,9 +93948,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *630 examples: - default: &610 + default: &632 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93917,10 +94013,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 - - &609 + - *392 + - *393 + - *627 + - &631 name: review_id description: The unique identifier of the review. in: path @@ -93932,9 +94028,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *630 examples: - default: &611 + default: &633 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -93993,10 +94089,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 - - *609 + - *392 + - *393 + - *627 + - *631 requestBody: required: true content: @@ -94019,7 +94115,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *630 examples: default: value: @@ -94081,18 +94177,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 - - *609 + - *392 + - *393 + - *627 + - *631 responses: '200': description: Response content: application/json: - schema: *608 + schema: *630 examples: - default: *610 + default: *632 '422': *7 '404': *6 x-github: @@ -94119,10 +94215,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *370 - - *371 - - *605 - - *609 + - *392 + - *393 + - *627 + - *631 - *17 - *19 responses: @@ -94216,13 +94312,13 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/pulls/1 - author_association: *141 + author_association: *161 _links: type: object properties: - self: *493 - html: *493 - pull_request: *493 + self: *515 + html: *515 + pull_request: *515 required: - self - html @@ -94231,7 +94327,7 @@ paths: type: string body_html: type: string - reactions: *142 + reactions: *162 side: description: The side of the first line of the range for a multi-line comment. @@ -94380,10 +94476,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 - - *609 + - *392 + - *393 + - *627 + - *631 requestBody: required: true content: @@ -94412,7 +94508,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *630 examples: default: value: @@ -94475,10 +94571,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *370 - - *371 - - *605 - - *609 + - *392 + - *393 + - *627 + - *631 requestBody: required: true content: @@ -94513,9 +94609,9 @@ paths: description: Response content: application/json: - schema: *608 + schema: *630 examples: - default: *611 + default: *633 '404': *6 '422': *7 '403': *27 @@ -94537,9 +94633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *370 - - *371 - - *605 + - *392 + - *393 + - *627 requestBody: required: false content: @@ -94603,8 +94699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *370 - - *371 + - *392 + - *393 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -94617,9 +94713,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *634 examples: - default: &613 + default: &635 value: type: file encoding: base64 @@ -94661,8 +94757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *370 - - *371 + - *392 + - *393 - name: dir description: The alternate path to look for a README file in: path @@ -94682,9 +94778,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *634 examples: - default: *613 + default: *635 '404': *6 '422': *15 x-github: @@ -94706,8 +94802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -94717,7 +94813,7 @@ paths: application/json: schema: type: array - items: &614 + items: &636 title: Release description: A release. type: object @@ -94794,7 +94890,7 @@ paths: author: *4 assets: type: array - items: &615 + items: &637 title: Release Asset description: Data related to a release. type: object @@ -94869,7 +94965,7 @@ paths: description: The URL of the release discussion. type: string format: uri - reactions: *142 + reactions: *162 required: - assets_url - upload_url @@ -94981,8 +95077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -95058,9 +95154,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *636 examples: - default: &618 + default: &640 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -95165,9 +95261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *370 - - *371 - - &616 + - *392 + - *393 + - &638 name: asset_id description: The unique identifier of the asset. in: path @@ -95179,9 +95275,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *637 examples: - default: &617 + default: &639 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 @@ -95216,7 +95312,7 @@ paths: type: User site_admin: false '404': *6 - '302': *502 + '302': *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95232,9 +95328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *370 - - *371 - - *616 + - *392 + - *393 + - *638 requestBody: required: false content: @@ -95263,9 +95359,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *637 examples: - default: *617 + default: *639 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95281,9 +95377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *370 - - *371 - - *616 + - *392 + - *393 + - *638 responses: '204': description: Response @@ -95307,8 +95403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -95394,16 +95490,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *614 + schema: *636 examples: - default: *618 + default: *640 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95420,8 +95516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *370 - - *371 + - *392 + - *393 - name: tag description: tag parameter in: path @@ -95434,9 +95530,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *636 examples: - default: *618 + default: *640 '404': *6 x-github: githubCloudOnly: false @@ -95458,9 +95554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *370 - - *371 - - &619 + - *392 + - *393 + - &641 name: release_id description: The unique identifier of the release. in: path @@ -95474,9 +95570,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *614 + schema: *636 examples: - default: *618 + default: *640 '401': description: Unauthorized x-github: @@ -95494,9 +95590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 requestBody: required: false content: @@ -95560,9 +95656,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *636 examples: - default: *618 + default: *640 '404': description: Not Found if the discussion category name is invalid content: @@ -95583,9 +95679,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 responses: '204': description: Response @@ -95605,9 +95701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 - *17 - *19 responses: @@ -95617,7 +95713,7 @@ paths: application/json: schema: type: array - items: *615 + items: *637 examples: default: value: @@ -95699,9 +95795,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: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 - name: name in: query required: true @@ -95727,7 +95823,7 @@ paths: description: Response for successful upload content: application/json: - schema: *615 + schema: *637 examples: response-for-successful-upload: value: @@ -95782,9 +95878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -95808,9 +95904,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 '404': *6 @@ -95831,9 +95927,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *370 - - *371 - - *619 + - *392 + - *393 + - *641 requestBody: required: true content: @@ -95863,16 +95959,16 @@ paths: description: Reaction exists content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '201': description: Reaction created content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -95894,10 +95990,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *370 - - *371 - - *619 - - *362 + - *392 + - *393 + - *641 + - *384 responses: '204': description: Response @@ -95921,9 +96017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *370 - - *371 - - *429 + - *392 + - *393 + - *451 - *17 - *19 responses: @@ -95939,8 +96035,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *620 - - &622 + - *128 + - &642 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95960,65 +96056,65 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *621 - - *622 + - *129 + - *642 - allOf: - - *623 - - *622 + - *130 + - *642 - allOf: - - *624 - - *622 + - *131 + - *642 - allOf: - - *625 - - *622 + - *643 + - *642 - allOf: - - *626 - - *622 + - *132 + - *642 - allOf: - - *627 - - *622 + - *133 + - *642 - allOf: - - *628 - - *622 + - *134 + - *642 - allOf: - - *629 - - *622 + - *135 + - *642 - allOf: - - *630 - - *622 + - *136 + - *642 - allOf: - - *631 - - *622 + - *137 + - *642 - allOf: - - *632 - - *622 + - *138 + - *642 - allOf: - - *633 - - *622 + - *139 + - *642 - allOf: - - *634 - - *622 + - *140 + - *642 - allOf: - - *635 - - *622 + - *141 + - *642 - allOf: - - *636 - - *622 + - *142 + - *642 - allOf: - - *637 - - *622 + - *143 + - *642 - allOf: - - *638 - - *622 + - *144 + - *642 - allOf: - - *639 - - *622 + - *145 + - *642 - allOf: - - *640 - - *622 + - *146 + - *642 - allOf: - - *641 - - *622 + - *147 + - *642 examples: default: value: @@ -96057,8 +96153,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 - name: includes_parents @@ -96069,7 +96165,7 @@ paths: schema: type: boolean default: true - - *642 + - *644 responses: '200': description: Response @@ -96077,7 +96173,7 @@ paths: application/json: schema: type: array - items: *129 + items: *148 examples: default: value: @@ -96124,8 +96220,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - - *371 + - *392 + - *393 requestBody: description: Request body required: true @@ -96154,7 +96250,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *128 + items: *645 required: - name - enforcement @@ -96185,9 +96281,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: &651 + default: &654 value: id: 42 name: super cool ruleset @@ -96234,12 +96330,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *370 - - *371 - - *643 - - *220 - - *644 - - *645 + - *392 + - *393 + - *646 + - *240 + - *647 + - *648 - *17 - *19 responses: @@ -96247,9 +96343,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *649 examples: - default: *647 + default: *650 '404': *6 '500': *86 x-github: @@ -96270,17 +96366,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *370 - - *371 - - *648 + - *392 + - *393 + - *651 responses: '200': description: Response content: application/json: - schema: *649 + schema: *652 examples: - default: *650 + default: *653 '404': *6 '500': *86 x-github: @@ -96308,8 +96404,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - - *371 + - *392 + - *393 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96329,9 +96425,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *651 + default: *654 '404': *6 '500': *86 put: @@ -96349,8 +96445,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - - *371 + - *392 + - *393 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96384,7 +96480,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *128 + items: *645 examples: default: value: @@ -96412,9 +96508,9 @@ paths: description: Response content: application/json: - schema: *129 + schema: *148 examples: - default: *651 + default: *654 '404': *6 '500': *86 delete: @@ -96432,8 +96528,8 @@ paths: category: repos subcategory: rules parameters: - - *370 - - *371 + - *392 + - *393 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96456,8 +96552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 - name: ruleset_id @@ -96473,9 +96569,9 @@ paths: application/json: schema: type: array - items: *132 + items: *152 examples: - default: *325 + default: *347 '404': *6 '500': *86 x-github: @@ -96494,8 +96590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *370 - - *371 + - *392 + - *393 - name: ruleset_id description: The ID of the ruleset. in: path @@ -96513,7 +96609,7 @@ paths: description: Response content: application/json: - schema: *326 + schema: *348 examples: default: value: @@ -96568,21 +96664,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *370 - - *371 - - *327 - - *328 - - *329 - - *330 + - *392 + - *393 + - *349 + - *350 + - *351 + - *352 - *89 - *19 - *17 - - *652 - - *653 - - *331 - - *332 - - *333 - - *334 + - *655 + - *656 + - *353 + - *354 + - *355 + - *356 responses: '200': description: Response @@ -96590,7 +96686,7 @@ paths: application/json: schema: type: array - items: &657 + items: &660 type: object properties: number: *99 @@ -96606,8 +96702,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *654 - resolution: *655 + state: *657 + resolution: *658 resolved_at: type: - string @@ -96701,7 +96797,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *656 + - *659 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -96828,7 +96924,7 @@ paths: '404': description: Repository is public or secret scanning is disabled for the repository - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96850,16 +96946,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *370 - - *371 - - *459 - - *334 + - *392 + - *393 + - *481 + - *356 responses: '200': description: Response content: application/json: - schema: *657 + schema: *660 examples: default: value: @@ -96890,7 +96986,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96911,9 +97007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 requestBody: required: true content: @@ -96921,8 +97017,8 @@ paths: schema: type: object properties: - state: *654 - resolution: *655 + state: *657 + resolution: *658 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96941,7 +97037,7 @@ paths: description: Response content: application/json: - schema: *657 + schema: *660 examples: default: value: @@ -96994,7 +97090,7 @@ paths: repository, or the resource is not found '422': description: State does not match the resolution or resolution comment - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -97016,9 +97112,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *370 - - *371 - - *459 + - *392 + - *393 + - *481 - *19 - *17 responses: @@ -97029,7 +97125,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &829 + items: &832 type: object properties: type: @@ -97056,9 +97152,6 @@ paths: - commit details: oneOf: - - *658 - - *659 - - *660 - *661 - *662 - *663 @@ -97069,6 +97162,9 @@ paths: - *668 - *669 - *670 + - *671 + - *672 + - *673 examples: default: value: @@ -97132,7 +97228,7 @@ paths: '404': description: Repository is public, or secret scanning is disabled for the repository, or the resource is not found - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97154,8 +97250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -97163,14 +97259,14 @@ paths: schema: type: object properties: - reason: &672 + reason: &675 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *671 + placeholder_id: *674 required: - reason - placeholder_id @@ -97187,7 +97283,7 @@ paths: schema: type: object properties: - reason: *672 + reason: *675 expire_at: type: - string @@ -97211,7 +97307,7 @@ paths: this repository. '422': description: Bad request, input data missing or incorrect. - '503': *133 + '503': *153 x-github: enabledForGitHubApps: true githubCloudOnly: false @@ -97231,13 +97327,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '404': description: Repository does not have GitHub Advanced Security or secret scanning enabled - '503': *133 + '503': *153 '200': description: Response content: @@ -97247,7 +97343,7 @@ paths: properties: incremental_scans: type: array - items: &673 + items: &676 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97275,15 +97371,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *673 + items: *676 backfill_scans: type: array - items: *673 + items: *676 custom_pattern_backfill_scans: type: array items: allOf: - - *673 + - *676 - type: object properties: pattern_name: @@ -97353,8 +97449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *370 - - *371 + - *392 + - *393 - *89 - name: sort description: The property to sort the results by. @@ -97398,9 +97494,9 @@ paths: application/json: schema: type: array - items: *674 + items: *677 examples: - default: *675 + default: *678 '400': *14 '404': *6 x-github: @@ -97423,8 +97519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -97504,7 +97600,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *359 required: - login - type @@ -97594,9 +97690,9 @@ paths: description: Response content: application/json: - schema: *674 + schema: *677 examples: - default: &677 + default: &680 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97829,8 +97925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -97943,7 +98039,7 @@ paths: description: Response content: application/json: - schema: *674 + schema: *677 examples: default: value: @@ -98090,17 +98186,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *370 - - *371 - - *676 + - *392 + - *393 + - *679 responses: '200': description: Response content: application/json: - schema: *674 + schema: *677 examples: - default: *677 + default: *680 '403': *27 '404': *6 x-github: @@ -98124,9 +98220,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *370 - - *371 - - *676 + - *392 + - *393 + - *679 requestBody: required: true content: @@ -98206,7 +98302,7 @@ paths: login: type: string description: The username of the user credited. - type: *337 + type: *359 required: - login - type @@ -98297,17 +98393,17 @@ paths: description: Response content: application/json: - schema: *674 + schema: *677 examples: - default: *677 - add_credit: *677 + default: *680 + add_credit: *680 '403': *27 '404': *6 '422': description: Validation failed, or the endpoint has been spammed. content: application/json: - schema: *178 + schema: *198 examples: invalid_state_transition: value: @@ -98338,9 +98434,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *370 - - *371 - - *676 + - *392 + - *393 + - *679 responses: '202': *37 '400': *14 @@ -98367,17 +98463,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *370 - - *371 - - *676 + - *392 + - *393 + - *679 responses: '202': description: Response content: application/json: - schema: *383 + schema: *405 examples: - default: *385 + default: *407 '400': *14 '422': *15 '403': *27 @@ -98403,8 +98499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -98500,8 +98596,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -98510,7 +98606,7 @@ paths: application/json: schema: type: array - items: &678 + items: &681 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98543,8 +98639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -98622,8 +98718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -98717,8 +98813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -98872,8 +98968,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -98883,7 +98979,7 @@ paths: application/json: schema: type: array - items: *678 + items: *681 examples: default: value: @@ -98916,8 +99012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *370 - - *371 + - *392 + - *393 - name: sha in: path required: true @@ -98973,7 +99069,7 @@ paths: description: Response content: application/json: - schema: *679 + schema: *682 examples: default: value: @@ -99027,8 +99123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -99040,7 +99136,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -99060,14 +99156,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &680 + schema: &683 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99140,8 +99236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: false content: @@ -99167,7 +99263,7 @@ paths: description: Response content: application/json: - schema: *680 + schema: *683 examples: default: value: @@ -99194,8 +99290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -99215,8 +99311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -99298,8 +99394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -99307,7 +99403,7 @@ paths: application/json: schema: type: array - items: &681 + items: &684 title: Tag protection description: Tag protection type: object @@ -99364,8 +99460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -99388,7 +99484,7 @@ paths: description: Response content: application/json: - schema: *681 + schema: *684 examples: default: value: @@ -99419,8 +99515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -99457,8 +99553,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *370 - - *371 + - *392 + - *393 - name: ref in: path required: true @@ -99494,8 +99590,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *370 - - *371 + - *392 + - *393 - *17 - *19 responses: @@ -99505,9 +99601,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - default: *300 + default: *321 headers: Link: *38 '404': *6 @@ -99527,8 +99623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *370 - - *371 + - *392 + - *393 - *19 - *17 responses: @@ -99536,7 +99632,7 @@ paths: description: Response content: application/json: - schema: &682 + schema: &685 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99548,7 +99644,7 @@ paths: required: - names examples: - default: &683 + default: &686 value: names: - octocat @@ -99571,8 +99667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -99603,9 +99699,9 @@ paths: description: Response content: application/json: - schema: *682 + schema: *685 examples: - default: *683 + default: *686 '404': *6 '422': *7 x-github: @@ -99626,9 +99722,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *370 - - *371 - - &684 + - *392 + - *393 + - &687 name: per description: The time frame to display results for. in: query @@ -99659,7 +99755,7 @@ paths: - 128 clones: type: array - items: &685 + items: &688 title: Traffic type: object properties: @@ -99746,8 +99842,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -99841,8 +99937,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *370 - - *371 + - *392 + - *393 responses: '200': description: Response @@ -99905,9 +100001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *370 - - *371 - - *684 + - *392 + - *393 + - *687 responses: '200': description: Response @@ -99928,7 +100024,7 @@ paths: - 3782 views: type: array - items: *685 + items: *688 required: - uniques - count @@ -100005,8 +100101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *370 - - *371 + - *392 + - *393 requestBody: required: true content: @@ -100042,7 +100138,7 @@ paths: description: Response content: application/json: - schema: *195 + schema: *215 examples: default: value: @@ -100280,8 +100376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -100304,8 +100400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -100327,8 +100423,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -100354,8 +100450,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *370 - - *371 + - *392 + - *393 - name: ref in: path required: true @@ -100447,9 +100543,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *405 examples: - default: *385 + default: *407 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -100490,7 +100586,7 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: default: value: @@ -100600,7 +100696,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &693 + - &696 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -100610,7 +100706,7 @@ paths: type: string examples: - members - - &698 + - &701 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -100622,7 +100718,7 @@ paths: format: int32 examples: - 1 - - &699 + - &702 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -100666,7 +100762,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &687 + items: &690 allOf: - type: object required: @@ -100748,7 +100844,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &700 + meta: &703 type: object description: The metadata associated with the creation/updates to the user. @@ -100813,31 +100909,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &688 + '400': &691 description: Bad request content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 - '401': &689 + schema: *689 + '401': &692 description: Authorization failure - '403': &690 + '403': &693 description: Permission denied - '429': &691 + '429': &694 description: Too many requests content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 - '500': &692 + schema: *689 + '500': &695 description: Internal server error content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 + schema: *689 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100861,7 +100957,7 @@ paths: required: true content: application/json: - schema: &696 + schema: &699 type: object required: - schemas @@ -100921,9 +101017,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *687 + schema: *690 examples: - group: &694 + group: &697 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -100942,13 +101038,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *688 - '401': *689 - '403': *690 - '409': &697 + '400': *691 + '401': *692 + '403': *693 + '409': &700 description: Duplicate record detected - '429': *691 - '500': *692 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -100965,7 +101061,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &695 + - &698 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -100974,22 +101070,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *693 + - *696 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *687 + schema: *690 examples: - default: *694 - '400': *688 - '401': *689 - '403': *690 + default: *697 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '429': *691 - '500': *692 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101008,13 +101104,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *695 + - *698 - *39 requestBody: required: true content: application/json: - schema: *696 + schema: *699 examples: group: summary: Group @@ -101040,17 +101136,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *687 + schema: *690 examples: - group: *694 - groupWithMembers: *694 - '400': *688 - '401': *689 - '403': *690 + group: *697 + groupWithMembers: *697 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *700 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101074,13 +101170,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *695 + - *698 - *39 requestBody: required: true content: application/json: - schema: &707 + schema: &710 type: object required: - Operations @@ -101140,17 +101236,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *687 + schema: *690 examples: - updateGroup: *694 - addMembers: *694 - '400': *688 - '401': *689 - '403': *690 + updateGroup: *697 + addMembers: *697 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *700 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101166,17 +101262,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *695 + - *698 - *39 responses: '204': description: Group was deleted, no content - '400': *688 - '401': *689 - '403': *690 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '429': *691 - '500': *692 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101210,8 +101306,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *698 - - *699 + - *701 + - *702 - *39 responses: '200': @@ -101245,7 +101341,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &702 + items: &705 allOf: - type: object required: @@ -101337,7 +101433,7 @@ paths: address. examples: - true - roles: &701 + roles: &704 type: array description: The roles assigned to the user. items: @@ -101396,7 +101492,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *700 + meta: *703 startIndex: type: integer description: A starting index for the returned page @@ -101435,11 +101531,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *688 - '401': *689 - '403': *690 - '429': *691 - '500': *692 + '400': *691 + '401': *692 + '403': *693 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101463,7 +101559,7 @@ paths: required: true content: application/json: - schema: &705 + schema: &708 type: object required: - schemas @@ -101556,9 +101652,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *701 + roles: *704 examples: - user: &706 + user: &709 summary: User value: schemas: @@ -101605,9 +101701,9 @@ paths: description: User has been created content: application/scim+json: - schema: *702 + schema: *705 examples: - user: &703 + user: &706 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -101633,13 +101729,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *703 - '400': *688 - '401': *689 - '403': *690 - '409': *697 - '429': *691 - '500': *692 + enterpriseOwner: *706 + '400': *691 + '401': *692 + '403': *693 + '409': *700 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101656,7 +101752,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &704 + - &707 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -101669,15 +101765,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *702 + schema: *705 examples: - default: *703 - '400': *688 - '401': *689 - '403': *690 + default: *706 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '429': *691 - '500': *692 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101699,30 +101795,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *704 + - *707 - *39 requestBody: required: true content: application/json: - schema: *705 + schema: *708 examples: - user: *706 + user: *709 responses: '200': description: User was updated content: application/scim+json: - schema: *702 + schema: *705 examples: - user: *703 - '400': *688 - '401': *689 - '403': *690 + user: *706 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *700 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101757,13 +101853,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *704 + - *707 - *39 requestBody: required: true content: application/json: - schema: *707 + schema: *710 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -101803,18 +101899,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *702 + schema: *705 examples: - userMultiValuedProperties: *703 - userSingleValuedProperties: *703 - disableUser: *703 - '400': *688 - '401': *689 - '403': *690 + userMultiValuedProperties: *706 + userSingleValuedProperties: *706 + disableUser: *706 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '409': *697 - '429': *691 - '500': *692 + '409': *700 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101834,17 +101930,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *704 + - *707 - *39 responses: '204': description: User was deleted, no content - '400': *688 - '401': *689 - '403': *690 + '400': *691 + '401': *692 + '403': *693 '404': *6 - '429': *691 - '500': *692 + '429': *694 + '500': *695 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -101935,7 +102031,7 @@ paths: - 1 Resources: type: array - items: &708 + items: &711 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -102182,22 +102278,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &709 + '404': &712 description: Resource not found content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 - '403': &710 + schema: *689 + '403': &713 description: Forbidden content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 - '400': *688 - '429': *691 + schema: *689 + '400': *691 + '429': *694 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -102223,9 +102319,9 @@ paths: description: Response content: application/scim+json: - schema: *708 + schema: *711 examples: - default: &711 + default: &714 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -102248,17 +102344,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *709 - '403': *710 - '500': *692 + '404': *712 + '403': *713 + '500': *695 '409': description: Conflict content: application/json: - schema: *686 + schema: *689 application/scim+json: - schema: *686 - '400': *688 + schema: *689 + '400': *691 requestBody: required: true content: @@ -102358,17 +102454,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *71 - - *704 + - *707 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *711 examples: - default: *711 - '404': *709 - '403': *710 + default: *714 + '404': *712 + '403': *713 '304': *35 x-github: githubCloudOnly: true @@ -102392,18 +102488,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *71 - - *704 + - *707 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *711 examples: - default: *711 + default: *714 '304': *35 - '404': *709 - '403': *710 + '404': *712 + '403': *713 requestBody: required: true content: @@ -102518,19 +102614,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *71 - - *704 + - *707 responses: '200': description: Response content: application/scim+json: - schema: *708 + schema: *711 examples: - default: *711 + default: *714 '304': *35 - '404': *709 - '403': *710 - '400': *688 + '404': *712 + '403': *713 + '400': *691 '429': description: Response content: @@ -102626,12 +102722,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *71 - - *704 + - *707 responses: '204': description: Response - '404': *709 - '403': *710 + '404': *712 + '403': *713 '304': *35 x-github: githubCloudOnly: true @@ -102746,7 +102842,7 @@ paths: html_url: type: string format: uri - repository: *195 + repository: *215 score: type: number file_size: @@ -102765,7 +102861,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &712 + text_matches: &715 title: Search Result Text Matches type: array items: @@ -102880,7 +102976,7 @@ paths: releases_url: http://api.github.com/repos/octocat/Hello-World/releases{/id} score: 1 '304': *35 - '503': *133 + '503': *153 '422': *15 '403': *27 x-github: @@ -102929,7 +103025,7 @@ paths: enum: - author-date - committer-date - - &713 + - &716 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 @@ -102998,7 +103094,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *449 comment_count: type: integer message: @@ -103017,7 +103113,7 @@ paths: url: type: string format: uri - verification: *546 + verification: *568 required: - author - committer @@ -103032,7 +103128,7 @@ paths: committer: anyOf: - type: 'null' - - *427 + - *449 parents: type: array items: @@ -103044,12 +103140,12 @@ paths: type: string sha: type: string - repository: *195 + repository: *215 score: type: number node_id: type: string - text_matches: *712 + text_matches: *715 required: - sha - node_id @@ -103232,7 +103328,7 @@ paths: - interactions - created - updated - - *713 + - *716 - *17 - *19 - name: advanced_search @@ -103356,7 +103452,7 @@ paths: milestone: anyOf: - type: 'null' - - *492 + - *514 comments: type: integer created_at: @@ -103370,7 +103466,7 @@ paths: - string - 'null' format: date-time - text_matches: *712 + text_matches: *715 pull_request: type: object properties: @@ -103408,7 +103504,7 @@ paths: type: string score: type: number - author_association: *141 + author_association: *161 draft: type: boolean repository: *62 @@ -103419,12 +103515,12 @@ paths: timeline_url: type: string format: uri - type: *284 + type: *305 performed_via_github_app: anyOf: - type: 'null' - *5 - reactions: *142 + reactions: *162 required: - assignee - closed_at @@ -103540,7 +103636,7 @@ paths: locked: true author_association: COLLABORATOR state_reason: completed - '503': *133 + '503': *153 '422': *15 '304': *35 '403': *27 @@ -103596,7 +103692,7 @@ paths: enum: - created - updated - - *713 + - *716 - *17 - *19 responses: @@ -103641,7 +103737,7 @@ paths: - 'null' score: type: number - text_matches: *712 + text_matches: *715 required: - id - node_id @@ -103727,7 +103823,7 @@ paths: - forks - help-wanted-issues - updated - - *713 + - *716 - *17 - *19 responses: @@ -103946,7 +104042,7 @@ paths: license: anyOf: - type: 'null' - - *155 + - *175 permissions: type: object properties: @@ -103964,7 +104060,7 @@ paths: - admin - pull - push - text_matches: *712 + text_matches: *715 temp_clone_token: type: string allow_merge_commit: @@ -104167,7 +104263,7 @@ paths: spdx_id: MIT node_id: MDc6TGljZW5zZW1pdA== html_url: https://api.github.com/licenses/mit - '503': *133 + '503': *153 '422': *15 '304': *35 x-github: @@ -104273,7 +104369,7 @@ paths: - string - 'null' format: uri - text_matches: *712 + text_matches: *715 related: type: - array @@ -104468,7 +104564,7 @@ paths: - followers - repositories - joined - - *713 + - *716 - *17 - *19 responses: @@ -104578,7 +104674,7 @@ paths: type: - boolean - 'null' - text_matches: *712 + text_matches: *715 blog: type: - string @@ -104640,7 +104736,7 @@ paths: events_url: https://api.github.com/users/mojombo/events{/privacy} site_admin: true '304': *35 - '503': *133 + '503': *153 '422': *15 x-github: githubCloudOnly: false @@ -104660,7 +104756,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &714 + - &717 name: team_id description: The unique identifier of the team. in: path @@ -104672,9 +104768,9 @@ paths: description: Response content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '404': *6 x-github: githubCloudOnly: false @@ -104701,7 +104797,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *714 + - *717 requestBody: required: true content: @@ -104765,16 +104861,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '201': description: Response content: application/json: - schema: *351 + schema: *373 examples: - default: *352 + default: *374 '404': *6 '422': *15 '403': *27 @@ -104802,7 +104898,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *714 + - *717 responses: '204': description: Response @@ -104833,7 +104929,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions-legacy parameters: - - *714 + - *717 - *89 - *17 - *19 @@ -104844,9 +104940,9 @@ paths: application/json: schema: type: array - items: *353 + items: *375 examples: - default: *715 + default: *718 headers: Link: *38 x-github: @@ -104875,7 +104971,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion-legacy parameters: - - *714 + - *717 requestBody: required: true content: @@ -104909,9 +105005,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: *354 + default: *376 x-github: triggersNotification: true githubCloudOnly: false @@ -104938,16 +105034,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion-legacy parameters: - - *714 - - *355 + - *717 + - *377 responses: '200': description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: *354 + default: *376 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104972,8 +105068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion-legacy parameters: - - *714 - - *355 + - *717 + - *377 requestBody: required: false content: @@ -104996,9 +105092,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *375 examples: - default: *716 + default: *719 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105023,8 +105119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion-legacy parameters: - - *714 - - *355 + - *717 + - *377 responses: '204': description: Response @@ -105053,8 +105149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - - *714 - - *355 + - *717 + - *377 - *89 - *17 - *19 @@ -105065,9 +105161,9 @@ paths: application/json: schema: type: array - items: *356 + items: *378 examples: - default: *717 + default: *720 headers: Link: *38 x-github: @@ -105096,8 +105192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - - *714 - - *355 + - *717 + - *377 requestBody: required: true content: @@ -105119,9 +105215,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: *357 + default: *379 x-github: triggersNotification: true githubCloudOnly: false @@ -105148,17 +105244,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *717 + - *377 + - *380 responses: '200': description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: *357 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105183,9 +105279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *717 + - *377 + - *380 requestBody: required: true content: @@ -105207,9 +105303,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *378 examples: - default: *718 + default: *721 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105234,9 +105330,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *717 + - *377 + - *380 responses: '204': description: Response @@ -105265,9 +105361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *717 + - *377 + - *380 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -105293,9 +105389,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 x-github: @@ -105324,9 +105420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - - *714 - - *355 - - *358 + - *717 + - *377 + - *380 requestBody: required: true content: @@ -105358,9 +105454,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105386,8 +105482,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - - *714 - - *355 + - *717 + - *377 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -105413,9 +105509,9 @@ paths: application/json: schema: type: array - items: *359 + items: *381 examples: - default: *361 + default: *383 headers: Link: *38 x-github: @@ -105444,8 +105540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - - *714 - - *355 + - *717 + - *377 requestBody: required: true content: @@ -105477,9 +105573,9 @@ paths: description: Response content: application/json: - schema: *359 + schema: *381 examples: - default: *360 + default: *382 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -105503,7 +105599,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *714 + - *717 - *17 - *19 responses: @@ -105513,9 +105609,9 @@ paths: application/json: schema: type: array - items: *281 + items: *302 examples: - default: *282 + default: *303 headers: Link: *38 x-github: @@ -105541,7 +105637,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *714 + - *717 - name: role description: Filters members returned by their role in the team. in: query @@ -105564,7 +105660,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '404': *6 @@ -105592,8 +105688,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *714 - - *217 + - *717 + - *237 responses: '204': description: if user is a member @@ -105629,8 +105725,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *714 - - *217 + - *717 + - *237 responses: '204': description: Response @@ -105669,8 +105765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *714 - - *217 + - *717 + - *237 responses: '204': description: Response @@ -105706,16 +105802,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *714 - - *217 + - *717 + - *237 responses: '200': description: Response content: application/json: - schema: *367 + schema: *389 examples: - response-if-user-is-a-team-maintainer: *719 + response-if-user-is-a-team-maintainer: *722 '404': *6 x-github: githubCloudOnly: false @@ -105748,8 +105844,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *714 - - *217 + - *717 + - *237 requestBody: required: false content: @@ -105774,9 +105870,9 @@ paths: description: Response content: application/json: - schema: *367 + schema: *389 examples: - response-if-users-membership-with-team-is-now-pending: *720 + response-if-users-membership-with-team-is-now-pending: *723 '403': description: Forbidden if team synchronization is set up '422': @@ -105810,8 +105906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *714 - - *217 + - *717 + - *237 responses: '204': description: Response @@ -105839,7 +105935,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects-legacy parameters: - - *714 + - *717 - *17 - *19 responses: @@ -105849,9 +105945,9 @@ paths: application/json: schema: type: array - items: *368 + items: *390 examples: - default: *721 + default: *724 headers: Link: *38 '404': *6 @@ -105877,16 +105973,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - - *714 - - *369 + - *717 + - *391 responses: '200': description: Response content: application/json: - schema: *368 + schema: *390 examples: - default: *722 + default: *725 '404': description: Not Found if project is not managed by this team x-github: @@ -105910,8 +106006,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - - *714 - - *369 + - *717 + - *391 requestBody: required: false content: @@ -105978,8 +106074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - - *714 - - *369 + - *717 + - *391 responses: '204': description: Response @@ -106006,7 +106102,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *714 + - *717 - *17 - *19 responses: @@ -106016,9 +106112,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 '404': *6 @@ -106048,15 +106144,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *714 - - *370 - - *371 + - *717 + - *392 + - *393 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *723 + schema: *726 examples: alternative-response-with-extra-repository-information: value: @@ -106207,9 +106303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *714 - - *370 - - *371 + - *717 + - *392 + - *393 requestBody: required: false content: @@ -106259,9 +106355,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *714 - - *370 - - *371 + - *717 + - *392 + - *393 responses: '204': description: Response @@ -106290,15 +106386,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *714 + - *717 responses: '200': description: Response content: application/json: - schema: *372 + schema: *394 examples: - default: *373 + default: *395 '403': *27 '404': *6 x-github: @@ -106325,7 +106421,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *714 + - *717 requestBody: required: true content: @@ -106386,7 +106482,7 @@ paths: description: Response content: application/json: - schema: *372 + schema: *394 examples: default: value: @@ -106417,7 +106513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *714 + - *717 - *17 - *19 responses: @@ -106427,9 +106523,9 @@ paths: application/json: schema: type: array - items: *226 + items: *246 examples: - response-if-child-teams-exist: *724 + response-if-child-teams-exist: *727 headers: Link: *38 '404': *6 @@ -106462,7 +106558,7 @@ paths: application/json: schema: oneOf: - - &726 + - &729 title: Private User description: Private User type: object @@ -106712,7 +106808,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *725 + - *728 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -106872,7 +106968,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *729 examples: default: value: @@ -106951,7 +107047,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 '304': *35 '404': *6 '403': *27 @@ -106974,7 +107070,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *217 + - *237 responses: '204': description: If the user is blocked @@ -107002,7 +107098,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#block-a-user parameters: - - *217 + - *237 responses: '204': description: Response @@ -107026,7 +107122,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/blocking#unblock-a-user parameters: - - *217 + - *237 responses: '204': description: Response @@ -107075,9 +107171,9 @@ paths: type: integer codespaces: type: array - items: *290 + items: *311 examples: - default: *291 + default: *312 '304': *35 '500': *86 '401': *23 @@ -107216,21 +107312,21 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '401': *23 '403': *27 '404': *6 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -107270,7 +107366,7 @@ paths: type: integer secrets: type: array - items: &727 + items: &730 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -107312,7 +107408,7 @@ paths: - visibility - selected_repositories_url examples: - default: *481 + default: *503 headers: Link: *38 x-github: @@ -107384,13 +107480,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user parameters: - - *205 + - *225 responses: '200': description: Response content: application/json: - schema: *727 + schema: *730 examples: default: value: @@ -107420,7 +107516,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user parameters: - - *205 + - *225 requestBody: required: true content: @@ -107465,7 +107561,7 @@ paths: description: Response after successfully creating a secret content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -107493,7 +107589,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user parameters: - - *205 + - *225 responses: '204': description: Response @@ -107518,7 +107614,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret parameters: - - *205 + - *225 responses: '200': description: Response @@ -107534,9 +107630,9 @@ paths: type: integer repositories: type: array - items: *195 + items: *215 examples: - default: *728 + default: *731 '401': *23 '403': *27 '404': *6 @@ -107561,7 +107657,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret parameters: - - *205 + - *225 requestBody: required: true content: @@ -107615,7 +107711,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret parameters: - - *205 + - *225 - name: repository_id in: path required: true @@ -107648,7 +107744,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret parameters: - - *205 + - *225 - name: repository_id in: path required: true @@ -107680,15 +107776,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 responses: '200': description: Response content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '304': *35 '500': *86 '401': *23 @@ -107714,7 +107810,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 requestBody: required: false content: @@ -107744,9 +107840,9 @@ paths: description: Response content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '401': *23 '403': *27 '404': *6 @@ -107768,7 +107864,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 responses: '202': *37 '304': *35 @@ -107797,13 +107893,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 responses: '202': description: Response content: application/json: - schema: &729 + schema: &732 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -107856,7 +107952,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &730 + default: &733 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -107888,7 +107984,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *292 + - *313 - name: export_id in: path required: true @@ -107901,9 +107997,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *732 examples: - default: *730 + default: *733 '404': *6 x-github: githubCloudOnly: false @@ -107924,7 +108020,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *292 + - *313 responses: '200': description: Response @@ -107940,9 +108036,9 @@ paths: type: integer machines: type: array - items: *480 + items: *502 examples: - default: *731 + default: *734 '304': *35 '500': *86 '401': *23 @@ -107971,7 +108067,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *292 + - *313 requestBody: required: true content: @@ -108027,11 +108123,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *383 + repository: *405 machine: anyOf: - type: 'null' - - *480 + - *502 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -108828,15 +108924,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 responses: '200': description: Response content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '304': *35 '500': *86 '400': *14 @@ -108868,15 +108964,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *292 + - *313 responses: '200': description: Response content: application/json: - schema: *290 + schema: *311 examples: - default: *479 + default: *501 '500': *86 '401': *23 '403': *27 @@ -108906,9 +109002,9 @@ paths: application/json: schema: type: array - items: *301 + items: *322 examples: - default: &744 + default: &747 value: - id: 197 name: hello_docker @@ -109009,7 +109105,7 @@ paths: application/json: schema: type: array - items: &732 + items: &735 title: Email description: Email type: object @@ -109079,9 +109175,9 @@ paths: application/json: schema: type: array - items: *732 + items: *735 examples: - default: &746 + default: &749 value: - email: octocat@github.com verified: true @@ -109158,7 +109254,7 @@ paths: application/json: schema: type: array - items: *732 + items: *735 examples: default: value: @@ -109270,7 +109366,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '304': *35 @@ -109303,7 +109399,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 '304': *35 @@ -109325,7 +109421,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *217 + - *237 responses: '204': description: if the person is followed by the authenticated user @@ -109355,7 +109451,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#follow-a-user parameters: - - *217 + - *237 responses: '204': description: Response @@ -109380,7 +109476,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#unfollow-a-user parameters: - - *217 + - *237 responses: '204': description: Response @@ -109416,7 +109512,7 @@ paths: application/json: schema: type: array - items: &733 + items: &736 title: GPG Key description: A unique encryption key type: object @@ -109561,7 +109657,7 @@ paths: - subkeys - revoked examples: - default: &760 + default: &763 value: - id: 3 name: Octocat's GPG Key @@ -109646,9 +109742,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *736 examples: - default: &734 + default: &737 value: id: 3 name: Octocat's GPG Key @@ -109705,7 +109801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &735 + - &738 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -109717,9 +109813,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *736 examples: - default: *734 + default: *737 '404': *6 '304': *35 '403': *27 @@ -109742,7 +109838,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *735 + - *738 responses: '204': description: Response @@ -109933,7 +110029,7 @@ paths: type: array items: *62 examples: - default: *736 + default: *739 headers: Link: *38 '404': *6 @@ -109958,7 +110054,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#add-a-repository-to-an-app-installation parameters: - *21 - - *190 + - *210 responses: '204': description: Response @@ -109984,7 +110080,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/apps/installations#remove-a-repository-from-an-app-installation parameters: - *21 - - *190 + - *210 responses: '204': description: Response @@ -110018,12 +110114,12 @@ paths: application/json: schema: anyOf: - - *279 + - *300 - type: object properties: {} additionalProperties: false examples: - default: *280 + default: *301 '204': description: Response when there are no restrictions x-github: @@ -110047,7 +110143,7 @@ paths: required: true content: application/json: - schema: *557 + schema: *579 examples: default: value: @@ -110058,7 +110154,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *300 examples: default: value: @@ -110139,7 +110235,7 @@ paths: - closed - all default: open - - *287 + - *308 - name: sort description: What to sort results by. in: query @@ -110152,7 +110248,7 @@ paths: - comments default: created - *89 - - *144 + - *164 - *17 - *19 responses: @@ -110162,9 +110258,9 @@ paths: application/json: schema: type: array - items: *154 + items: *174 examples: - default: *288 + default: *309 headers: Link: *38 '404': *6 @@ -110197,7 +110293,7 @@ paths: application/json: schema: type: array - items: &737 + items: &740 title: Key description: Key type: object @@ -110295,9 +110391,9 @@ paths: description: Response content: application/json: - schema: *737 + schema: *740 examples: - default: &738 + default: &741 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -110330,15 +110426,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *584 + - *606 responses: '200': description: Response content: application/json: - schema: *737 + schema: *740 examples: - default: *738 + default: *741 '404': *6 '304': *35 '403': *27 @@ -110361,7 +110457,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *584 + - *606 responses: '204': description: Response @@ -110394,7 +110490,7 @@ paths: application/json: schema: type: array - items: &739 + items: &742 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -110462,7 +110558,7 @@ paths: - id - type - login - plan: *157 + plan: *177 required: - billing_cycle - next_billing_date @@ -110473,7 +110569,7 @@ paths: - account - plan examples: - default: &740 + default: &743 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -110535,9 +110631,9 @@ paths: application/json: schema: type: array - items: *739 + items: *742 examples: - default: *740 + default: *743 headers: Link: *38 '304': *35 @@ -110577,7 +110673,7 @@ paths: application/json: schema: type: array - items: *293 + items: *314 examples: default: value: @@ -110685,7 +110781,7 @@ paths: description: Response content: application/json: - schema: *293 + schema: *314 examples: default: value: @@ -110768,7 +110864,7 @@ paths: description: Response content: application/json: - schema: *293 + schema: *314 examples: default: value: @@ -110836,7 +110932,7 @@ paths: application/json: schema: type: array - items: *295 + items: *316 examples: default: value: @@ -111098,7 +111194,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *316 examples: default: value: @@ -111278,7 +111374,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *296 + - *317 - name: exclude in: query required: false @@ -111291,7 +111387,7 @@ paths: description: Response content: application/json: - schema: *295 + schema: *316 examples: default: value: @@ -111485,7 +111581,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *296 + - *317 responses: '302': description: Response @@ -111511,7 +111607,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *296 + - *317 responses: '204': description: Response @@ -111540,8 +111636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *296 - - *741 + - *317 + - *744 responses: '204': description: Response @@ -111565,7 +111661,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *296 + - *317 - *17 - *19 responses: @@ -111575,9 +111671,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 '404': *6 @@ -111614,7 +111710,7 @@ paths: type: array items: *57 examples: - default: *742 + default: *745 headers: Link: *38 '304': *35 @@ -111656,7 +111752,7 @@ paths: - docker - nuget - container - - *743 + - *746 - *19 - *17 responses: @@ -111666,10 +111762,10 @@ paths: application/json: schema: type: array - items: *301 + items: *322 examples: - default: *744 - '400': *745 + default: *747 + '400': *748 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111689,16 +111785,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *303 - - *304 + - *324 + - *325 responses: '200': description: Response content: application/json: - schema: *301 + schema: *322 examples: - default: &761 + default: &764 value: id: 40201 name: octo-name @@ -111811,8 +111907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *303 - - *304 + - *324 + - *325 responses: '204': description: Response @@ -111842,8 +111938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *303 - - *304 + - *324 + - *325 - name: token description: package token schema: @@ -111875,8 +111971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *303 - - *304 + - *324 + - *325 - *19 - *17 - name: state @@ -111896,7 +111992,7 @@ paths: application/json: schema: type: array - items: *305 + items: *326 examples: default: value: @@ -111945,15 +112041,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *303 - - *304 - - *306 + - *324 + - *325 + - *327 responses: '200': description: Response content: application/json: - schema: *305 + schema: *326 examples: default: value: @@ -111989,9 +112085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *303 - - *304 - - *306 + - *324 + - *325 + - *327 responses: '204': description: Response @@ -112021,9 +112117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *303 - - *304 - - *306 + - *324 + - *325 + - *327 responses: '204': description: Response @@ -112081,7 +112177,7 @@ paths: description: Response content: application/json: - schema: *317 + schema: *338 examples: default: value: @@ -112153,9 +112249,9 @@ paths: application/json: schema: type: array - items: *732 + items: *735 examples: - default: *746 + default: *749 headers: Link: *38 '304': *35 @@ -112268,7 +112364,7 @@ paths: type: array items: *62 examples: - default: &753 + default: &756 summary: Default response value: - id: 1296269 @@ -112586,9 +112682,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *405 examples: - default: *385 + default: *407 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -112626,9 +112722,9 @@ paths: application/json: schema: type: array - items: *559 + items: *581 examples: - default: *747 + default: *750 headers: Link: *38 '304': *35 @@ -112651,7 +112747,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *283 + - *304 responses: '204': description: Response @@ -112674,7 +112770,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *283 + - *304 responses: '204': description: Response @@ -112707,7 +112803,7 @@ paths: application/json: schema: type: array - items: &748 + items: &751 title: Social account description: Social media account type: object @@ -112724,7 +112820,7 @@ paths: - provider - url examples: - default: &749 + default: &752 value: - provider: twitter url: https://twitter.com/github @@ -112787,9 +112883,9 @@ paths: application/json: schema: type: array - items: *748 + items: *751 examples: - default: *749 + default: *752 '422': *15 '304': *35 '404': *6 @@ -112877,7 +112973,7 @@ paths: application/json: schema: type: array - items: &750 + items: &753 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -112897,7 +112993,7 @@ paths: - title - created_at examples: - default: &762 + default: &765 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112964,9 +113060,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *753 examples: - default: &751 + default: &754 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112997,7 +113093,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &752 + - &755 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -113009,9 +113105,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *753 examples: - default: *751 + default: *754 '404': *6 '304': *35 '403': *27 @@ -113034,7 +113130,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *752 + - *755 responses: '204': description: Response @@ -113063,7 +113159,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &763 + - &766 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 @@ -113088,11 +113184,11 @@ paths: type: array items: *62 examples: - default-response: *753 + default-response: *756 application/vnd.github.v3.star+json: schema: type: array - items: &764 + items: &767 title: Starred Repository description: Starred Repository type: object @@ -113248,8 +113344,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response if this repository is starred by you @@ -113277,8 +113373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -113302,8 +113398,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *370 - - *371 + - *392 + - *393 responses: '204': description: Response @@ -113336,9 +113432,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 '304': *35 @@ -113375,7 +113471,7 @@ paths: application/json: schema: type: array - items: *351 + items: *373 examples: default: value: @@ -113453,7 +113549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user-using-their-id parameters: - - *159 + - *179 responses: '200': description: Response @@ -113461,10 +113557,10 @@ paths: application/json: schema: oneOf: - - *726 - - *725 + - *729 + - *728 examples: - default-response: &755 + default-response: &758 summary: Default response value: login: octocat @@ -113499,7 +113595,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &756 + response-with-git-hub-plan-information: &759 summary: Response with GitHub plan information value: login: octocat @@ -113559,7 +113655,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *754 + - *757 - *17 responses: '200': @@ -113570,7 +113666,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: example: ; rel="next" @@ -113600,7 +113696,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-a-user parameters: - - *217 + - *237 responses: '200': description: Response @@ -113608,11 +113704,11 @@ paths: application/json: schema: oneOf: - - *726 - - *725 + - *729 + - *728 examples: - default-response: *755 - response-with-git-hub-plan-information: *756 + default-response: *758 + response-with-git-hub-plan-information: *759 '404': *6 x-github: githubCloudOnly: false @@ -113638,7 +113734,7 @@ paths: - *17 - *87 - *88 - - *217 + - *237 requestBody: required: true content: @@ -113661,8 +113757,8 @@ paths: required: - subject_digests examples: - default: *757 - withPredicateType: *758 + default: *760 + withPredicateType: *761 responses: '200': description: Response @@ -113716,7 +113812,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *759 + default: *762 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113734,7 +113830,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-in-bulk parameters: - - *217 + - *237 requestBody: required: true content: @@ -113799,7 +113895,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *217 + - *237 - name: subject_digest description: Subject Digest in: path @@ -113830,7 +113926,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/attestations#delete-attestations-by-id parameters: - - *217 + - *237 - name: attestation_id description: Attestation ID in: path @@ -113868,7 +113964,7 @@ paths: - *17 - *87 - *88 - - *217 + - *237 - name: subject_digest description: Subject Digest in: path @@ -113918,12 +114014,12 @@ paths: bundle_url: type: string examples: - default: *423 + default: *445 '201': description: Response content: application/json: - schema: *206 + schema: *226 examples: default: value: @@ -113949,7 +114045,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *217 + - *237 responses: '200': description: Response @@ -113957,9 +114053,9 @@ paths: application/json: schema: type: array - items: *301 + items: *322 examples: - default: *744 + default: *747 '403': *27 '401': *23 x-github: @@ -113982,7 +114078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-for-the-authenticated-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -113992,7 +114088,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -114063,7 +114159,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *217 + - *237 - *71 - *17 - *19 @@ -114074,7 +114170,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -114153,7 +114249,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114163,7 +114259,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -114230,7 +114326,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-followers-of-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114242,7 +114338,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -114261,7 +114357,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#list-the-people-a-user-follows parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114273,7 +114369,7 @@ paths: type: array items: *4 examples: - default: *289 + default: *310 headers: Link: *38 x-github: @@ -114292,7 +114388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/followers#check-if-a-user-follows-another-user parameters: - - *217 + - *237 - name: target_user in: path required: true @@ -114319,8 +114415,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/gists/gists#list-gists-for-a-user parameters: - - *217 - - *144 + - *237 + - *164 - *17 - *19 responses: @@ -114330,9 +114426,9 @@ paths: application/json: schema: type: array - items: *145 + items: *165 examples: - default: *146 + default: *166 headers: Link: *38 '422': *15 @@ -114353,7 +114449,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114363,9 +114459,9 @@ paths: application/json: schema: type: array - items: *733 + items: *736 examples: - default: *760 + default: *763 headers: Link: *38 x-github: @@ -114389,7 +114485,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#get-contextual-information-for-a-user parameters: - - *217 + - *237 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -114461,7 +114557,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *217 + - *237 responses: '200': description: Response @@ -114469,7 +114565,7 @@ paths: application/json: schema: *20 examples: - default: *556 + default: *578 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114487,7 +114583,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#list-public-keys-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114538,7 +114634,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/orgs#list-organizations-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114550,7 +114646,7 @@ paths: type: array items: *57 examples: - default: *742 + default: *745 headers: Link: *38 x-github: @@ -114589,8 +114685,8 @@ paths: - docker - nuget - container - - *743 - - *217 + - *746 + - *237 - *19 - *17 responses: @@ -114600,12 +114696,12 @@ paths: application/json: schema: type: array - items: *301 + items: *322 examples: - default: *744 + default: *747 '403': *27 '401': *23 - '400': *745 + '400': *748 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114625,17 +114721,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *303 - - *304 - - *217 + - *324 + - *325 + - *237 responses: '200': description: Response content: application/json: - schema: *301 + schema: *322 examples: - default: *761 + default: *764 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114656,9 +114752,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *303 - - *304 - - *217 + - *324 + - *325 + - *237 responses: '204': description: Response @@ -114690,9 +114786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *303 - - *304 - - *217 + - *324 + - *325 + - *237 - name: token description: package token schema: @@ -114724,9 +114820,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *303 - - *304 - - *217 + - *324 + - *325 + - *237 responses: '200': description: Response @@ -114734,7 +114830,7 @@ paths: application/json: schema: type: array - items: *305 + items: *326 examples: default: value: @@ -114792,16 +114888,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *303 - - *304 - - *306 - - *217 + - *324 + - *325 + - *327 + - *237 responses: '200': description: Response content: application/json: - schema: *305 + schema: *326 examples: default: value: @@ -114836,10 +114932,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *303 - - *304 - - *217 - - *306 + - *324 + - *325 + - *237 + - *327 responses: '204': description: Response @@ -114871,10 +114967,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *303 - - *304 - - *217 - - *306 + - *324 + - *325 + - *237 + - *327 responses: '204': description: Response @@ -114900,7 +114996,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#list-user-projects parameters: - - *217 + - *237 - name: state description: Indicates the state of the projects to return. in: query @@ -114921,7 +115017,7 @@ paths: application/json: schema: type: array - items: *317 + items: *338 examples: default: value: @@ -114983,7 +115079,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -114993,7 +115089,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -115072,7 +115168,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-received-by-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -115082,7 +115178,7 @@ paths: application/json: schema: type: array - items: *165 + items: *185 examples: default: value: @@ -115159,7 +115255,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repositories-for-a-user parameters: - - *217 + - *237 - name: type description: Limit results to repositories of the specified type. in: query @@ -115202,9 +115298,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -115228,15 +115324,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-actions-billing-for-a-user parameters: - - *217 + - *237 responses: '200': description: Response content: application/json: - schema: *338 + schema: *360 examples: - default: *339 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115258,15 +115354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-packages-billing-for-a-user parameters: - - *217 + - *237 responses: '200': description: Response content: application/json: - schema: *343 + schema: *365 examples: - default: *344 + default: *366 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115288,15 +115384,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-shared-storage-billing-for-a-user parameters: - - *217 + - *237 responses: '200': description: Response content: application/json: - schema: *345 + schema: *367 examples: - default: *346 + default: *368 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115316,11 +115412,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/billing/enhanced-billing#get-billing-usage-report-for-a-user parameters: - - *217 - - *170 - - *171 - - *172 - - *173 + - *237 + - *190 + - *191 + - *192 + - *193 responses: '200': description: Response when getting a billing usage report @@ -115391,7 +115487,7 @@ paths: '400': *14 '403': *27 '500': *86 - '503': *133 + '503': *153 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115409,7 +115505,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -115419,9 +115515,9 @@ paths: application/json: schema: type: array - items: *748 + items: *751 examples: - default: *749 + default: *752 headers: Link: *38 x-github: @@ -115441,7 +115537,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -115451,9 +115547,9 @@ paths: application/json: schema: type: array - items: *750 + items: *753 examples: - default: *762 + default: *765 headers: Link: *38 x-github: @@ -115477,8 +115573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *217 - - *763 + - *237 + - *766 - *89 - *17 - *19 @@ -115490,11 +115586,11 @@ paths: schema: anyOf: - type: array - items: *764 + items: *767 - type: array items: *62 examples: - default-response: *753 + default-response: *756 headers: Link: *38 x-github: @@ -115513,7 +115609,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *217 + - *237 - *17 - *19 responses: @@ -115523,9 +115619,9 @@ paths: application/json: schema: type: array - items: *195 + items: *215 examples: - default: *307 + default: *328 headers: Link: *38 x-github: @@ -115654,7 +115750,7 @@ webhooks: type: string enum: - disabled - enterprise: &765 + enterprise: &768 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -115723,7 +115819,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &766 + installation: &769 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -115744,7 +115840,7 @@ webhooks: required: - id - node_id - organization: &767 + organization: &770 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -115817,7 +115913,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &768 + repository: &771 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115846,7 +115942,7 @@ webhooks: license: anyOf: - type: 'null' - - *155 + - *175 organization: anyOf: - type: 'null' @@ -116730,10 +116826,10 @@ webhooks: type: string enum: - enabled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -116809,11 +116905,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: &769 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + rule: &772 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -117036,11 +117132,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: *769 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + rule: *772 sender: *4 required: - action @@ -117228,11 +117324,11 @@ webhooks: - everyone required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - rule: *769 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + rule: *772 sender: *4 required: - action @@ -117303,7 +117399,7 @@ webhooks: required: true content: application/json: - schema: &772 + schema: &775 title: Exemption request cancellation event type: object properties: @@ -117311,11 +117407,11 @@ webhooks: type: string enum: - cancelled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: &770 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + exemption_request: &773 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -117553,7 +117649,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &771 + items: &774 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -117663,7 +117759,7 @@ webhooks: required: true content: application/json: - schema: &773 + schema: &776 title: Exemption request completed event type: object properties: @@ -117671,11 +117767,11 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + exemption_request: *773 sender: *4 required: - action @@ -117745,7 +117841,7 @@ webhooks: required: true content: application/json: - schema: &774 + schema: &777 title: Exemption request created event type: object properties: @@ -117753,11 +117849,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + exemption_request: *773 sender: *4 required: - action @@ -117827,7 +117923,7 @@ webhooks: required: true content: application/json: - schema: &775 + schema: &778 title: Exemption response dismissed event type: object properties: @@ -117835,12 +117931,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 - exemption_response: *771 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + exemption_request: *773 + exemption_response: *774 sender: *4 required: - action @@ -117912,7 +118008,7 @@ webhooks: required: true content: application/json: - schema: &776 + schema: &779 title: Exemption response submitted event type: object properties: @@ -117920,12 +118016,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - exemption_request: *770 - exemption_response: *771 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + exemption_request: *773 + exemption_response: *774 sender: *4 required: - action @@ -117998,7 +118094,7 @@ webhooks: required: true content: application/json: - schema: *772 + schema: *775 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118065,7 +118161,7 @@ webhooks: required: true content: application/json: - schema: *773 + schema: *776 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118132,7 +118228,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118199,7 +118295,7 @@ webhooks: required: true content: application/json: - schema: *775 + schema: *778 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118267,7 +118363,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *779 responses: '200': description: Return a 200 status to indicate that the data was received @@ -118345,7 +118441,7 @@ webhooks: type: string enum: - completed - check_run: &778 + check_run: &781 title: CheckRun description: A check performed on the code of a given code change type: object @@ -118410,8 +118506,8 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *442 - repository: *195 + items: *464 + repository: *215 status: type: string enum: @@ -118455,7 +118551,7 @@ webhooks: - examples: - neutral - deployment: *777 + deployment: *780 details_url: type: string examples: @@ -118515,7 +118611,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *442 + items: *464 started_at: type: string format: date-time @@ -118553,9 +118649,9 @@ webhooks: - output - app - pull_requests - installation: *766 - organization: *767 - repository: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - check_run @@ -118948,10 +119044,10 @@ webhooks: type: string enum: - created - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *781 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - check_run @@ -119347,10 +119443,10 @@ webhooks: type: string enum: - requested_action - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *781 + installation: *769 + organization: *770 + repository: *771 requested_action: description: The action requested by the user. type: object @@ -119755,10 +119851,10 @@ webhooks: type: string enum: - rerequested - check_run: *778 - installation: *766 - organization: *767 - repository: *768 + check_run: *781 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - check_run @@ -120750,10 +120846,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -121438,10 +121534,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -122120,10 +122216,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -122289,7 +122385,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -122441,20 +122537,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &779 + commit_oid: &782 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: *765 - installation: *766 - organization: *767 - ref: &780 + enterprise: *768 + installation: *769 + organization: *770 + ref: &783 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: *768 + repository: *771 sender: *4 required: - action @@ -122618,7 +122714,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -122859,12 +122955,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *782 + enterprise: *768 + installation: *769 + organization: *770 + ref: *783 + repository: *771 sender: *4 required: - action @@ -122962,7 +123058,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -123144,12 +123240,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *782 + enterprise: *768 + installation: *769 + organization: *770 + ref: *783 + repository: *771 sender: *4 required: - action @@ -123315,7 +123411,7 @@ webhooks: required: - login - id - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -123492,12 +123588,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *782 + enterprise: *768 + installation: *769 + organization: *770 + ref: *783 + repository: *771 sender: *4 required: - action @@ -123597,7 +123693,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -123777,9 +123873,9 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -123787,7 +123883,7 @@ webhooks: type: - string - 'null' - repository: *768 + repository: *771 sender: *4 required: - action @@ -123883,7 +123979,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *454 + dismissed_comment: *476 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -124030,12 +124126,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *779 - enterprise: *765 - installation: *766 - organization: *767 - ref: *780 - repository: *768 + commit_oid: *782 + enterprise: *768 + installation: *769 + organization: *770 + ref: *783 + repository: *771 sender: *4 required: - action @@ -124297,10 +124393,10 @@ webhooks: - updated_at - author_association - body - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -124381,18 +124477,18 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *767 - pusher_type: &781 + organization: *770 + pusher_type: &784 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &782 + ref: &785 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -124402,7 +124498,7 @@ webhooks: enum: - tag - branch - repository: *768 + repository: *771 sender: *4 required: - ref @@ -124485,9 +124581,9 @@ webhooks: enum: - created definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 sender: *4 required: - action @@ -124572,9 +124668,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 sender: *4 required: - action @@ -124652,9 +124748,9 @@ webhooks: enum: - promote_to_enterprise definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 sender: *4 required: - action @@ -124732,9 +124828,9 @@ webhooks: enum: - updated definition: *115 - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 sender: *4 required: - action @@ -124811,19 +124907,19 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - repository: *768 - organization: *767 + enterprise: *768 + installation: *769 + repository: *771 + organization: *770 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *319 + items: *340 old_property_values: type: array description: The old custom property values for the repository. - items: *319 + items: *340 required: - action - repository @@ -124899,18 +124995,18 @@ webhooks: title: delete event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - pusher_type: *781 - ref: *782 + enterprise: *768 + installation: *769 + organization: *770 + pusher_type: *784 + ref: *785 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *768 + repository: *771 sender: *4 required: - ref @@ -124994,11 +125090,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125082,11 +125178,11 @@ webhooks: type: string enum: - auto_reopened - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125170,11 +125266,11 @@ webhooks: type: string enum: - created - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125256,11 +125352,11 @@ webhooks: type: string enum: - dismissed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125342,11 +125438,11 @@ webhooks: type: string enum: - fixed - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125429,11 +125525,11 @@ webhooks: type: string enum: - reintroduced - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125515,11 +125611,11 @@ webhooks: type: string enum: - reopened - alert: *506 - installation: *766 - organization: *767 - enterprise: *765 - repository: *768 + alert: *528 + installation: *769 + organization: *770 + enterprise: *768 + repository: *771 sender: *4 required: - action @@ -125596,9 +125692,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - key: &783 + enterprise: *768 + installation: *769 + key: &786 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -125636,8 +125732,8 @@ webhooks: - verified - created_at - read_only - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -125714,11 +125810,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - key: *783 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + key: *786 + organization: *770 + repository: *771 sender: *4 required: - action @@ -126290,12 +126386,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - workflow: &787 + workflow: &790 title: Workflow type: - object @@ -127033,13 +127129,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *512 + deployment: *534 pull_requests: type: array - items: *603 - repository: *768 - organization: *767 - installation: *766 + items: *625 + repository: *771 + organization: *770 + installation: *769 sender: *4 responses: '200': @@ -127110,7 +127206,7 @@ webhooks: type: string enum: - approved - approver: &784 + approver: &787 type: object properties: avatar_url: @@ -127153,11 +127249,11 @@ webhooks: type: string comment: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - reviewers: &785 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + reviewers: &788 type: array items: type: object @@ -127238,7 +127334,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &786 + workflow_job_run: &789 type: object properties: conclusion: @@ -127984,18 +128080,18 @@ webhooks: type: string enum: - rejected - approver: *784 + approver: *787 comment: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - reviewers: *785 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + reviewers: *788 sender: *4 since: type: string - workflow_job_run: *786 + workflow_job_run: *789 workflow_job_runs: type: array items: @@ -128712,13 +128808,13 @@ webhooks: type: string enum: - requested - enterprise: *765 + enterprise: *768 environment: type: string - installation: *766 - organization: *767 - repository: *768 - requestor: &792 + installation: *769 + organization: *770 + repository: *771 + requestor: &795 title: User type: - object @@ -130661,12 +130757,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - workflow: *787 + workflow: *790 workflow_run: title: Deployment Workflow Run type: @@ -131357,7 +131453,7 @@ webhooks: type: string enum: - answered - answer: &790 + answer: &793 type: object properties: author_association: @@ -131517,7 +131613,7 @@ webhooks: - created_at - updated_at - body - discussion: &788 + discussion: &791 title: Discussion description: A Discussion in a repository. type: object @@ -131813,7 +131909,7 @@ webhooks: - id labels: type: array - items: *566 + items: *588 required: - repository_url - category @@ -131835,10 +131931,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -131965,11 +132061,11 @@ webhooks: - from required: - category - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132052,11 +132148,11 @@ webhooks: type: string enum: - closed - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132138,7 +132234,7 @@ webhooks: type: string enum: - created - comment: &789 + comment: &792 type: object properties: author_association: @@ -132298,11 +132394,11 @@ webhooks: - updated_at - body - reactions - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132385,12 +132481,12 @@ webhooks: type: string enum: - deleted - comment: *789 - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + comment: *792 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132485,12 +132581,12 @@ webhooks: - from required: - body - comment: *789 - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + comment: *792 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132574,11 +132670,11 @@ webhooks: type: string enum: - created - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132660,11 +132756,11 @@ webhooks: type: string enum: - deleted - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132764,11 +132860,11 @@ webhooks: type: string required: - from - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132850,10 +132946,10 @@ webhooks: type: string enum: - labeled - discussion: *788 - enterprise: *765 - installation: *766 - label: &791 + discussion: *791 + enterprise: *768 + installation: *769 + label: &794 title: Label type: object properties: @@ -132886,8 +132982,8 @@ webhooks: - color - default - description - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -132970,11 +133066,11 @@ webhooks: type: string enum: - locked - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133056,11 +133152,11 @@ webhooks: type: string enum: - pinned - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133142,11 +133238,11 @@ webhooks: type: string enum: - reopened - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133231,16 +133327,16 @@ webhooks: changes: type: object properties: - new_discussion: *788 - new_repository: *768 + new_discussion: *791 + new_repository: *771 required: - new_discussion - new_repository - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133323,10 +133419,10 @@ webhooks: type: string enum: - unanswered - discussion: *788 - old_answer: *790 - organization: *767 - repository: *768 + discussion: *791 + old_answer: *793 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133408,12 +133504,12 @@ webhooks: type: string enum: - unlabeled - discussion: *788 - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133496,11 +133592,11 @@ webhooks: type: string enum: - unlocked - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133582,11 +133678,11 @@ webhooks: type: string enum: - unpinned - discussion: *788 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + discussion: *791 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -133655,7 +133751,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133718,7 +133814,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *779 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133784,7 +133880,7 @@ webhooks: required: true content: application/json: - schema: *772 + schema: *775 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133850,7 +133946,7 @@ webhooks: required: true content: application/json: - schema: *773 + schema: *776 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133916,7 +134012,7 @@ webhooks: required: true content: application/json: - schema: *774 + schema: *777 responses: '200': description: Return a 200 status to indicate that the data was received @@ -133982,7 +134078,7 @@ webhooks: required: true content: application/json: - schema: *775 + schema: *778 responses: '200': description: Return a 200 status to indicate that the data was received @@ -134048,7 +134144,7 @@ webhooks: required: true content: application/json: - schema: *776 + schema: *779 responses: '200': description: Return a 200 status to indicate that the data was received @@ -134115,7 +134211,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *765 + enterprise: *768 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -134793,9 +134889,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *766 - organization: *767 - repository: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - forkee @@ -134941,9 +135037,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pages: description: The pages that were updated. type: array @@ -134981,7 +135077,7 @@ webhooks: - action - sha - html_url - repository: *768 + repository: *771 sender: *4 required: - pages @@ -135057,10 +135153,10 @@ webhooks: type: string enum: - created - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories: &793 + organization: *770 + repositories: &796 description: An array of repository objects that the installation can access. type: array @@ -135086,8 +135182,8 @@ webhooks: - name - full_name - private - repository: *768 - requester: *792 + repository: *771 + requester: *795 sender: *4 required: - action @@ -135162,11 +135258,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *770 + repositories: *796 + repository: *771 requester: type: - 'null' @@ -135243,11 +135339,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *770 + repositories: *796 + repository: *771 requester: type: - 'null' @@ -135324,10 +135420,10 @@ webhooks: type: string enum: - added - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories_added: &794 + organization: *770 + repositories_added: &797 description: An array of repository objects, which were added to the installation. type: array @@ -135373,15 +135469,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *768 - repository_selection: &795 + repository: *771 + repository_selection: &798 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *792 + requester: *795 sender: *4 required: - action @@ -135460,10 +135556,10 @@ webhooks: type: string enum: - removed - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories_added: *794 + organization: *770 + repositories_added: *797 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -135490,9 +135586,9 @@ webhooks: - name - full_name - private - repository: *768 - repository_selection: *795 - requester: *792 + repository: *771 + repository_selection: *798 + requester: *795 sender: *4 required: - action @@ -135571,11 +135667,11 @@ webhooks: type: string enum: - suspend - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *770 + repositories: *796 + repository: *771 requester: type: - 'null' @@ -135758,10 +135854,10 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 target_type: type: string @@ -135840,11 +135936,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *765 + enterprise: *768 installation: *20 - organization: *767 - repositories: *793 - repository: *768 + organization: *770 + repositories: *796 + repository: *771 requester: type: - 'null' @@ -136092,8 +136188,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -136940,7 +137036,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -137284,8 +137380,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -137365,7 +137461,7 @@ webhooks: type: string enum: - deleted - comment: &796 + comment: &799 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -137532,8 +137628,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -138376,7 +138472,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -138722,8 +138818,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -138803,7 +138899,7 @@ webhooks: type: string enum: - edited - changes: &821 + changes: &824 description: The changes to the comment. type: object properties: @@ -138815,9 +138911,9 @@ webhooks: type: string required: - from - comment: *796 - enterprise: *765 - installation: *766 + comment: *799 + enterprise: *768 + installation: *769 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -139663,7 +139759,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -140007,8 +140103,8 @@ webhooks: - state - locked - assignee - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -140090,10 +140186,10 @@ webhooks: type: string enum: - assigned - assignee: *792 - enterprise: *765 - installation: *766 - issue: &799 + assignee: *795 + enterprise: *768 + installation: *769 + issue: &802 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -140935,7 +141031,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -141038,8 +141134,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -141119,8 +141215,8 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -141967,7 +142063,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -142213,8 +142309,8 @@ webhooks: required: - state - closed_at - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -142293,8 +142389,8 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -143132,7 +143228,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -143234,8 +143330,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -143314,8 +143410,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -144176,7 +144272,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -144257,7 +144353,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &797 + milestone: &800 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144400,8 +144496,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -144500,8 +144596,8 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -145340,7 +145436,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *305 title: description: Title of the issue type: string @@ -145446,9 +145542,9 @@ webhooks: - active_lock_reason - body - reactions - label: *791 - organization: *767 - repository: *768 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -145528,8 +145624,8 @@ webhooks: type: string enum: - labeled - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -146367,7 +146463,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *305 title: description: Title of the issue type: string @@ -146473,9 +146569,9 @@ webhooks: - active_lock_reason - body - reactions - label: *791 - organization: *767 - repository: *768 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -146555,8 +146651,8 @@ webhooks: type: string enum: - locked - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -147419,7 +147515,7 @@ webhooks: timeline_url: type: string format: uri - type: *284 + type: *305 title: description: Title of the issue type: string @@ -147502,8 +147598,8 @@ webhooks: format: uri user_view_type: type: string - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -147582,8 +147678,8 @@ webhooks: type: string enum: - milestoned - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -148443,7 +148539,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -148523,9 +148619,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *797 - organization: *767 - repository: *768 + milestone: *800 + organization: *770 + repository: *771 sender: *4 required: - action @@ -149526,7 +149622,7 @@ webhooks: required: - login - id - type: *284 + type: *305 required: - id - number @@ -150007,8 +150103,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -150850,7 +150946,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -150952,8 +151048,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -151033,9 +151129,9 @@ webhooks: type: string enum: - pinned - enterprise: *765 - installation: *766 - issue: &798 + enterprise: *768 + installation: *769 + issue: &801 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -151871,7 +151967,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -151973,8 +152069,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -152053,8 +152149,8 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -152998,9 +153094,9 @@ webhooks: format: uri user_view_type: type: string - type: *284 - organization: *767 - repository: *768 + type: *305 + organization: *770 + repository: *771 sender: *4 required: - action @@ -153919,7 +154015,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -154501,11 +154597,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *765 - installation: *766 - issue: *798 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *801 + organization: *770 + repository: *771 sender: *4 required: - action @@ -154585,12 +154681,12 @@ webhooks: type: string enum: - typed - enterprise: *765 - installation: *766 - issue: *799 - type: *284 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *802 + type: *305 + organization: *770 + repository: *771 sender: *4 required: - action @@ -154671,7 +154767,7 @@ webhooks: type: string enum: - unassigned - assignee: &824 + assignee: &827 title: User type: - object @@ -154743,11 +154839,11 @@ webhooks: required: - login - id - enterprise: *765 - installation: *766 - issue: *799 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *802 + organization: *770 + repository: *771 sender: *4 required: - action @@ -154826,12 +154922,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *765 - installation: *766 - issue: *799 - label: *791 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *802 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -154911,8 +155007,8 @@ webhooks: type: string enum: - unlocked - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -155776,7 +155872,7 @@ webhooks: title: description: Title of the issue type: string - type: *284 + type: *305 updated_at: type: string format: date-time @@ -155856,8 +155952,8 @@ webhooks: format: uri user_view_type: type: string - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -155937,11 +156033,11 @@ webhooks: type: string enum: - unpinned - enterprise: *765 - installation: *766 - issue: *798 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *801 + organization: *770 + repository: *771 sender: *4 required: - action @@ -156020,12 +156116,12 @@ webhooks: type: string enum: - untyped - enterprise: *765 - installation: *766 - issue: *799 - type: *284 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + issue: *802 + type: *305 + organization: *770 + repository: *771 sender: *4 required: - action @@ -156105,11 +156201,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -156187,11 +156283,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -156301,11 +156397,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - label: *791 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + label: *794 + organization: *770 + repository: *771 sender: *4 required: - action @@ -156387,9 +156483,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: &800 + enterprise: *768 + installation: *769 + marketplace_purchase: &803 title: Marketplace Purchase type: object required: @@ -156477,8 +156573,8 @@ webhooks: type: integer unit_count: type: integer - organization: *767 - previous_marketplace_purchase: &801 + organization: *770 + previous_marketplace_purchase: &804 title: Marketplace Purchase type: object properties: @@ -156562,7 +156658,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *771 sender: *4 required: - action @@ -156642,10 +156738,10 @@ webhooks: - changed effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 + enterprise: *768 + installation: *769 + marketplace_purchase: *803 + organization: *770 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156733,7 +156829,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *771 sender: *4 required: - action @@ -156815,10 +156911,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 + enterprise: *768 + installation: *769 + marketplace_purchase: *803 + organization: *770 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156904,7 +157000,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *768 + repository: *771 sender: *4 required: - action @@ -156985,8 +157081,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 marketplace_purchase: title: Marketplace Purchase type: object @@ -157072,9 +157168,9 @@ webhooks: type: integer unit_count: type: integer - organization: *767 - previous_marketplace_purchase: *801 - repository: *768 + organization: *770 + previous_marketplace_purchase: *804 + repository: *771 sender: *4 required: - action @@ -157154,12 +157250,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *765 - installation: *766 - marketplace_purchase: *800 - organization: *767 - previous_marketplace_purchase: *801 - repository: *768 + enterprise: *768 + installation: *769 + marketplace_purchase: *803 + organization: *770 + previous_marketplace_purchase: *804 + repository: *771 sender: *4 required: - action @@ -157261,11 +157357,11 @@ webhooks: type: string required: - to - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + member: *795 + organization: *770 + repository: *771 sender: *4 required: - action @@ -157367,11 +157463,11 @@ webhooks: type: - string - 'null' - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + member: *795 + organization: *770 + repository: *771 sender: *4 required: - action @@ -157450,11 +157546,11 @@ webhooks: type: string enum: - removed - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + member: *795 + organization: *770 + repository: *771 sender: *4 required: - action @@ -157532,11 +157628,11 @@ webhooks: type: string enum: - added - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + member: *795 + organization: *770 + repository: *771 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157614,7 +157710,7 @@ webhooks: required: - login - id - team: &802 + team: &805 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157807,11 +157903,11 @@ webhooks: type: string enum: - removed - enterprise: *765 - installation: *766 - member: *792 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + member: *795 + organization: *770 + repository: *771 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157890,7 +157986,7 @@ webhooks: required: - login - id - team: *802 + team: *805 required: - action - scope @@ -157972,8 +158068,8 @@ webhooks: type: string enum: - checks_requested - installation: *766 - merge_group: &803 + installation: *769 + merge_group: &806 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157992,15 +158088,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *446 + head_commit: *468 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158086,10 +158182,10 @@ webhooks: - merged - invalidated - dequeued - installation: *766 - merge_group: *803 - organization: *767 - repository: *768 + installation: *769 + merge_group: *806 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158162,7 +158258,7 @@ webhooks: type: string enum: - deleted - enterprise: *765 + enterprise: *768 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158271,12 +158367,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *766 - organization: *767 + installation: *769 + organization: *770 repository: anyOf: - type: 'null' - - *768 + - *771 sender: *4 required: - action @@ -158356,11 +158452,11 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + milestone: *800 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158439,9 +158535,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - milestone: &804 + enterprise: *768 + installation: *769 + milestone: &807 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158583,8 +158679,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158663,11 +158759,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + milestone: *800 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158777,11 +158873,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - milestone: *797 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + milestone: *800 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158861,11 +158957,11 @@ webhooks: type: string enum: - opened - enterprise: *765 - installation: *766 - milestone: *804 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + milestone: *807 + organization: *770 + repository: *771 sender: *4 required: - action @@ -158944,11 +159040,11 @@ webhooks: type: string enum: - blocked - blocked_user: *792 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + blocked_user: *795 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159027,11 +159123,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *792 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + blocked_user: *795 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159110,9 +159206,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - membership: &805 + enterprise: *768 + installation: *769 + membership: &808 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -159222,8 +159318,8 @@ webhooks: - role - organization_url - user - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159301,11 +159397,11 @@ webhooks: type: string enum: - member_added - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + membership: *808 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159384,8 +159480,8 @@ webhooks: type: string enum: - member_invited - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -159507,10 +159603,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 - user: *792 + user: *795 required: - action - invitation @@ -159588,11 +159684,11 @@ webhooks: type: string enum: - member_removed - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + membership: *808 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159679,11 +159775,11 @@ webhooks: properties: from: type: string - enterprise: *765 - installation: *766 - membership: *805 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + membership: *808 + organization: *770 + repository: *771 sender: *4 required: - action @@ -159759,9 +159855,9 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 package: description: Information about the package. type: object @@ -160284,7 +160380,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &806 + items: &809 title: Ruby Gems metadata type: object properties: @@ -160381,7 +160477,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *771 sender: *4 required: - action @@ -160457,9 +160553,9 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 package: description: Information about the package. type: object @@ -160821,7 +160917,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *806 + items: *809 source_url: type: string format: uri @@ -160892,7 +160988,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *771 sender: *4 required: - action @@ -161073,12 +161169,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *765 + enterprise: *768 id: type: integer - installation: *766 - organization: *767 - repository: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - id @@ -161155,7 +161251,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &807 + personal_access_token_request: &810 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161305,10 +161401,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *765 - organization: *767 + enterprise: *768 + organization: *770 sender: *4 - installation: *766 + installation: *769 required: - action - personal_access_token_request @@ -161385,11 +161481,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *807 - enterprise: *765 - organization: *767 + personal_access_token_request: *810 + enterprise: *768 + organization: *770 sender: *4 - installation: *766 + installation: *769 required: - action - personal_access_token_request @@ -161465,11 +161561,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *807 - enterprise: *765 - organization: *767 + personal_access_token_request: *810 + enterprise: *768 + organization: *770 sender: *4 - installation: *766 + installation: *769 required: - action - personal_access_token_request @@ -161544,11 +161640,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *807 - organization: *767 - enterprise: *765 + personal_access_token_request: *810 + organization: *770 + enterprise: *768 sender: *4 - installation: *766 + installation: *769 required: - action - personal_access_token_request @@ -161653,7 +161749,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *808 + last_response: *811 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161685,8 +161781,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 zen: description: Random string of GitHub zen. @@ -161931,10 +162027,10 @@ webhooks: - from required: - note - enterprise: *765 - installation: *766 - organization: *767 - project_card: &809 + enterprise: *768 + installation: *769 + organization: *770 + project_card: &812 title: Project Card type: object properties: @@ -162057,7 +162153,7 @@ webhooks: - creator - created_at - updated_at - repository: *768 + repository: *771 sender: *4 required: - action @@ -162138,11 +162234,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project_card: *809 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project_card: *812 + repository: *771 sender: *4 required: - action @@ -162222,9 +162318,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 project_card: title: Project Card type: object @@ -162354,7 +162450,7 @@ webhooks: repository: anyOf: - type: 'null' - - *768 + - *771 sender: *4 required: - action @@ -162448,11 +162544,11 @@ webhooks: - from required: - note - enterprise: *765 - installation: *766 - organization: *767 - project_card: *809 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project_card: *812 + repository: *771 sender: *4 required: - action @@ -162546,9 +162642,9 @@ webhooks: - from required: - column_id - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 project_card: allOf: - title: Project Card @@ -162745,7 +162841,7 @@ webhooks: type: string required: - after_id - repository: *768 + repository: *771 sender: *4 required: - action @@ -162825,10 +162921,10 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - organization: *767 - project: &811 + enterprise: *768 + installation: *769 + organization: *770 + project: &814 title: Project type: object properties: @@ -162955,7 +163051,7 @@ webhooks: - creator - created_at - updated_at - repository: *768 + repository: *771 sender: *4 required: - action @@ -163035,10 +163131,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project_column: &810 + enterprise: *768 + installation: *769 + organization: *770 + project_column: &813 title: Project Column type: object properties: @@ -163078,7 +163174,7 @@ webhooks: - name - created_at - updated_at - repository: *768 + repository: *771 sender: *4 required: - action @@ -163157,14 +163253,14 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 + enterprise: *768 + installation: *769 + organization: *770 + project_column: *813 repository: anyOf: - type: 'null' - - *768 + - *771 sender: *4 required: - action @@ -163253,11 +163349,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project_column: *813 + repository: *771 sender: *4 required: - action @@ -163337,11 +163433,11 @@ webhooks: type: string enum: - moved - enterprise: *765 - installation: *766 - organization: *767 - project_column: *810 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project_column: *813 + repository: *771 sender: *4 required: - action @@ -163421,11 +163517,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project: *814 + repository: *771 sender: *4 required: - action @@ -163505,14 +163601,14 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - project: *811 + enterprise: *768 + installation: *769 + organization: *770 + project: *814 repository: anyOf: - type: 'null' - - *768 + - *771 sender: *4 required: - action @@ -163613,11 +163709,11 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project: *814 + repository: *771 sender: *4 required: - action @@ -163696,11 +163792,11 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 - organization: *767 - project: *811 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + project: *814 + repository: *771 sender: *4 required: - action @@ -163781,9 +163877,9 @@ webhooks: type: string enum: - closed - installation: *766 - organization: *767 - projects_v2: &812 + installation: *769 + organization: *770 + projects_v2: &815 title: Projects v2 Project description: A projects v2 project type: object @@ -163931,9 +164027,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2: *812 + installation: *769 + organization: *770 + projects_v2: *815 sender: *4 required: - action @@ -164014,9 +164110,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2: *812 + installation: *769 + organization: *770 + projects_v2: *815 sender: *4 required: - action @@ -164137,9 +164233,9 @@ webhooks: type: string to: type: string - installation: *766 - organization: *767 - projects_v2: *812 + installation: *769 + organization: *770 + projects_v2: *815 sender: *4 required: - action @@ -164222,7 +164318,7 @@ webhooks: type: string enum: - archived - changes: &816 + changes: &819 type: object properties: archived_at: @@ -164238,9 +164334,9 @@ webhooks: - string - 'null' format: date-time - installation: *766 - organization: *767 - projects_v2_item: &813 + installation: *769 + organization: *770 + projects_v2_item: &816 title: Projects v2 Item description: An item belonging to a project type: object @@ -164379,9 +164475,9 @@ webhooks: - 'null' to: type: string - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164463,9 +164559,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164546,9 +164642,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164653,7 +164749,7 @@ webhooks: oneOf: - type: string - type: integer - - &814 + - &817 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164673,7 +164769,7 @@ webhooks: required: - id - name - - &815 + - &818 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164702,8 +164798,8 @@ webhooks: oneOf: - type: string - type: integer - - *814 - - *815 + - *817 + - *818 type: - 'null' - string @@ -164726,9 +164822,9 @@ webhooks: - 'null' required: - body - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164825,9 +164921,9 @@ webhooks: type: - string - 'null' - installation: *766 - organization: *767 - projects_v2_item: *813 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164910,10 +165006,10 @@ webhooks: type: string enum: - restored - changes: *816 - installation: *766 - organization: *767 - projects_v2_item: *813 + changes: *819 + installation: *769 + organization: *770 + projects_v2_item: *816 sender: *4 required: - action @@ -164995,9 +165091,9 @@ webhooks: type: string enum: - reopened - installation: *766 - organization: *767 - projects_v2: *812 + installation: *769 + organization: *770 + projects_v2: *815 sender: *4 required: - action @@ -165078,9 +165174,9 @@ webhooks: type: string enum: - created - installation: *766 - organization: *767 - projects_v2_status_update: &817 + installation: *769 + organization: *770 + projects_v2_status_update: &820 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -165215,9 +165311,9 @@ webhooks: type: string enum: - deleted - installation: *766 - organization: *767 - projects_v2_status_update: *817 + installation: *769 + organization: *770 + projects_v2_status_update: *820 sender: *4 required: - action @@ -165363,9 +165459,9 @@ webhooks: - string - 'null' format: date - installation: *766 - organization: *767 - projects_v2_status_update: *817 + installation: *769 + organization: *770 + projects_v2_status_update: *820 sender: *4 required: - action @@ -165436,10 +165532,10 @@ webhooks: title: public event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - repository @@ -165516,13 +165612,13 @@ webhooks: type: string enum: - assigned - assignee: *792 - enterprise: *765 - installation: *766 - number: &818 + assignee: *795 + enterprise: *768 + installation: *769 + number: &821 description: The pull request number. type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -167871,7 +167967,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -167953,11 +168049,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -170299,7 +170395,7 @@ webhooks: - draft reason: type: string - repository: *768 + repository: *771 sender: *4 required: - action @@ -170381,11 +170477,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -172727,7 +172823,7 @@ webhooks: - draft reason: type: string - repository: *768 + repository: *771 sender: *4 required: - action @@ -172809,13 +172905,13 @@ webhooks: type: string enum: - closed - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: &819 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: &822 allOf: - - *603 + - *625 - type: object properties: allow_auto_merge: @@ -172877,7 +172973,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *768 + repository: *771 sender: *4 required: - action @@ -172958,12 +173054,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: *822 + repository: *771 sender: *4 required: - action @@ -173043,11 +173139,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *765 - milestone: *492 - number: *818 - organization: *767 - pull_request: &820 + enterprise: *768 + milestone: *514 + number: *821 + organization: *770 + pull_request: &823 title: Pull Request type: object properties: @@ -175374,7 +175470,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -175453,11 +175549,11 @@ webhooks: type: string enum: - dequeued - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -177803,7 +177899,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *768 + repository: *771 sender: *4 required: - action @@ -177927,12 +178023,12 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: *822 + repository: *771 sender: *4 required: - action @@ -178012,11 +178108,11 @@ webhooks: type: string enum: - enqueued - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -180347,7 +180443,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -180427,11 +180523,11 @@ webhooks: type: string enum: - labeled - enterprise: *765 - installation: *766 - label: *791 - number: *818 - organization: *767 + enterprise: *768 + installation: *769 + label: *794 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -182779,7 +182875,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -182860,10 +182956,10 @@ webhooks: type: string enum: - locked - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -185209,7 +185305,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -185289,12 +185385,12 @@ webhooks: type: string enum: - milestoned - enterprise: *765 - milestone: *492 - number: *818 - organization: *767 - pull_request: *820 - repository: *768 + enterprise: *768 + milestone: *514 + number: *821 + organization: *770 + pull_request: *823 + repository: *771 sender: *4 required: - action @@ -185373,12 +185469,12 @@ webhooks: type: string enum: - opened - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: *822 + repository: *771 sender: *4 required: - action @@ -185459,12 +185555,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: *822 + repository: *771 sender: *4 required: - action @@ -185544,12 +185640,12 @@ webhooks: type: string enum: - reopened - enterprise: *765 - installation: *766 - number: *818 - organization: *767 - pull_request: *819 - repository: *768 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 + pull_request: *822 + repository: *771 sender: *4 required: - action @@ -185924,9 +186020,9 @@ webhooks: - start_side - side - reactions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: type: object properties: @@ -188156,7 +188252,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *771 sender: *4 required: - action @@ -188236,7 +188332,7 @@ webhooks: type: string enum: - deleted - comment: &822 + comment: &825 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -188529,9 +188625,9 @@ webhooks: - start_side - side - reactions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: type: object properties: @@ -190749,7 +190845,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *771 sender: *4 required: - action @@ -190829,11 +190925,11 @@ webhooks: type: string enum: - edited - changes: *821 - comment: *822 - enterprise: *765 - installation: *766 - organization: *767 + changes: *824 + comment: *825 + enterprise: *768 + installation: *769 + organization: *770 pull_request: type: object properties: @@ -193054,7 +193150,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *768 + repository: *771 sender: *4 required: - action @@ -193135,9 +193231,9 @@ webhooks: type: string enum: - dismissed - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: title: Simple Pull Request type: object @@ -195370,7 +195466,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *771 review: description: The review that was affected. type: object @@ -195616,9 +195712,9 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: title: Simple Pull Request type: object @@ -197732,8 +197828,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 - review: &823 + repository: *771 + review: &826 description: The review that was affected. type: object properties: @@ -197966,12 +198062,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: description: The pull request number. type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -200318,7 +200414,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 requested_reviewer: title: User type: @@ -200404,12 +200500,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: description: The pull request number. type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -202763,7 +202859,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202958,12 +203054,12 @@ webhooks: type: string enum: - review_requested - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: description: The pull request number. type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -205312,7 +205408,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 requested_reviewer: title: User type: @@ -205399,12 +205495,12 @@ webhooks: type: string enum: - review_requested - enterprise: *765 - installation: *766 + enterprise: *768 + installation: *769 number: description: The pull request number. type: integer - organization: *767 + organization: *770 pull_request: title: Pull Request type: object @@ -207744,7 +207840,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207928,9 +208024,9 @@ webhooks: type: string enum: - submitted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: title: Simple Pull Request type: object @@ -210166,8 +210262,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 - review: *823 + repository: *771 + review: *826 sender: *4 required: - action @@ -210247,9 +210343,9 @@ webhooks: type: string enum: - resolved - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: title: Simple Pull Request type: object @@ -212380,7 +212476,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *771 sender: *4 thread: type: object @@ -212772,9 +212868,9 @@ webhooks: type: string enum: - unresolved - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 pull_request: title: Simple Pull Request type: object @@ -214888,7 +214984,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *768 + repository: *771 sender: *4 thread: type: object @@ -215282,10 +215378,10 @@ webhooks: type: string before: type: string - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -217620,7 +217716,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -217702,11 +217798,11 @@ webhooks: type: string enum: - unassigned - assignee: *824 - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + assignee: *827 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -220056,7 +220152,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -220135,11 +220231,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *765 - installation: *766 - label: *791 - number: *818 - organization: *767 + enterprise: *768 + installation: *769 + label: *794 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -222478,7 +222574,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -222559,10 +222655,10 @@ webhooks: type: string enum: - unlocked - enterprise: *765 - installation: *766 - number: *818 - organization: *767 + enterprise: *768 + installation: *769 + number: *821 + organization: *770 pull_request: title: Pull Request type: object @@ -224891,7 +224987,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *768 + repository: *771 sender: *4 required: - action @@ -225094,7 +225190,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *765 + enterprise: *768 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -225189,8 +225285,8 @@ webhooks: - url - author - committer - installation: *766 - organization: *767 + installation: *769 + organization: *770 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225778,9 +225874,9 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 registry_package: type: object properties: @@ -226257,7 +226353,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *806 + items: *809 summary: type: string tag_name: @@ -226313,7 +226409,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *771 sender: *4 required: - action @@ -226391,9 +226487,9 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 registry_package: type: object properties: @@ -226705,7 +226801,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *806 + items: *809 summary: type: string tag_name: @@ -226755,7 +226851,7 @@ webhooks: - owner - package_version - registry - repository: *768 + repository: *771 sender: *4 required: - action @@ -226832,10 +226928,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - release: &825 + enterprise: *768 + installation: *769 + organization: *770 + release: &828 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -227160,7 +227256,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *768 + repository: *771 sender: *4 required: - action @@ -227237,11 +227333,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + release: *828 + repository: *771 sender: *4 required: - action @@ -227358,11 +227454,11 @@ webhooks: type: boolean required: - to - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + release: *828 + repository: *771 sender: *4 required: - action @@ -227440,9 +227536,9 @@ webhooks: type: string enum: - prereleased - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -227772,7 +227868,7 @@ webhooks: - string - 'null' format: uri - repository: *768 + repository: *771 sender: *4 required: - action @@ -227848,10 +227944,10 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - release: &826 + enterprise: *768 + installation: *769 + organization: *770 + release: &829 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -228178,7 +228274,7 @@ webhooks: - string - 'null' format: uri - repository: *768 + repository: *771 sender: *4 required: - action @@ -228254,11 +228350,11 @@ webhooks: type: string enum: - released - enterprise: *765 - installation: *766 - organization: *767 - release: *825 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + release: *828 + repository: *771 sender: *4 required: - action @@ -228334,11 +228430,11 @@ webhooks: type: string enum: - unpublished - enterprise: *765 - installation: *766 - organization: *767 - release: *826 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + release: *829 + repository: *771 sender: *4 required: - action @@ -228414,11 +228510,11 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_advisory: *674 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + repository_advisory: *677 sender: *4 required: - action @@ -228494,11 +228590,11 @@ webhooks: type: string enum: - reported - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_advisory: *674 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + repository_advisory: *677 sender: *4 required: - action @@ -228574,10 +228670,10 @@ webhooks: type: string enum: - archived - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -228654,10 +228750,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -228735,10 +228831,10 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -228823,10 +228919,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -228941,10 +229037,10 @@ webhooks: - 'null' items: type: string - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229016,10 +229112,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 status: type: string @@ -229100,10 +229196,10 @@ webhooks: type: string enum: - privatized - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229180,10 +229276,10 @@ webhooks: type: string enum: - publicized - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229277,10 +229373,10 @@ webhooks: - name required: - repository - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229360,11 +229456,11 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_ruleset: *129 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + repository_ruleset: *148 sender: *4 required: - action @@ -229442,11 +229538,11 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_ruleset: *129 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + repository_ruleset: *148 sender: *4 required: - action @@ -229524,11 +229620,11 @@ webhooks: type: string enum: - edited - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - repository_ruleset: *129 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + repository_ruleset: *148 changes: type: object properties: @@ -229589,16 +229685,16 @@ webhooks: properties: added: type: array - items: *128 + items: *645 deleted: type: array - items: *128 + items: *645 updated: type: array items: type: object properties: - rule: *128 + rule: *645 changes: type: object properties: @@ -229835,10 +229931,10 @@ webhooks: - from required: - owner - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229916,10 +230012,10 @@ webhooks: type: string enum: - unarchived - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -229997,7 +230093,7 @@ webhooks: type: string enum: - create - alert: &827 + alert: &830 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -230121,10 +230217,10 @@ webhooks: type: string enum: - open - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -230334,10 +230430,10 @@ webhooks: type: string enum: - dismissed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -230415,11 +230511,11 @@ webhooks: type: string enum: - reopen - alert: *827 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *830 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -230621,10 +230717,10 @@ webhooks: enum: - fixed - open - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -230702,7 +230798,7 @@ webhooks: type: string enum: - created - alert: &828 + alert: &831 type: object properties: number: *99 @@ -230812,10 +230908,10 @@ webhooks: - 'null' description: Whether the detected secret was found in multiple repositories in the same organization or business. - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -230896,11 +230992,11 @@ webhooks: type: string enum: - created - alert: *828 - installation: *766 - location: *829 - organization: *767 - repository: *768 + alert: *831 + installation: *769 + location: *832 + organization: *770 + repository: *771 sender: *4 required: - location @@ -231138,11 +231234,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *831 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -231220,11 +231316,11 @@ webhooks: type: string enum: - reopened - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *831 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -231302,11 +231398,11 @@ webhooks: type: string enum: - resolved - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *831 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -231384,11 +231480,11 @@ webhooks: type: string enum: - validated - alert: *828 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + alert: *831 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -231518,10 +231614,10 @@ webhooks: - organization - enterprise - - repository: *768 - enterprise: *765 - installation: *766 - organization: *767 + repository: *771 + enterprise: *768 + installation: *769 + organization: *770 sender: *4 required: - action @@ -231599,11 +231695,11 @@ webhooks: type: string enum: - published - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - security_advisory: &830 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + security_advisory: &833 description: The details of the security advisory, including summary, description, and severity. type: object @@ -231789,11 +231885,11 @@ webhooks: type: string enum: - updated - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 - security_advisory: *830 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 + security_advisory: *833 sender: *4 required: - action @@ -231866,10 +231962,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -232055,11 +232151,11 @@ webhooks: from: type: object properties: - security_and_analysis: *320 - enterprise: *765 - installation: *766 - organization: *767 - repository: *383 + security_and_analysis: *341 + enterprise: *768 + installation: *769 + organization: *770 + repository: *405 sender: *4 required: - changes @@ -232137,12 +232233,12 @@ webhooks: type: string enum: - cancelled - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: &831 + sponsorship: &834 type: object properties: created_at: @@ -232447,12 +232543,12 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: *831 + sponsorship: *834 required: - action - sponsorship @@ -232540,12 +232636,12 @@ webhooks: type: string required: - from - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: *831 + sponsorship: *834 required: - action - changes @@ -232622,17 +232718,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &832 + effective_date: &835 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: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: *831 + sponsorship: *834 required: - action - sponsorship @@ -232706,7 +232802,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &833 + changes: &836 type: object properties: tier: @@ -232750,13 +232846,13 @@ webhooks: - from required: - tier - effective_date: *832 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + effective_date: *835 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: *831 + sponsorship: *834 required: - action - changes @@ -232833,13 +232929,13 @@ webhooks: type: string enum: - tier_changed - changes: *833 - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + changes: *836 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - sponsorship: *831 + sponsorship: *834 required: - action - changes @@ -232913,10 +233009,10 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233000,10 +233096,10 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233437,15 +233533,15 @@ webhooks: type: - string - 'null' - enterprise: *765 + enterprise: *768 id: description: The unique identifier of the status. type: integer - installation: *766 + installation: *769 name: type: string - organization: *767 - repository: *768 + organization: *770 + repository: *771 sender: *4 sha: description: The Commit SHA. @@ -233555,15 +233651,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *154 + parent_issue: *174 parent_issue_repo: *62 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *154 - installation: *766 - organization: *767 - repository: *768 + sub_issue: *174 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -233647,15 +233743,15 @@ webhooks: parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *154 + parent_issue: *174 parent_issue_repo: *62 sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *154 - installation: *766 - organization: *767 - repository: *768 + sub_issue: *174 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -233739,15 +233835,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *154 + sub_issue: *174 sub_issue_repo: *62 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *154 - installation: *766 - organization: *767 - repository: *768 + parent_issue: *174 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -233831,15 +233927,15 @@ webhooks: sub_issue_id: description: The ID of the sub-issue. type: number - sub_issue: *154 + sub_issue: *174 sub_issue_repo: *62 parent_issue_id: description: The ID of the parent issue. type: number - parent_issue: *154 - installation: *766 - organization: *767 - repository: *768 + parent_issue: *174 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -233916,12 +234012,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - team: &834 + team: &837 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -234114,9 +234210,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 repository: title: Repository description: A git repository @@ -234586,7 +234682,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *837 required: - action - team @@ -234662,9 +234758,9 @@ webhooks: type: string enum: - created - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 repository: title: Repository description: A git repository @@ -235134,7 +235230,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *837 required: - action - team @@ -235211,9 +235307,9 @@ webhooks: type: string enum: - deleted - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 repository: title: Repository description: A git repository @@ -235683,7 +235779,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *837 required: - action - team @@ -235827,9 +235923,9 @@ webhooks: - from required: - permissions - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 repository: title: Repository description: A git repository @@ -236299,7 +236395,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *837 required: - action - changes @@ -236377,9 +236473,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *765 - installation: *766 - organization: *767 + enterprise: *768 + installation: *769 + organization: *770 repository: title: Repository description: A git repository @@ -236849,7 +236945,7 @@ webhooks: - topics - visibility sender: *4 - team: *834 + team: *837 required: - action - team @@ -236925,10 +237021,10 @@ webhooks: type: string enum: - started - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 required: - action @@ -237001,17 +237097,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *765 + enterprise: *768 inputs: type: - object - 'null' additionalProperties: true - installation: *766 - organization: *767 + installation: *769 + organization: *770 ref: type: string - repository: *768 + repository: *771 sender: *4 workflow: type: string @@ -237093,10 +237189,10 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 workflow_job: allOf: @@ -237352,7 +237448,7 @@ webhooks: type: string required: - conclusion - deployment: *512 + deployment: *534 required: - action - repository @@ -237431,10 +237527,10 @@ webhooks: type: string enum: - in_progress - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 workflow_job: allOf: @@ -237716,7 +237812,7 @@ webhooks: required: - status - steps - deployment: *512 + deployment: *534 required: - action - repository @@ -237795,10 +237891,10 @@ webhooks: type: string enum: - queued - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 workflow_job: type: object @@ -237944,7 +238040,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *512 + deployment: *534 required: - action - repository @@ -238023,10 +238119,10 @@ webhooks: type: string enum: - waiting - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 workflow_job: type: object @@ -238173,7 +238269,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *512 + deployment: *534 required: - action - repository @@ -238253,12 +238349,12 @@ webhooks: type: string enum: - completed - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - workflow: *787 + workflow: *790 workflow_run: title: Workflow Run type: object @@ -239277,12 +239373,12 @@ webhooks: type: string enum: - in_progress - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - workflow: *787 + workflow: *790 workflow_run: title: Workflow Run type: object @@ -240286,12 +240382,12 @@ webhooks: type: string enum: - requested - enterprise: *765 - installation: *766 - organization: *767 - repository: *768 + enterprise: *768 + installation: *769 + organization: *770 + repository: *771 sender: *4 - workflow: *787 + workflow: *790 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 25bea3db3..7ea77fba7 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -6461,6 +6461,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", @@ -8674,7 +8677,7 @@ "type": "array", "description": "An array of rules within the ruleset.", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/enterprise-rules" } } }, @@ -8868,7 +8871,7 @@ "description": "An array of rules within the ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/enterprise-rules" } } } @@ -19407,6 +19410,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", @@ -28905,7 +28911,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -29175,7 +29186,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -30558,7 +30574,7 @@ "type": "array", "description": "An array of rules within the ruleset.", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } }, @@ -30887,7 +30903,7 @@ "description": "An array of rules within the ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } } @@ -60113,7 +60129,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/enterprise-cloud@latest//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/enterprise-cloud@latest//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" ], @@ -116351,7 +116367,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", @@ -116531,6 +116556,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", @@ -118604,83 +118645,6 @@ } } }, - "repository-rule-merge-queue": { - "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" - ] - } - } - }, "repository-rule-required-deployments": { "title": "required_deployments", "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", @@ -119421,7 +119385,7 @@ } } }, - "repository-rule": { + "enterprise-rules": { "title": "Repository Rule", "type": "object", "description": "A repository rule.", @@ -119438,9 +119402,6 @@ { "$ref": "#/components/schemas/repository-rule-required-linear-history" }, - { - "$ref": "#/components/schemas/repository-rule-merge-queue" - }, { "$ref": "#/components/schemas/repository-rule-required-deployments" }, @@ -119559,6 +119520,153 @@ } ] }, + "repository-rule-merge-queue": { + "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" + ] + } + } + }, + "repository-rule": { + "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-merge-queue" + }, + { + "$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" + } + ] + }, "repository-ruleset": { "title": "Repository ruleset", "type": "object", @@ -128194,7 +128302,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -128258,7 +128371,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -129297,6 +129415,73 @@ "subscribers_count" ] }, + "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", @@ -300216,6 +300401,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", @@ -300258,6 +300446,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", @@ -300291,6 +300482,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", @@ -304684,6 +304878,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/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index c7b678d0a..b4a649ded 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -4525,6 +4525,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 @@ -6166,7 +6168,7 @@ paths: type: array description: An array of rules within the ruleset. items: - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/enterprise-rules" required: - name - enforcement @@ -6297,7 +6299,7 @@ paths: description: An array of rules within the ruleset. type: array items: - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/enterprise-rules" examples: default: value: @@ -13940,6 +13942,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 @@ -20868,6 +20872,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 @@ -21082,6 +21091,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 @@ -22135,7 +22149,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 @@ -22351,7 +22365,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: @@ -43652,11 +43666,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/enterprise-cloud@latest//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/enterprise-cloud@latest//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 @@ -84191,6 +84205,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 @@ -84325,6 +84345,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 @@ -85930,78 +85961,6 @@ components: type: string enum: - required_linear_history - repository-rule-merge-queue: - 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 repository-rule-required-deployments: title: required_deployments description: Choose which environments must be successfully deployed to before @@ -86570,7 +86529,7 @@ components: "$ref": "#/components/schemas/repository-rule-params-code-scanning-tool" required: - code_scanning_tools - repository-rule: + enterprise-rules: title: Repository Rule type: object description: A repository rule. @@ -86579,7 +86538,6 @@ components: - "$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-merge-queue" - "$ref": "#/components/schemas/repository-rule-required-deployments" - "$ref": "#/components/schemas/repository-rule-required-signatures" - "$ref": "#/components/schemas/repository-rule-pull-request" @@ -86639,6 +86597,104 @@ components: allOf: - "$ref": "#/components/schemas/repository-ruleset-conditions" - "$ref": "#/components/schemas/repository-ruleset-conditions-repository-property-target" + repository-rule-merge-queue: + 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 + repository-rule: + 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-merge-queue" + - "$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" repository-ruleset: title: Repository ruleset type: object @@ -93042,6 +93098,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. @@ -93093,6 +93154,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. @@ -93853,6 +93919,31 @@ components: - updated_at - network_count - subscribers_count + 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 @@ -220944,6 +221035,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 @@ -220978,6 +221071,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 @@ -221005,6 +221100,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 @@ -224706,6 +224803,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/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 25bea3db3..7ea77fba7 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -6461,6 +6461,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", @@ -8674,7 +8677,7 @@ "type": "array", "description": "An array of rules within the ruleset.", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/enterprise-rules" } } }, @@ -8868,7 +8871,7 @@ "description": "An array of rules within the ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/enterprise-rules" } } } @@ -19407,6 +19410,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", @@ -28905,7 +28911,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -29175,7 +29186,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ] }, "url": { @@ -30558,7 +30574,7 @@ "type": "array", "description": "An array of rules within the ruleset.", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } }, @@ -30887,7 +30903,7 @@ "description": "An array of rules within the ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } } @@ -60113,7 +60129,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/enterprise-cloud@latest//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/enterprise-cloud@latest//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" ], @@ -116351,7 +116367,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", @@ -116531,6 +116556,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", @@ -118604,83 +118645,6 @@ } } }, - "repository-rule-merge-queue": { - "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" - ] - } - } - }, "repository-rule-required-deployments": { "title": "required_deployments", "description": "Choose which environments must be successfully deployed to before refs can be pushed into a ref that matches this rule.", @@ -119421,7 +119385,7 @@ } } }, - "repository-rule": { + "enterprise-rules": { "title": "Repository Rule", "type": "object", "description": "A repository rule.", @@ -119438,9 +119402,6 @@ { "$ref": "#/components/schemas/repository-rule-required-linear-history" }, - { - "$ref": "#/components/schemas/repository-rule-merge-queue" - }, { "$ref": "#/components/schemas/repository-rule-required-deployments" }, @@ -119559,6 +119520,153 @@ } ] }, + "repository-rule-merge-queue": { + "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" + ] + } + } + }, + "repository-rule": { + "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-merge-queue" + }, + { + "$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" + } + ] + }, "repository-ruleset": { "title": "Repository ruleset", "type": "object", @@ -128194,7 +128302,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -128258,7 +128371,12 @@ "composer_repository", "docker_registry", "git_source", - "helm_registry" + "helm_registry", + "hex_organization", + "hex_repository", + "pub_repository", + "python_index", + "terraform_registry" ], "type": "string" }, @@ -129297,6 +129415,73 @@ "subscribers_count" ] }, + "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", @@ -300216,6 +300401,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", @@ -300258,6 +300446,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", @@ -300291,6 +300482,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", @@ -304684,6 +304878,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/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index c7b678d0a..b4a649ded 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -4525,6 +4525,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 @@ -6166,7 +6168,7 @@ paths: type: array description: An array of rules within the ruleset. items: - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/enterprise-rules" required: - name - enforcement @@ -6297,7 +6299,7 @@ paths: description: An array of rules within the ruleset. type: array items: - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/enterprise-rules" examples: default: value: @@ -13940,6 +13942,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 @@ -20868,6 +20872,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 @@ -21082,6 +21091,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 @@ -22135,7 +22149,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 @@ -22351,7 +22365,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: @@ -43652,11 +43666,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/enterprise-cloud@latest//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/enterprise-cloud@latest//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 @@ -84191,6 +84205,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 @@ -84325,6 +84345,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 @@ -85930,78 +85961,6 @@ components: type: string enum: - required_linear_history - repository-rule-merge-queue: - 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 repository-rule-required-deployments: title: required_deployments description: Choose which environments must be successfully deployed to before @@ -86570,7 +86529,7 @@ components: "$ref": "#/components/schemas/repository-rule-params-code-scanning-tool" required: - code_scanning_tools - repository-rule: + enterprise-rules: title: Repository Rule type: object description: A repository rule. @@ -86579,7 +86538,6 @@ components: - "$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-merge-queue" - "$ref": "#/components/schemas/repository-rule-required-deployments" - "$ref": "#/components/schemas/repository-rule-required-signatures" - "$ref": "#/components/schemas/repository-rule-pull-request" @@ -86639,6 +86597,104 @@ components: allOf: - "$ref": "#/components/schemas/repository-ruleset-conditions" - "$ref": "#/components/schemas/repository-ruleset-conditions-repository-property-target" + repository-rule-merge-queue: + 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 + repository-rule: + 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-merge-queue" + - "$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" repository-ruleset: title: Repository ruleset type: object @@ -93042,6 +93098,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. @@ -93093,6 +93154,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. @@ -93853,6 +93919,31 @@ components: - updated_at - network_count - subscribers_count + 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 @@ -220944,6 +221035,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 @@ -220978,6 +221071,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 @@ -221005,6 +221100,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 @@ -224706,6 +224803,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/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml index 2c2452ba4..270632929 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml @@ -4625,7 +4625,7 @@ paths: application/json: schema: *22 application/scim+json: - schema: &525 + schema: &526 title: Scim Error description: Scim Error type: object @@ -12675,7 +12675,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &351 + instances_url: &366 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12711,7 +12711,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &352 + dismissed_reason: &367 type: - string - 'null' @@ -12722,14 +12722,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &353 + dismissed_comment: &368 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &354 + rule: &369 type: object properties: id: @@ -12774,7 +12774,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &355 + tool: &370 type: object properties: name: *88 @@ -12785,15 +12785,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *89 - most_recent_instance: &356 + most_recent_instance: &371 type: object properties: - ref: &349 + ref: &364 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &361 + analysis_key: &376 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12804,7 +12804,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &362 + category: &377 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13782,7 +13782,7 @@ paths: - development - runtime - - security_advisory: &382 + security_advisory: &397 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14017,7 +14017,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: &383 + auto_dismissed_at: &398 type: - string - 'null' @@ -14383,7 +14383,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *63 - - &241 + - &256 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -14394,7 +14394,7 @@ paths: enum: - open - resolved - - &242 + - &257 name: secret_type in: query description: A comma-separated list of secret types to return. By default @@ -14403,7 +14403,7 @@ paths: required: false schema: type: string - - &243 + - &258 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -14412,7 +14412,7 @@ paths: required: false schema: type: string - - &244 + - &259 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. @@ -14428,7 +14428,7 @@ paths: - *4 - *86 - *87 - - &245 + - &260 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -14444,7 +14444,7 @@ paths: application/json: schema: type: array - items: &246 + items: &261 type: object properties: number: *91 @@ -14460,14 +14460,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &516 + state: &517 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: &517 + resolution: &518 type: - string - 'null' @@ -14533,7 +14533,7 @@ paths: - inactive - unknown examples: - default: &247 + default: &262 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14794,7 +14794,7 @@ paths: description: Success content: application/json: - schema: &249 + schema: &264 type: object properties: total_advanced_security_committers: @@ -14857,7 +14857,7 @@ paths: required: - repositories examples: - default: &250 + default: &265 value: total_advanced_security_committers: 2 total_count: 2 @@ -15139,7 +15139,7 @@ paths: milestone: anyOf: - type: 'null' - - &373 + - &388 title: Milestone description: A collection of related issues and pull requests. @@ -15311,7 +15311,7 @@ paths: timeline_url: type: string format: uri - type: &549 + type: &550 title: Issue Type description: The type of issue. type: @@ -15456,7 +15456,7 @@ paths: - author_association - created_at - updated_at - comment: &424 + comment: &439 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -16026,7 +16026,7 @@ paths: url: type: string format: uri - user: &564 + user: &565 title: Public User description: Public User type: object @@ -20716,14 +20716,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &272 + - &287 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &273 + - &288 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20794,7 +20794,7 @@ paths: '404': *24 '403': *41 '304': *40 - '301': &284 + '301': &299 description: Moved permanently content: application/json: @@ -20816,7 +20816,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &452 + - &467 name: all description: If `true`, show notifications marked as read. in: query @@ -20824,7 +20824,7 @@ paths: schema: type: boolean default: false - - &453 + - &468 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20834,7 +20834,7 @@ paths: type: boolean default: false - *107 - - &454 + - &469 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: @@ -21340,7 +21340,7 @@ paths: - url - subscription_url examples: - default: &455 + default: &470 value: - id: '1' repository: @@ -21893,7 +21893,7 @@ paths: type: array items: *68 examples: - default: &573 + default: &574 value: - login: github id: 1 @@ -22823,7 +22823,7 @@ paths: type: integer repository_cache_usages: type: array - items: &289 + items: &304 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23077,7 +23077,7 @@ paths: type: array items: *82 examples: - default: &570 + default: &571 value: total_count: 1 repositories: @@ -24883,7 +24883,7 @@ paths: description: Response content: application/json: - schema: &311 + schema: &326 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24918,7 +24918,7 @@ paths: - key_id - key examples: - default: &312 + default: &327 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25331,7 +25331,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#list-organization-variables parameters: - *130 - - &296 + - &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/enterprise-server@3.13/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -25985,7 +25985,7 @@ paths: be returned. in: query required: false - schema: &350 + schema: &365 type: string description: Severity of a code scanning alert. enum: @@ -26487,7 +26487,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &401 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26506,7 +26506,7 @@ paths: - key_id - key examples: - default: &387 + default: &402 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27088,7 +27088,7 @@ paths: description: Response content: application/json: - schema: &267 + schema: &282 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -27178,7 +27178,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &268 + default: &283 value: group_id: '123' group_name: Octocat admins @@ -27233,7 +27233,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &280 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -27273,7 +27273,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &266 + default: &281 value: groups: - group_id: '123' @@ -27924,7 +27924,7 @@ paths: application/json: schema: *37 examples: - default: &421 + default: &436 value: id: 1 account: @@ -29656,7 +29656,7 @@ paths: - nuget - container - *130 - - &574 + - &575 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -29697,7 +29697,7 @@ paths: default: *208 '403': *41 '401': *39 - '400': &576 + '400': &577 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -32206,7 +32206,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &298 title: Full Repository description: Full Repository type: object @@ -32785,7 +32785,7 @@ paths: - network_count - subscribers_count examples: - default: &285 + default: &300 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33376,7 +33376,7 @@ paths: application/json: schema: type: array - items: &239 + items: &253 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -33632,12 +33632,12 @@ paths: - object rules: type: array - items: &238 + items: &504 title: Repository Rule type: object description: A repository rule. oneOf: - - &487 + - &238 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33649,7 +33649,7 @@ paths: type: string enum: - creation - - &488 + - &239 title: update description: Only allow users with bypass permission to update matching refs. @@ -33670,7 +33670,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &490 + - &240 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33682,7 +33682,7 @@ paths: type: string enum: - deletion - - &491 + - &241 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33694,7 +33694,7 @@ paths: type: string enum: - required_linear_history - - &492 + - &242 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -33718,7 +33718,7 @@ paths: type: string required: - required_deployment_environments - - &493 + - &243 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -33730,7 +33730,7 @@ paths: type: string enum: - required_signatures - - &494 + - &244 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -33781,7 +33781,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &495 + - &245 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -33829,7 +33829,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &496 + - &246 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -33841,7 +33841,7 @@ paths: type: string enum: - non_fast_forward - - &497 + - &247 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -33877,7 +33877,7 @@ paths: required: - operator - pattern - - &498 + - &248 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -33913,7 +33913,7 @@ paths: required: - operator - pattern - - &499 + - &249 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -33949,7 +33949,7 @@ paths: required: - operator - pattern - - &500 + - &250 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -33985,7 +33985,7 @@ paths: required: - operator - pattern - - &501 + - &251 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34021,7 +34021,7 @@ paths: required: - operator - pattern - - &502 + - &252 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34152,7 +34152,26 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *238 + items: &255 + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - *238 + - *239 + - *240 + - *241 + - *242 + - *243 + - *244 + - *245 + - *246 + - *247 + - *248 + - *249 + - *250 + - *251 + - *252 source_type: type: string description: The type of the source of the ruleset @@ -34196,9 +34215,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: &240 + default: &254 value: id: 21 name: super cool ruleset @@ -34253,7 +34272,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *130 - - &504 + - &505 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -34266,7 +34285,7 @@ paths: in: query schema: type: string - - &505 + - &506 name: time_period description: |- The time period to filter by. @@ -34282,14 +34301,14 @@ paths: - week - month default: day - - &506 + - &507 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 - - &507 + - &508 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -34309,7 +34328,7 @@ paths: description: Response content: application/json: - schema: &508 + schema: &509 title: Rule Suites description: Response type: array @@ -34364,7 +34383,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &509 + default: &510 value: - id: 21 actor_id: 12 @@ -34408,7 +34427,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *130 - - &510 + - &511 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34424,7 +34443,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 title: Rule Suite description: Response type: object @@ -34529,7 +34548,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &512 + default: &513 value: id: 21 actor_id: 12 @@ -34602,9 +34621,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: *240 + default: *254 '404': *24 '500': *213 put: @@ -34656,7 +34675,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *238 + items: *255 examples: default: value: @@ -34691,9 +34710,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: *240 + default: *254 '404': *24 '500': *213 delete: @@ -34740,14 +34759,14 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *130 - - *241 - - *242 - - *243 - - *244 + - *256 + - *257 + - *258 + - *259 - *9 - *5 - *4 - - &514 + - &515 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.13/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -34757,7 +34776,7 @@ paths: required: false schema: type: string - - &515 + - &516 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.13/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -34767,7 +34786,7 @@ paths: required: false schema: type: string - - *245 + - *260 responses: '200': description: Response @@ -34775,9 +34794,9 @@ paths: application/json: schema: type: array - items: *246 + items: *261 examples: - default: *247 + default: *262 headers: Link: *6 '404': *24 @@ -34811,7 +34830,7 @@ paths: application/json: schema: type: array - items: &251 + items: &266 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -34895,7 +34914,7 @@ paths: - repositories_url - slug examples: - default: &252 + default: &267 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -34933,7 +34952,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/orgs/security-managers#add-a-security-manager-team parameters: - *130 - - &248 + - &263 name: team_slug description: The slug of the team name. in: path @@ -34968,7 +34987,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *130 - - *248 + - *263 responses: '204': description: Response @@ -35004,9 +35023,9 @@ paths: description: Success content: application/json: - schema: *249 + schema: *264 examples: - default: *250 + default: *265 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -35034,7 +35053,7 @@ paths: application/json: schema: type: array - items: &274 + items: &289 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -35093,7 +35112,7 @@ paths: parent: anyOf: - type: 'null' - - *251 + - *266 required: - id - node_id @@ -35107,7 +35126,7 @@ paths: - slug - parent examples: - default: *252 + default: *267 headers: Link: *6 '403': *41 @@ -35209,7 +35228,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &268 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -35283,7 +35302,7 @@ paths: parent: anyOf: - type: 'null' - - *251 + - *266 members_count: type: integer examples: @@ -35589,7 +35608,7 @@ paths: - repos_count - organization examples: - default: &254 + default: &269 value: id: 1 node_id: MDQ6VGVhbTE= @@ -35659,15 +35678,15 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#get-a-team-by-name parameters: - *130 - - *248 + - *263 responses: '200': description: Response content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '404': *24 x-github: githubCloudOnly: false @@ -35689,7 +35708,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#update-a-team parameters: - *130 - - *248 + - *263 requestBody: required: false content: @@ -35752,16 +35771,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '201': description: Response content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '404': *24 '422': *33 '403': *41 @@ -35787,7 +35806,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#delete-a-team parameters: - *130 - - *248 + - *263 responses: '204': description: Response @@ -35814,7 +35833,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#list-discussions parameters: - *130 - - *248 + - *263 - *9 - *4 - *5 @@ -35831,7 +35850,7 @@ paths: application/json: schema: type: array - items: &255 + items: &270 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -35942,7 +35961,7 @@ paths: - updated_at - url examples: - default: &554 + default: &555 value: - author: login: octocat @@ -36017,7 +36036,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#create-a-discussion parameters: - *130 - - *248 + - *263 requestBody: required: true content: @@ -36051,9 +36070,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: &256 + default: &271 value: author: login: octocat @@ -36126,8 +36145,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#get-a-discussion parameters: - *130 - - *248 - - &257 + - *263 + - &272 name: discussion_number description: The number that identifies the discussion. in: path @@ -36139,9 +36158,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: *256 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36164,8 +36183,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#update-a-discussion parameters: - *130 - - *248 - - *257 + - *263 + - *272 requestBody: required: false content: @@ -36188,9 +36207,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: &555 + default: &556 value: author: login: octocat @@ -36261,8 +36280,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#delete-a-discussion parameters: - *130 - - *248 - - *257 + - *263 + - *272 responses: '204': description: Response @@ -36289,8 +36308,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#list-discussion-comments parameters: - *130 - - *248 - - *257 + - *263 + - *272 - *9 - *4 - *5 @@ -36301,7 +36320,7 @@ paths: application/json: schema: type: array - items: &258 + items: &273 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -36381,7 +36400,7 @@ paths: - updated_at - url examples: - default: &556 + default: &557 value: - author: login: octocat @@ -36450,8 +36469,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *130 - - *248 - - *257 + - *263 + - *272 requestBody: required: true content: @@ -36473,9 +36492,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: &259 + default: &274 value: author: login: octocat @@ -36542,9 +36561,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *130 - - *248 - - *257 - - &260 + - *263 + - *272 + - &275 name: comment_number description: The number that identifies the comment. in: path @@ -36556,9 +36575,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: *259 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36581,9 +36600,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *130 - - *248 - - *257 - - *260 + - *263 + - *272 + - *275 requestBody: required: true content: @@ -36605,9 +36624,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: &557 + default: &558 value: author: login: octocat @@ -36672,9 +36691,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *130 - - *248 - - *257 - - *260 + - *263 + - *272 + - *275 responses: '204': description: Response @@ -36701,9 +36720,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *130 - - *248 - - *257 - - *260 + - *263 + - *272 + - *275 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -36729,7 +36748,7 @@ paths: application/json: schema: type: array - items: &261 + items: &276 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -36773,7 +36792,7 @@ paths: - content - created_at examples: - default: &263 + default: &278 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -36824,9 +36843,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *130 - - *248 - - *257 - - *260 + - *263 + - *272 + - *275 requestBody: required: true content: @@ -36859,9 +36878,9 @@ paths: team discussion comment content: application/json: - schema: *261 + schema: *276 examples: - default: &262 + default: &277 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -36890,9 +36909,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36916,10 +36935,10 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *130 - - *248 - - *257 - - *260 - - &264 + - *263 + - *272 + - *275 + - &279 name: reaction_id description: The unique identifier of the reaction. in: path @@ -36952,8 +36971,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *130 - - *248 - - *257 + - *263 + - *272 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -36979,9 +36998,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 x-github: @@ -37008,8 +37027,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *130 - - *248 - - *257 + - *263 + - *272 requestBody: required: true content: @@ -37041,16 +37060,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -37074,9 +37093,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *130 - - *248 - - *257 - - *264 + - *263 + - *272 + - *279 responses: '204': description: Response @@ -37100,15 +37119,15 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *130 - - *248 + - *263 responses: '200': description: Response content: application/json: - schema: *265 + schema: *280 examples: - default: *266 + default: *281 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -37128,7 +37147,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *130 - - *248 + - *263 requestBody: required: true content: @@ -37152,9 +37171,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *282 examples: - default: *268 + default: *283 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -37174,7 +37193,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *130 - - *248 + - *263 responses: '204': description: Response @@ -37198,7 +37217,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/members#list-team-members parameters: - *130 - - *248 + - *263 - name: role description: Filters members returned by their role in the team. in: query @@ -37252,14 +37271,14 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/members#get-team-membership-for-a-user parameters: - *130 - - *248 + - *263 - *8 responses: '200': description: Response content: application/json: - schema: &269 + schema: &284 title: Team Membership description: Team Membership type: object @@ -37287,7 +37306,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &558 + response-if-user-is-a-team-maintainer: &559 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -37324,7 +37343,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *130 - - *248 + - *263 - *8 requestBody: required: false @@ -37350,9 +37369,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *284 examples: - response-if-users-membership-with-team-is-now-pending: &559 + response-if-users-membership-with-team-is-now-pending: &560 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -37388,7 +37407,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/members#remove-team-membership-for-a-user parameters: - *130 - - *248 + - *263 - *8 responses: '204': @@ -37416,7 +37435,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#list-team-projects parameters: - *130 - - *248 + - *263 - *4 - *5 responses: @@ -37426,7 +37445,7 @@ paths: application/json: schema: type: array - items: &270 + items: &285 title: Team Project description: A team's access to a project. type: object @@ -37495,7 +37514,7 @@ paths: - updated_at - permissions examples: - default: &560 + default: &561 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37557,8 +37576,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#check-team-permissions-for-a-project parameters: - *130 - - *248 - - &271 + - *263 + - &286 name: project_id description: The unique identifier of the project. in: path @@ -37570,9 +37589,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *285 examples: - default: &561 + default: &562 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37633,8 +37652,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#add-or-update-team-project-permissions parameters: - *130 - - *248 - - *271 + - *263 + - *286 requestBody: required: false content: @@ -37700,8 +37719,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#remove-a-project-from-a-team parameters: - *130 - - *248 - - *271 + - *263 + - *286 responses: '204': description: Response @@ -37726,7 +37745,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#list-team-repositories parameters: - *130 - - *248 + - *263 - *4 - *5 responses: @@ -37768,15 +37787,15 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *130 - - *248 - - *272 - - *273 + - *263 + - *287 + - *288 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &562 + schema: &563 title: Team Repository description: A team's access to a repository. type: object @@ -38418,9 +38437,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *130 - - *248 - - *272 - - *273 + - *263 + - *287 + - *288 requestBody: required: false content: @@ -38466,9 +38485,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#remove-a-repository-from-a-team parameters: - *130 - - *248 - - *272 - - *273 + - *263 + - *287 + - *288 responses: '204': description: Response @@ -38493,7 +38512,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#list-child-teams parameters: - *130 - - *248 + - *263 - *4 - *5 responses: @@ -38503,9 +38522,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - response-if-child-teams-exist: &563 + response-if-child-teams-exist: &564 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -38623,7 +38642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#get-a-project-card parameters: - - &275 + - &290 name: card_id description: The unique identifier of the card. in: path @@ -38635,7 +38654,7 @@ paths: description: Response content: application/json: - schema: &276 + schema: &291 title: Project Card description: Project cards represent a scope of work. type: object @@ -38710,7 +38729,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &292 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -38760,7 +38779,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#update-an-existing-project-card parameters: - - *275 + - *290 requestBody: required: false content: @@ -38790,9 +38809,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *291 examples: - default: *277 + default: *292 '304': *40 '403': *41 '401': *39 @@ -38813,7 +38832,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#delete-a-project-card parameters: - - *275 + - *290 responses: '204': description: Response @@ -38851,7 +38870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#move-a-project-card parameters: - - *275 + - *290 requestBody: required: true content: @@ -38958,7 +38977,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#get-a-project-column parameters: - - &278 + - &293 name: column_id description: The unique identifier of the column. in: path @@ -38970,7 +38989,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &294 title: Project Column description: Project columns contain cards of work. type: object @@ -39024,7 +39043,7 @@ paths: - created_at - updated_at examples: - default: &280 + default: &295 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -39053,7 +39072,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#update-an-existing-project-column parameters: - - *278 + - *293 requestBody: required: true content: @@ -39078,9 +39097,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *294 examples: - default: *280 + default: *295 '304': *40 '403': *41 '401': *39 @@ -39099,7 +39118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#delete-a-project-column parameters: - - *278 + - *293 responses: '204': description: Response @@ -39122,7 +39141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#list-project-cards parameters: - - *278 + - *293 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -39143,7 +39162,7 @@ paths: application/json: schema: type: array - items: *276 + items: *291 examples: default: value: @@ -39196,7 +39215,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#create-a-project-card parameters: - - *278 + - *293 requestBody: required: true content: @@ -39240,9 +39259,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *291 examples: - default: *277 + default: *292 '304': *40 '403': *41 '401': *39 @@ -39292,7 +39311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#move-a-project-column parameters: - - *278 + - *293 requestBody: required: true content: @@ -39349,7 +39368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/projects#get-a-project parameters: - - *271 + - *286 responses: '200': description: Response @@ -39357,7 +39376,7 @@ paths: application/json: schema: *225 examples: - default: &281 + default: &296 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -39410,7 +39429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/projects#update-a-project parameters: - - *271 + - *286 requestBody: required: false content: @@ -39461,7 +39480,7 @@ paths: application/json: schema: *225 examples: - default: *281 + default: *296 '404': description: Not Found if the authenticated user does not have access to the project @@ -39500,7 +39519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/projects#delete-a-project parameters: - - *271 + - *286 responses: '204': description: Delete Success @@ -39544,7 +39563,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/collaborators#list-project-collaborators parameters: - - *271 + - *286 - 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 @@ -39596,7 +39615,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/collaborators#add-project-collaborator parameters: - - *271 + - *286 - *8 requestBody: required: false @@ -39646,7 +39665,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *271 + - *286 - *8 responses: '204': @@ -39675,7 +39694,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *271 + - *286 - *8 responses: '200': @@ -39740,7 +39759,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#list-project-columns parameters: - - *271 + - *286 - *4 - *5 responses: @@ -39750,7 +39769,7 @@ paths: application/json: schema: type: array - items: *279 + items: *294 examples: default: value: @@ -39782,7 +39801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#create-a-project-column parameters: - - *271 + - *286 requestBody: required: true content: @@ -39806,7 +39825,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *294 examples: default: value: @@ -39868,7 +39887,7 @@ paths: resources: type: object properties: - core: &282 + core: &297 title: Rate Limit type: object properties: @@ -39885,20 +39904,20 @@ paths: - remaining - reset - used - graphql: *282 - search: *282 - code_search: *282 - source_import: *282 - integration_manifest: *282 - code_scanning_upload: *282 - actions_runner_registration: *282 - scim: *282 - dependency_sbom: *282 - code_scanning_autofix: *282 + graphql: *297 + search: *297 + code_search: *297 + source_import: *297 + integration_manifest: *297 + code_scanning_upload: *297 + actions_runner_registration: *297 + scim: *297 + dependency_sbom: *297 + code_scanning_autofix: *297 required: - core - search - rate: *282 + rate: *297 required: - rate - resources @@ -40002,14 +40021,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#get-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *283 + schema: *298 examples: default-response: summary: Default response @@ -40508,7 +40527,7 @@ paths: status: disabled '403': *41 '404': *24 - '301': *284 + '301': *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40526,8 +40545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#update-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -40744,10 +40763,10 @@ paths: description: Response content: application/json: - schema: *283 + schema: *298 examples: - default: *285 - '307': &286 + default: *300 + '307': &301 description: Temporary Redirect content: application/json: @@ -40792,8 +40811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#delete-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -40815,7 +40834,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#delete-a-repository - '307': *286 + '307': *301 '404': *24 '409': *135 x-github: @@ -40839,11 +40858,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 - - &303 + - &318 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -40866,7 +40885,7 @@ paths: type: integer artifacts: type: array - items: &287 + items: &302 title: Artifact description: An artifact type: object @@ -40952,7 +40971,7 @@ paths: - expires_at - updated_at examples: - default: &304 + default: &319 value: total_count: 2 artifacts: @@ -41011,9 +41030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/artifacts#get-an-artifact parameters: - - *272 - - *273 - - &288 + - *287 + - *288 + - &303 name: artifact_id description: The unique identifier of the artifact. in: path @@ -41025,7 +41044,7 @@ paths: description: Response content: application/json: - schema: *287 + schema: *302 examples: default: value: @@ -41062,9 +41081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/artifacts#delete-an-artifact parameters: - - *272 - - *273 + - *287 - *288 + - *303 responses: '204': description: Response @@ -41088,9 +41107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/artifacts#download-an-artifact parameters: - - *272 - - *273 + - *287 - *288 + - *303 - name: archive_format in: path required: true @@ -41127,14 +41146,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *289 + schema: *304 examples: default: value: @@ -41160,14 +41179,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: &290 + schema: &305 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -41180,7 +41199,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &291 + default: &306 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -41201,8 +41220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -41210,9 +41229,9 @@ paths: required: true content: application/json: - schema: *290 + schema: *305 examples: - selected_actions: *291 + selected_actions: *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41232,11 +41251,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 - - &292 + - &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 @@ -41270,7 +41289,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &308 title: Repository actions caches description: Repository actions caches type: object @@ -41320,7 +41339,7 @@ paths: - total_count - actions_caches examples: - default: &294 + default: &309 value: total_count: 1 actions_caches: @@ -41352,23 +41371,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *272 - - *273 + - *287 + - *288 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *292 + - *307 responses: '200': description: Response content: application/json: - schema: *293 + schema: *308 examples: - default: *294 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41388,8 +41407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *272 - - *273 + - *287 + - *288 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -41420,9 +41439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *272 - - *273 - - &295 + - *287 + - *288 + - &310 name: job_id description: The unique identifier of the job. in: path @@ -41434,7 +41453,7 @@ paths: description: Response content: application/json: - schema: &307 + schema: &322 title: Job description: Information of a job execution in a workflow run type: object @@ -41781,9 +41800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *272 - - *273 - - *295 + - *287 + - *288 + - *310 responses: '302': description: Response @@ -41811,9 +41830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *272 - - *273 - - *295 + - *287 + - *288 + - *310 requestBody: required: false content: @@ -41859,8 +41878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Status response @@ -41910,8 +41929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -41974,8 +41993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#list-repository-organization-secrets parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -41993,7 +42012,7 @@ paths: type: integer secrets: type: array - items: &309 + items: &324 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -42014,7 +42033,7 @@ paths: - created_at - updated_at examples: - default: &310 + default: &325 value: total_count: 2 secrets: @@ -42047,9 +42066,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#list-repository-organization-variables parameters: - - *272 - - *273 - - *296 + - *287 + - *288 + - *311 - *5 responses: '200': @@ -42066,7 +42085,7 @@ paths: type: integer variables: type: array - items: &313 + items: &328 title: Actions Variable type: object properties: @@ -42100,7 +42119,7 @@ paths: - created_at - updated_at examples: - default: &314 + default: &329 value: total_count: 2 variables: @@ -42133,8 +42152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -42143,7 +42162,7 @@ paths: schema: type: object properties: - enabled: &297 + enabled: &312 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *67 @@ -42176,8 +42195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -42188,7 +42207,7 @@ paths: schema: type: object properties: - enabled: *297 + enabled: *312 allowed_actions: *67 required: - enabled @@ -42219,14 +42238,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: &298 + schema: &313 type: object properties: access_level: @@ -42244,7 +42263,7 @@ paths: required: - access_level examples: - default: &299 + default: &314 value: access_level: organization x-github: @@ -42269,15 +42288,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: application/json: - schema: *298 + schema: *313 examples: - default: *299 + default: *314 responses: '204': description: Response @@ -42301,8 +42320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -42333,8 +42352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -42366,8 +42385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -42396,8 +42415,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Success response @@ -42437,8 +42456,8 @@ paths: in: query schema: type: string - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -42482,8 +42501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -42515,8 +42534,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -42590,8 +42609,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '201': description: Response @@ -42627,8 +42646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '201': description: Response @@ -42658,8 +42677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 responses: '200': @@ -42689,8 +42708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 responses: '204': @@ -42717,8 +42736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 responses: '200': *85 @@ -42743,8 +42762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 requestBody: required: true @@ -42793,8 +42812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 requestBody: required: true @@ -42844,8 +42863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 responses: '200': *155 @@ -42875,8 +42894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 - *156 responses: @@ -42906,9 +42925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *272 - - *273 - - &317 + - *287 + - *288 + - &332 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. @@ -42916,7 +42935,7 @@ paths: required: false schema: type: string - - &318 + - &333 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -42924,7 +42943,7 @@ paths: required: false schema: type: string - - &319 + - &334 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -42933,7 +42952,7 @@ paths: required: false schema: type: string - - &320 + - &335 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 @@ -42960,7 +42979,7 @@ paths: - pending - *4 - *5 - - &321 + - &336 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-server@3.13/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -42969,7 +42988,7 @@ paths: schema: type: string format: date-time - - &300 + - &315 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -42978,13 +42997,13 @@ paths: schema: type: boolean default: false - - &322 + - &337 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &323 + - &338 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -43007,7 +43026,7 @@ paths: type: integer workflow_runs: type: array - items: &301 + items: &316 title: Workflow Run description: An invocation of a workflow type: object @@ -43124,7 +43143,7 @@ paths: type: - array - 'null' - items: &341 + items: &356 title: Pull Request Minimal type: object properties: @@ -43251,7 +43270,7 @@ paths: head_commit: anyOf: - type: 'null' - - &345 + - &360 title: Simple Commit description: A commit. type: object @@ -43366,7 +43385,7 @@ paths: - workflow_url - pull_requests examples: - default: &324 + default: &339 value: total_count: 1 workflow_runs: @@ -43602,24 +43621,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *272 - - *273 - - &302 + - *287 + - *288 + - &317 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *300 + - *315 responses: '200': description: Response content: application/json: - schema: *301 + schema: *316 examples: - default: &305 + default: &320 value: id: 30433642 name: Build @@ -43860,9 +43879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '204': description: Response @@ -43885,9 +43904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '200': description: Response @@ -44017,12 +44036,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 - *4 - *5 - - *303 + - *318 responses: '200': description: Response @@ -44038,9 +44057,9 @@ paths: type: integer artifacts: type: array - items: *287 + items: *302 examples: - default: *304 + default: *319 headers: Link: *6 x-github: @@ -44064,25 +44083,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *272 - - *273 - - *302 - - &306 + - *287 + - *288 + - *317 + - &321 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *300 + - *315 responses: '200': description: Response content: application/json: - schema: *301 + schema: *316 examples: - default: *305 + default: *320 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44105,10 +44124,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *272 - - *273 - - *302 - - *306 + - *287 + - *288 + - *317 + - *321 - *4 - *5 responses: @@ -44126,9 +44145,9 @@ paths: type: integer jobs: type: array - items: *307 + items: *322 examples: - default: &308 + default: &323 value: total_count: 1 jobs: @@ -44241,10 +44260,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *272 - - *273 - - *302 - - *306 + - *287 + - *288 + - *317 + - *321 responses: '302': description: Response @@ -44272,9 +44291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '202': description: Response @@ -44307,9 +44326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 requestBody: required: true content: @@ -44376,9 +44395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '202': description: Response @@ -44411,9 +44430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 - 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 @@ -44443,9 +44462,9 @@ paths: type: integer jobs: type: array - items: *307 + items: *322 examples: - default: *308 + default: *323 headers: Link: *6 x-github: @@ -44470,9 +44489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '302': description: Response @@ -44499,9 +44518,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '204': description: Response @@ -44528,9 +44547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '200': description: Response @@ -44599,7 +44618,7 @@ paths: items: type: object properties: - type: &395 + type: &410 type: string description: The type of reviewer. enum: @@ -44610,7 +44629,7 @@ paths: reviewer: anyOf: - *17 - - *274 + - *289 required: - environment - wait_timer @@ -44685,9 +44704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 requestBody: required: true content: @@ -44737,7 +44756,7 @@ paths: application/json: schema: type: array - items: &390 + items: &405 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -44849,7 +44868,7 @@ paths: - created_at - updated_at examples: - default: &391 + default: &406 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -44905,9 +44924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 requestBody: required: false content: @@ -44952,9 +44971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 requestBody: required: false content: @@ -45002,8 +45021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#list-repository-secrets parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -45021,9 +45040,9 @@ paths: type: integer secrets: type: array - items: *309 + items: *324 examples: - default: *310 + default: *325 headers: Link: *6 x-github: @@ -45048,16 +45067,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#get-a-repository-public-key parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *311 + schema: *326 examples: - default: *312 + default: *327 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45079,17 +45098,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#get-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 responses: '200': description: Response content: application/json: - schema: *309 + schema: *324 examples: - default: &408 + default: &423 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -45115,8 +45134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 requestBody: required: true @@ -45174,8 +45193,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#delete-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 responses: '204': @@ -45201,9 +45220,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#list-repository-variables parameters: - - *272 - - *273 - - *296 + - *287 + - *288 + - *311 - *5 responses: '200': @@ -45220,9 +45239,9 @@ paths: type: integer variables: type: array - items: *313 + items: *328 examples: - default: *314 + default: *329 headers: Link: *6 x-github: @@ -45245,8 +45264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#create-a-repository-variable parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -45298,17 +45317,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#get-a-repository-variable parameters: - - *272 - - *273 + - *287 + - *288 - *161 responses: '200': description: Response content: application/json: - schema: *313 + schema: *328 examples: - default: &409 + default: &424 value: name: USERNAME value: octocat @@ -45334,8 +45353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#update-a-repository-variable parameters: - - *272 - - *273 + - *287 + - *288 - *161 requestBody: required: true @@ -45378,8 +45397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#delete-a-repository-variable parameters: - - *272 - - *273 + - *287 + - *288 - *161 responses: '204': @@ -45405,8 +45424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflows#list-repository-workflows parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -45424,7 +45443,7 @@ paths: type: integer workflows: type: array - items: &315 + items: &330 title: Workflow description: A GitHub Actions workflow type: object @@ -45542,9 +45561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflows#get-a-workflow parameters: - - *272 - - *273 - - &316 + - *287 + - *288 + - &331 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -45559,7 +45578,7 @@ paths: description: Response content: application/json: - schema: *315 + schema: *330 examples: default: value: @@ -45592,9 +45611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflows#disable-a-workflow parameters: - - *272 - - *273 - - *316 + - *287 + - *288 + - *331 responses: '204': description: Response @@ -45619,9 +45638,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *272 - - *273 - - *316 + - *287 + - *288 + - *331 responses: '204': description: Response @@ -45672,9 +45691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflows#enable-a-workflow parameters: - - *272 - - *273 - - *316 + - *287 + - *288 + - *331 responses: '204': description: Response @@ -45701,19 +45720,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *272 - - *273 - - *316 - - *317 - - *318 - - *319 - - *320 + - *287 + - *288 + - *331 + - *332 + - *333 + - *334 + - *335 - *4 - *5 - - *321 - - *300 - - *322 - - *323 + - *336 + - *315 + - *337 + - *338 responses: '200': description: Response @@ -45729,9 +45748,9 @@ paths: type: integer workflow_runs: type: array - items: *301 + items: *316 examples: - default: *324 + default: *339 headers: Link: *6 x-github: @@ -45754,8 +45773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-activities parameters: - - *272 - - *273 + - *287 + - *288 - *9 - *4 - *86 @@ -45923,8 +45942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/assignees#list-assignees parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -45961,8 +45980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *272 - - *273 + - *287 + - *288 - name: assignee in: path required: true @@ -45996,8 +46015,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -46005,7 +46024,7 @@ paths: application/json: schema: type: array - items: &325 + items: &340 title: Autolink reference description: An autolink reference. type: object @@ -46059,8 +46078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -46099,9 +46118,9 @@ paths: description: response content: application/json: - schema: *325 + schema: *340 examples: - default: &326 + default: &341 value: id: 1 key_prefix: TICKET- @@ -46132,9 +46151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *272 - - *273 - - &327 + - *287 + - *288 + - &342 name: autolink_id description: The unique identifier of the autolink. in: path @@ -46146,9 +46165,9 @@ paths: description: Response content: application/json: - schema: *325 + schema: *340 examples: - default: *326 + default: *341 '404': *24 x-github: githubCloudOnly: false @@ -46168,9 +46187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *272 - - *273 - - *327 + - *287 + - *288 + - *342 responses: '204': description: Response @@ -46194,8 +46213,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response if Dependabot is enabled @@ -46244,8 +46263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branches#list-branches parameters: - - *272 - - *273 + - *287 + - *288 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -46283,7 +46302,7 @@ paths: - url protected: type: boolean - protection: &329 + protection: &344 title: Branch Protection description: Branch Protection type: object @@ -46326,7 +46345,7 @@ paths: required: - contexts - checks - enforce_admins: &332 + enforce_admins: &347 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -46343,7 +46362,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &334 + required_pull_request_reviews: &349 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -46365,7 +46384,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *274 + items: *289 apps: description: The list of apps with review dismissal access. @@ -46397,7 +46416,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *274 + items: *289 apps: description: The list of apps allowed to bypass pull request requirements. @@ -46427,7 +46446,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &331 + restrictions: &346 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -46752,9 +46771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branches#get-a-branch parameters: - - *272 - - *273 - - &330 + - *287 + - *288 + - &345 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-server@3.13/graphql). @@ -46768,14 +46787,14 @@ paths: description: Response content: application/json: - schema: &340 + schema: &355 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &369 + commit: &384 title: Commit description: Commit type: object @@ -46814,7 +46833,7 @@ paths: author: anyOf: - type: 'null' - - &328 + - &343 title: Git User description: Metaproperties for Git author/committer information. @@ -46835,7 +46854,7 @@ paths: committer: anyOf: - type: 'null' - - *328 + - *343 message: type: string examples: @@ -46859,7 +46878,7 @@ paths: required: - sha - url - verification: &415 + verification: &430 title: Verification type: object properties: @@ -46934,7 +46953,7 @@ paths: type: integer files: type: array - items: &379 + items: &394 title: Diff Entry description: Diff Entry type: object @@ -47028,7 +47047,7 @@ paths: - self protected: type: boolean - protection: *329 + protection: *344 protection_url: type: string format: uri @@ -47134,7 +47153,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *284 + '301': *299 '404': *24 x-github: githubCloudOnly: false @@ -47156,15 +47175,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *329 + schema: *344 examples: default: value: @@ -47358,9 +47377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#update-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -47620,7 +47639,7 @@ paths: url: type: string format: uri - required_status_checks: &337 + required_status_checks: &352 title: Status Check Policy description: Status Check Policy type: object @@ -47701,7 +47720,7 @@ paths: items: *17 teams: type: array - items: *274 + items: *289 apps: type: array items: *23 @@ -47719,7 +47738,7 @@ paths: items: *17 teams: type: array - items: *274 + items: *289 apps: type: array items: *23 @@ -47779,7 +47798,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *331 + restrictions: *346 required_conversation_resolution: type: object properties: @@ -47891,9 +47910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#delete-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -47918,17 +47937,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *332 + schema: *347 examples: - default: &333 + default: &348 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -47950,17 +47969,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *332 + schema: *347 examples: - default: *333 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47979,9 +47998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -48006,17 +48025,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *334 + schema: *349 examples: - default: &335 + default: &350 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -48112,9 +48131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -48212,9 +48231,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *349 examples: - default: *335 + default: *350 '422': *33 x-github: githubCloudOnly: false @@ -48235,9 +48254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -48264,17 +48283,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *332 + schema: *347 examples: - default: &336 + default: &351 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -48297,17 +48316,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *332 + schema: *347 examples: - default: *336 + default: *351 '404': *24 x-github: githubCloudOnly: false @@ -48327,9 +48346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -48354,17 +48373,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-status-checks-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *337 + schema: *352 examples: - default: &338 + default: &353 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -48390,9 +48409,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#update-status-check-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -48444,9 +48463,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *352 examples: - default: *338 + default: *353 '404': *24 '422': *33 x-github: @@ -48468,9 +48487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#remove-status-check-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -48494,9 +48513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response @@ -48530,9 +48549,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#add-status-check-contexts parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -48599,9 +48618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#set-status-check-contexts parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -48665,9 +48684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: content: application/json: @@ -48733,15 +48752,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *331 + schema: *346 examples: default: value: @@ -48832,9 +48851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#delete-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -48857,9 +48876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response @@ -48869,7 +48888,7 @@ paths: type: array items: *23 examples: - default: &339 + default: &354 value: - id: 1 slug: octoapp @@ -48926,9 +48945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -48962,7 +48981,7 @@ paths: type: array items: *23 examples: - default: *339 + default: *354 '422': *33 x-github: githubCloudOnly: false @@ -48983,9 +49002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49019,7 +49038,7 @@ paths: type: array items: *23 examples: - default: *339 + default: *354 '422': *33 x-github: githubCloudOnly: false @@ -49040,9 +49059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49076,7 +49095,7 @@ paths: type: array items: *23 examples: - default: *339 + default: *354 '422': *33 x-github: githubCloudOnly: false @@ -49098,9 +49117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response @@ -49108,9 +49127,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - default: *252 + default: *267 '404': *24 x-github: githubCloudOnly: false @@ -49130,9 +49149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -49168,9 +49187,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - default: *252 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -49191,9 +49210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -49229,9 +49248,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - default: *252 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -49252,9 +49271,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: content: application/json: @@ -49289,9 +49308,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - default: *252 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -49313,9 +49332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response @@ -49349,9 +49368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49409,9 +49428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49469,9 +49488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49531,9 +49550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branches#rename-a-branch parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49555,7 +49574,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *355 examples: default: value: @@ -49668,8 +49687,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#create-a-check-run parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -49948,7 +49967,7 @@ paths: description: Response content: application/json: - schema: &342 + schema: &357 title: CheckRun description: A check performed on the code of a given code change type: object @@ -50083,8 +50102,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *341 - deployment: &597 + items: *356 + deployment: &598 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -50371,9 +50390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#get-a-check-run parameters: - - *272 - - *273 - - &343 + - *287 + - *288 + - &358 name: check_run_id description: The unique identifier of the check run. in: path @@ -50385,9 +50404,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *357 examples: - default: &344 + default: &359 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -50487,9 +50506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#update-a-check-run parameters: - - *272 - - *273 - - *343 + - *287 + - *288 + - *358 requestBody: required: true content: @@ -50729,9 +50748,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *357 examples: - default: *344 + default: *359 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50751,9 +50770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#list-check-run-annotations parameters: - - *272 - - *273 - - *343 + - *287 + - *288 + - *358 - *4 - *5 responses: @@ -50863,9 +50882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#rerequest-a-check-run parameters: - - *272 - - *273 - - *343 + - *287 + - *288 + - *358 responses: '201': description: Response @@ -50909,8 +50928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/suites#create-a-check-suite parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -50932,7 +50951,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &346 + schema: &361 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -51014,7 +51033,7 @@ paths: type: - array - 'null' - items: *341 + items: *356 app: anyOf: - type: 'null' @@ -51030,7 +51049,7 @@ paths: - string - 'null' format: date-time - head_commit: *345 + head_commit: *360 latest_check_runs_count: type: integer check_runs_url: @@ -51058,7 +51077,7 @@ paths: - check_runs_url - pull_requests examples: - default: &347 + default: &362 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -51349,9 +51368,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *346 + schema: *361 examples: - default: *347 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51370,8 +51389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -51680,9 +51699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/suites#get-a-check-suite parameters: - - *272 - - *273 - - &348 + - *287 + - *288 + - &363 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -51694,9 +51713,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *361 examples: - default: *347 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51719,17 +51738,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *272 - - *273 - - *348 - - &376 + - *287 + - *288 + - *363 + - &391 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &377 + - &392 name: status description: Returns check runs with the specified `status`. in: query @@ -51768,9 +51787,9 @@ paths: type: integer check_runs: type: array - items: *342 + items: *357 examples: - default: &378 + default: &393 value: total_count: 1 check_runs: @@ -51872,9 +51891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/suites#rerequest-a-check-suite parameters: - - *272 - - *273 - - *348 + - *287 + - *288 + - *363 responses: '201': description: Response @@ -51907,20 +51926,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *173 - *174 - *5 - *4 - - &360 + - &375 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: *349 + schema: *364 - *9 - name: sort description: The property by which to sort the results. @@ -51943,7 +51962,7 @@ paths: be returned. in: query required: false - schema: *350 + schema: *365 responses: '200': description: Response @@ -51959,7 +51978,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *351 + instances_url: *366 state: *90 fixed_at: *100 dismissed_by: @@ -51967,11 +51986,11 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *352 - dismissed_comment: *353 - rule: *354 - tool: *355 - most_recent_instance: *356 + dismissed_reason: *367 + dismissed_comment: *368 + rule: *369 + tool: *370 + most_recent_instance: *371 dismissal_approved_by: anyOf: - type: 'null' @@ -52091,7 +52110,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *40 - '403': &357 + '403': &372 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -52118,9 +52137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *272 - - *273 - - &358 + - *287 + - *288 + - &373 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -52134,7 +52153,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &374 type: object properties: number: *91 @@ -52142,7 +52161,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *351 + instances_url: *366 state: *90 fixed_at: *100 dismissed_by: @@ -52150,8 +52169,8 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *352 - dismissed_comment: *353 + dismissed_reason: *367 + dismissed_comment: *368 rule: type: object properties: @@ -52213,8 +52232,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *355 - most_recent_instance: *356 + tool: *370 + most_recent_instance: *371 dismissal_approved_by: anyOf: - type: 'null' @@ -52307,7 +52326,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *40 - '403': *357 + '403': *372 '404': *24 '503': *102 x-github: @@ -52327,9 +52346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *272 - - *273 - - *358 + - *287 + - *288 + - *373 requestBody: required: true content: @@ -52344,8 +52363,8 @@ paths: enum: - open - dismissed - dismissed_reason: *352 - dismissed_comment: *353 + dismissed_reason: *367 + dismissed_comment: *368 required: - state examples: @@ -52360,7 +52379,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *374 examples: default: value: @@ -52436,7 +52455,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *32 - '403': &365 + '403': &380 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -52463,12 +52482,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *272 - - *273 - - *358 + - *287 + - *288 + - *373 - *5 - *4 - - *360 + - *375 responses: '200': description: Response @@ -52476,7 +52495,7 @@ paths: application/json: schema: type: array - items: *356 + items: *371 examples: default: value: @@ -52515,7 +52534,7 @@ paths: end_column: 50 classifications: - source - '403': *357 + '403': *372 '404': *24 '503': *102 x-github: @@ -52549,8 +52568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *173 - *174 - *5 @@ -52561,12 +52580,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *349 + schema: *364 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &363 + schema: &378 type: string description: An identifier for the upload. examples: @@ -52588,23 +52607,23 @@ paths: application/json: schema: type: array - items: &364 + items: &379 type: object properties: - ref: *349 - commit_sha: &366 + ref: *364 + commit_sha: &381 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: *361 + analysis_key: *376 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *362 + category: *377 error: type: string examples: @@ -52629,8 +52648,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *363 - tool: *355 + sarif_id: *378 + tool: *370 deletable: type: boolean warning: @@ -52692,7 +52711,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *357 + '403': *372 '404': *24 '503': *102 x-github: @@ -52728,8 +52747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -52742,7 +52761,7 @@ paths: description: Response content: application/json: - schema: *364 + schema: *379 examples: response: summary: application/json response @@ -52796,7 +52815,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *357 + '403': *372 '404': *24 '503': *102 x-github: @@ -52878,8 +52897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -52935,7 +52954,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': *32 - '403': *365 + '403': *380 '404': *24 '503': *102 x-github: @@ -52957,8 +52976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -53024,7 +53043,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *357 + '403': *372 '404': *24 '503': *102 x-github: @@ -53045,8 +53064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -53117,7 +53136,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *365 + '403': *380 '404': *24 '409': description: Response if there is already a validation run in progress with @@ -53188,8 +53207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -53197,7 +53216,7 @@ paths: schema: type: object properties: - commit_sha: *366 + commit_sha: *381 ref: type: string description: |- @@ -53252,7 +53271,7 @@ paths: schema: type: object properties: - id: *363 + id: *378 url: type: string description: The REST API URL for checking the status of the upload. @@ -53266,7 +53285,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': *365 + '403': *380 '404': *24 '413': description: Payload Too Large if the sarif field is too large @@ -53289,8 +53308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *272 - - *273 + - *287 + - *288 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -53338,7 +53357,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': *357 + '403': *372 '404': description: Not Found if the sarif id does not match any upload '503': *102 @@ -53363,8 +53382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-codeowners-errors parameters: - - *272 - - *273 + - *287 + - *288 - 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 @@ -53495,8 +53514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *272 - - *273 + - *287 + - *288 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -53534,7 +53553,7 @@ paths: application/json: schema: type: array - items: &367 + items: &382 title: Collaborator description: Collaborator type: object @@ -53726,8 +53745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *272 - - *273 + - *287 + - *288 - *8 responses: '204': @@ -53764,8 +53783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *272 - - *273 + - *287 + - *288 - *8 requestBody: required: false @@ -53835,8 +53854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *272 - - *273 + - *287 + - *288 - *8 responses: '204': @@ -53868,8 +53887,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *272 - - *273 + - *287 + - *288 - *8 responses: '200': @@ -53890,7 +53909,7 @@ paths: user: anyOf: - type: 'null' - - *367 + - *382 required: - permission - role_name @@ -53944,8 +53963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -53955,7 +53974,7 @@ paths: application/json: schema: type: array - items: &368 + items: &383 title: Commit Comment description: Commit Comment type: object @@ -54013,7 +54032,7 @@ paths: - created_at - updated_at examples: - default: &371 + default: &386 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54072,17 +54091,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#get-a-commit-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '200': description: Response content: application/json: - schema: *368 + schema: *383 examples: - default: &372 + default: &387 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54139,8 +54158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#update-a-commit-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -54163,7 +54182,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *383 examples: default: value: @@ -54214,8 +54233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#delete-a-commit-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '204': @@ -54237,8 +54256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). @@ -54265,9 +54284,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 '404': *24 @@ -54288,8 +54307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -54322,16 +54341,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Reaction created content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -54353,10 +54372,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *272 - - *273 + - *287 + - *288 - *116 - - *264 + - *279 responses: '204': description: Response @@ -54405,8 +54424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/commits#list-commits parameters: - - *272 - - *273 + - *287 + - *288 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -54462,9 +54481,9 @@ paths: application/json: schema: type: array - items: *369 + items: *384 examples: - default: &473 + default: &488 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -54557,9 +54576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/commits#list-branches-for-head-commit parameters: - - *272 - - *273 - - &370 + - *287 + - *288 + - &385 name: commit_sha description: The SHA of the commit. in: path @@ -54631,9 +54650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#list-commit-comments parameters: - - *272 - - *273 - - *370 + - *287 + - *288 + - *385 - *4 - *5 responses: @@ -54643,9 +54662,9 @@ paths: application/json: schema: type: array - items: *368 + items: *383 examples: - default: *371 + default: *386 headers: Link: *6 x-github: @@ -54673,9 +54692,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#create-a-commit-comment parameters: - - *272 - - *273 - - *370 + - *287 + - *288 + - *385 requestBody: required: true content: @@ -54710,9 +54729,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *383 examples: - default: *372 + default: *387 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54740,9 +54759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *272 - - *273 - - *370 + - *287 + - *288 + - *385 - *4 - *5 responses: @@ -54752,7 +54771,7 @@ paths: application/json: schema: type: array - items: &463 + items: &478 title: Pull Request Simple description: Pull Request Simple type: object @@ -54872,7 +54891,7 @@ paths: milestone: anyOf: - type: 'null' - - *373 + - *388 active_lock_reason: type: - string @@ -54927,7 +54946,7 @@ paths: type: - array - 'null' - items: *274 + items: *289 head: type: object properties: @@ -54971,7 +54990,7 @@ paths: _links: type: object properties: - comments: &374 + comments: &389 title: Link description: Hypermedia Link type: object @@ -54980,13 +54999,13 @@ paths: type: string required: - href - commits: *374 - statuses: *374 - html: *374 - issue: *374 - review_comments: *374 - review_comment: *374 - self: *374 + commits: *389 + statuses: *389 + html: *389 + issue: *389 + review_comments: *389 + review_comment: *389 + self: *389 required: - comments - commits @@ -54997,7 +55016,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: &465 + auto_merge: &480 title: Auto merge description: The status of auto merging a pull request. type: @@ -55062,7 +55081,7 @@ paths: - author_association - auto_merge examples: - default: &464 + default: &479 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -55599,11 +55618,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/commits#get-a-commit parameters: - - *272 - - *273 + - *287 + - *288 - *5 - *4 - - &375 + - &390 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)" @@ -55618,9 +55637,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *384 examples: - default: &449 + default: &464 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55730,11 +55749,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *272 - - *273 - - *375 - - *376 - - *377 + - *287 + - *288 + - *390 + - *391 + - *392 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -55768,9 +55787,9 @@ paths: type: integer check_runs: type: array - items: *342 + items: *357 examples: - default: *378 + default: *393 headers: Link: *6 x-github: @@ -55795,9 +55814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *272 - - *273 - - *375 + - *287 + - *288 + - *390 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -55805,7 +55824,7 @@ paths: schema: type: integer example: 1 - - *376 + - *391 - *4 - *5 responses: @@ -55823,7 +55842,7 @@ paths: type: integer check_suites: type: array - items: *346 + items: *361 examples: default: value: @@ -56023,9 +56042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *272 - - *273 - - *375 + - *287 + - *288 + - *390 - *4 - *5 responses: @@ -56227,9 +56246,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *272 - - *273 - - *375 + - *287 + - *288 + - *390 - *4 - *5 responses: @@ -56239,7 +56258,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Status description: The status of a commit. type: object @@ -56320,7 +56339,7 @@ paths: site_admin: false headers: Link: *6 - '301': *284 + '301': *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56388,8 +56407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/commits#compare-two-commits parameters: - - *272 - - *273 + - *287 + - *288 - *5 - *4 - name: basehead @@ -56437,8 +56456,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *369 - merge_base_commit: *369 + base_commit: *384 + merge_base_commit: *384 status: type: string enum: @@ -56462,10 +56481,10 @@ paths: - 6 commits: type: array - items: *369 + items: *384 files: type: array - items: *379 + items: *394 required: - url - html_url @@ -56744,8 +56763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#get-repository-content parameters: - - *272 - - *273 + - *287 + - *288 - name: path description: path parameter in: path @@ -56898,7 +56917,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &380 + response-if-content-is-a-file: &395 summary: Response if content is a file value: type: file @@ -57035,7 +57054,7 @@ paths: - size - type - url - - &478 + - &493 title: Content File description: Content File type: object @@ -57253,7 +57272,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *380 + response-if-content-is-a-file: *395 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -57322,7 +57341,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *24 '403': *41 - '302': &482 + '302': &497 description: Found '304': *40 x-github: @@ -57346,8 +57365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#create-or-update-file-contents parameters: - - *272 - - *273 + - *287 + - *288 - name: path description: path parameter in: path @@ -57442,7 +57461,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &396 title: File Commit description: File Commit type: object @@ -57591,7 +57610,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *396 examples: example-for-creating-a-file: value: @@ -57642,7 +57661,7 @@ paths: schema: oneOf: - *22 - - &410 + - &425 description: Repository rule violation was detected type: object properties: @@ -57695,8 +57714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#delete-a-file parameters: - - *272 - - *273 + - *287 + - *288 - name: path description: path parameter in: path @@ -57757,7 +57776,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *396 examples: default: value: @@ -57808,8 +57827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-contributors parameters: - - *272 - - *273 + - *287 + - *288 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -57933,8 +57952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *181 - *182 - *183 @@ -57956,7 +57975,7 @@ paths: application/json: schema: type: array - items: &384 + items: &399 type: object description: A Dependabot alert. properties: @@ -57991,7 +58010,7 @@ paths: - development - runtime - - security_advisory: *382 + security_advisory: *397 security_vulnerability: *94 url: *95 html_url: *96 @@ -58022,7 +58041,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: *383 + auto_dismissed_at: *398 required: - number - state @@ -58249,9 +58268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *272 - - *273 - - &385 + - *287 + - *288 + - &400 name: alert_number in: path description: |- @@ -58266,7 +58285,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *399 examples: default: value: @@ -58370,9 +58389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *272 - - *273 - - *385 + - *287 + - *288 + - *400 requestBody: required: true content: @@ -58417,7 +58436,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *399 examples: default: value: @@ -58546,8 +58565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/secrets#list-repository-secrets parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -58565,7 +58584,7 @@ paths: type: integer secrets: type: array - items: &388 + items: &403 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -58619,16 +58638,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *386 + schema: *401 examples: - default: *387 + default: *402 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58648,15 +58667,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/secrets#get-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 responses: '200': description: Response content: application/json: - schema: *388 + schema: *403 examples: default: value: @@ -58682,8 +58701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 requestBody: required: true @@ -58736,8 +58755,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 responses: '204': @@ -58760,8 +58779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *272 - - *273 + - *287 + - *288 - 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 @@ -58935,8 +58954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -59182,8 +59201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -59266,7 +59285,7 @@ paths: - version - url additionalProperties: false - metadata: &389 + metadata: &404 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -59305,7 +59324,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *389 + metadata: *404 resolved: type: object description: A collection of resolved package dependencies. @@ -59319,7 +59338,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *389 + metadata: *404 relationship: type: string description: A notation of whether a dependency is requested @@ -59452,8 +59471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/deployments#list-deployments parameters: - - *272 - - *273 + - *287 + - *288 - name: sha description: The SHA recorded at creation time. in: query @@ -59494,9 +59513,9 @@ paths: application/json: schema: type: array - items: *390 + items: *405 examples: - default: *391 + default: *406 headers: Link: *6 x-github: @@ -59562,8 +59581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/deployments#create-a-deployment parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -59645,7 +59664,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *405 examples: simple-example: summary: Simple example @@ -59718,9 +59737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/deployments#get-a-deployment parameters: - - *272 - - *273 - - &392 + - *287 + - *288 + - &407 name: deployment_id description: deployment_id parameter in: path @@ -59732,7 +59751,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *405 examples: default: value: @@ -59797,9 +59816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/deployments#delete-a-deployment parameters: - - *272 - - *273 - - *392 + - *287 + - *288 + - *407 responses: '204': description: Response @@ -59821,9 +59840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/statuses#list-deployment-statuses parameters: - - *272 - - *273 - - *392 + - *287 + - *288 + - *407 - *4 - *5 responses: @@ -59833,7 +59852,7 @@ paths: application/json: schema: type: array - items: &393 + items: &408 title: Deployment Status description: The status of a deployment. type: object @@ -59997,9 +60016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/statuses#create-a-deployment-status parameters: - - *272 - - *273 - - *392 + - *287 + - *288 + - *407 requestBody: required: true content: @@ -60074,9 +60093,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *408 examples: - default: &394 + default: &409 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -60132,9 +60151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/statuses#get-a-deployment-status parameters: - - *272 - - *273 - - *392 + - *287 + - *288 + - *407 - name: status_id in: path required: true @@ -60145,9 +60164,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *408 examples: - default: *394 + default: *409 '404': *24 x-github: githubCloudOnly: false @@ -60172,8 +60191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -60230,8 +60249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/environments#list-environments parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -60249,7 +60268,7 @@ paths: - 5 environments: type: array - items: &396 + items: &411 title: Environment description: Details of a deployment environment type: object @@ -60311,7 +60330,7 @@ paths: type: string examples: - wait_timer - wait_timer: &398 + wait_timer: &413 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -60353,11 +60372,11 @@ paths: items: type: object properties: - type: *395 + type: *410 reviewer: anyOf: - *17 - - *274 + - *289 required: - id - node_id @@ -60380,7 +60399,7 @@ paths: - id - node_id - type - deployment_branch_policy: &399 + deployment_branch_policy: &414 type: - object - 'null' @@ -60496,9 +60515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/environments#get-an-environment parameters: - - *272 - - *273 - - &397 + - *287 + - *288 + - &412 name: environment_name in: path required: true @@ -60511,9 +60530,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *411 examples: - default: &400 + default: &415 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -60596,9 +60615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/environments#create-or-update-an-environment parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 requestBody: required: false content: @@ -60608,7 +60627,7 @@ paths: - object - 'null' properties: - wait_timer: *398 + wait_timer: *413 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -60627,14 +60646,14 @@ paths: items: type: object properties: - type: *395 + type: *410 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *399 + deployment_branch_policy: *414 additionalProperties: false examples: default: @@ -60654,9 +60673,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *411 examples: - default: *400 + default: *415 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -60680,9 +60699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/environments#delete-an-environment parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 responses: '204': description: Default response @@ -60707,9 +60726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *4 - *5 responses: @@ -60728,7 +60747,7 @@ paths: - 2 branch_policies: type: array - items: &401 + items: &416 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -60789,9 +60808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 requestBody: required: true content: @@ -60839,9 +60858,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *416 examples: - example-wildcard: &402 + example-wildcard: &417 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -60883,10 +60902,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *272 - - *273 - - *397 - - &403 + - *287 + - *288 + - *412 + - &418 name: branch_policy_id in: path required: true @@ -60898,9 +60917,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *416 examples: - default: *402 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60919,10 +60938,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *272 - - *273 - - *397 - - *403 + - *287 + - *288 + - *412 + - *418 requestBody: required: true content: @@ -60951,9 +60970,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *416 examples: - default: *402 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60972,10 +60991,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *272 - - *273 - - *397 - - *403 + - *287 + - *288 + - *412 + - *418 responses: '204': description: Response @@ -61000,9 +61019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *397 - - *273 - - *272 + - *412 + - *288 + - *287 responses: '200': description: List of deployment protection rules @@ -61019,7 +61038,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &404 + items: &419 title: Deployment protection rule description: Deployment protection rule type: object @@ -61041,7 +61060,7 @@ paths: for the environment. examples: - true - app: &405 + app: &420 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -61144,9 +61163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *397 - - *273 - - *272 + - *412 + - *288 + - *287 requestBody: content: application/json: @@ -61167,9 +61186,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *404 + schema: *419 examples: - default: &406 + default: &421 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -61204,9 +61223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *397 - - *273 - - *272 + - *412 + - *288 + - *287 - *5 - *4 responses: @@ -61226,7 +61245,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *405 + items: *420 examples: default: value: @@ -61261,10 +61280,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *272 - - *273 - - *397 - - &407 + - *287 + - *288 + - *412 + - &422 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -61276,9 +61295,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *419 examples: - default: *406 + default: *421 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61299,10 +61318,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *397 - - *273 - - *272 - - *407 + - *412 + - *288 + - *287 + - *422 responses: '204': description: Response @@ -61328,9 +61347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#list-environment-secrets parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *4 - *5 responses: @@ -61348,9 +61367,9 @@ paths: type: integer secrets: type: array - items: *309 + items: *324 examples: - default: *310 + default: *325 headers: Link: *6 x-github: @@ -61375,17 +61394,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#get-an-environment-public-key parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 responses: '200': description: Response content: application/json: - schema: *311 + schema: *326 examples: - default: *312 + default: *327 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61407,18 +61426,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#get-an-environment-secret parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *158 responses: '200': description: Response content: application/json: - schema: *309 + schema: *324 examples: - default: *408 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61440,9 +61459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *158 requestBody: required: true @@ -61500,9 +61519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#delete-an-environment-secret parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *158 responses: '204': @@ -61528,10 +61547,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#list-environment-variables parameters: - - *272 - - *273 - - *397 - - *296 + - *287 + - *288 + - *412 + - *311 - *5 responses: '200': @@ -61548,9 +61567,9 @@ paths: type: integer variables: type: array - items: *313 + items: *328 examples: - default: *314 + default: *329 headers: Link: *6 x-github: @@ -61573,9 +61592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#create-an-environment-variable parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 requestBody: required: true content: @@ -61627,18 +61646,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#get-an-environment-variable parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *161 responses: '200': description: Response content: application/json: - schema: *313 + schema: *328 examples: - default: *409 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61659,10 +61678,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#update-an-environment-variable parameters: - - *272 - - *273 + - *287 + - *288 - *161 - - *397 + - *412 requestBody: required: true content: @@ -61704,10 +61723,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#delete-an-environment-variable parameters: - - *272 - - *273 + - *287 + - *288 - *161 - - *397 + - *412 responses: '204': description: Response @@ -61729,8 +61748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/events#list-repository-events parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -61807,8 +61826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/forks#list-forks parameters: - - *272 - - *273 + - *287 + - *288 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -61967,8 +61986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/forks#create-a-fork parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -62001,9 +62020,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *298 examples: - default: *285 + default: *300 '400': *32 '422': *33 '403': *41 @@ -62024,8 +62043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/blobs#create-a-blob parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -62085,7 +62104,7 @@ paths: schema: oneOf: - *133 - - *410 + - *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62110,8 +62129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/blobs#get-a-blob parameters: - - *272 - - *273 + - *287 + - *288 - name: file_sha in: path required: true @@ -62211,8 +62230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/commits#create-a-commit parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -62321,7 +62340,7 @@ paths: description: Response content: application/json: - schema: &411 + schema: &426 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -62540,15 +62559,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/commits#get-a-commit-object parameters: - - *272 - - *273 - - *370 + - *287 + - *288 + - *385 responses: '200': description: Response content: application/json: - schema: *411 + schema: *426 examples: default: value: @@ -62601,9 +62620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/refs#list-matching-references parameters: - - *272 - - *273 - - &412 + - *287 + - *288 + - &427 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. @@ -62620,7 +62639,7 @@ paths: application/json: schema: type: array - items: &413 + items: &428 title: Git Reference description: Git references within a repository type: object @@ -62696,17 +62715,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/refs#get-a-reference parameters: - - *272 - - *273 - - *412 + - *287 + - *288 + - *427 responses: '200': description: Response content: application/json: - schema: *413 + schema: *428 examples: - default: &414 + default: &429 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -62735,8 +62754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/refs#create-a-reference parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -62765,9 +62784,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *428 examples: - default: *414 + default: *429 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -62793,9 +62812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/refs#update-a-reference parameters: - - *272 - - *273 - - *412 + - *287 + - *288 + - *427 requestBody: required: true content: @@ -62824,9 +62843,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *428 examples: - default: *414 + default: *429 '422': *33 '409': *135 x-github: @@ -62844,9 +62863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/refs#delete-a-reference parameters: - - *272 - - *273 - - *412 + - *287 + - *288 + - *427 responses: '204': description: Response @@ -62901,8 +62920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/tags#create-a-tag-object parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -62969,7 +62988,7 @@ paths: description: Response content: application/json: - schema: &416 + schema: &431 title: Git Tag description: Metadata for a Git tag type: object @@ -63025,7 +63044,7 @@ paths: - sha - type - url - verification: *415 + verification: *430 required: - sha - url @@ -63035,7 +63054,7 @@ paths: - tag - message examples: - default: &417 + default: &432 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -63105,8 +63124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/tags#get-a-tag parameters: - - *272 - - *273 + - *287 + - *288 - name: tag_sha in: path required: true @@ -63117,9 +63136,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *431 examples: - default: *417 + default: *432 '404': *24 '409': *135 x-github: @@ -63143,8 +63162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/trees#create-a-tree parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -63218,7 +63237,7 @@ paths: description: Response content: application/json: - schema: &418 + schema: &433 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -63320,8 +63339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/trees#get-a-tree parameters: - - *272 - - *273 + - *287 + - *288 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -63344,7 +63363,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *433 examples: default-response: summary: Default response @@ -63403,8 +63422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#list-repository-webhooks parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -63414,7 +63433,7 @@ paths: application/json: schema: type: array - items: &419 + items: &434 title: Webhook description: Webhooks for repositories. type: object @@ -63477,7 +63496,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &625 + last_response: &626 title: Hook Response type: object properties: @@ -63554,8 +63573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#create-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -63608,9 +63627,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *434 examples: - default: &420 + default: &435 value: type: Repository id: 12345678 @@ -63658,17 +63677,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#get-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 responses: '200': description: Response content: application/json: - schema: *419 + schema: *434 examples: - default: *420 + default: *435 '404': *24 x-github: githubCloudOnly: false @@ -63688,8 +63707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#update-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 requestBody: required: true @@ -63735,9 +63754,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *434 examples: - default: *420 + default: *435 '422': *33 '404': *24 x-github: @@ -63758,8 +63777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 responses: '204': @@ -63784,8 +63803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *3 responses: '200': @@ -63813,8 +63832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *3 requestBody: required: false @@ -63859,8 +63878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 - *4 - *195 @@ -63892,8 +63911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 - *34 responses: @@ -63922,8 +63941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 - *34 responses: @@ -63947,8 +63966,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 responses: '204': @@ -63974,8 +63993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 responses: '204': @@ -64000,8 +64019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -64009,8 +64028,8 @@ paths: application/json: schema: *37 examples: - default: *421 - '301': *284 + default: *436 + '301': *299 '404': *24 x-github: githubCloudOnly: false @@ -64029,8 +64048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/invitations#list-repository-invitations parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -64040,7 +64059,7 @@ paths: application/json: schema: type: array - items: &422 + items: &437 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -64102,7 +64121,7 @@ paths: - html_url - created_at examples: - default: &578 + default: &579 value: - id: 1 repository: @@ -64233,9 +64252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *272 - - *273 - - &423 + - *287 + - *288 + - &438 name: invitation_id description: The unique identifier of the invitation. in: path @@ -64270,7 +64289,7 @@ paths: description: Response content: application/json: - schema: *422 + schema: *437 examples: default: value: @@ -64401,9 +64420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *272 - - *273 - - *423 + - *287 + - *288 + - *438 responses: '204': description: Response @@ -64434,8 +64453,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#list-repository-issues parameters: - - *272 - - *273 + - *287 + - *288 - 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 @@ -64656,7 +64675,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *284 + '301': *299 '422': *33 '404': *24 x-github: @@ -64685,8 +64704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#create-an-issue parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -64778,7 +64797,7 @@ paths: application/json: schema: *117 examples: - default: &427 + default: &442 value: id: 1 node_id: MDU6SXNzdWUx @@ -64962,9 +64981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *272 - - *273 - - &471 + - *287 + - *288 + - &486 name: sort description: The property to sort the results by. in: query @@ -64994,9 +65013,9 @@ paths: application/json: schema: type: array - items: *424 + items: *439 examples: - default: &429 + default: &444 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -65054,17 +65073,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#get-an-issue-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '200': description: Response content: application/json: - schema: *424 + schema: *439 examples: - default: &425 + default: &440 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -65118,8 +65137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#update-an-issue-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -65142,9 +65161,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *439 examples: - default: *425 + default: *440 '422': *33 x-github: githubCloudOnly: false @@ -65162,8 +65181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#delete-an-issue-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '204': @@ -65184,8 +65203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). @@ -65212,9 +65231,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 '404': *24 @@ -65235,8 +65254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -65269,16 +65288,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Reaction created content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -65300,10 +65319,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *272 - - *273 + - *287 + - *288 - *116 - - *264 + - *279 responses: '204': description: Response @@ -65323,8 +65342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/events#list-issue-events-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -65334,7 +65353,7 @@ paths: application/json: schema: type: array - items: &426 + items: &441 title: Issue Event description: Issue Event type: object @@ -65414,7 +65433,7 @@ paths: anyOf: - type: 'null' - *17 - requested_team: *274 + requested_team: *289 dismissed_review: title: Issue Event Dismissed Review type: object @@ -65673,8 +65692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/events#get-an-issue-event parameters: - - *272 - - *273 + - *287 + - *288 - name: event_id in: path required: true @@ -65685,7 +65704,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *441 examples: default: value: @@ -65912,9 +65931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue parameters: - - *272 - - *273 - - &428 + - *287 + - *288 + - &443 name: issue_number description: The number that identifies the issue. in: path @@ -65928,8 +65947,8 @@ paths: application/json: schema: *117 examples: - default: *427 - '301': *284 + default: *442 + '301': *299 '404': *24 '410': *226 '304': *40 @@ -65956,9 +65975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#update-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: false content: @@ -66079,11 +66098,11 @@ paths: application/json: schema: *117 examples: - default: *427 + default: *442 '422': *33 '503': *102 '403': *41 - '301': *284 + '301': *299 '404': *24 '410': *226 x-github: @@ -66103,9 +66122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: false content: @@ -66133,7 +66152,7 @@ paths: application/json: schema: *117 examples: - default: *427 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66149,9 +66168,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: content: application/json: @@ -66178,7 +66197,7 @@ paths: application/json: schema: *117 examples: - default: *427 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66200,9 +66219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - name: assignee in: path required: true @@ -66242,9 +66261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#list-issue-comments parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - *107 - *4 - *5 @@ -66255,9 +66274,9 @@ paths: application/json: schema: type: array - items: *424 + items: *439 examples: - default: *429 + default: *444 headers: Link: *6 '404': *24 @@ -66290,9 +66309,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#create-an-issue-comment parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: true content: @@ -66314,9 +66333,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *439 examples: - default: *425 + default: *440 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -66343,9 +66362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/events#list-issue-events parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - *4 - *5 responses: @@ -66359,7 +66378,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &432 + - &447 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -66408,7 +66427,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &433 + - &448 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -66536,7 +66555,7 @@ paths: - performed_via_github_app - assignee - assigner - - &434 + - &449 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -66582,7 +66601,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &435 + - &450 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -66628,7 +66647,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &436 + - &451 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -66677,7 +66696,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &437 + - &452 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -66706,7 +66725,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *274 + requested_team: *289 requested_reviewer: *17 required: - review_requester @@ -66719,7 +66738,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &438 + - &453 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -66748,7 +66767,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *274 + requested_team: *289 requested_reviewer: *17 required: - review_requester @@ -66761,7 +66780,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &439 + - &454 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -66817,7 +66836,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &440 + - &455 title: Locked Issue Event description: Locked Issue Event type: object @@ -66862,7 +66881,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &441 + - &456 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -66923,7 +66942,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &442 + - &457 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -66984,7 +67003,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &443 + - &458 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -67045,7 +67064,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &444 + - &459 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -67155,9 +67174,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#list-labels-for-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - *4 - *5 responses: @@ -67167,7 +67186,7 @@ paths: application/json: schema: type: array - items: &430 + items: &445 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -67222,7 +67241,7 @@ paths: - color - default examples: - default: &431 + default: &446 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -67240,7 +67259,7 @@ paths: default: false headers: Link: *6 - '301': *284 + '301': *299 '404': *24 '410': *226 x-github: @@ -67259,9 +67278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#add-labels-to-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: false content: @@ -67320,10 +67339,10 @@ paths: application/json: schema: type: array - items: *430 + items: *445 examples: - default: *431 - '301': *284 + default: *446 + '301': *299 '404': *24 '410': *226 '422': *33 @@ -67342,9 +67361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#set-labels-for-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: false content: @@ -67404,10 +67423,10 @@ paths: application/json: schema: type: array - items: *430 + items: *445 examples: - default: *431 - '301': *284 + default: *446 + '301': *299 '404': *24 '410': *226 '422': *33 @@ -67426,13 +67445,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 responses: '204': description: Response - '301': *284 + '301': *299 '404': *24 '410': *226 x-github: @@ -67453,9 +67472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - name: name in: path required: true @@ -67468,7 +67487,7 @@ paths: application/json: schema: type: array - items: *430 + items: *445 examples: default: value: @@ -67479,7 +67498,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *284 + '301': *299 '404': *24 '410': *226 x-github: @@ -67501,9 +67520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#lock-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: false content: @@ -67550,9 +67569,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#unlock-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 responses: '204': description: Response @@ -67574,9 +67593,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -67602,9 +67621,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 '404': *24 @@ -67626,9 +67645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: true content: @@ -67660,16 +67679,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -67691,10 +67710,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *272 - - *273 - - *428 - - *264 + - *287 + - *288 + - *443 + - *279 responses: '204': description: Response @@ -67714,9 +67733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - *4 - *5 responses: @@ -67731,19 +67750,19 @@ paths: description: Timeline Event type: object anyOf: - - *432 - - *433 - - *434 - - *435 - - *436 - - *437 - - *438 - - *439 - - *440 - - *441 - - *442 - - *443 - - *444 + - *447 + - *448 + - *449 + - *450 + - *451 + - *452 + - *453 + - *454 + - *455 + - *456 + - *457 + - *458 + - *459 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -68062,7 +68081,7 @@ paths: type: string comments: type: array - items: &466 + items: &481 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -68300,7 +68319,7 @@ paths: type: string comments: type: array - items: *368 + items: *383 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -68592,8 +68611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -68603,7 +68622,7 @@ paths: application/json: schema: type: array - items: &445 + items: &460 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -68668,8 +68687,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -68705,9 +68724,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *460 examples: - default: &446 + default: &461 value: id: 1 key: ssh-rsa AAA... @@ -68740,9 +68759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *272 - - *273 - - &447 + - *287 + - *288 + - &462 name: key_id description: The unique identifier of the key. in: path @@ -68754,9 +68773,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *460 examples: - default: *446 + default: *461 '404': *24 x-github: githubCloudOnly: false @@ -68774,9 +68793,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *272 - - *273 - - *447 + - *287 + - *288 + - *462 responses: '204': description: Response @@ -68796,8 +68815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#list-labels-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -68807,9 +68826,9 @@ paths: application/json: schema: type: array - items: *430 + items: *445 examples: - default: *431 + default: *446 headers: Link: *6 '404': *24 @@ -68830,8 +68849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#create-a-label parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -68867,9 +68886,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *445 examples: - default: &448 + default: &463 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -68901,8 +68920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#get-a-label parameters: - - *272 - - *273 + - *287 + - *288 - name: name in: path required: true @@ -68913,9 +68932,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *445 examples: - default: *448 + default: *463 '404': *24 x-github: githubCloudOnly: false @@ -68932,8 +68951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#update-a-label parameters: - - *272 - - *273 + - *287 + - *288 - name: name in: path required: true @@ -68972,7 +68991,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *445 examples: default: value: @@ -68998,8 +69017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#delete-a-label parameters: - - *272 - - *273 + - *287 + - *288 - name: name in: path required: true @@ -69025,8 +69044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-languages parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -69062,8 +69081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '202': *136 '403': @@ -69091,8 +69110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -69118,9 +69137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *272 - - *273 - - *360 + - *287 + - *288 + - *375 responses: '200': description: Response @@ -69267,8 +69286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -69333,8 +69352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branches#merge-a-branch parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -69368,9 +69387,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *369 + schema: *384 examples: - default: *449 + default: *464 '204': description: Response when already merged '404': @@ -69395,8 +69414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/milestones#list-milestones parameters: - - *272 - - *273 + - *287 + - *288 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -69437,7 +69456,7 @@ paths: application/json: schema: type: array - items: *373 + items: *388 examples: default: value: @@ -69493,8 +69512,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/milestones#create-a-milestone parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -69534,9 +69553,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *388 examples: - default: &450 + default: &465 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -69595,9 +69614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/milestones#get-a-milestone parameters: - - *272 - - *273 - - &451 + - *287 + - *288 + - &466 name: milestone_number description: The number that identifies the milestone. in: path @@ -69609,9 +69628,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *388 examples: - default: *450 + default: *465 '404': *24 x-github: githubCloudOnly: false @@ -69628,9 +69647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/milestones#update-a-milestone parameters: - - *272 - - *273 - - *451 + - *287 + - *288 + - *466 requestBody: required: false content: @@ -69668,9 +69687,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *388 examples: - default: *450 + default: *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69686,9 +69705,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/milestones#delete-a-milestone parameters: - - *272 - - *273 - - *451 + - *287 + - *288 + - *466 responses: '204': description: Response @@ -69709,9 +69728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *272 - - *273 - - *451 + - *287 + - *288 + - *466 - *4 - *5 responses: @@ -69721,9 +69740,9 @@ paths: application/json: schema: type: array - items: *430 + items: *445 examples: - default: *431 + default: *446 headers: Link: *6 x-github: @@ -69742,12 +69761,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *272 - - *273 - - *452 - - *453 + - *287 + - *288 + - *467 + - *468 - *107 - - *454 + - *469 - *4 - *5 responses: @@ -69759,7 +69778,7 @@ paths: type: array items: *126 examples: - default: *455 + default: *470 headers: Link: *6 x-github: @@ -69783,8 +69802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -69842,14 +69861,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#get-a-apiname-pages-site parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: &456 + schema: &471 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -69993,7 +70012,7 @@ paths: - custom_404 - public examples: - default: &457 + default: &472 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -70034,8 +70053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#create-a-apiname-pages-site parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -70090,9 +70109,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *471 examples: - default: *457 + default: *472 '422': *33 '409': *135 x-github: @@ -70115,8 +70134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -70216,8 +70235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -70243,8 +70262,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#list-apiname-pages-builds parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -70254,7 +70273,7 @@ paths: application/json: schema: type: array - items: &458 + items: &473 title: Page Build description: Page Build type: object @@ -70346,8 +70365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#request-a-apiname-pages-build parameters: - - *272 - - *273 + - *287 + - *288 responses: '201': description: Response @@ -70394,16 +70413,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#get-latest-pages-build parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *458 + schema: *473 examples: - default: &459 + default: &474 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -70451,8 +70470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#get-apiname-pages-build parameters: - - *272 - - *273 + - *287 + - *288 - name: build_id in: path required: true @@ -70463,9 +70482,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *473 examples: - default: *459 + default: *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70485,8 +70504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#create-a-github-pages-deployment parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -70589,9 +70608,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *272 - - *273 - - &460 + - *287 + - *288 + - &475 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -70649,9 +70668,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *272 - - *273 - - *460 + - *287 + - *288 + - *475 responses: '204': *222 '404': *24 @@ -70674,8 +70693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 - *9 @@ -70696,7 +70715,7 @@ paths: application/json: schema: type: array - items: &461 + items: &476 type: object properties: id: @@ -70730,17 +70749,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *16 responses: '200': description: Response content: application/json: - schema: *461 + schema: *476 examples: - default: &462 + default: &477 value: id: 42 name: Check Commits @@ -70762,15 +70781,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *16 responses: '200': description: Response content: application/json: - schema: *461 + schema: *476 examples: default: value: @@ -70814,8 +70833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *16 responses: '200': @@ -70823,9 +70842,9 @@ paths: global level. content: application/json: - schema: *461 + schema: *476 examples: - default: *462 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70845,8 +70864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/projects#list-repository-projects parameters: - - *272 - - *273 + - *287 + - *288 - name: state description: Indicates the state of the projects to return. in: query @@ -70927,8 +70946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/projects#create-a-repository-project parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -70956,7 +70975,7 @@ paths: application/json: schema: *225 examples: - default: *281 + default: *296 '401': *39 '403': *41 '404': *24 @@ -70980,8 +70999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -71020,8 +71039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -71083,8 +71102,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#list-pull-requests parameters: - - *272 - - *273 + - *287 + - *288 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -71144,9 +71163,9 @@ paths: application/json: schema: type: array - items: *463 + items: *478 examples: - default: *464 + default: *479 headers: Link: *6 '304': *40 @@ -71178,8 +71197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#create-a-pull-request parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -71246,7 +71265,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &483 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -71375,7 +71394,7 @@ paths: milestone: anyOf: - type: 'null' - - *373 + - *388 active_lock_reason: type: - string @@ -71430,7 +71449,7 @@ paths: type: - array - 'null' - items: *251 + items: *266 head: type: object properties: @@ -71468,14 +71487,14 @@ paths: _links: type: object properties: - comments: *374 - commits: *374 - statuses: *374 - html: *374 - issue: *374 - review_comments: *374 - review_comment: *374 - self: *374 + comments: *389 + commits: *389 + statuses: *389 + html: *389 + issue: *389 + review_comments: *389 + review_comment: *389 + self: *389 required: - comments - commits @@ -71486,7 +71505,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: *465 + auto_merge: *480 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -71588,7 +71607,7 @@ paths: - merged_by - review_comments examples: - default: &469 + default: &484 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72115,8 +72134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - name: sort in: query required: false @@ -72145,9 +72164,9 @@ paths: application/json: schema: type: array - items: *466 + items: *481 examples: - default: &472 + default: &487 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -72224,17 +72243,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '200': description: Response content: application/json: - schema: *466 + schema: *481 examples: - default: &467 + default: &482 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -72309,8 +72328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -72333,9 +72352,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *481 examples: - default: *467 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72351,8 +72370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '204': @@ -72374,8 +72393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). @@ -72402,9 +72421,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 '404': *24 @@ -72425,8 +72444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -72459,16 +72478,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Reaction created content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -72490,10 +72509,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *272 - - *273 + - *287 + - *288 - *116 - - *264 + - *279 responses: '204': description: Response @@ -72536,9 +72555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#get-a-pull-request parameters: - - *272 - - *273 - - &470 + - *287 + - *288 + - &485 name: pull_number description: The number that identifies the pull request. in: path @@ -72551,9 +72570,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *468 + schema: *483 examples: - default: *469 + default: *484 '304': *40 '404': *24 '406': @@ -72588,9 +72607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#update-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: false content: @@ -72632,9 +72651,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *483 examples: - default: *469 + default: *484 '422': *33 '403': *41 x-github: @@ -72662,10 +72681,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *272 - - *273 - - *470 - - *471 + - *287 + - *288 + - *485 + - *486 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -72685,9 +72704,9 @@ paths: application/json: schema: type: array - items: *466 + items: *481 examples: - default: *472 + default: *487 headers: Link: *6 x-github: @@ -72720,9 +72739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: true content: @@ -72828,7 +72847,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *481 examples: example-for-a-multi-line-comment: value: @@ -72916,9 +72935,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 - *116 requestBody: required: true @@ -72941,7 +72960,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *481 examples: default: value: @@ -73027,9 +73046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 - *4 - *5 responses: @@ -73039,9 +73058,9 @@ paths: application/json: schema: type: array - items: *369 + items: *384 examples: - default: *473 + default: *488 headers: Link: *6 x-github: @@ -73071,9 +73090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#list-pull-requests-files parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 - *4 - *5 responses: @@ -73083,7 +73102,7 @@ paths: application/json: schema: type: array - items: *379 + items: *394 examples: default: value: @@ -73121,9 +73140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 responses: '204': description: Response if pull request has been merged @@ -73146,9 +73165,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#merge-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: false content: @@ -73260,9 +73279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 responses: '200': description: Response @@ -73278,7 +73297,7 @@ paths: items: *17 teams: type: array - items: *274 + items: *289 required: - users - teams @@ -73337,9 +73356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: false content: @@ -73376,7 +73395,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *478 examples: default: value: @@ -73912,9 +73931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: true content: @@ -73948,7 +73967,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *478 examples: default: value: @@ -74453,9 +74472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 - *4 - *5 responses: @@ -74465,7 +74484,7 @@ paths: application/json: schema: type: array - items: &474 + items: &489 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -74621,9 +74640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: false content: @@ -74713,9 +74732,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *489 examples: - default: &476 + default: &491 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -74778,10 +74797,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 - - &475 + - *287 + - *288 + - *485 + - &490 name: review_id description: The unique identifier of the review. in: path @@ -74793,9 +74812,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *489 examples: - default: &477 + default: &492 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -74854,10 +74873,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 - - *475 + - *287 + - *288 + - *485 + - *490 requestBody: required: true content: @@ -74880,7 +74899,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *489 examples: default: value: @@ -74942,18 +74961,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 - - *475 + - *287 + - *288 + - *485 + - *490 responses: '200': description: Response content: application/json: - schema: *474 + schema: *489 examples: - default: *476 + default: *491 '422': *25 '404': *24 x-github: @@ -74980,10 +74999,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *272 - - *273 - - *470 - - *475 + - *287 + - *288 + - *485 + - *490 - *4 - *5 responses: @@ -75081,9 +75100,9 @@ paths: _links: type: object properties: - self: *374 - html: *374 - pull_request: *374 + self: *389 + html: *389 + pull_request: *389 required: - self - html @@ -75241,10 +75260,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 - - *475 + - *287 + - *288 + - *485 + - *490 requestBody: required: true content: @@ -75273,7 +75292,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *489 examples: default: value: @@ -75336,10 +75355,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 - - *475 + - *287 + - *288 + - *485 + - *490 requestBody: required: true content: @@ -75374,9 +75393,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *489 examples: - default: *477 + default: *492 '404': *24 '422': *25 '403': *41 @@ -75398,9 +75417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: false content: @@ -75464,8 +75483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#get-a-repository-readme parameters: - - *272 - - *273 + - *287 + - *288 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -75478,9 +75497,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *493 examples: - default: &479 + default: &494 value: type: file encoding: base64 @@ -75522,8 +75541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *272 - - *273 + - *287 + - *288 - name: dir description: The alternate path to look for a README file in: path @@ -75543,9 +75562,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *493 examples: - default: *479 + default: *494 '404': *24 '422': *33 x-github: @@ -75567,8 +75586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#list-releases parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -75578,7 +75597,7 @@ paths: application/json: schema: type: array - items: &480 + items: &495 title: Release description: A release. type: object @@ -75655,7 +75674,7 @@ paths: author: *17 assets: type: array - items: &481 + items: &496 title: Release Asset description: Data related to a release. type: object @@ -75838,8 +75857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#create-a-release parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -75909,9 +75928,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *495 examples: - default: &485 + default: &500 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -76011,9 +76030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/assets#get-a-release-asset parameters: - - *272 - - *273 - - &483 + - *287 + - *288 + - &498 name: asset_id description: The unique identifier of the asset. in: path @@ -76025,9 +76044,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *496 examples: - default: &484 + default: &499 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 @@ -76062,7 +76081,7 @@ paths: type: User site_admin: false '404': *24 - '302': *482 + '302': *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76078,9 +76097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/assets#update-a-release-asset parameters: - - *272 - - *273 - - *483 + - *287 + - *288 + - *498 requestBody: required: false content: @@ -76109,9 +76128,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *496 examples: - default: *484 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76127,9 +76146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/assets#delete-a-release-asset parameters: - - *272 - - *273 - - *483 + - *287 + - *288 + - *498 responses: '204': description: Response @@ -76153,8 +76172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -76240,16 +76259,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#get-the-latest-release parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *480 + schema: *495 examples: - default: *485 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76266,8 +76285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#get-a-release-by-tag-name parameters: - - *272 - - *273 + - *287 + - *288 - name: tag description: tag parameter in: path @@ -76280,9 +76299,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *495 examples: - default: *485 + default: *500 '404': *24 x-github: githubCloudOnly: false @@ -76304,9 +76323,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#get-a-release parameters: - - *272 - - *273 - - &486 + - *287 + - *288 + - &501 name: release_id description: The unique identifier of the release. in: path @@ -76320,9 +76339,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.13/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *480 + schema: *495 examples: - default: *485 + default: *500 '401': description: Unauthorized x-github: @@ -76340,9 +76359,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#update-a-release parameters: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 requestBody: required: false content: @@ -76399,9 +76418,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *495 examples: - default: *485 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76417,9 +76436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#delete-a-release parameters: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 responses: '204': description: Response @@ -76439,9 +76458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/assets#list-release-assets parameters: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 - *4 - *5 responses: @@ -76451,7 +76470,7 @@ paths: application/json: schema: type: array - items: *481 + items: *496 examples: default: value: @@ -76533,9 +76552,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: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 - name: name in: query required: true @@ -76561,7 +76580,7 @@ paths: description: Response for successful upload content: application/json: - schema: *481 + schema: *496 examples: response-for-successful-upload: value: @@ -76616,9 +76635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -76642,9 +76661,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 '404': *24 @@ -76665,9 +76684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 requestBody: required: true content: @@ -76697,16 +76716,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Reaction created content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -76728,10 +76747,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-a-release-reaction parameters: - - *272 - - *273 - - *486 - - *264 + - *287 + - *288 + - *501 + - *279 responses: '204': description: Response @@ -76751,8 +76770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-cache-replication-status parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -76827,9 +76846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/rules#get-rules-for-a-branch parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 - *4 - *5 responses: @@ -76845,8 +76864,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *487 - - &489 + - *238 + - &502 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76866,47 +76885,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *488 - - *489 + - *239 + - *502 - allOf: - - *490 - - *489 + - *240 + - *502 - allOf: - - *491 - - *489 + - *241 + - *502 - allOf: - - *492 - - *489 + - *242 + - *502 - allOf: - - *493 - - *489 + - *243 + - *502 - allOf: - - *494 - - *489 + - *244 + - *502 - allOf: - - *495 - - *489 + - *245 + - *502 - allOf: - - *496 - - *489 + - *246 + - *502 - allOf: - - *497 - - *489 + - *247 + - *502 - allOf: - - *498 - - *489 + - *248 + - *502 - allOf: - - *499 - - *489 + - *249 + - *502 - allOf: - - *500 - - *489 + - *250 + - *502 - allOf: - - *501 - - *489 + - *251 + - *502 - allOf: + - *252 - *502 - - *489 examples: default: value: @@ -76945,8 +76964,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 - name: includes_parents @@ -76965,7 +76984,7 @@ paths: application/json: schema: type: array - items: *239 + items: *253 examples: default: value: @@ -77012,8 +77031,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - - *273 + - *287 + - *288 requestBody: description: Request body required: true @@ -77042,7 +77061,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *238 + items: *504 required: - name - enforcement @@ -77073,9 +77092,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: &513 + default: &514 value: id: 42 name: super cool ruleset @@ -77122,12 +77141,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *272 - - *273 - - *504 + - *287 + - *288 - *505 - *506 - *507 + - *508 - *4 - *5 responses: @@ -77135,9 +77154,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *509 + default: *510 '404': *24 '500': *213 x-github: @@ -77158,17 +77177,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *272 - - *273 - - *510 + - *287 + - *288 + - *511 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '404': *24 '500': *213 x-github: @@ -77196,8 +77215,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - - *273 + - *287 + - *288 - name: ruleset_id description: The ID of the ruleset. in: path @@ -77217,9 +77236,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: *513 + default: *514 '404': *24 '500': *213 put: @@ -77237,8 +77256,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - - *273 + - *287 + - *288 - name: ruleset_id description: The ID of the ruleset. in: path @@ -77272,7 +77291,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *238 + items: *504 examples: default: value: @@ -77300,9 +77319,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: *513 + default: *514 '404': *24 '500': *213 delete: @@ -77320,8 +77339,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - - *273 + - *287 + - *288 - name: ruleset_id description: The ID of the ruleset. in: path @@ -77349,18 +77368,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *272 - - *273 - - *241 - - *242 - - *243 - - *244 + - *287 + - *288 + - *256 + - *257 + - *258 + - *259 - *9 - *5 - *4 - - *514 - *515 - - *245 + - *516 + - *260 responses: '200': description: Response @@ -77368,7 +77387,7 @@ paths: application/json: schema: type: array - items: &518 + items: &519 type: object properties: number: *91 @@ -77384,8 +77403,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *516 - resolution: *517 + state: *517 + resolution: *518 resolved_at: type: - string @@ -77561,15 +77580,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *272 - - *273 - - *358 + - *287 + - *288 + - *373 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -77609,9 +77628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *272 - - *273 - - *358 + - *287 + - *288 + - *373 requestBody: required: true content: @@ -77619,8 +77638,8 @@ paths: schema: type: object properties: - state: *516 - resolution: *517 + state: *517 + resolution: *518 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -77639,7 +77658,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -77706,9 +77725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *272 - - *273 - - *358 + - *287 + - *288 + - *373 - *5 - *4 responses: @@ -77719,7 +77738,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &643 + items: &644 type: object properties: type: @@ -78041,8 +78060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#list-stargazers parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -78135,8 +78154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -78145,7 +78164,7 @@ paths: application/json: schema: type: array - items: &519 + items: &520 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -78176,8 +78195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -78252,8 +78271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -78347,8 +78366,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -78502,8 +78521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -78513,7 +78532,7 @@ paths: application/json: schema: type: array - items: *519 + items: *520 examples: default: value: @@ -78546,8 +78565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/statuses#create-a-commit-status parameters: - - *272 - - *273 + - *287 + - *288 - name: sha in: path required: true @@ -78603,7 +78622,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -78657,8 +78676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/watching#list-watchers parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -78690,14 +78709,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/watching#get-a-repository-subscription parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &521 + schema: &522 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78770,8 +78789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/watching#set-a-repository-subscription parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -78797,7 +78816,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -78824,8 +78843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/watching#delete-a-repository-subscription parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -78845,8 +78864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-tags parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -78928,8 +78947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -78937,7 +78956,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Tag protection description: Tag protection type: object @@ -78994,8 +79013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -79018,7 +79037,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -79049,8 +79068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -79087,8 +79106,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *272 - - *273 + - *287 + - *288 - name: ref in: path required: true @@ -79124,8 +79143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-teams parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -79135,9 +79154,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - default: *252 + default: *267 headers: Link: *6 '404': *24 @@ -79157,8 +79176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#get-all-repository-topics parameters: - - *272 - - *273 + - *287 + - *288 - *5 - *4 responses: @@ -79166,7 +79185,7 @@ paths: description: Response content: application/json: - schema: &523 + schema: &524 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -79178,7 +79197,7 @@ paths: required: - names examples: - default: &524 + default: &525 value: names: - octocat @@ -79201,8 +79220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#replace-all-repository-topics parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -79233,9 +79252,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *524 + default: *525 '404': *24 '422': *25 x-github: @@ -79258,8 +79277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#transfer-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -79533,8 +79552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -79557,8 +79576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#enable-vulnerability-alerts parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -79580,8 +79599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#disable-vulnerability-alerts parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -79607,8 +79626,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *272 - - *273 + - *287 + - *288 - name: ref in: path required: true @@ -79700,9 +79719,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *298 examples: - default: *285 + default: *300 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -79877,7 +79896,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &532 + - &533 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -79887,7 +79906,7 @@ paths: type: string examples: - members - - &537 + - &538 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -79899,7 +79918,7 @@ paths: format: int32 examples: - 1 - - &538 + - &539 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -79943,7 +79962,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &526 + items: &527 allOf: - type: object required: @@ -80025,7 +80044,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &539 + meta: &540 type: object description: The metadata associated with the creation/updates to the user. @@ -80090,31 +80109,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &527 + '400': &528 description: Bad request content: application/json: - schema: *525 + schema: *526 application/scim+json: - schema: *525 - '401': &528 + schema: *526 + '401': &529 description: Authorization failure - '403': &529 + '403': &530 description: Permission denied - '429': &530 + '429': &531 description: Too many requests content: application/json: - schema: *525 + schema: *526 application/scim+json: - schema: *525 - '500': &531 + schema: *526 + '500': &532 description: Internal server error content: application/json: - schema: *525 + schema: *526 application/scim+json: - schema: *525 + schema: *526 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80141,7 +80160,7 @@ paths: required: true content: application/json: - schema: &535 + schema: &536 type: object required: - schemas @@ -80201,9 +80220,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *526 + schema: *527 examples: - group: &533 + group: &534 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -80222,13 +80241,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *527 - '401': *528 - '403': *529 - '409': &536 + '400': *528 + '401': *529 + '403': *530 + '409': &537 description: Duplicate record detected - '429': *530 - '500': *531 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80249,7 +80268,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &534 + - &535 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -80258,22 +80277,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *532 + - *533 - *63 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *526 + schema: *527 examples: - default: *533 - '400': *527 - '401': *528 - '403': *529 + default: *534 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '429': *530 - '500': *531 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80295,13 +80314,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *534 + - *535 - *63 requestBody: required: true content: application/json: - schema: *535 + schema: *536 examples: group: summary: Group @@ -80327,17 +80346,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *526 + schema: *527 examples: - group: *533 - groupWithMembers: *533 - '400': *527 - '401': *528 - '403': *529 + group: *534 + groupWithMembers: *534 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '409': *536 - '429': *530 - '500': *531 + '409': *537 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80361,13 +80380,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *534 + - *535 - *63 requestBody: required: true content: application/json: - schema: &546 + schema: &547 type: object required: - Operations @@ -80427,17 +80446,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *526 + schema: *527 examples: - updateGroup: *533 - addMembers: *533 - '400': *527 - '401': *528 - '403': *529 + updateGroup: *534 + addMembers: *534 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '409': *536 - '429': *530 - '500': *531 + '409': *537 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80457,17 +80476,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *534 + - *535 - *63 responses: '204': description: Group was deleted, no content - '400': *527 - '401': *528 - '403': *529 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '429': *530 - '500': *531 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80504,8 +80523,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *537 - *538 + - *539 - *63 responses: '200': @@ -80539,7 +80558,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &541 + items: &542 allOf: - type: object required: @@ -80631,7 +80650,7 @@ paths: address. examples: - true - roles: &540 + roles: &541 type: array description: The roles assigned to the user. items: @@ -80690,7 +80709,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *539 + meta: *540 startIndex: type: integer description: A starting index for the returned page @@ -80729,11 +80748,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *527 - '401': *528 - '403': *529 - '429': *530 - '500': *531 + '400': *528 + '401': *529 + '403': *530 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80762,7 +80781,7 @@ paths: required: true content: application/json: - schema: &544 + schema: &545 type: object required: - schemas @@ -80855,9 +80874,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *540 + roles: *541 examples: - user: &545 + user: &546 summary: User value: schemas: @@ -80904,9 +80923,9 @@ paths: description: User has been created content: application/scim+json: - schema: *541 + schema: *542 examples: - user: &542 + user: &543 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -80932,13 +80951,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *542 - '400': *527 - '401': *528 - '403': *529 - '409': *536 - '429': *530 - '500': *531 + enterpriseOwner: *543 + '400': *528 + '401': *529 + '403': *530 + '409': *537 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80959,7 +80978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &543 + - &544 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -80972,15 +80991,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *541 + schema: *542 examples: - default: *542 - '400': *527 - '401': *528 - '403': *529 + default: *543 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '429': *530 - '500': *531 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81005,30 +81024,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *543 + - *544 - *63 requestBody: required: true content: application/json: - schema: *544 + schema: *545 examples: - user: *545 + user: *546 responses: '200': description: User was updated content: application/scim+json: - schema: *541 + schema: *542 examples: - user: *542 - '400': *527 - '401': *528 - '403': *529 + user: *543 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '409': *536 - '429': *530 - '500': *531 + '409': *537 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81066,13 +81085,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *543 + - *544 - *63 requestBody: required: true content: application/json: - schema: *546 + schema: *547 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -81112,18 +81131,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *541 - examples: - userMultiValuedProperties: *542 - userSingleValuedProperties: *542 - disableUser: *542 - '400': *527 - '401': *528 - '403': *529 + schema: *542 + examples: + userMultiValuedProperties: *543 + userSingleValuedProperties: *543 + disableUser: *543 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '409': *536 - '429': *530 - '500': *531 + '409': *537 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81143,17 +81162,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *543 + - *544 - *63 responses: '204': description: User was deleted, no content - '400': *527 - '401': *528 - '403': *529 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '429': *530 - '500': *531 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81281,7 +81300,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &547 + text_matches: &548 title: Search Result Text Matches type: array items: @@ -81445,7 +81464,7 @@ paths: enum: - author-date - committer-date - - &548 + - &549 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 @@ -81514,7 +81533,7 @@ paths: committer: anyOf: - type: 'null' - - *328 + - *343 comment_count: type: integer message: @@ -81533,7 +81552,7 @@ paths: url: type: string format: uri - verification: *415 + verification: *430 required: - author - committer @@ -81548,7 +81567,7 @@ paths: committer: anyOf: - type: 'null' - - *328 + - *343 parents: type: array items: @@ -81565,7 +81584,7 @@ paths: type: number node_id: type: string - text_matches: *547 + text_matches: *548 required: - sha - node_id @@ -81758,7 +81777,7 @@ paths: - interactions - created - updated - - *548 + - *549 - *4 - *5 - name: advanced_search @@ -81882,7 +81901,7 @@ paths: milestone: anyOf: - type: 'null' - - *373 + - *388 comments: type: integer created_at: @@ -81896,7 +81915,7 @@ paths: - string - 'null' format: date-time - text_matches: *547 + text_matches: *548 pull_request: type: object properties: @@ -81945,7 +81964,7 @@ paths: timeline_url: type: string format: uri - type: *549 + type: *550 performed_via_github_app: anyOf: - type: 'null' @@ -82119,7 +82138,7 @@ paths: enum: - created - updated - - *548 + - *549 - *4 - *5 responses: @@ -82164,7 +82183,7 @@ paths: - 'null' score: type: number - text_matches: *547 + text_matches: *548 required: - id - node_id @@ -82250,7 +82269,7 @@ paths: - forks - help-wanted-issues - updated - - *548 + - *549 - *4 - *5 responses: @@ -82487,7 +82506,7 @@ paths: - admin - pull - push - text_matches: *547 + text_matches: *548 temp_clone_token: type: string allow_merge_commit: @@ -82796,7 +82815,7 @@ paths: - string - 'null' format: uri - text_matches: *547 + text_matches: *548 related: type: - array @@ -82991,7 +83010,7 @@ paths: - followers - repositories - joined - - *548 + - *549 - *4 - *5 responses: @@ -83101,7 +83120,7 @@ paths: type: - boolean - 'null' - text_matches: *547 + text_matches: *548 blog: type: - string @@ -83299,7 +83318,7 @@ paths: description: Response content: application/json: - schema: &550 + schema: &551 type: object properties: status: @@ -83319,7 +83338,7 @@ paths: - name - number examples: - default: &551 + default: &552 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -83364,9 +83383,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '401': description: Unauthorized requestBody: @@ -83959,7 +83978,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 type: object properties: key: @@ -83967,7 +83986,7 @@ paths: pretty-print: type: string examples: - default: &553 + default: &554 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -84010,9 +84029,9 @@ paths: application/json: schema: type: array - items: *552 + items: *553 examples: - default: *553 + default: *554 '401': description: Unauthorized requestBody: @@ -84064,9 +84083,9 @@ paths: application/json: schema: type: array - items: *552 + items: *553 examples: - default: *553 + default: *554 '401': description: Unauthorized requestBody: @@ -84223,9 +84242,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '404': *24 x-github: githubCloudOnly: false @@ -84316,16 +84335,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '201': description: Response content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '404': *24 '422': *33 '403': *41 @@ -84395,9 +84414,9 @@ paths: application/json: schema: type: array - items: *255 + items: *270 examples: - default: *554 + default: *555 headers: Link: *6 x-github: @@ -84460,9 +84479,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: *256 + default: *271 x-github: triggersNotification: true githubCloudOnly: false @@ -84490,15 +84509,15 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *257 + - *272 responses: '200': description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: *256 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84524,7 +84543,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *257 + - *272 requestBody: required: false content: @@ -84547,9 +84566,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84575,7 +84594,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *257 + - *272 responses: '204': description: Response @@ -84605,7 +84624,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *257 + - *272 - *9 - *4 - *5 @@ -84616,9 +84635,9 @@ paths: application/json: schema: type: array - items: *258 + items: *273 examples: - default: *556 + default: *557 headers: Link: *6 x-github: @@ -84648,7 +84667,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *257 + - *272 requestBody: required: true content: @@ -84670,9 +84689,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: *259 + default: *274 x-github: triggersNotification: true githubCloudOnly: false @@ -84700,16 +84719,16 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *257 - - *260 + - *272 + - *275 responses: '200': description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: *259 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84735,8 +84754,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *257 - - *260 + - *272 + - *275 requestBody: required: true content: @@ -84758,9 +84777,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: *557 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84786,8 +84805,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *257 - - *260 + - *272 + - *275 responses: '204': description: Response @@ -84817,8 +84836,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *257 - - *260 + - *272 + - *275 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -84844,9 +84863,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 x-github: @@ -84876,8 +84895,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *257 - - *260 + - *272 + - *275 requestBody: required: true content: @@ -84909,9 +84928,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84938,7 +84957,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *257 + - *272 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -84964,9 +84983,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 x-github: @@ -84996,7 +85015,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *257 + - *272 requestBody: required: true content: @@ -85028,9 +85047,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85226,9 +85245,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *284 examples: - response-if-user-is-a-team-maintainer: *558 + response-if-user-is-a-team-maintainer: *559 '404': *24 x-github: githubCloudOnly: false @@ -85287,9 +85306,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *284 examples: - response-if-users-membership-with-team-is-now-pending: *559 + response-if-users-membership-with-team-is-now-pending: *560 '403': description: Forbidden if team synchronization is set up '422': @@ -85363,9 +85382,9 @@ paths: application/json: schema: type: array - items: *270 + items: *285 examples: - default: *560 + default: *561 headers: Link: *6 '404': *24 @@ -85393,15 +85412,15 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *271 + - *286 responses: '200': description: Response content: application/json: - schema: *270 + schema: *285 examples: - default: *561 + default: *562 '404': description: Not Found if project is not managed by this team x-github: @@ -85427,7 +85446,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *271 + - *286 requestBody: required: false content: @@ -85496,7 +85515,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *271 + - *286 responses: '204': description: Response @@ -85566,14 +85585,14 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *272 - - *273 + - *287 + - *288 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *562 + schema: *563 examples: alternative-response-with-extra-repository-information: value: @@ -85725,8 +85744,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -85777,8 +85796,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -85813,9 +85832,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - response-if-child-teams-exist: *563 + response-if-child-teams-exist: *564 headers: Link: *6 '404': *24 @@ -85848,7 +85867,7 @@ paths: application/json: schema: oneOf: - - &565 + - &566 title: Private User description: Private User type: object @@ -86098,7 +86117,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *564 + - *565 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -86256,7 +86275,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -86334,7 +86353,7 @@ paths: type: array items: *207 examples: - default: &575 + default: &576 value: - id: 197 name: hello_docker @@ -86421,7 +86440,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Email description: Email type: object @@ -86451,7 +86470,7 @@ paths: - verified - visibility examples: - default: &577 + default: &578 value: - email: octocat@github.com verified: true @@ -86528,7 +86547,7 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: default: value: @@ -86786,7 +86805,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: GPG Key description: A unique encryption key type: object @@ -86931,7 +86950,7 @@ paths: - subkeys - revoked examples: - default: &587 + default: &588 value: - id: 3 name: Octocat's GPG Key @@ -87016,9 +87035,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: &568 + default: &569 value: id: 3 name: Octocat's GPG Key @@ -87075,7 +87094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &569 + - &570 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -87087,9 +87106,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 '404': *24 '304': *40 '403': *41 @@ -87112,7 +87131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *569 + - *570 responses: '204': description: Response @@ -87303,7 +87322,7 @@ paths: type: array items: *82 examples: - default: *570 + default: *571 headers: Link: *6 '404': *24 @@ -87479,7 +87498,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Key description: Key type: object @@ -87577,9 +87596,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: &572 + default: &573 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87612,15 +87631,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *447 + - *462 responses: '200': description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '404': *24 '304': *40 '403': *41 @@ -87643,7 +87662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *447 + - *462 responses: '204': description: Response @@ -88472,7 +88491,7 @@ paths: type: array items: *68 examples: - default: *573 + default: *574 headers: Link: *6 '304': *40 @@ -88514,7 +88533,7 @@ paths: - docker - nuget - container - - *574 + - *575 - *5 - *4 responses: @@ -88526,8 +88545,8 @@ paths: type: array items: *207 examples: - default: *575 - '400': *576 + default: *576 + '400': *577 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88556,7 +88575,7 @@ paths: application/json: schema: *207 examples: - default: &588 + default: &589 value: id: 40201 name: octo-name @@ -89008,9 +89027,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *577 + default: *578 headers: Link: *6 '304': *40 @@ -89123,7 +89142,7 @@ paths: type: array items: *82 examples: - default: &584 + default: &585 summary: Default response value: - id: 1296269 @@ -89441,9 +89460,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *298 examples: - default: *285 + default: *300 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -89481,9 +89500,9 @@ paths: application/json: schema: type: array - items: *422 + items: *437 examples: - default: *578 + default: *579 headers: Link: *6 '304': *40 @@ -89506,7 +89525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *423 + - *438 responses: '204': description: Response @@ -89529,7 +89548,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *423 + - *438 responses: '204': description: Response @@ -89562,7 +89581,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 title: Social account description: Social media account type: object @@ -89579,7 +89598,7 @@ paths: - provider - url examples: - default: &580 + default: &581 value: - provider: twitter url: https://twitter.com/github @@ -89642,9 +89661,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *580 + default: *581 '422': *33 '304': *40 '404': *24 @@ -89732,7 +89751,7 @@ paths: application/json: schema: type: array - items: &581 + items: &582 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -89752,7 +89771,7 @@ paths: - title - created_at examples: - default: &589 + default: &590 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89819,9 +89838,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: &582 + default: &583 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89852,7 +89871,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &583 + - &584 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -89864,9 +89883,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '404': *24 '304': *40 '403': *41 @@ -89889,7 +89908,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *583 + - *584 responses: '204': description: Response @@ -89918,7 +89937,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &590 + - &591 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 @@ -89943,11 +89962,11 @@ paths: type: array items: *82 examples: - default-response: *584 + default-response: *585 application/vnd.github.v3.star+json: schema: type: array - items: &591 + items: &592 title: Starred Repository description: Starred Repository type: object @@ -90103,8 +90122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response if this repository is starred by you @@ -90132,8 +90151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -90157,8 +90176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -90230,7 +90249,7 @@ paths: application/json: schema: type: array - items: *253 + items: *268 examples: default: value: @@ -90317,10 +90336,10 @@ paths: application/json: schema: oneOf: + - *566 - *565 - - *564 examples: - default-response: &585 + default-response: &586 summary: Default response value: login: octocat @@ -90355,7 +90374,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &586 + response-with-git-hub-plan-information: &587 summary: Response with GitHub plan information value: login: octocat @@ -90467,11 +90486,11 @@ paths: application/json: schema: oneOf: + - *566 - *565 - - *564 examples: - default-response: *585 - response-with-git-hub-plan-information: *586 + default-response: *586 + response-with-git-hub-plan-information: *587 '404': *24 x-github: githubCloudOnly: false @@ -90502,7 +90521,7 @@ paths: type: array items: *207 examples: - default: *575 + default: *576 '403': *41 '401': *39 x-github: @@ -90906,9 +90925,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *587 + default: *588 headers: Link: *6 x-github: @@ -91012,7 +91031,7 @@ paths: application/json: schema: *37 examples: - default: *421 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91093,7 +91112,7 @@ paths: type: array items: *68 examples: - default: *573 + default: *574 headers: Link: *6 x-github: @@ -91132,7 +91151,7 @@ paths: - docker - nuget - container - - *574 + - *575 - *8 - *5 - *4 @@ -91145,10 +91164,10 @@ paths: type: array items: *207 examples: - default: *575 + default: *576 '403': *41 '401': *39 - '400': *576 + '400': *577 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91178,7 +91197,7 @@ paths: application/json: schema: *207 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91811,9 +91830,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *580 + default: *581 headers: Link: *6 x-github: @@ -91843,9 +91862,9 @@ paths: application/json: schema: type: array - items: *581 + items: *582 examples: - default: *589 + default: *590 headers: Link: *6 x-github: @@ -91870,7 +91889,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *590 + - *591 - *9 - *4 - *5 @@ -91882,11 +91901,11 @@ paths: schema: anyOf: - type: array - items: *591 + items: *592 - type: array items: *82 examples: - default-response: *584 + default-response: *585 headers: Link: *6 x-github: @@ -92098,7 +92117,7 @@ webhooks: type: string enum: - disabled - enterprise: &592 + enterprise: &593 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -92167,7 +92186,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &593 + installation: &594 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -92188,7 +92207,7 @@ webhooks: required: - id - node_id - organization: &594 + organization: &595 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -92261,7 +92280,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &595 + repository: &596 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -93174,10 +93193,10 @@ webhooks: type: string enum: - enabled - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -93263,11 +93282,11 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - rule: &596 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + rule: &597 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.13/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -93484,11 +93503,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - rule: *596 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + rule: *597 sender: *17 required: - action @@ -93666,11 +93685,11 @@ webhooks: - everyone required: - from - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - rule: *596 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + rule: *597 sender: *17 required: - action @@ -93755,12 +93774,12 @@ webhooks: type: string cache_location: type: string - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 ref: type: string - repository: *595 + repository: *596 sender: *17 required: - cache_location @@ -93854,7 +93873,7 @@ webhooks: type: string enum: - completed - check_run: &598 + check_run: &599 title: CheckRun description: A check performed on the code of a given code change type: object @@ -93919,7 +93938,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *341 + items: *356 repository: *148 status: type: string @@ -93964,7 +93983,7 @@ webhooks: - examples: - neutral - deployment: *597 + deployment: *598 details_url: type: string examples: @@ -94024,7 +94043,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *341 + items: *356 started_at: type: string format: date-time @@ -94062,9 +94081,9 @@ webhooks: - output - app - pull_requests - installation: *593 - organization: *594 - repository: *595 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - check_run @@ -94467,10 +94486,10 @@ webhooks: type: string enum: - created - check_run: *598 - installation: *593 - organization: *594 - repository: *595 + check_run: *599 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - check_run @@ -94876,10 +94895,10 @@ webhooks: type: string enum: - requested_action - check_run: *598 - installation: *593 - organization: *594 - repository: *595 + check_run: *599 + installation: *594 + organization: *595 + repository: *596 requested_action: description: The action requested by the user. type: object @@ -95294,10 +95313,10 @@ webhooks: type: string enum: - rerequested - check_run: *598 - installation: *593 - organization: *594 - repository: *595 + check_run: *599 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - check_run @@ -96299,10 +96318,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -96997,10 +97016,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -97689,10 +97708,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -97868,7 +97887,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -98020,20 +98039,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &599 + commit_oid: &600 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: *592 - installation: *593 - organization: *594 - ref: &600 + enterprise: *593 + installation: *594 + organization: *595 + ref: &601 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: *595 + repository: *596 sender: *17 required: - action @@ -98207,7 +98226,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -98448,12 +98467,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *599 - enterprise: *592 - installation: *593 - organization: *594 - ref: *600 - repository: *595 + commit_oid: *600 + enterprise: *593 + installation: *594 + organization: *595 + ref: *601 + repository: *596 sender: *17 required: - action @@ -98561,7 +98580,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -98743,12 +98762,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *599 - enterprise: *592 - installation: *593 - organization: *594 - ref: *600 - repository: *595 + commit_oid: *600 + enterprise: *593 + installation: *594 + organization: *595 + ref: *601 + repository: *596 sender: *17 required: - action @@ -98924,7 +98943,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -99101,12 +99120,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *599 - enterprise: *592 - installation: *593 - organization: *594 - ref: *600 - repository: *595 + commit_oid: *600 + enterprise: *593 + installation: *594 + organization: *595 + ref: *601 + repository: *596 sender: *17 required: - action @@ -99216,7 +99235,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99396,9 +99415,9 @@ webhooks: type: - string - 'null' - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -99406,7 +99425,7 @@ webhooks: type: - string - 'null' - repository: *595 + repository: *596 sender: *17 required: - action @@ -99512,7 +99531,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99659,12 +99678,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *599 - enterprise: *592 - installation: *593 - organization: *594 - ref: *600 - repository: *595 + commit_oid: *600 + enterprise: *593 + installation: *594 + organization: *595 + ref: *601 + repository: *596 sender: *17 required: - action @@ -99936,10 +99955,10 @@ webhooks: - updated_at - author_association - body - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -100030,18 +100049,18 @@ webhooks: type: - string - 'null' - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *594 - pusher_type: &601 + organization: *595 + pusher_type: &602 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &602 + ref: &603 description: The [`git ref`](https://docs.github.com/enterprise-server@3.13/rest/git/refs#get-a-reference) resource. type: string @@ -100051,7 +100070,7 @@ webhooks: enum: - tag - branch - repository: *595 + repository: *596 sender: *17 required: - ref @@ -100140,18 +100159,18 @@ webhooks: title: delete event type: object properties: - enterprise: *592 - installation: *593 - organization: *594 - pusher_type: *601 - ref: *602 + enterprise: *593 + installation: *594 + organization: *595 + pusher_type: *602 + ref: *603 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *595 + repository: *596 sender: *17 required: - ref @@ -100245,11 +100264,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100343,11 +100362,11 @@ webhooks: type: string enum: - auto_reopened - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100441,11 +100460,11 @@ webhooks: type: string enum: - created - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100537,11 +100556,11 @@ webhooks: type: string enum: - dismissed - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100633,11 +100652,11 @@ webhooks: type: string enum: - fixed - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100730,11 +100749,11 @@ webhooks: type: string enum: - reintroduced - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100826,11 +100845,11 @@ webhooks: type: string enum: - reopened - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100917,9 +100936,9 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - key: &603 + enterprise: *593 + installation: *594 + key: &604 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.13/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -100955,8 +100974,8 @@ webhooks: - verified - created_at - read_only - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -101043,11 +101062,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - key: *603 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + key: *604 + organization: *595 + repository: *596 sender: *17 required: - action @@ -101629,12 +101648,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - workflow: &607 + workflow: &608 title: Workflow type: - object @@ -102382,13 +102401,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *390 + deployment: *405 pull_requests: type: array - items: *468 - repository: *595 - organization: *594 - installation: *593 + items: *483 + repository: *596 + organization: *595 + installation: *594 sender: *17 responses: '200': @@ -102469,7 +102488,7 @@ webhooks: type: string enum: - approved - approver: &604 + approver: &605 type: object properties: avatar_url: @@ -102512,11 +102531,11 @@ webhooks: type: string comment: type: string - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - reviewers: &605 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + reviewers: &606 type: array items: type: object @@ -102597,7 +102616,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &606 + workflow_job_run: &607 type: object properties: conclusion: @@ -103353,18 +103372,18 @@ webhooks: type: string enum: - rejected - approver: *604 + approver: *605 comment: type: string - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - reviewers: *605 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + reviewers: *606 sender: *17 since: type: string - workflow_job_run: *606 + workflow_job_run: *607 workflow_job_runs: type: array items: @@ -104091,13 +104110,13 @@ webhooks: type: string enum: - requested - enterprise: *592 + enterprise: *593 environment: type: string - installation: *593 - organization: *594 - repository: *595 - requestor: &612 + installation: *594 + organization: *595 + repository: *596 + requestor: &613 title: User type: - object @@ -106050,12 +106069,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - workflow: *607 + workflow: *608 workflow_run: title: Deployment Workflow Run type: @@ -106756,7 +106775,7 @@ webhooks: type: string enum: - answered - answer: &610 + answer: &611 type: object properties: author_association: @@ -106916,7 +106935,7 @@ webhooks: - created_at - updated_at - body - discussion: &608 + discussion: &609 title: Discussion description: A Discussion in a repository. type: object @@ -107212,7 +107231,7 @@ webhooks: - id labels: type: array - items: *430 + items: *445 required: - repository_url - category @@ -107234,10 +107253,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -107374,11 +107393,11 @@ webhooks: - from required: - category - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -107471,11 +107490,11 @@ webhooks: type: string enum: - closed - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -107567,7 +107586,7 @@ webhooks: type: string enum: - created - comment: &609 + comment: &610 type: object properties: author_association: @@ -107727,11 +107746,11 @@ webhooks: - updated_at - body - reactions - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -107824,12 +107843,12 @@ webhooks: type: string enum: - deleted - comment: *609 - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + comment: *610 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -107934,12 +107953,12 @@ webhooks: - from required: - body - comment: *609 - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + comment: *610 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108033,11 +108052,11 @@ webhooks: type: string enum: - created - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108129,11 +108148,11 @@ webhooks: type: string enum: - deleted - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108243,11 +108262,11 @@ webhooks: type: string required: - from - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108339,10 +108358,10 @@ webhooks: type: string enum: - labeled - discussion: *608 - enterprise: *592 - installation: *593 - label: &611 + discussion: *609 + enterprise: *593 + installation: *594 + label: &612 title: Label type: object properties: @@ -108375,8 +108394,8 @@ webhooks: - color - default - description - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108469,11 +108488,11 @@ webhooks: type: string enum: - locked - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108565,11 +108584,11 @@ webhooks: type: string enum: - pinned - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108661,11 +108680,11 @@ webhooks: type: string enum: - reopened - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108760,16 +108779,16 @@ webhooks: changes: type: object properties: - new_discussion: *608 - new_repository: *595 + new_discussion: *609 + new_repository: *596 required: - new_discussion - new_repository - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108862,10 +108881,10 @@ webhooks: type: string enum: - unanswered - discussion: *608 - old_answer: *610 - organization: *594 - repository: *595 + discussion: *609 + old_answer: *611 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108957,12 +108976,12 @@ webhooks: type: string enum: - unlabeled - discussion: *608 - enterprise: *592 - installation: *593 - label: *611 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -109055,11 +109074,11 @@ webhooks: type: string enum: - unlocked - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -109151,11 +109170,11 @@ webhooks: type: string enum: - unpinned - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -109396,7 +109415,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *592 + enterprise: *593 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.13/rest/repos/repos#get-a-repository) resource. @@ -110074,9 +110093,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *593 - organization: *594 - repository: *595 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - forkee @@ -110242,9 +110261,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pages: description: The pages that were updated. type: array @@ -110282,7 +110301,7 @@ webhooks: - action - sha - html_url - repository: *595 + repository: *596 sender: *17 required: - pages @@ -110368,10 +110387,10 @@ webhooks: type: string enum: - created - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories: &613 + organization: *595 + repositories: &614 description: An array of repository objects that the installation can access. type: array @@ -110397,8 +110416,8 @@ webhooks: - name - full_name - private - repository: *595 - requester: *612 + repository: *596 + requester: *613 sender: *17 required: - action @@ -110483,11 +110502,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories: *613 - repository: *595 + organization: *595 + repositories: *614 + repository: *596 requester: type: - 'null' @@ -110574,11 +110593,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories: *613 - repository: *595 + organization: *595 + repositories: *614 + repository: *596 requester: type: - 'null' @@ -110665,10 +110684,10 @@ webhooks: type: string enum: - added - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories_added: &614 + organization: *595 + repositories_added: &615 description: An array of repository objects, which were added to the installation. type: array @@ -110714,15 +110733,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *595 - repository_selection: &615 + repository: *596 + repository_selection: &616 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *612 + requester: *613 sender: *17 required: - action @@ -110811,10 +110830,10 @@ webhooks: type: string enum: - removed - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories_added: *614 + organization: *595 + repositories_added: *615 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -110841,9 +110860,9 @@ webhooks: - name - full_name - private - repository: *595 - repository_selection: *615 - requester: *612 + repository: *596 + repository_selection: *616 + requester: *613 sender: *17 required: - action @@ -110932,11 +110951,11 @@ webhooks: type: string enum: - suspend - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories: *613 - repository: *595 + organization: *595 + repositories: *614 + repository: *596 requester: type: - 'null' @@ -111129,10 +111148,10 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 target_type: type: string @@ -111221,11 +111240,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories: *613 - repository: *595 + organization: *595 + repositories: *614 + repository: *596 requester: type: - 'null' @@ -111483,8 +111502,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) the comment belongs to. @@ -112331,7 +112350,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -112675,8 +112694,8 @@ webhooks: - state - locked - assignee - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -112766,7 +112785,7 @@ webhooks: type: string enum: - deleted - comment: &616 + comment: &617 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.13/rest/issues/comments#get-an-issue-comment) itself. @@ -112933,8 +112952,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) the comment belongs to. @@ -113777,7 +113796,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -114123,8 +114142,8 @@ webhooks: - state - locked - assignee - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -114214,7 +114233,7 @@ webhooks: type: string enum: - edited - changes: &635 + changes: &636 description: The changes to the comment. type: object properties: @@ -114226,9 +114245,9 @@ webhooks: type: string required: - from - comment: *616 - enterprise: *592 - installation: *593 + comment: *617 + enterprise: *593 + installation: *594 issue: description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115074,7 +115093,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -115418,8 +115437,8 @@ webhooks: - state - locked - assignee - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -115511,10 +115530,10 @@ webhooks: type: string enum: - assigned - assignee: *612 - enterprise: *592 - installation: *593 - issue: &619 + assignee: *613 + enterprise: *593 + installation: *594 + issue: &620 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) itself. @@ -116356,7 +116375,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -116459,8 +116478,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -116550,8 +116569,8 @@ webhooks: type: string enum: - closed - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) itself. @@ -117398,7 +117417,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -117644,8 +117663,8 @@ webhooks: required: - state - closed_at - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -117734,8 +117753,8 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -118573,7 +118592,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -118675,8 +118694,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -118765,8 +118784,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -119627,7 +119646,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -119708,7 +119727,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &617 + milestone: &618 title: Milestone description: A collection of related issues and pull requests. type: object @@ -119851,8 +119870,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -119961,8 +119980,8 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -120801,7 +120820,7 @@ webhooks: timeline_url: type: string format: uri - type: *549 + type: *550 title: description: Title of the issue type: string @@ -120907,9 +120926,9 @@ webhooks: - active_lock_reason - body - reactions - label: *611 - organization: *594 - repository: *595 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -120999,8 +121018,8 @@ webhooks: type: string enum: - labeled - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -121838,7 +121857,7 @@ webhooks: timeline_url: type: string format: uri - type: *549 + type: *550 title: description: Title of the issue type: string @@ -121944,9 +121963,9 @@ webhooks: - active_lock_reason - body - reactions - label: *611 - organization: *594 - repository: *595 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -122036,8 +122055,8 @@ webhooks: type: string enum: - locked - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -122900,7 +122919,7 @@ webhooks: timeline_url: type: string format: uri - type: *549 + type: *550 title: description: Title of the issue type: string @@ -122983,8 +123002,8 @@ webhooks: format: uri user_view_type: type: string - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -123073,8 +123092,8 @@ webhooks: type: string enum: - milestoned - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -123934,7 +123953,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -124014,9 +124033,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *617 - organization: *594 - repository: *595 + milestone: *618 + organization: *595 + repository: *596 sender: *17 required: - action @@ -125027,7 +125046,7 @@ webhooks: required: - login - id - type: *549 + type: *550 required: - id - number @@ -125508,8 +125527,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -126351,7 +126370,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -126453,8 +126472,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -126544,9 +126563,9 @@ webhooks: type: string enum: - pinned - enterprise: *592 - installation: *593 - issue: &618 + enterprise: *593 + installation: *594 + issue: &619 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) itself. @@ -127382,7 +127401,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -127484,8 +127503,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -127574,8 +127593,8 @@ webhooks: type: string enum: - reopened - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -128519,9 +128538,9 @@ webhooks: format: uri user_view_type: type: string - type: *549 - organization: *594 - repository: *595 + type: *550 + organization: *595 + repository: *596 sender: *17 required: - action @@ -129450,7 +129469,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -130032,11 +130051,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *592 - installation: *593 - issue: *618 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + issue: *619 + organization: *595 + repository: *596 sender: *17 required: - action @@ -130127,7 +130146,7 @@ webhooks: type: string enum: - unassigned - assignee: &638 + assignee: &639 title: User type: - object @@ -130199,11 +130218,11 @@ webhooks: required: - login - id - enterprise: *592 - installation: *593 - issue: *619 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + issue: *620 + organization: *595 + repository: *596 sender: *17 required: - action @@ -130292,12 +130311,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *592 - installation: *593 - issue: *619 - label: *611 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + issue: *620 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -130387,8 +130406,8 @@ webhooks: type: string enum: - unlocked - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -131252,7 +131271,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -131332,8 +131351,8 @@ webhooks: format: uri user_view_type: type: string - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131423,11 +131442,11 @@ webhooks: type: string enum: - unpinned - enterprise: *592 - installation: *593 - issue: *618 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + issue: *619 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131516,11 +131535,11 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - label: *611 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131608,11 +131627,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - label: *611 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131732,11 +131751,11 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - label: *611 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131837,11 +131856,11 @@ webhooks: - read required: - to - enterprise: *592 - installation: *593 - member: *612 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + member: *613 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131953,11 +131972,11 @@ webhooks: type: - string - 'null' - enterprise: *592 - installation: *593 - member: *612 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + member: *613 + organization: *595 + repository: *596 sender: *17 required: - action @@ -132046,11 +132065,11 @@ webhooks: type: string enum: - removed - enterprise: *592 - installation: *593 - member: *612 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + member: *613 + organization: *595 + repository: *596 sender: *17 required: - action @@ -132138,11 +132157,11 @@ webhooks: type: string enum: - added - enterprise: *592 - installation: *593 - member: *612 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + member: *613 + organization: *595 + repository: *596 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132220,7 +132239,7 @@ webhooks: required: - login - id - team: &620 + team: &621 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -132423,11 +132442,11 @@ webhooks: type: string enum: - removed - enterprise: *592 - installation: *593 - member: *612 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + member: *613 + organization: *595 + repository: *596 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132506,7 +132525,7 @@ webhooks: required: - login - id - team: *620 + team: *621 required: - action - scope @@ -132594,7 +132613,7 @@ webhooks: type: string enum: - deleted - enterprise: *592 + enterprise: *593 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -132703,12 +132722,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *593 - organization: *594 + installation: *594 + organization: *595 repository: anyOf: - type: 'null' - - *595 + - *596 sender: *17 required: - action @@ -132798,11 +132817,11 @@ webhooks: type: string enum: - closed - enterprise: *592 - installation: *593 - milestone: *617 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + milestone: *618 + organization: *595 + repository: *596 sender: *17 required: - action @@ -132891,9 +132910,9 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - milestone: &621 + enterprise: *593 + installation: *594 + milestone: &622 title: Milestone description: A collection of related issues and pull requests. type: object @@ -133035,8 +133054,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133125,11 +133144,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - milestone: *617 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + milestone: *618 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133249,11 +133268,11 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - milestone: *617 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + milestone: *618 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133343,11 +133362,11 @@ webhooks: type: string enum: - opened - enterprise: *592 - installation: *593 - milestone: *621 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + milestone: *622 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133436,9 +133455,9 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - membership: &622 + enterprise: *593 + installation: *594 + membership: &623 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -133548,8 +133567,8 @@ webhooks: - role - organization_url - user - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133637,11 +133656,11 @@ webhooks: type: string enum: - member_added - enterprise: *592 - installation: *593 - membership: *622 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + membership: *623 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133730,8 +133749,8 @@ webhooks: type: string enum: - member_invited - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -133853,10 +133872,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 - user: *612 + user: *613 required: - action - invitation @@ -133944,11 +133963,11 @@ webhooks: type: string enum: - member_removed - enterprise: *592 - installation: *593 - membership: *622 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + membership: *623 + organization: *595 + repository: *596 sender: *17 required: - action @@ -134045,11 +134064,11 @@ webhooks: properties: from: type: string - enterprise: *592 - installation: *593 - membership: *622 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + membership: *623 + organization: *595 + repository: *596 sender: *17 required: - action @@ -134135,9 +134154,9 @@ webhooks: type: string enum: - published - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 package: description: Information about the package. type: object @@ -134660,7 +134679,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &623 + items: &624 title: Ruby Gems metadata type: object properties: @@ -134757,7 +134776,7 @@ webhooks: - owner - package_version - registry - repository: *595 + repository: *596 sender: *17 required: - action @@ -134843,9 +134862,9 @@ webhooks: type: string enum: - updated - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 package: description: Information about the package. type: object @@ -135207,7 +135226,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *623 + items: *624 source_url: type: string format: uri @@ -135278,7 +135297,7 @@ webhooks: - owner - package_version - registry - repository: *595 + repository: *596 sender: *17 required: - action @@ -135469,12 +135488,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *592 + enterprise: *593 id: type: integer - installation: *593 - organization: *594 - repository: *595 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - id @@ -135551,7 +135570,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &624 + personal_access_token_request: &625 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -135701,10 +135720,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *592 - organization: *594 + enterprise: *593 + organization: *595 sender: *17 - installation: *593 + installation: *594 required: - action - personal_access_token_request @@ -135781,11 +135800,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *624 - enterprise: *592 - organization: *594 + personal_access_token_request: *625 + enterprise: *593 + organization: *595 sender: *17 - installation: *593 + installation: *594 required: - action - personal_access_token_request @@ -135861,11 +135880,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *624 - enterprise: *592 - organization: *594 + personal_access_token_request: *625 + enterprise: *593 + organization: *595 sender: *17 - installation: *593 + installation: *594 required: - action - personal_access_token_request @@ -135940,11 +135959,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *624 - organization: *594 - enterprise: *592 + personal_access_token_request: *625 + organization: *595 + enterprise: *593 sender: *17 - installation: *593 + installation: *594 required: - action - personal_access_token_request @@ -136059,7 +136078,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *625 + last_response: *626 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -136091,8 +136110,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 zen: description: Random string of GitHub zen. @@ -136347,10 +136366,10 @@ webhooks: - from required: - note - enterprise: *592 - installation: *593 - organization: *594 - project_card: &626 + enterprise: *593 + installation: *594 + organization: *595 + project_card: &627 title: Project Card type: object properties: @@ -136473,7 +136492,7 @@ webhooks: - creator - created_at - updated_at - repository: *595 + repository: *596 sender: *17 required: - action @@ -136564,11 +136583,11 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - project_card: *626 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project_card: *627 + repository: *596 sender: *17 required: - action @@ -136658,9 +136677,9 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 project_card: title: Project Card type: object @@ -136790,7 +136809,7 @@ webhooks: repository: anyOf: - type: 'null' - - *595 + - *596 sender: *17 required: - action @@ -136894,11 +136913,11 @@ webhooks: - from required: - note - enterprise: *592 - installation: *593 - organization: *594 - project_card: *626 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project_card: *627 + repository: *596 sender: *17 required: - action @@ -137002,9 +137021,9 @@ webhooks: - from required: - column_id - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 project_card: allOf: - title: Project Card @@ -137201,7 +137220,7 @@ webhooks: type: string required: - after_id - repository: *595 + repository: *596 sender: *17 required: - action @@ -137291,10 +137310,10 @@ webhooks: type: string enum: - closed - enterprise: *592 - installation: *593 - organization: *594 - project: &628 + enterprise: *593 + installation: *594 + organization: *595 + project: &629 title: Project type: object properties: @@ -137421,7 +137440,7 @@ webhooks: - creator - created_at - updated_at - repository: *595 + repository: *596 sender: *17 required: - action @@ -137511,10 +137530,10 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - project_column: &627 + enterprise: *593 + installation: *594 + organization: *595 + project_column: &628 title: Project Column type: object properties: @@ -137554,7 +137573,7 @@ webhooks: - name - created_at - updated_at - repository: *595 + repository: *596 sender: *17 required: - action @@ -137643,14 +137662,14 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - project_column: *627 + enterprise: *593 + installation: *594 + organization: *595 + project_column: *628 repository: anyOf: - type: 'null' - - *595 + - *596 sender: *17 required: - action @@ -137749,11 +137768,11 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - organization: *594 - project_column: *627 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project_column: *628 + repository: *596 sender: *17 required: - action @@ -137843,11 +137862,11 @@ webhooks: type: string enum: - moved - enterprise: *592 - installation: *593 - organization: *594 - project_column: *627 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project_column: *628 + repository: *596 sender: *17 required: - action @@ -137937,11 +137956,11 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - project: *628 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project: *629 + repository: *596 sender: *17 required: - action @@ -138031,14 +138050,14 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - project: *628 + enterprise: *593 + installation: *594 + organization: *595 + project: *629 repository: anyOf: - type: 'null' - - *595 + - *596 sender: *17 required: - action @@ -138149,11 +138168,11 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - organization: *594 - project: *628 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project: *629 + repository: *596 sender: *17 required: - action @@ -138242,11 +138261,11 @@ webhooks: type: string enum: - reopened - enterprise: *592 - installation: *593 - organization: *594 - project: *628 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project: *629 + repository: *596 sender: *17 required: - action @@ -138337,9 +138356,9 @@ webhooks: type: string enum: - closed - installation: *593 - organization: *594 - projects_v2: &629 + installation: *594 + organization: *595 + projects_v2: &630 title: Projects v2 Project description: A projects v2 project type: object @@ -138497,9 +138516,9 @@ webhooks: type: string enum: - created - installation: *593 - organization: *594 - projects_v2: *629 + installation: *594 + organization: *595 + projects_v2: *630 sender: *17 required: - action @@ -138590,9 +138609,9 @@ webhooks: type: string enum: - deleted - installation: *593 - organization: *594 - projects_v2: *629 + installation: *594 + organization: *595 + projects_v2: *630 sender: *17 required: - action @@ -138723,9 +138742,9 @@ webhooks: type: string to: type: string - installation: *593 - organization: *594 - projects_v2: *629 + installation: *594 + organization: *595 + projects_v2: *630 sender: *17 required: - action @@ -138818,7 +138837,7 @@ webhooks: type: string enum: - archived - changes: &631 + changes: &632 type: object properties: archived_at: @@ -138834,9 +138853,9 @@ webhooks: - string - 'null' format: date-time - installation: *593 - organization: *594 - projects_v2_item: &630 + installation: *594 + organization: *595 + projects_v2_item: &631 title: Projects v2 Item description: An item belonging to a project type: object @@ -138985,9 +139004,9 @@ webhooks: - 'null' to: type: string - installation: *593 - organization: *594 - projects_v2_item: *630 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139079,9 +139098,9 @@ webhooks: type: string enum: - created - installation: *593 - organization: *594 - projects_v2_item: *630 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139172,9 +139191,9 @@ webhooks: type: string enum: - deleted - installation: *593 - organization: *594 - projects_v2_item: *630 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139298,9 +139317,9 @@ webhooks: - 'null' required: - body - installation: *593 - organization: *594 - projects_v2_item: *630 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139407,9 +139426,9 @@ webhooks: type: - string - 'null' - installation: *593 - organization: *594 - projects_v2_item: *630 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139502,10 +139521,10 @@ webhooks: type: string enum: - restored - changes: *631 - installation: *593 - organization: *594 - projects_v2_item: *630 + changes: *632 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139597,9 +139616,9 @@ webhooks: type: string enum: - reopened - installation: *593 - organization: *594 - projects_v2: *629 + installation: *594 + organization: *595 + projects_v2: *630 sender: *17 required: - action @@ -139680,10 +139699,10 @@ webhooks: title: public event type: object properties: - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - repository @@ -139770,13 +139789,13 @@ webhooks: type: string enum: - assigned - assignee: *612 - enterprise: *592 - installation: *593 - number: &632 + assignee: *613 + enterprise: *593 + installation: *594 + number: &633 description: The pull request number. type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -142125,7 +142144,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -142217,11 +142236,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -144563,7 +144582,7 @@ webhooks: - draft reason: type: string - repository: *595 + repository: *596 sender: *17 required: - action @@ -144655,11 +144674,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -147001,7 +147020,7 @@ webhooks: - draft reason: type: string - repository: *595 + repository: *596 sender: *17 required: - action @@ -147093,13 +147112,13 @@ webhooks: type: string enum: - closed - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: &633 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: &634 allOf: - - *468 + - *483 - type: object properties: allow_auto_merge: @@ -147161,7 +147180,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *595 + repository: *596 sender: *17 required: - action @@ -147252,12 +147271,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: *633 - repository: *595 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: *634 + repository: *596 sender: *17 required: - action @@ -147347,11 +147366,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *592 - milestone: *373 - number: *632 - organization: *594 - pull_request: &634 + enterprise: *593 + milestone: *388 + number: *633 + organization: *595 + pull_request: &635 title: Pull Request type: object properties: @@ -149678,7 +149697,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -149810,12 +149829,12 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: *633 - repository: *595 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: *634 + repository: *596 sender: *17 required: - action @@ -149905,11 +149924,11 @@ webhooks: type: string enum: - labeled - enterprise: *592 - installation: *593 - label: *611 - number: *632 - organization: *594 + enterprise: *593 + installation: *594 + label: *612 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -152257,7 +152276,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -152348,10 +152367,10 @@ webhooks: type: string enum: - locked - enterprise: *592 - installation: *593 - number: *632 - organization: *594 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -154697,7 +154716,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -154787,12 +154806,12 @@ webhooks: type: string enum: - milestoned - enterprise: *592 - milestone: *373 - number: *632 - organization: *594 - pull_request: *634 - repository: *595 + enterprise: *593 + milestone: *388 + number: *633 + organization: *595 + pull_request: *635 + repository: *596 sender: *17 required: - action @@ -154881,12 +154900,12 @@ webhooks: type: string enum: - opened - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: *633 - repository: *595 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: *634 + repository: *596 sender: *17 required: - action @@ -154977,12 +154996,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: *633 - repository: *595 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: *634 + repository: *596 sender: *17 required: - action @@ -155072,12 +155091,12 @@ webhooks: type: string enum: - reopened - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: *633 - repository: *595 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: *634 + repository: *596 sender: *17 required: - action @@ -155462,9 +155481,9 @@ webhooks: - start_side - side - reactions - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: type: object properties: @@ -157694,7 +157713,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *595 + repository: *596 sender: *17 required: - action @@ -157784,7 +157803,7 @@ webhooks: type: string enum: - deleted - comment: &636 + comment: &637 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -158077,9 +158096,9 @@ webhooks: - start_side - side - reactions - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: type: object properties: @@ -160297,7 +160316,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *595 + repository: *596 sender: *17 required: - action @@ -160387,11 +160406,11 @@ webhooks: type: string enum: - edited - changes: *635 - comment: *636 - enterprise: *592 - installation: *593 - organization: *594 + changes: *636 + comment: *637 + enterprise: *593 + installation: *594 + organization: *595 pull_request: type: object properties: @@ -162612,7 +162631,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *595 + repository: *596 sender: *17 required: - action @@ -162703,9 +162722,9 @@ webhooks: type: string enum: - dismissed - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: title: Simple Pull Request type: object @@ -164938,7 +164957,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *595 + repository: *596 review: description: The review that was affected. type: object @@ -165194,9 +165213,9 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: title: Simple Pull Request type: object @@ -167310,8 +167329,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *595 - review: &637 + repository: *596 + review: &638 description: The review that was affected. type: object properties: @@ -167554,12 +167573,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: description: The pull request number. type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -169906,7 +169925,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 requested_reviewer: title: User type: @@ -169992,12 +170011,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: description: The pull request number. type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -172351,7 +172370,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 requested_team: title: Team description: Groups of organization members that gives permissions @@ -172556,12 +172575,12 @@ webhooks: type: string enum: - review_requested - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: description: The pull request number. type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -174910,7 +174929,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 requested_reviewer: title: User type: @@ -174997,12 +175016,12 @@ webhooks: type: string enum: - review_requested - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: description: The pull request number. type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -177342,7 +177361,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 requested_team: title: Team description: Groups of organization members that gives permissions @@ -177536,9 +177555,9 @@ webhooks: type: string enum: - submitted - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: title: Simple Pull Request type: object @@ -179774,8 +179793,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *595 - review: *637 + repository: *596 + review: *638 sender: *17 required: - action @@ -179865,9 +179884,9 @@ webhooks: type: string enum: - resolved - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: title: Simple Pull Request type: object @@ -181998,7 +182017,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *595 + repository: *596 sender: *17 thread: type: object @@ -182400,9 +182419,9 @@ webhooks: type: string enum: - unresolved - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: title: Simple Pull Request type: object @@ -184516,7 +184535,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *595 + repository: *596 sender: *17 thread: type: object @@ -184920,10 +184939,10 @@ webhooks: type: string before: type: string - enterprise: *592 - installation: *593 - number: *632 - organization: *594 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -187258,7 +187277,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -187350,11 +187369,11 @@ webhooks: type: string enum: - unassigned - assignee: *638 - enterprise: *592 - installation: *593 - number: *632 - organization: *594 + assignee: *639 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -189704,7 +189723,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -189793,11 +189812,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *592 - installation: *593 - label: *611 - number: *632 - organization: *594 + enterprise: *593 + installation: *594 + label: *612 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -192136,7 +192155,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -192227,10 +192246,10 @@ webhooks: type: string enum: - unlocked - enterprise: *592 - installation: *593 - number: *632 - organization: *594 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -194559,7 +194578,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -194772,7 +194791,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *592 + enterprise: *593 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -194867,8 +194886,8 @@ webhooks: - url - author - committer - installation: *593 - organization: *594 + installation: *594 + organization: *595 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -195466,9 +195485,9 @@ webhooks: type: string enum: - published - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 registry_package: type: object properties: @@ -195945,7 +195964,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *623 + items: *624 summary: type: string tag_name: @@ -196001,7 +196020,7 @@ webhooks: - owner - package_version - registry - repository: *595 + repository: *596 sender: *17 required: - action @@ -196089,9 +196108,9 @@ webhooks: type: string enum: - updated - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 registry_package: type: object properties: @@ -196403,7 +196422,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *623 + items: *624 summary: type: string tag_name: @@ -196453,7 +196472,7 @@ webhooks: - owner - package_version - registry - repository: *595 + repository: *596 sender: *17 required: - action @@ -196540,10 +196559,10 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - release: &639 + enterprise: *593 + installation: *594 + organization: *595 + release: &640 title: Release description: The [release](https://docs.github.com/enterprise-server@3.13/rest/releases/releases/#get-a-release) object. @@ -196868,7 +196887,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *595 + repository: *596 sender: *17 required: - action @@ -196955,11 +196974,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - release: *639 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + release: *640 + repository: *596 sender: *17 required: - action @@ -197086,11 +197105,11 @@ webhooks: type: boolean required: - to - enterprise: *592 - installation: *593 - organization: *594 - release: *639 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + release: *640 + repository: *596 sender: *17 required: - action @@ -197178,9 +197197,9 @@ webhooks: type: string enum: - prereleased - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.13/rest/releases/releases/#get-a-release) @@ -197510,7 +197529,7 @@ webhooks: - string - 'null' format: uri - repository: *595 + repository: *596 sender: *17 required: - action @@ -197596,10 +197615,10 @@ webhooks: type: string enum: - published - enterprise: *592 - installation: *593 - organization: *594 - release: &640 + enterprise: *593 + installation: *594 + organization: *595 + release: &641 title: Release description: The [release](https://docs.github.com/enterprise-server@3.13/rest/releases/releases/#get-a-release) object. @@ -197926,7 +197945,7 @@ webhooks: - string - 'null' format: uri - repository: *595 + repository: *596 sender: *17 required: - action @@ -198012,11 +198031,11 @@ webhooks: type: string enum: - released - enterprise: *592 - installation: *593 - organization: *594 - release: *639 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + release: *640 + repository: *596 sender: *17 required: - action @@ -198102,11 +198121,11 @@ webhooks: type: string enum: - unpublished - enterprise: *592 - installation: *593 - organization: *594 - release: *640 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + release: *641 + repository: *596 sender: *17 required: - action @@ -198192,10 +198211,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198280,10 +198299,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198368,10 +198387,10 @@ webhooks: type: string enum: - archived - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198458,10 +198477,10 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198549,10 +198568,10 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198647,10 +198666,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198775,10 +198794,10 @@ webhooks: - 'null' items: type: string - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198866,10 +198885,10 @@ webhooks: type: string enum: - privatized - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198956,10 +198975,10 @@ webhooks: type: string enum: - publicized - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -199063,10 +199082,10 @@ webhooks: - name required: - repository - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -199146,11 +199165,11 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - repository_ruleset: *239 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + repository_ruleset: *253 sender: *17 required: - action @@ -199228,11 +199247,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - repository_ruleset: *239 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + repository_ruleset: *253 sender: *17 required: - action @@ -199310,11 +199329,11 @@ webhooks: type: string enum: - edited - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - repository_ruleset: *239 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + repository_ruleset: *253 changes: type: object properties: @@ -199375,16 +199394,16 @@ webhooks: properties: added: type: array - items: *238 + items: *504 deleted: type: array - items: *238 + items: *504 updated: type: array items: type: object properties: - rule: *238 + rule: *504 changes: type: object properties: @@ -199631,10 +199650,10 @@ webhooks: - from required: - owner - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -199722,10 +199741,10 @@ webhooks: type: string enum: - unarchived - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -199813,7 +199832,7 @@ webhooks: type: string enum: - create - alert: &641 + alert: &642 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -199937,10 +199956,10 @@ webhooks: type: string enum: - open - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -200160,10 +200179,10 @@ webhooks: type: string enum: - dismissed - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -200251,11 +200270,11 @@ webhooks: type: string enum: - reopen - alert: *641 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + alert: *642 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -200467,10 +200486,10 @@ webhooks: enum: - fixed - open - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -200558,7 +200577,7 @@ webhooks: type: string enum: - created - alert: &642 + alert: &643 type: object properties: number: *91 @@ -200630,10 +200649,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -200724,11 +200743,11 @@ webhooks: type: string enum: - created - alert: *642 - installation: *593 - location: *643 - organization: *594 - repository: *595 + alert: *643 + installation: *594 + location: *644 + organization: *595 + repository: *596 sender: *17 required: - location @@ -200971,11 +200990,11 @@ webhooks: type: string enum: - reopened - alert: *642 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + alert: *643 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -201063,11 +201082,11 @@ webhooks: type: string enum: - resolved - alert: *642 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + alert: *643 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -201155,11 +201174,11 @@ webhooks: type: string enum: - validated - alert: *642 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + alert: *643 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -201245,11 +201264,11 @@ webhooks: type: string enum: - published - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - security_advisory: &644 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + security_advisory: &645 description: The details of the security advisory, including summary, description, and severity. type: object @@ -201445,11 +201464,11 @@ webhooks: type: string enum: - updated - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - security_advisory: *644 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + security_advisory: *645 sender: *17 required: - action @@ -201532,10 +201551,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -201732,10 +201751,10 @@ webhooks: type: object properties: security_and_analysis: *232 - enterprise: *592 - installation: *593 - organization: *594 - repository: *283 + enterprise: *593 + installation: *594 + organization: *595 + repository: *298 sender: *17 required: - changes @@ -201823,12 +201842,12 @@ webhooks: type: string enum: - cancelled - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: &645 + sponsorship: &646 type: object properties: created_at: @@ -202143,12 +202162,12 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: *645 + sponsorship: *646 required: - action - sponsorship @@ -202246,12 +202265,12 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: *645 + sponsorship: *646 required: - action - changes @@ -202338,17 +202357,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &646 + effective_date: &647 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: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: *645 + sponsorship: *646 required: - action - sponsorship @@ -202432,7 +202451,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &647 + changes: &648 type: object properties: tier: @@ -202476,13 +202495,13 @@ webhooks: - from required: - tier - effective_date: *646 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + effective_date: *647 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: *645 + sponsorship: *646 required: - action - changes @@ -202569,13 +202588,13 @@ webhooks: type: string enum: - tier_changed - changes: *647 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + changes: *648 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: *645 + sponsorship: *646 required: - action - changes @@ -202659,10 +202678,10 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -202756,10 +202775,10 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -203198,15 +203217,15 @@ webhooks: type: - string - 'null' - enterprise: *592 + enterprise: *593 id: description: The unique identifier of the status. type: integer - installation: *593 + installation: *594 name: type: string - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 sha: description: The Commit SHA. @@ -203319,12 +203338,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - team: &648 + team: &649 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -203527,9 +203546,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 repository: title: Repository description: A git repository @@ -203999,7 +204018,7 @@ webhooks: - topics - visibility sender: *17 - team: *648 + team: *649 required: - action - team @@ -204085,9 +204104,9 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 repository: title: Repository description: A git repository @@ -204557,7 +204576,7 @@ webhooks: - topics - visibility sender: *17 - team: *648 + team: *649 required: - action - team @@ -204644,9 +204663,9 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 repository: title: Repository description: A git repository @@ -205116,7 +205135,7 @@ webhooks: - topics - visibility sender: *17 - team: *648 + team: *649 required: - action - team @@ -205270,9 +205289,9 @@ webhooks: - from required: - permissions - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 repository: title: Repository description: A git repository @@ -205742,7 +205761,7 @@ webhooks: - topics - visibility sender: *17 - team: *648 + team: *649 required: - action - changes @@ -205830,9 +205849,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 repository: title: Repository description: A git repository @@ -206302,7 +206321,7 @@ webhooks: - topics - visibility sender: *17 - team: *648 + team: *649 required: - action - team @@ -206385,12 +206404,12 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - user: *612 + user: *613 required: - action responses: @@ -206468,12 +206487,12 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - user: *612 + user: *613 required: - action responses: @@ -206554,10 +206573,10 @@ webhooks: type: string enum: - started - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -206640,17 +206659,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *592 + enterprise: *593 inputs: type: - object - 'null' additionalProperties: true - installation: *593 - organization: *594 + installation: *594 + organization: *595 ref: type: string - repository: *595 + repository: *596 sender: *17 workflow: type: string @@ -206742,10 +206761,10 @@ webhooks: type: string enum: - completed - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 workflow_job: allOf: @@ -207001,7 +207020,7 @@ webhooks: type: string required: - conclusion - deployment: *390 + deployment: *405 required: - action - repository @@ -207090,10 +207109,10 @@ webhooks: type: string enum: - in_progress - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 workflow_job: allOf: @@ -207375,7 +207394,7 @@ webhooks: required: - status - steps - deployment: *390 + deployment: *405 required: - action - repository @@ -207464,10 +207483,10 @@ webhooks: type: string enum: - queued - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 workflow_job: type: object @@ -207613,7 +207632,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *390 + deployment: *405 required: - action - repository @@ -207702,10 +207721,10 @@ webhooks: type: string enum: - waiting - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 workflow_job: type: object @@ -207852,7 +207871,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *390 + deployment: *405 required: - action - repository @@ -207942,12 +207961,12 @@ webhooks: type: string enum: - completed - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - workflow: *607 + workflow: *608 workflow_run: title: Workflow Run type: object @@ -208976,12 +208995,12 @@ webhooks: type: string enum: - in_progress - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - workflow: *607 + workflow: *608 workflow_run: title: Workflow Run type: object @@ -209995,12 +210014,12 @@ webhooks: type: string enum: - requested - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - workflow: *607 + workflow: *608 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml index 2c2452ba4..270632929 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml @@ -4625,7 +4625,7 @@ paths: application/json: schema: *22 application/scim+json: - schema: &525 + schema: &526 title: Scim Error description: Scim Error type: object @@ -12675,7 +12675,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &351 + instances_url: &366 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12711,7 +12711,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &352 + dismissed_reason: &367 type: - string - 'null' @@ -12722,14 +12722,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &353 + dismissed_comment: &368 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &354 + rule: &369 type: object properties: id: @@ -12774,7 +12774,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &355 + tool: &370 type: object properties: name: *88 @@ -12785,15 +12785,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *89 - most_recent_instance: &356 + most_recent_instance: &371 type: object properties: - ref: &349 + ref: &364 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &361 + analysis_key: &376 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12804,7 +12804,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &362 + category: &377 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13782,7 +13782,7 @@ paths: - development - runtime - - security_advisory: &382 + security_advisory: &397 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14017,7 +14017,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: &383 + auto_dismissed_at: &398 type: - string - 'null' @@ -14383,7 +14383,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *63 - - &241 + - &256 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -14394,7 +14394,7 @@ paths: enum: - open - resolved - - &242 + - &257 name: secret_type in: query description: A comma-separated list of secret types to return. By default @@ -14403,7 +14403,7 @@ paths: required: false schema: type: string - - &243 + - &258 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -14412,7 +14412,7 @@ paths: required: false schema: type: string - - &244 + - &259 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. @@ -14428,7 +14428,7 @@ paths: - *4 - *86 - *87 - - &245 + - &260 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -14444,7 +14444,7 @@ paths: application/json: schema: type: array - items: &246 + items: &261 type: object properties: number: *91 @@ -14460,14 +14460,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &516 + state: &517 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: &517 + resolution: &518 type: - string - 'null' @@ -14533,7 +14533,7 @@ paths: - inactive - unknown examples: - default: &247 + default: &262 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14794,7 +14794,7 @@ paths: description: Success content: application/json: - schema: &249 + schema: &264 type: object properties: total_advanced_security_committers: @@ -14857,7 +14857,7 @@ paths: required: - repositories examples: - default: &250 + default: &265 value: total_advanced_security_committers: 2 total_count: 2 @@ -15139,7 +15139,7 @@ paths: milestone: anyOf: - type: 'null' - - &373 + - &388 title: Milestone description: A collection of related issues and pull requests. @@ -15311,7 +15311,7 @@ paths: timeline_url: type: string format: uri - type: &549 + type: &550 title: Issue Type description: The type of issue. type: @@ -15456,7 +15456,7 @@ paths: - author_association - created_at - updated_at - comment: &424 + comment: &439 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -16026,7 +16026,7 @@ paths: url: type: string format: uri - user: &564 + user: &565 title: Public User description: Public User type: object @@ -20716,14 +20716,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &272 + - &287 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &273 + - &288 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20794,7 +20794,7 @@ paths: '404': *24 '403': *41 '304': *40 - '301': &284 + '301': &299 description: Moved permanently content: application/json: @@ -20816,7 +20816,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &452 + - &467 name: all description: If `true`, show notifications marked as read. in: query @@ -20824,7 +20824,7 @@ paths: schema: type: boolean default: false - - &453 + - &468 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20834,7 +20834,7 @@ paths: type: boolean default: false - *107 - - &454 + - &469 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: @@ -21340,7 +21340,7 @@ paths: - url - subscription_url examples: - default: &455 + default: &470 value: - id: '1' repository: @@ -21893,7 +21893,7 @@ paths: type: array items: *68 examples: - default: &573 + default: &574 value: - login: github id: 1 @@ -22823,7 +22823,7 @@ paths: type: integer repository_cache_usages: type: array - items: &289 + items: &304 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23077,7 +23077,7 @@ paths: type: array items: *82 examples: - default: &570 + default: &571 value: total_count: 1 repositories: @@ -24883,7 +24883,7 @@ paths: description: Response content: application/json: - schema: &311 + schema: &326 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24918,7 +24918,7 @@ paths: - key_id - key examples: - default: &312 + default: &327 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25331,7 +25331,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#list-organization-variables parameters: - *130 - - &296 + - &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/enterprise-server@3.13/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -25985,7 +25985,7 @@ paths: be returned. in: query required: false - schema: &350 + schema: &365 type: string description: Severity of a code scanning alert. enum: @@ -26487,7 +26487,7 @@ paths: description: Response content: application/json: - schema: &386 + schema: &401 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26506,7 +26506,7 @@ paths: - key_id - key examples: - default: &387 + default: &402 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27088,7 +27088,7 @@ paths: description: Response content: application/json: - schema: &267 + schema: &282 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -27178,7 +27178,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &268 + default: &283 value: group_id: '123' group_name: Octocat admins @@ -27233,7 +27233,7 @@ paths: description: Response content: application/json: - schema: &265 + schema: &280 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -27273,7 +27273,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &266 + default: &281 value: groups: - group_id: '123' @@ -27924,7 +27924,7 @@ paths: application/json: schema: *37 examples: - default: &421 + default: &436 value: id: 1 account: @@ -29656,7 +29656,7 @@ paths: - nuget - container - *130 - - &574 + - &575 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -29697,7 +29697,7 @@ paths: default: *208 '403': *41 '401': *39 - '400': &576 + '400': &577 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -32206,7 +32206,7 @@ paths: description: Response content: application/json: - schema: &283 + schema: &298 title: Full Repository description: Full Repository type: object @@ -32785,7 +32785,7 @@ paths: - network_count - subscribers_count examples: - default: &285 + default: &300 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -33376,7 +33376,7 @@ paths: application/json: schema: type: array - items: &239 + items: &253 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -33632,12 +33632,12 @@ paths: - object rules: type: array - items: &238 + items: &504 title: Repository Rule type: object description: A repository rule. oneOf: - - &487 + - &238 title: creation description: Only allow users with bypass permission to create matching refs. @@ -33649,7 +33649,7 @@ paths: type: string enum: - creation - - &488 + - &239 title: update description: Only allow users with bypass permission to update matching refs. @@ -33670,7 +33670,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &490 + - &240 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -33682,7 +33682,7 @@ paths: type: string enum: - deletion - - &491 + - &241 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -33694,7 +33694,7 @@ paths: type: string enum: - required_linear_history - - &492 + - &242 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -33718,7 +33718,7 @@ paths: type: string required: - required_deployment_environments - - &493 + - &243 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -33730,7 +33730,7 @@ paths: type: string enum: - required_signatures - - &494 + - &244 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -33781,7 +33781,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &495 + - &245 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -33829,7 +33829,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &496 + - &246 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -33841,7 +33841,7 @@ paths: type: string enum: - non_fast_forward - - &497 + - &247 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -33877,7 +33877,7 @@ paths: required: - operator - pattern - - &498 + - &248 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -33913,7 +33913,7 @@ paths: required: - operator - pattern - - &499 + - &249 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -33949,7 +33949,7 @@ paths: required: - operator - pattern - - &500 + - &250 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -33985,7 +33985,7 @@ paths: required: - operator - pattern - - &501 + - &251 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -34021,7 +34021,7 @@ paths: required: - operator - pattern - - &502 + - &252 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -34152,7 +34152,26 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *238 + items: &255 + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - *238 + - *239 + - *240 + - *241 + - *242 + - *243 + - *244 + - *245 + - *246 + - *247 + - *248 + - *249 + - *250 + - *251 + - *252 source_type: type: string description: The type of the source of the ruleset @@ -34196,9 +34215,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: &240 + default: &254 value: id: 21 name: super cool ruleset @@ -34253,7 +34272,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *130 - - &504 + - &505 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -34266,7 +34285,7 @@ paths: in: query schema: type: string - - &505 + - &506 name: time_period description: |- The time period to filter by. @@ -34282,14 +34301,14 @@ paths: - week - month default: day - - &506 + - &507 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 - - &507 + - &508 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -34309,7 +34328,7 @@ paths: description: Response content: application/json: - schema: &508 + schema: &509 title: Rule Suites description: Response type: array @@ -34364,7 +34383,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &509 + default: &510 value: - id: 21 actor_id: 12 @@ -34408,7 +34427,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *130 - - &510 + - &511 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -34424,7 +34443,7 @@ paths: description: Response content: application/json: - schema: &511 + schema: &512 title: Rule Suite description: Response type: object @@ -34529,7 +34548,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &512 + default: &513 value: id: 21 actor_id: 12 @@ -34602,9 +34621,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: *240 + default: *254 '404': *24 '500': *213 put: @@ -34656,7 +34675,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *238 + items: *255 examples: default: value: @@ -34691,9 +34710,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: *240 + default: *254 '404': *24 '500': *213 delete: @@ -34740,14 +34759,14 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *130 - - *241 - - *242 - - *243 - - *244 + - *256 + - *257 + - *258 + - *259 - *9 - *5 - *4 - - &514 + - &515 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.13/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -34757,7 +34776,7 @@ paths: required: false schema: type: string - - &515 + - &516 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.13/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -34767,7 +34786,7 @@ paths: required: false schema: type: string - - *245 + - *260 responses: '200': description: Response @@ -34775,9 +34794,9 @@ paths: application/json: schema: type: array - items: *246 + items: *261 examples: - default: *247 + default: *262 headers: Link: *6 '404': *24 @@ -34811,7 +34830,7 @@ paths: application/json: schema: type: array - items: &251 + items: &266 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -34895,7 +34914,7 @@ paths: - repositories_url - slug examples: - default: &252 + default: &267 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -34933,7 +34952,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/orgs/security-managers#add-a-security-manager-team parameters: - *130 - - &248 + - &263 name: team_slug description: The slug of the team name. in: path @@ -34968,7 +34987,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/orgs/security-managers#remove-a-security-manager-team parameters: - *130 - - *248 + - *263 responses: '204': description: Response @@ -35004,9 +35023,9 @@ paths: description: Success content: application/json: - schema: *249 + schema: *264 examples: - default: *250 + default: *265 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -35034,7 +35053,7 @@ paths: application/json: schema: type: array - items: &274 + items: &289 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -35093,7 +35112,7 @@ paths: parent: anyOf: - type: 'null' - - *251 + - *266 required: - id - node_id @@ -35107,7 +35126,7 @@ paths: - slug - parent examples: - default: *252 + default: *267 headers: Link: *6 '403': *41 @@ -35209,7 +35228,7 @@ paths: description: Response content: application/json: - schema: &253 + schema: &268 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -35283,7 +35302,7 @@ paths: parent: anyOf: - type: 'null' - - *251 + - *266 members_count: type: integer examples: @@ -35589,7 +35608,7 @@ paths: - repos_count - organization examples: - default: &254 + default: &269 value: id: 1 node_id: MDQ6VGVhbTE= @@ -35659,15 +35678,15 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#get-a-team-by-name parameters: - *130 - - *248 + - *263 responses: '200': description: Response content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '404': *24 x-github: githubCloudOnly: false @@ -35689,7 +35708,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#update-a-team parameters: - *130 - - *248 + - *263 requestBody: required: false content: @@ -35752,16 +35771,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '201': description: Response content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '404': *24 '422': *33 '403': *41 @@ -35787,7 +35806,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#delete-a-team parameters: - *130 - - *248 + - *263 responses: '204': description: Response @@ -35814,7 +35833,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#list-discussions parameters: - *130 - - *248 + - *263 - *9 - *4 - *5 @@ -35831,7 +35850,7 @@ paths: application/json: schema: type: array - items: &255 + items: &270 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -35942,7 +35961,7 @@ paths: - updated_at - url examples: - default: &554 + default: &555 value: - author: login: octocat @@ -36017,7 +36036,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#create-a-discussion parameters: - *130 - - *248 + - *263 requestBody: required: true content: @@ -36051,9 +36070,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: &256 + default: &271 value: author: login: octocat @@ -36126,8 +36145,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#get-a-discussion parameters: - *130 - - *248 - - &257 + - *263 + - &272 name: discussion_number description: The number that identifies the discussion. in: path @@ -36139,9 +36158,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: *256 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36164,8 +36183,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#update-a-discussion parameters: - *130 - - *248 - - *257 + - *263 + - *272 requestBody: required: false content: @@ -36188,9 +36207,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: &555 + default: &556 value: author: login: octocat @@ -36261,8 +36280,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#delete-a-discussion parameters: - *130 - - *248 - - *257 + - *263 + - *272 responses: '204': description: Response @@ -36289,8 +36308,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#list-discussion-comments parameters: - *130 - - *248 - - *257 + - *263 + - *272 - *9 - *4 - *5 @@ -36301,7 +36320,7 @@ paths: application/json: schema: type: array - items: &258 + items: &273 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -36381,7 +36400,7 @@ paths: - updated_at - url examples: - default: &556 + default: &557 value: - author: login: octocat @@ -36450,8 +36469,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#create-a-discussion-comment parameters: - *130 - - *248 - - *257 + - *263 + - *272 requestBody: required: true content: @@ -36473,9 +36492,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: &259 + default: &274 value: author: login: octocat @@ -36542,9 +36561,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#get-a-discussion-comment parameters: - *130 - - *248 - - *257 - - &260 + - *263 + - *272 + - &275 name: comment_number description: The number that identifies the comment. in: path @@ -36556,9 +36575,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: *259 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36581,9 +36600,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#update-a-discussion-comment parameters: - *130 - - *248 - - *257 - - *260 + - *263 + - *272 + - *275 requestBody: required: true content: @@ -36605,9 +36624,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: &557 + default: &558 value: author: login: octocat @@ -36672,9 +36691,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#delete-a-discussion-comment parameters: - *130 - - *248 - - *257 - - *260 + - *263 + - *272 + - *275 responses: '204': description: Response @@ -36701,9 +36720,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment parameters: - *130 - - *248 - - *257 - - *260 + - *263 + - *272 + - *275 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -36729,7 +36748,7 @@ paths: application/json: schema: type: array - items: &261 + items: &276 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -36773,7 +36792,7 @@ paths: - content - created_at examples: - default: &263 + default: &278 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -36824,9 +36843,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment parameters: - *130 - - *248 - - *257 - - *260 + - *263 + - *272 + - *275 requestBody: required: true content: @@ -36859,9 +36878,9 @@ paths: team discussion comment content: application/json: - schema: *261 + schema: *276 examples: - default: &262 + default: &277 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -36890,9 +36909,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36916,10 +36935,10 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-team-discussion-comment-reaction parameters: - *130 - - *248 - - *257 - - *260 - - &264 + - *263 + - *272 + - *275 + - &279 name: reaction_id description: The unique identifier of the reaction. in: path @@ -36952,8 +36971,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-team-discussion parameters: - *130 - - *248 - - *257 + - *263 + - *272 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -36979,9 +36998,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 x-github: @@ -37008,8 +37027,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-team-discussion parameters: - *130 - - *248 - - *257 + - *263 + - *272 requestBody: required: true content: @@ -37041,16 +37060,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -37074,9 +37093,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-team-discussion-reaction parameters: - *130 - - *248 - - *257 - - *264 + - *263 + - *272 + - *279 responses: '204': description: Response @@ -37100,15 +37119,15 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/external-groups#list-a-connection-between-an-external-group-and-a-team parameters: - *130 - - *248 + - *263 responses: '200': description: Response content: application/json: - schema: *265 + schema: *280 examples: - default: *266 + default: *281 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -37128,7 +37147,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/external-groups#update-the-connection-between-an-external-group-and-a-team parameters: - *130 - - *248 + - *263 requestBody: required: true content: @@ -37152,9 +37171,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *282 examples: - default: *268 + default: *283 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -37174,7 +37193,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/external-groups#remove-the-connection-between-an-external-group-and-a-team parameters: - *130 - - *248 + - *263 responses: '204': description: Response @@ -37198,7 +37217,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/members#list-team-members parameters: - *130 - - *248 + - *263 - name: role description: Filters members returned by their role in the team. in: query @@ -37252,14 +37271,14 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/members#get-team-membership-for-a-user parameters: - *130 - - *248 + - *263 - *8 responses: '200': description: Response content: application/json: - schema: &269 + schema: &284 title: Team Membership description: Team Membership type: object @@ -37287,7 +37306,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &558 + response-if-user-is-a-team-maintainer: &559 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -37324,7 +37343,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/members#add-or-update-team-membership-for-a-user parameters: - *130 - - *248 + - *263 - *8 requestBody: required: false @@ -37350,9 +37369,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *284 examples: - response-if-users-membership-with-team-is-now-pending: &559 + response-if-users-membership-with-team-is-now-pending: &560 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -37388,7 +37407,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/members#remove-team-membership-for-a-user parameters: - *130 - - *248 + - *263 - *8 responses: '204': @@ -37416,7 +37435,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#list-team-projects parameters: - *130 - - *248 + - *263 - *4 - *5 responses: @@ -37426,7 +37445,7 @@ paths: application/json: schema: type: array - items: &270 + items: &285 title: Team Project description: A team's access to a project. type: object @@ -37495,7 +37514,7 @@ paths: - updated_at - permissions examples: - default: &560 + default: &561 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37557,8 +37576,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#check-team-permissions-for-a-project parameters: - *130 - - *248 - - &271 + - *263 + - &286 name: project_id description: The unique identifier of the project. in: path @@ -37570,9 +37589,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *285 examples: - default: &561 + default: &562 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -37633,8 +37652,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#add-or-update-team-project-permissions parameters: - *130 - - *248 - - *271 + - *263 + - *286 requestBody: required: false content: @@ -37700,8 +37719,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#remove-a-project-from-a-team parameters: - *130 - - *248 - - *271 + - *263 + - *286 responses: '204': description: Response @@ -37726,7 +37745,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#list-team-repositories parameters: - *130 - - *248 + - *263 - *4 - *5 responses: @@ -37768,15 +37787,15 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#check-team-permissions-for-a-repository parameters: - *130 - - *248 - - *272 - - *273 + - *263 + - *287 + - *288 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &562 + schema: &563 title: Team Repository description: A team's access to a repository. type: object @@ -38418,9 +38437,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#add-or-update-team-repository-permissions parameters: - *130 - - *248 - - *272 - - *273 + - *263 + - *287 + - *288 requestBody: required: false content: @@ -38466,9 +38485,9 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#remove-a-repository-from-a-team parameters: - *130 - - *248 - - *272 - - *273 + - *263 + - *287 + - *288 responses: '204': description: Response @@ -38493,7 +38512,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#list-child-teams parameters: - *130 - - *248 + - *263 - *4 - *5 responses: @@ -38503,9 +38522,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - response-if-child-teams-exist: &563 + response-if-child-teams-exist: &564 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -38623,7 +38642,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#get-a-project-card parameters: - - &275 + - &290 name: card_id description: The unique identifier of the card. in: path @@ -38635,7 +38654,7 @@ paths: description: Response content: application/json: - schema: &276 + schema: &291 title: Project Card description: Project cards represent a scope of work. type: object @@ -38710,7 +38729,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &292 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -38760,7 +38779,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#update-an-existing-project-card parameters: - - *275 + - *290 requestBody: required: false content: @@ -38790,9 +38809,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *291 examples: - default: *277 + default: *292 '304': *40 '403': *41 '401': *39 @@ -38813,7 +38832,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#delete-a-project-card parameters: - - *275 + - *290 responses: '204': description: Response @@ -38851,7 +38870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#move-a-project-card parameters: - - *275 + - *290 requestBody: required: true content: @@ -38958,7 +38977,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#get-a-project-column parameters: - - &278 + - &293 name: column_id description: The unique identifier of the column. in: path @@ -38970,7 +38989,7 @@ paths: description: Response content: application/json: - schema: &279 + schema: &294 title: Project Column description: Project columns contain cards of work. type: object @@ -39024,7 +39043,7 @@ paths: - created_at - updated_at examples: - default: &280 + default: &295 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -39053,7 +39072,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#update-an-existing-project-column parameters: - - *278 + - *293 requestBody: required: true content: @@ -39078,9 +39097,9 @@ paths: description: Response content: application/json: - schema: *279 + schema: *294 examples: - default: *280 + default: *295 '304': *40 '403': *41 '401': *39 @@ -39099,7 +39118,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#delete-a-project-column parameters: - - *278 + - *293 responses: '204': description: Response @@ -39122,7 +39141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#list-project-cards parameters: - - *278 + - *293 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -39143,7 +39162,7 @@ paths: application/json: schema: type: array - items: *276 + items: *291 examples: default: value: @@ -39196,7 +39215,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/cards#create-a-project-card parameters: - - *278 + - *293 requestBody: required: true content: @@ -39240,9 +39259,9 @@ paths: description: Response content: application/json: - schema: *276 + schema: *291 examples: - default: *277 + default: *292 '304': *40 '403': *41 '401': *39 @@ -39292,7 +39311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#move-a-project-column parameters: - - *278 + - *293 requestBody: required: true content: @@ -39349,7 +39368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/projects#get-a-project parameters: - - *271 + - *286 responses: '200': description: Response @@ -39357,7 +39376,7 @@ paths: application/json: schema: *225 examples: - default: &281 + default: &296 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -39410,7 +39429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/projects#update-a-project parameters: - - *271 + - *286 requestBody: required: false content: @@ -39461,7 +39480,7 @@ paths: application/json: schema: *225 examples: - default: *281 + default: *296 '404': description: Not Found if the authenticated user does not have access to the project @@ -39500,7 +39519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/projects#delete-a-project parameters: - - *271 + - *286 responses: '204': description: Delete Success @@ -39544,7 +39563,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/collaborators#list-project-collaborators parameters: - - *271 + - *286 - 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 @@ -39596,7 +39615,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/collaborators#add-project-collaborator parameters: - - *271 + - *286 - *8 requestBody: required: false @@ -39646,7 +39665,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *271 + - *286 - *8 responses: '204': @@ -39675,7 +39694,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *271 + - *286 - *8 responses: '200': @@ -39740,7 +39759,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#list-project-columns parameters: - - *271 + - *286 - *4 - *5 responses: @@ -39750,7 +39769,7 @@ paths: application/json: schema: type: array - items: *279 + items: *294 examples: default: value: @@ -39782,7 +39801,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/columns#create-a-project-column parameters: - - *271 + - *286 requestBody: required: true content: @@ -39806,7 +39825,7 @@ paths: description: Response content: application/json: - schema: *279 + schema: *294 examples: default: value: @@ -39868,7 +39887,7 @@ paths: resources: type: object properties: - core: &282 + core: &297 title: Rate Limit type: object properties: @@ -39885,20 +39904,20 @@ paths: - remaining - reset - used - graphql: *282 - search: *282 - code_search: *282 - source_import: *282 - integration_manifest: *282 - code_scanning_upload: *282 - actions_runner_registration: *282 - scim: *282 - dependency_sbom: *282 - code_scanning_autofix: *282 + graphql: *297 + search: *297 + code_search: *297 + source_import: *297 + integration_manifest: *297 + code_scanning_upload: *297 + actions_runner_registration: *297 + scim: *297 + dependency_sbom: *297 + code_scanning_autofix: *297 required: - core - search - rate: *282 + rate: *297 required: - rate - resources @@ -40002,14 +40021,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#get-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *283 + schema: *298 examples: default-response: summary: Default response @@ -40508,7 +40527,7 @@ paths: status: disabled '403': *41 '404': *24 - '301': *284 + '301': *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -40526,8 +40545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#update-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -40744,10 +40763,10 @@ paths: description: Response content: application/json: - schema: *283 + schema: *298 examples: - default: *285 - '307': &286 + default: *300 + '307': &301 description: Temporary Redirect content: application/json: @@ -40792,8 +40811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#delete-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -40815,7 +40834,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#delete-a-repository - '307': *286 + '307': *301 '404': *24 '409': *135 x-github: @@ -40839,11 +40858,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 - - &303 + - &318 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -40866,7 +40885,7 @@ paths: type: integer artifacts: type: array - items: &287 + items: &302 title: Artifact description: An artifact type: object @@ -40952,7 +40971,7 @@ paths: - expires_at - updated_at examples: - default: &304 + default: &319 value: total_count: 2 artifacts: @@ -41011,9 +41030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/artifacts#get-an-artifact parameters: - - *272 - - *273 - - &288 + - *287 + - *288 + - &303 name: artifact_id description: The unique identifier of the artifact. in: path @@ -41025,7 +41044,7 @@ paths: description: Response content: application/json: - schema: *287 + schema: *302 examples: default: value: @@ -41062,9 +41081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/artifacts#delete-an-artifact parameters: - - *272 - - *273 + - *287 - *288 + - *303 responses: '204': description: Response @@ -41088,9 +41107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/artifacts#download-an-artifact parameters: - - *272 - - *273 + - *287 - *288 + - *303 - name: archive_format in: path required: true @@ -41127,14 +41146,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *289 + schema: *304 examples: default: value: @@ -41160,14 +41179,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: &290 + schema: &305 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -41180,7 +41199,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &291 + default: &306 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -41201,8 +41220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -41210,9 +41229,9 @@ paths: required: true content: application/json: - schema: *290 + schema: *305 examples: - selected_actions: *291 + selected_actions: *306 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41232,11 +41251,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 - - &292 + - &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 @@ -41270,7 +41289,7 @@ paths: description: Response content: application/json: - schema: &293 + schema: &308 title: Repository actions caches description: Repository actions caches type: object @@ -41320,7 +41339,7 @@ paths: - total_count - actions_caches examples: - default: &294 + default: &309 value: total_count: 1 actions_caches: @@ -41352,23 +41371,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *272 - - *273 + - *287 + - *288 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *292 + - *307 responses: '200': description: Response content: application/json: - schema: *293 + schema: *308 examples: - default: *294 + default: *309 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41388,8 +41407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *272 - - *273 + - *287 + - *288 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -41420,9 +41439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *272 - - *273 - - &295 + - *287 + - *288 + - &310 name: job_id description: The unique identifier of the job. in: path @@ -41434,7 +41453,7 @@ paths: description: Response content: application/json: - schema: &307 + schema: &322 title: Job description: Information of a job execution in a workflow run type: object @@ -41781,9 +41800,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *272 - - *273 - - *295 + - *287 + - *288 + - *310 responses: '302': description: Response @@ -41811,9 +41830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *272 - - *273 - - *295 + - *287 + - *288 + - *310 requestBody: required: false content: @@ -41859,8 +41878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Status response @@ -41910,8 +41929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -41974,8 +41993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#list-repository-organization-secrets parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -41993,7 +42012,7 @@ paths: type: integer secrets: type: array - items: &309 + items: &324 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -42014,7 +42033,7 @@ paths: - created_at - updated_at examples: - default: &310 + default: &325 value: total_count: 2 secrets: @@ -42047,9 +42066,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#list-repository-organization-variables parameters: - - *272 - - *273 - - *296 + - *287 + - *288 + - *311 - *5 responses: '200': @@ -42066,7 +42085,7 @@ paths: type: integer variables: type: array - items: &313 + items: &328 title: Actions Variable type: object properties: @@ -42100,7 +42119,7 @@ paths: - created_at - updated_at examples: - default: &314 + default: &329 value: total_count: 2 variables: @@ -42133,8 +42152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -42143,7 +42162,7 @@ paths: schema: type: object properties: - enabled: &297 + enabled: &312 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *67 @@ -42176,8 +42195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -42188,7 +42207,7 @@ paths: schema: type: object properties: - enabled: *297 + enabled: *312 allowed_actions: *67 required: - enabled @@ -42219,14 +42238,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: &298 + schema: &313 type: object properties: access_level: @@ -42244,7 +42263,7 @@ paths: required: - access_level examples: - default: &299 + default: &314 value: access_level: organization x-github: @@ -42269,15 +42288,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: application/json: - schema: *298 + schema: *313 examples: - default: *299 + default: *314 responses: '204': description: Response @@ -42301,8 +42320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -42333,8 +42352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -42366,8 +42385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -42396,8 +42415,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Success response @@ -42437,8 +42456,8 @@ paths: in: query schema: type: string - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -42482,8 +42501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -42515,8 +42534,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -42590,8 +42609,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '201': description: Response @@ -42627,8 +42646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '201': description: Response @@ -42658,8 +42677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 responses: '200': @@ -42689,8 +42708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 responses: '204': @@ -42717,8 +42736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 responses: '200': *85 @@ -42743,8 +42762,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 requestBody: required: true @@ -42793,8 +42812,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 requestBody: required: true @@ -42844,8 +42863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 responses: '200': *155 @@ -42875,8 +42894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *79 - *156 responses: @@ -42906,9 +42925,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *272 - - *273 - - &317 + - *287 + - *288 + - &332 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. @@ -42916,7 +42935,7 @@ paths: required: false schema: type: string - - &318 + - &333 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -42924,7 +42943,7 @@ paths: required: false schema: type: string - - &319 + - &334 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -42933,7 +42952,7 @@ paths: required: false schema: type: string - - &320 + - &335 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 @@ -42960,7 +42979,7 @@ paths: - pending - *4 - *5 - - &321 + - &336 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-server@3.13/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -42969,7 +42988,7 @@ paths: schema: type: string format: date-time - - &300 + - &315 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -42978,13 +42997,13 @@ paths: schema: type: boolean default: false - - &322 + - &337 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &323 + - &338 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -43007,7 +43026,7 @@ paths: type: integer workflow_runs: type: array - items: &301 + items: &316 title: Workflow Run description: An invocation of a workflow type: object @@ -43124,7 +43143,7 @@ paths: type: - array - 'null' - items: &341 + items: &356 title: Pull Request Minimal type: object properties: @@ -43251,7 +43270,7 @@ paths: head_commit: anyOf: - type: 'null' - - &345 + - &360 title: Simple Commit description: A commit. type: object @@ -43366,7 +43385,7 @@ paths: - workflow_url - pull_requests examples: - default: &324 + default: &339 value: total_count: 1 workflow_runs: @@ -43602,24 +43621,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *272 - - *273 - - &302 + - *287 + - *288 + - &317 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *300 + - *315 responses: '200': description: Response content: application/json: - schema: *301 + schema: *316 examples: - default: &305 + default: &320 value: id: 30433642 name: Build @@ -43860,9 +43879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '204': description: Response @@ -43885,9 +43904,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '200': description: Response @@ -44017,12 +44036,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 - *4 - *5 - - *303 + - *318 responses: '200': description: Response @@ -44038,9 +44057,9 @@ paths: type: integer artifacts: type: array - items: *287 + items: *302 examples: - default: *304 + default: *319 headers: Link: *6 x-github: @@ -44064,25 +44083,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *272 - - *273 - - *302 - - &306 + - *287 + - *288 + - *317 + - &321 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *300 + - *315 responses: '200': description: Response content: application/json: - schema: *301 + schema: *316 examples: - default: *305 + default: *320 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -44105,10 +44124,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *272 - - *273 - - *302 - - *306 + - *287 + - *288 + - *317 + - *321 - *4 - *5 responses: @@ -44126,9 +44145,9 @@ paths: type: integer jobs: type: array - items: *307 + items: *322 examples: - default: &308 + default: &323 value: total_count: 1 jobs: @@ -44241,10 +44260,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *272 - - *273 - - *302 - - *306 + - *287 + - *288 + - *317 + - *321 responses: '302': description: Response @@ -44272,9 +44291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '202': description: Response @@ -44307,9 +44326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 requestBody: required: true content: @@ -44376,9 +44395,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '202': description: Response @@ -44411,9 +44430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 - 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 @@ -44443,9 +44462,9 @@ paths: type: integer jobs: type: array - items: *307 + items: *322 examples: - default: *308 + default: *323 headers: Link: *6 x-github: @@ -44470,9 +44489,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '302': description: Response @@ -44499,9 +44518,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '204': description: Response @@ -44528,9 +44547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 responses: '200': description: Response @@ -44599,7 +44618,7 @@ paths: items: type: object properties: - type: &395 + type: &410 type: string description: The type of reviewer. enum: @@ -44610,7 +44629,7 @@ paths: reviewer: anyOf: - *17 - - *274 + - *289 required: - environment - wait_timer @@ -44685,9 +44704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 requestBody: required: true content: @@ -44737,7 +44756,7 @@ paths: application/json: schema: type: array - items: &390 + items: &405 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -44849,7 +44868,7 @@ paths: - created_at - updated_at examples: - default: &391 + default: &406 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -44905,9 +44924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 requestBody: required: false content: @@ -44952,9 +44971,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *272 - - *273 - - *302 + - *287 + - *288 + - *317 requestBody: required: false content: @@ -45002,8 +45021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#list-repository-secrets parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -45021,9 +45040,9 @@ paths: type: integer secrets: type: array - items: *309 + items: *324 examples: - default: *310 + default: *325 headers: Link: *6 x-github: @@ -45048,16 +45067,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#get-a-repository-public-key parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *311 + schema: *326 examples: - default: *312 + default: *327 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45079,17 +45098,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#get-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 responses: '200': description: Response content: application/json: - schema: *309 + schema: *324 examples: - default: &408 + default: &423 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -45115,8 +45134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 requestBody: required: true @@ -45174,8 +45193,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#delete-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 responses: '204': @@ -45201,9 +45220,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#list-repository-variables parameters: - - *272 - - *273 - - *296 + - *287 + - *288 + - *311 - *5 responses: '200': @@ -45220,9 +45239,9 @@ paths: type: integer variables: type: array - items: *313 + items: *328 examples: - default: *314 + default: *329 headers: Link: *6 x-github: @@ -45245,8 +45264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#create-a-repository-variable parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -45298,17 +45317,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#get-a-repository-variable parameters: - - *272 - - *273 + - *287 + - *288 - *161 responses: '200': description: Response content: application/json: - schema: *313 + schema: *328 examples: - default: &409 + default: &424 value: name: USERNAME value: octocat @@ -45334,8 +45353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#update-a-repository-variable parameters: - - *272 - - *273 + - *287 + - *288 - *161 requestBody: required: true @@ -45378,8 +45397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#delete-a-repository-variable parameters: - - *272 - - *273 + - *287 + - *288 - *161 responses: '204': @@ -45405,8 +45424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflows#list-repository-workflows parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -45424,7 +45443,7 @@ paths: type: integer workflows: type: array - items: &315 + items: &330 title: Workflow description: A GitHub Actions workflow type: object @@ -45542,9 +45561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflows#get-a-workflow parameters: - - *272 - - *273 - - &316 + - *287 + - *288 + - &331 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -45559,7 +45578,7 @@ paths: description: Response content: application/json: - schema: *315 + schema: *330 examples: default: value: @@ -45592,9 +45611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflows#disable-a-workflow parameters: - - *272 - - *273 - - *316 + - *287 + - *288 + - *331 responses: '204': description: Response @@ -45619,9 +45638,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *272 - - *273 - - *316 + - *287 + - *288 + - *331 responses: '204': description: Response @@ -45672,9 +45691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflows#enable-a-workflow parameters: - - *272 - - *273 - - *316 + - *287 + - *288 + - *331 responses: '204': description: Response @@ -45701,19 +45720,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *272 - - *273 - - *316 - - *317 - - *318 - - *319 - - *320 + - *287 + - *288 + - *331 + - *332 + - *333 + - *334 + - *335 - *4 - *5 - - *321 - - *300 - - *322 - - *323 + - *336 + - *315 + - *337 + - *338 responses: '200': description: Response @@ -45729,9 +45748,9 @@ paths: type: integer workflow_runs: type: array - items: *301 + items: *316 examples: - default: *324 + default: *339 headers: Link: *6 x-github: @@ -45754,8 +45773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-activities parameters: - - *272 - - *273 + - *287 + - *288 - *9 - *4 - *86 @@ -45923,8 +45942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/assignees#list-assignees parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -45961,8 +45980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *272 - - *273 + - *287 + - *288 - name: assignee in: path required: true @@ -45996,8 +46015,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -46005,7 +46024,7 @@ paths: application/json: schema: type: array - items: &325 + items: &340 title: Autolink reference description: An autolink reference. type: object @@ -46059,8 +46078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -46099,9 +46118,9 @@ paths: description: response content: application/json: - schema: *325 + schema: *340 examples: - default: &326 + default: &341 value: id: 1 key_prefix: TICKET- @@ -46132,9 +46151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *272 - - *273 - - &327 + - *287 + - *288 + - &342 name: autolink_id description: The unique identifier of the autolink. in: path @@ -46146,9 +46165,9 @@ paths: description: Response content: application/json: - schema: *325 + schema: *340 examples: - default: *326 + default: *341 '404': *24 x-github: githubCloudOnly: false @@ -46168,9 +46187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *272 - - *273 - - *327 + - *287 + - *288 + - *342 responses: '204': description: Response @@ -46194,8 +46213,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response if Dependabot is enabled @@ -46244,8 +46263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branches#list-branches parameters: - - *272 - - *273 + - *287 + - *288 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -46283,7 +46302,7 @@ paths: - url protected: type: boolean - protection: &329 + protection: &344 title: Branch Protection description: Branch Protection type: object @@ -46326,7 +46345,7 @@ paths: required: - contexts - checks - enforce_admins: &332 + enforce_admins: &347 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -46343,7 +46362,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &334 + required_pull_request_reviews: &349 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -46365,7 +46384,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *274 + items: *289 apps: description: The list of apps with review dismissal access. @@ -46397,7 +46416,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *274 + items: *289 apps: description: The list of apps allowed to bypass pull request requirements. @@ -46427,7 +46446,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &331 + restrictions: &346 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -46752,9 +46771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branches#get-a-branch parameters: - - *272 - - *273 - - &330 + - *287 + - *288 + - &345 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-server@3.13/graphql). @@ -46768,14 +46787,14 @@ paths: description: Response content: application/json: - schema: &340 + schema: &355 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &369 + commit: &384 title: Commit description: Commit type: object @@ -46814,7 +46833,7 @@ paths: author: anyOf: - type: 'null' - - &328 + - &343 title: Git User description: Metaproperties for Git author/committer information. @@ -46835,7 +46854,7 @@ paths: committer: anyOf: - type: 'null' - - *328 + - *343 message: type: string examples: @@ -46859,7 +46878,7 @@ paths: required: - sha - url - verification: &415 + verification: &430 title: Verification type: object properties: @@ -46934,7 +46953,7 @@ paths: type: integer files: type: array - items: &379 + items: &394 title: Diff Entry description: Diff Entry type: object @@ -47028,7 +47047,7 @@ paths: - self protected: type: boolean - protection: *329 + protection: *344 protection_url: type: string format: uri @@ -47134,7 +47153,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *284 + '301': *299 '404': *24 x-github: githubCloudOnly: false @@ -47156,15 +47175,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *329 + schema: *344 examples: default: value: @@ -47358,9 +47377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#update-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -47620,7 +47639,7 @@ paths: url: type: string format: uri - required_status_checks: &337 + required_status_checks: &352 title: Status Check Policy description: Status Check Policy type: object @@ -47701,7 +47720,7 @@ paths: items: *17 teams: type: array - items: *274 + items: *289 apps: type: array items: *23 @@ -47719,7 +47738,7 @@ paths: items: *17 teams: type: array - items: *274 + items: *289 apps: type: array items: *23 @@ -47779,7 +47798,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *331 + restrictions: *346 required_conversation_resolution: type: object properties: @@ -47891,9 +47910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#delete-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -47918,17 +47937,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *332 + schema: *347 examples: - default: &333 + default: &348 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -47950,17 +47969,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *332 + schema: *347 examples: - default: *333 + default: *348 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -47979,9 +47998,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -48006,17 +48025,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *334 + schema: *349 examples: - default: &335 + default: &350 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -48112,9 +48131,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -48212,9 +48231,9 @@ paths: description: Response content: application/json: - schema: *334 + schema: *349 examples: - default: *335 + default: *350 '422': *33 x-github: githubCloudOnly: false @@ -48235,9 +48254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -48264,17 +48283,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *332 + schema: *347 examples: - default: &336 + default: &351 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -48297,17 +48316,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *332 + schema: *347 examples: - default: *336 + default: *351 '404': *24 x-github: githubCloudOnly: false @@ -48327,9 +48346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -48354,17 +48373,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-status-checks-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *337 + schema: *352 examples: - default: &338 + default: &353 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -48390,9 +48409,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#update-status-check-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -48444,9 +48463,9 @@ paths: description: Response content: application/json: - schema: *337 + schema: *352 examples: - default: *338 + default: *353 '404': *24 '422': *33 x-github: @@ -48468,9 +48487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#remove-status-check-protection parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -48494,9 +48513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response @@ -48530,9 +48549,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#add-status-check-contexts parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -48599,9 +48618,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#set-status-check-contexts parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -48665,9 +48684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: content: application/json: @@ -48733,15 +48752,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response content: application/json: - schema: *331 + schema: *346 examples: default: value: @@ -48832,9 +48851,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#delete-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '204': description: Response @@ -48857,9 +48876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response @@ -48869,7 +48888,7 @@ paths: type: array items: *23 examples: - default: &339 + default: &354 value: - id: 1 slug: octoapp @@ -48926,9 +48945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -48962,7 +48981,7 @@ paths: type: array items: *23 examples: - default: *339 + default: *354 '422': *33 x-github: githubCloudOnly: false @@ -48983,9 +49002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49019,7 +49038,7 @@ paths: type: array items: *23 examples: - default: *339 + default: *354 '422': *33 x-github: githubCloudOnly: false @@ -49040,9 +49059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49076,7 +49095,7 @@ paths: type: array items: *23 examples: - default: *339 + default: *354 '422': *33 x-github: githubCloudOnly: false @@ -49098,9 +49117,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response @@ -49108,9 +49127,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - default: *252 + default: *267 '404': *24 x-github: githubCloudOnly: false @@ -49130,9 +49149,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -49168,9 +49187,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - default: *252 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -49191,9 +49210,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: false content: @@ -49229,9 +49248,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - default: *252 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -49252,9 +49271,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: content: application/json: @@ -49289,9 +49308,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - default: *252 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -49313,9 +49332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 responses: '200': description: Response @@ -49349,9 +49368,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49409,9 +49428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49469,9 +49488,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49531,9 +49550,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branches#rename-a-branch parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 requestBody: required: true content: @@ -49555,7 +49574,7 @@ paths: description: Response content: application/json: - schema: *340 + schema: *355 examples: default: value: @@ -49668,8 +49687,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#create-a-check-run parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -49948,7 +49967,7 @@ paths: description: Response content: application/json: - schema: &342 + schema: &357 title: CheckRun description: A check performed on the code of a given code change type: object @@ -50083,8 +50102,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *341 - deployment: &597 + items: *356 + deployment: &598 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -50371,9 +50390,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#get-a-check-run parameters: - - *272 - - *273 - - &343 + - *287 + - *288 + - &358 name: check_run_id description: The unique identifier of the check run. in: path @@ -50385,9 +50404,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *357 examples: - default: &344 + default: &359 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -50487,9 +50506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#update-a-check-run parameters: - - *272 - - *273 - - *343 + - *287 + - *288 + - *358 requestBody: required: true content: @@ -50729,9 +50748,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *357 examples: - default: *344 + default: *359 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -50751,9 +50770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#list-check-run-annotations parameters: - - *272 - - *273 - - *343 + - *287 + - *288 + - *358 - *4 - *5 responses: @@ -50863,9 +50882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#rerequest-a-check-run parameters: - - *272 - - *273 - - *343 + - *287 + - *288 + - *358 responses: '201': description: Response @@ -50909,8 +50928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/suites#create-a-check-suite parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -50932,7 +50951,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &346 + schema: &361 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -51014,7 +51033,7 @@ paths: type: - array - 'null' - items: *341 + items: *356 app: anyOf: - type: 'null' @@ -51030,7 +51049,7 @@ paths: - string - 'null' format: date-time - head_commit: *345 + head_commit: *360 latest_check_runs_count: type: integer check_runs_url: @@ -51058,7 +51077,7 @@ paths: - check_runs_url - pull_requests examples: - default: &347 + default: &362 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -51349,9 +51368,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *346 + schema: *361 examples: - default: *347 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51370,8 +51389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -51680,9 +51699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/suites#get-a-check-suite parameters: - - *272 - - *273 - - &348 + - *287 + - *288 + - &363 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -51694,9 +51713,9 @@ paths: description: Response content: application/json: - schema: *346 + schema: *361 examples: - default: *347 + default: *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51719,17 +51738,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *272 - - *273 - - *348 - - &376 + - *287 + - *288 + - *363 + - &391 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &377 + - &392 name: status description: Returns check runs with the specified `status`. in: query @@ -51768,9 +51787,9 @@ paths: type: integer check_runs: type: array - items: *342 + items: *357 examples: - default: &378 + default: &393 value: total_count: 1 check_runs: @@ -51872,9 +51891,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/suites#rerequest-a-check-suite parameters: - - *272 - - *273 - - *348 + - *287 + - *288 + - *363 responses: '201': description: Response @@ -51907,20 +51926,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *173 - *174 - *5 - *4 - - &360 + - &375 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: *349 + schema: *364 - *9 - name: sort description: The property by which to sort the results. @@ -51943,7 +51962,7 @@ paths: be returned. in: query required: false - schema: *350 + schema: *365 responses: '200': description: Response @@ -51959,7 +51978,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *351 + instances_url: *366 state: *90 fixed_at: *100 dismissed_by: @@ -51967,11 +51986,11 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *352 - dismissed_comment: *353 - rule: *354 - tool: *355 - most_recent_instance: *356 + dismissed_reason: *367 + dismissed_comment: *368 + rule: *369 + tool: *370 + most_recent_instance: *371 dismissal_approved_by: anyOf: - type: 'null' @@ -52091,7 +52110,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *40 - '403': &357 + '403': &372 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -52118,9 +52137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *272 - - *273 - - &358 + - *287 + - *288 + - &373 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -52134,7 +52153,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &374 type: object properties: number: *91 @@ -52142,7 +52161,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *351 + instances_url: *366 state: *90 fixed_at: *100 dismissed_by: @@ -52150,8 +52169,8 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *352 - dismissed_comment: *353 + dismissed_reason: *367 + dismissed_comment: *368 rule: type: object properties: @@ -52213,8 +52232,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *355 - most_recent_instance: *356 + tool: *370 + most_recent_instance: *371 dismissal_approved_by: anyOf: - type: 'null' @@ -52307,7 +52326,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *40 - '403': *357 + '403': *372 '404': *24 '503': *102 x-github: @@ -52327,9 +52346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *272 - - *273 - - *358 + - *287 + - *288 + - *373 requestBody: required: true content: @@ -52344,8 +52363,8 @@ paths: enum: - open - dismissed - dismissed_reason: *352 - dismissed_comment: *353 + dismissed_reason: *367 + dismissed_comment: *368 required: - state examples: @@ -52360,7 +52379,7 @@ paths: description: Response content: application/json: - schema: *359 + schema: *374 examples: default: value: @@ -52436,7 +52455,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *32 - '403': &365 + '403': &380 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -52463,12 +52482,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *272 - - *273 - - *358 + - *287 + - *288 + - *373 - *5 - *4 - - *360 + - *375 responses: '200': description: Response @@ -52476,7 +52495,7 @@ paths: application/json: schema: type: array - items: *356 + items: *371 examples: default: value: @@ -52515,7 +52534,7 @@ paths: end_column: 50 classifications: - source - '403': *357 + '403': *372 '404': *24 '503': *102 x-github: @@ -52549,8 +52568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *173 - *174 - *5 @@ -52561,12 +52580,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *349 + schema: *364 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &363 + schema: &378 type: string description: An identifier for the upload. examples: @@ -52588,23 +52607,23 @@ paths: application/json: schema: type: array - items: &364 + items: &379 type: object properties: - ref: *349 - commit_sha: &366 + ref: *364 + commit_sha: &381 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: *361 + analysis_key: *376 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *362 + category: *377 error: type: string examples: @@ -52629,8 +52648,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *363 - tool: *355 + sarif_id: *378 + tool: *370 deletable: type: boolean warning: @@ -52692,7 +52711,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *357 + '403': *372 '404': *24 '503': *102 x-github: @@ -52728,8 +52747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -52742,7 +52761,7 @@ paths: description: Response content: application/json: - schema: *364 + schema: *379 examples: response: summary: application/json response @@ -52796,7 +52815,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *357 + '403': *372 '404': *24 '503': *102 x-github: @@ -52878,8 +52897,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -52935,7 +52954,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': *32 - '403': *365 + '403': *380 '404': *24 '503': *102 x-github: @@ -52957,8 +52976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -53024,7 +53043,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *357 + '403': *372 '404': *24 '503': *102 x-github: @@ -53045,8 +53064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -53117,7 +53136,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *365 + '403': *380 '404': *24 '409': description: Response if there is already a validation run in progress with @@ -53188,8 +53207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -53197,7 +53216,7 @@ paths: schema: type: object properties: - commit_sha: *366 + commit_sha: *381 ref: type: string description: |- @@ -53252,7 +53271,7 @@ paths: schema: type: object properties: - id: *363 + id: *378 url: type: string description: The REST API URL for checking the status of the upload. @@ -53266,7 +53285,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': *365 + '403': *380 '404': *24 '413': description: Payload Too Large if the sarif field is too large @@ -53289,8 +53308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *272 - - *273 + - *287 + - *288 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -53338,7 +53357,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': *357 + '403': *372 '404': description: Not Found if the sarif id does not match any upload '503': *102 @@ -53363,8 +53382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-codeowners-errors parameters: - - *272 - - *273 + - *287 + - *288 - 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 @@ -53495,8 +53514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *272 - - *273 + - *287 + - *288 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -53534,7 +53553,7 @@ paths: application/json: schema: type: array - items: &367 + items: &382 title: Collaborator description: Collaborator type: object @@ -53726,8 +53745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *272 - - *273 + - *287 + - *288 - *8 responses: '204': @@ -53764,8 +53783,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *272 - - *273 + - *287 + - *288 - *8 requestBody: required: false @@ -53835,8 +53854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *272 - - *273 + - *287 + - *288 - *8 responses: '204': @@ -53868,8 +53887,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *272 - - *273 + - *287 + - *288 - *8 responses: '200': @@ -53890,7 +53909,7 @@ paths: user: anyOf: - type: 'null' - - *367 + - *382 required: - permission - role_name @@ -53944,8 +53963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -53955,7 +53974,7 @@ paths: application/json: schema: type: array - items: &368 + items: &383 title: Commit Comment description: Commit Comment type: object @@ -54013,7 +54032,7 @@ paths: - created_at - updated_at examples: - default: &371 + default: &386 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54072,17 +54091,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#get-a-commit-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '200': description: Response content: application/json: - schema: *368 + schema: *383 examples: - default: &372 + default: &387 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54139,8 +54158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#update-a-commit-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -54163,7 +54182,7 @@ paths: description: Response content: application/json: - schema: *368 + schema: *383 examples: default: value: @@ -54214,8 +54233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#delete-a-commit-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '204': @@ -54237,8 +54256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). @@ -54265,9 +54284,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 '404': *24 @@ -54288,8 +54307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -54322,16 +54341,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Reaction created content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -54353,10 +54372,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *272 - - *273 + - *287 + - *288 - *116 - - *264 + - *279 responses: '204': description: Response @@ -54405,8 +54424,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/commits#list-commits parameters: - - *272 - - *273 + - *287 + - *288 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -54462,9 +54481,9 @@ paths: application/json: schema: type: array - items: *369 + items: *384 examples: - default: &473 + default: &488 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -54557,9 +54576,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/commits#list-branches-for-head-commit parameters: - - *272 - - *273 - - &370 + - *287 + - *288 + - &385 name: commit_sha description: The SHA of the commit. in: path @@ -54631,9 +54650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#list-commit-comments parameters: - - *272 - - *273 - - *370 + - *287 + - *288 + - *385 - *4 - *5 responses: @@ -54643,9 +54662,9 @@ paths: application/json: schema: type: array - items: *368 + items: *383 examples: - default: *371 + default: *386 headers: Link: *6 x-github: @@ -54673,9 +54692,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/comments#create-a-commit-comment parameters: - - *272 - - *273 - - *370 + - *287 + - *288 + - *385 requestBody: required: true content: @@ -54710,9 +54729,9 @@ paths: description: Response content: application/json: - schema: *368 + schema: *383 examples: - default: *372 + default: *387 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -54740,9 +54759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *272 - - *273 - - *370 + - *287 + - *288 + - *385 - *4 - *5 responses: @@ -54752,7 +54771,7 @@ paths: application/json: schema: type: array - items: &463 + items: &478 title: Pull Request Simple description: Pull Request Simple type: object @@ -54872,7 +54891,7 @@ paths: milestone: anyOf: - type: 'null' - - *373 + - *388 active_lock_reason: type: - string @@ -54927,7 +54946,7 @@ paths: type: - array - 'null' - items: *274 + items: *289 head: type: object properties: @@ -54971,7 +54990,7 @@ paths: _links: type: object properties: - comments: &374 + comments: &389 title: Link description: Hypermedia Link type: object @@ -54980,13 +54999,13 @@ paths: type: string required: - href - commits: *374 - statuses: *374 - html: *374 - issue: *374 - review_comments: *374 - review_comment: *374 - self: *374 + commits: *389 + statuses: *389 + html: *389 + issue: *389 + review_comments: *389 + review_comment: *389 + self: *389 required: - comments - commits @@ -54997,7 +55016,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: &465 + auto_merge: &480 title: Auto merge description: The status of auto merging a pull request. type: @@ -55062,7 +55081,7 @@ paths: - author_association - auto_merge examples: - default: &464 + default: &479 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -55599,11 +55618,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/commits#get-a-commit parameters: - - *272 - - *273 + - *287 + - *288 - *5 - *4 - - &375 + - &390 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)" @@ -55618,9 +55637,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *384 examples: - default: &449 + default: &464 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55730,11 +55749,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *272 - - *273 - - *375 - - *376 - - *377 + - *287 + - *288 + - *390 + - *391 + - *392 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -55768,9 +55787,9 @@ paths: type: integer check_runs: type: array - items: *342 + items: *357 examples: - default: *378 + default: *393 headers: Link: *6 x-github: @@ -55795,9 +55814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *272 - - *273 - - *375 + - *287 + - *288 + - *390 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -55805,7 +55824,7 @@ paths: schema: type: integer example: 1 - - *376 + - *391 - *4 - *5 responses: @@ -55823,7 +55842,7 @@ paths: type: integer check_suites: type: array - items: *346 + items: *361 examples: default: value: @@ -56023,9 +56042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *272 - - *273 - - *375 + - *287 + - *288 + - *390 - *4 - *5 responses: @@ -56227,9 +56246,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *272 - - *273 - - *375 + - *287 + - *288 + - *390 - *4 - *5 responses: @@ -56239,7 +56258,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 title: Status description: The status of a commit. type: object @@ -56320,7 +56339,7 @@ paths: site_admin: false headers: Link: *6 - '301': *284 + '301': *299 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56388,8 +56407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/commits#compare-two-commits parameters: - - *272 - - *273 + - *287 + - *288 - *5 - *4 - name: basehead @@ -56437,8 +56456,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *369 - merge_base_commit: *369 + base_commit: *384 + merge_base_commit: *384 status: type: string enum: @@ -56462,10 +56481,10 @@ paths: - 6 commits: type: array - items: *369 + items: *384 files: type: array - items: *379 + items: *394 required: - url - html_url @@ -56744,8 +56763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#get-repository-content parameters: - - *272 - - *273 + - *287 + - *288 - name: path description: path parameter in: path @@ -56898,7 +56917,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &380 + response-if-content-is-a-file: &395 summary: Response if content is a file value: type: file @@ -57035,7 +57054,7 @@ paths: - size - type - url - - &478 + - &493 title: Content File description: Content File type: object @@ -57253,7 +57272,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *380 + response-if-content-is-a-file: *395 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -57322,7 +57341,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *24 '403': *41 - '302': &482 + '302': &497 description: Found '304': *40 x-github: @@ -57346,8 +57365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#create-or-update-file-contents parameters: - - *272 - - *273 + - *287 + - *288 - name: path description: path parameter in: path @@ -57442,7 +57461,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &396 title: File Commit description: File Commit type: object @@ -57591,7 +57610,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *396 examples: example-for-creating-a-file: value: @@ -57642,7 +57661,7 @@ paths: schema: oneOf: - *22 - - &410 + - &425 description: Repository rule violation was detected type: object properties: @@ -57695,8 +57714,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#delete-a-file parameters: - - *272 - - *273 + - *287 + - *288 - name: path description: path parameter in: path @@ -57757,7 +57776,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *396 examples: default: value: @@ -57808,8 +57827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-contributors parameters: - - *272 - - *273 + - *287 + - *288 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -57933,8 +57952,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *181 - *182 - *183 @@ -57956,7 +57975,7 @@ paths: application/json: schema: type: array - items: &384 + items: &399 type: object description: A Dependabot alert. properties: @@ -57991,7 +58010,7 @@ paths: - development - runtime - - security_advisory: *382 + security_advisory: *397 security_vulnerability: *94 url: *95 html_url: *96 @@ -58022,7 +58041,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: *383 + auto_dismissed_at: *398 required: - number - state @@ -58249,9 +58268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *272 - - *273 - - &385 + - *287 + - *288 + - &400 name: alert_number in: path description: |- @@ -58266,7 +58285,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *399 examples: default: value: @@ -58370,9 +58389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *272 - - *273 - - *385 + - *287 + - *288 + - *400 requestBody: required: true content: @@ -58417,7 +58436,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *399 examples: default: value: @@ -58546,8 +58565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/secrets#list-repository-secrets parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -58565,7 +58584,7 @@ paths: type: integer secrets: type: array - items: &388 + items: &403 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -58619,16 +58638,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *386 + schema: *401 examples: - default: *387 + default: *402 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58648,15 +58667,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/secrets#get-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 responses: '200': description: Response content: application/json: - schema: *388 + schema: *403 examples: default: value: @@ -58682,8 +58701,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 requestBody: required: true @@ -58736,8 +58755,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *272 - - *273 + - *287 + - *288 - *158 responses: '204': @@ -58760,8 +58779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *272 - - *273 + - *287 + - *288 - 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 @@ -58935,8 +58954,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -59182,8 +59201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -59266,7 +59285,7 @@ paths: - version - url additionalProperties: false - metadata: &389 + metadata: &404 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -59305,7 +59324,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *389 + metadata: *404 resolved: type: object description: A collection of resolved package dependencies. @@ -59319,7 +59338,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *389 + metadata: *404 relationship: type: string description: A notation of whether a dependency is requested @@ -59452,8 +59471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/deployments#list-deployments parameters: - - *272 - - *273 + - *287 + - *288 - name: sha description: The SHA recorded at creation time. in: query @@ -59494,9 +59513,9 @@ paths: application/json: schema: type: array - items: *390 + items: *405 examples: - default: *391 + default: *406 headers: Link: *6 x-github: @@ -59562,8 +59581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/deployments#create-a-deployment parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -59645,7 +59664,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *405 examples: simple-example: summary: Simple example @@ -59718,9 +59737,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/deployments#get-a-deployment parameters: - - *272 - - *273 - - &392 + - *287 + - *288 + - &407 name: deployment_id description: deployment_id parameter in: path @@ -59732,7 +59751,7 @@ paths: description: Response content: application/json: - schema: *390 + schema: *405 examples: default: value: @@ -59797,9 +59816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/deployments#delete-a-deployment parameters: - - *272 - - *273 - - *392 + - *287 + - *288 + - *407 responses: '204': description: Response @@ -59821,9 +59840,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/statuses#list-deployment-statuses parameters: - - *272 - - *273 - - *392 + - *287 + - *288 + - *407 - *4 - *5 responses: @@ -59833,7 +59852,7 @@ paths: application/json: schema: type: array - items: &393 + items: &408 title: Deployment Status description: The status of a deployment. type: object @@ -59997,9 +60016,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/statuses#create-a-deployment-status parameters: - - *272 - - *273 - - *392 + - *287 + - *288 + - *407 requestBody: required: true content: @@ -60074,9 +60093,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *408 examples: - default: &394 + default: &409 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -60132,9 +60151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/statuses#get-a-deployment-status parameters: - - *272 - - *273 - - *392 + - *287 + - *288 + - *407 - name: status_id in: path required: true @@ -60145,9 +60164,9 @@ paths: description: Response content: application/json: - schema: *393 + schema: *408 examples: - default: *394 + default: *409 '404': *24 x-github: githubCloudOnly: false @@ -60172,8 +60191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -60230,8 +60249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/environments#list-environments parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -60249,7 +60268,7 @@ paths: - 5 environments: type: array - items: &396 + items: &411 title: Environment description: Details of a deployment environment type: object @@ -60311,7 +60330,7 @@ paths: type: string examples: - wait_timer - wait_timer: &398 + wait_timer: &413 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -60353,11 +60372,11 @@ paths: items: type: object properties: - type: *395 + type: *410 reviewer: anyOf: - *17 - - *274 + - *289 required: - id - node_id @@ -60380,7 +60399,7 @@ paths: - id - node_id - type - deployment_branch_policy: &399 + deployment_branch_policy: &414 type: - object - 'null' @@ -60496,9 +60515,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/environments#get-an-environment parameters: - - *272 - - *273 - - &397 + - *287 + - *288 + - &412 name: environment_name in: path required: true @@ -60511,9 +60530,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *411 examples: - default: &400 + default: &415 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -60596,9 +60615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/environments#create-or-update-an-environment parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 requestBody: required: false content: @@ -60608,7 +60627,7 @@ paths: - object - 'null' properties: - wait_timer: *398 + wait_timer: *413 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -60627,14 +60646,14 @@ paths: items: type: object properties: - type: *395 + type: *410 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *399 + deployment_branch_policy: *414 additionalProperties: false examples: default: @@ -60654,9 +60673,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *411 examples: - default: *400 + default: *415 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -60680,9 +60699,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/environments#delete-an-environment parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 responses: '204': description: Default response @@ -60707,9 +60726,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *4 - *5 responses: @@ -60728,7 +60747,7 @@ paths: - 2 branch_policies: type: array - items: &401 + items: &416 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -60789,9 +60808,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 requestBody: required: true content: @@ -60839,9 +60858,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *416 examples: - example-wildcard: &402 + example-wildcard: &417 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -60883,10 +60902,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *272 - - *273 - - *397 - - &403 + - *287 + - *288 + - *412 + - &418 name: branch_policy_id in: path required: true @@ -60898,9 +60917,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *416 examples: - default: *402 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60919,10 +60938,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *272 - - *273 - - *397 - - *403 + - *287 + - *288 + - *412 + - *418 requestBody: required: true content: @@ -60951,9 +60970,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *416 examples: - default: *402 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60972,10 +60991,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *272 - - *273 - - *397 - - *403 + - *287 + - *288 + - *412 + - *418 responses: '204': description: Response @@ -61000,9 +61019,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *397 - - *273 - - *272 + - *412 + - *288 + - *287 responses: '200': description: List of deployment protection rules @@ -61019,7 +61038,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &404 + items: &419 title: Deployment protection rule description: Deployment protection rule type: object @@ -61041,7 +61060,7 @@ paths: for the environment. examples: - true - app: &405 + app: &420 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -61144,9 +61163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *397 - - *273 - - *272 + - *412 + - *288 + - *287 requestBody: content: application/json: @@ -61167,9 +61186,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *404 + schema: *419 examples: - default: &406 + default: &421 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -61204,9 +61223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *397 - - *273 - - *272 + - *412 + - *288 + - *287 - *5 - *4 responses: @@ -61226,7 +61245,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *405 + items: *420 examples: default: value: @@ -61261,10 +61280,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *272 - - *273 - - *397 - - &407 + - *287 + - *288 + - *412 + - &422 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -61276,9 +61295,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *419 examples: - default: *406 + default: *421 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61299,10 +61318,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *397 - - *273 - - *272 - - *407 + - *412 + - *288 + - *287 + - *422 responses: '204': description: Response @@ -61328,9 +61347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#list-environment-secrets parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *4 - *5 responses: @@ -61348,9 +61367,9 @@ paths: type: integer secrets: type: array - items: *309 + items: *324 examples: - default: *310 + default: *325 headers: Link: *6 x-github: @@ -61375,17 +61394,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#get-an-environment-public-key parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 responses: '200': description: Response content: application/json: - schema: *311 + schema: *326 examples: - default: *312 + default: *327 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61407,18 +61426,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#get-an-environment-secret parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *158 responses: '200': description: Response content: application/json: - schema: *309 + schema: *324 examples: - default: *408 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61440,9 +61459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *158 requestBody: required: true @@ -61500,9 +61519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/secrets#delete-an-environment-secret parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *158 responses: '204': @@ -61528,10 +61547,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#list-environment-variables parameters: - - *272 - - *273 - - *397 - - *296 + - *287 + - *288 + - *412 + - *311 - *5 responses: '200': @@ -61548,9 +61567,9 @@ paths: type: integer variables: type: array - items: *313 + items: *328 examples: - default: *314 + default: *329 headers: Link: *6 x-github: @@ -61573,9 +61592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#create-an-environment-variable parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 requestBody: required: true content: @@ -61627,18 +61646,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#get-an-environment-variable parameters: - - *272 - - *273 - - *397 + - *287 + - *288 + - *412 - *161 responses: '200': description: Response content: application/json: - schema: *313 + schema: *328 examples: - default: *409 + default: *424 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61659,10 +61678,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#update-an-environment-variable parameters: - - *272 - - *273 + - *287 + - *288 - *161 - - *397 + - *412 requestBody: required: true content: @@ -61704,10 +61723,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/actions/variables#delete-an-environment-variable parameters: - - *272 - - *273 + - *287 + - *288 - *161 - - *397 + - *412 responses: '204': description: Response @@ -61729,8 +61748,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/events#list-repository-events parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -61807,8 +61826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/forks#list-forks parameters: - - *272 - - *273 + - *287 + - *288 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -61967,8 +61986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/forks#create-a-fork parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -62001,9 +62020,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *298 examples: - default: *285 + default: *300 '400': *32 '422': *33 '403': *41 @@ -62024,8 +62043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/blobs#create-a-blob parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -62085,7 +62104,7 @@ paths: schema: oneOf: - *133 - - *410 + - *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62110,8 +62129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/blobs#get-a-blob parameters: - - *272 - - *273 + - *287 + - *288 - name: file_sha in: path required: true @@ -62211,8 +62230,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/commits#create-a-commit parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -62321,7 +62340,7 @@ paths: description: Response content: application/json: - schema: &411 + schema: &426 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -62540,15 +62559,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/commits#get-a-commit-object parameters: - - *272 - - *273 - - *370 + - *287 + - *288 + - *385 responses: '200': description: Response content: application/json: - schema: *411 + schema: *426 examples: default: value: @@ -62601,9 +62620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/refs#list-matching-references parameters: - - *272 - - *273 - - &412 + - *287 + - *288 + - &427 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. @@ -62620,7 +62639,7 @@ paths: application/json: schema: type: array - items: &413 + items: &428 title: Git Reference description: Git references within a repository type: object @@ -62696,17 +62715,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/refs#get-a-reference parameters: - - *272 - - *273 - - *412 + - *287 + - *288 + - *427 responses: '200': description: Response content: application/json: - schema: *413 + schema: *428 examples: - default: &414 + default: &429 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -62735,8 +62754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/refs#create-a-reference parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -62765,9 +62784,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *428 examples: - default: *414 + default: *429 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -62793,9 +62812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/refs#update-a-reference parameters: - - *272 - - *273 - - *412 + - *287 + - *288 + - *427 requestBody: required: true content: @@ -62824,9 +62843,9 @@ paths: description: Response content: application/json: - schema: *413 + schema: *428 examples: - default: *414 + default: *429 '422': *33 '409': *135 x-github: @@ -62844,9 +62863,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/refs#delete-a-reference parameters: - - *272 - - *273 - - *412 + - *287 + - *288 + - *427 responses: '204': description: Response @@ -62901,8 +62920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/tags#create-a-tag-object parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -62969,7 +62988,7 @@ paths: description: Response content: application/json: - schema: &416 + schema: &431 title: Git Tag description: Metadata for a Git tag type: object @@ -63025,7 +63044,7 @@ paths: - sha - type - url - verification: *415 + verification: *430 required: - sha - url @@ -63035,7 +63054,7 @@ paths: - tag - message examples: - default: &417 + default: &432 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -63105,8 +63124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/tags#get-a-tag parameters: - - *272 - - *273 + - *287 + - *288 - name: tag_sha in: path required: true @@ -63117,9 +63136,9 @@ paths: description: Response content: application/json: - schema: *416 + schema: *431 examples: - default: *417 + default: *432 '404': *24 '409': *135 x-github: @@ -63143,8 +63162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/trees#create-a-tree parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -63218,7 +63237,7 @@ paths: description: Response content: application/json: - schema: &418 + schema: &433 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -63320,8 +63339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/git/trees#get-a-tree parameters: - - *272 - - *273 + - *287 + - *288 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -63344,7 +63363,7 @@ paths: description: Response content: application/json: - schema: *418 + schema: *433 examples: default-response: summary: Default response @@ -63403,8 +63422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#list-repository-webhooks parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -63414,7 +63433,7 @@ paths: application/json: schema: type: array - items: &419 + items: &434 title: Webhook description: Webhooks for repositories. type: object @@ -63477,7 +63496,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &625 + last_response: &626 title: Hook Response type: object properties: @@ -63554,8 +63573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#create-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -63608,9 +63627,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *434 examples: - default: &420 + default: &435 value: type: Repository id: 12345678 @@ -63658,17 +63677,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#get-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 responses: '200': description: Response content: application/json: - schema: *419 + schema: *434 examples: - default: *420 + default: *435 '404': *24 x-github: githubCloudOnly: false @@ -63688,8 +63707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#update-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 requestBody: required: true @@ -63735,9 +63754,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *434 examples: - default: *420 + default: *435 '422': *33 '404': *24 x-github: @@ -63758,8 +63777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 responses: '204': @@ -63784,8 +63803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *3 responses: '200': @@ -63813,8 +63832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *3 requestBody: required: false @@ -63859,8 +63878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 - *4 - *195 @@ -63892,8 +63911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 - *34 responses: @@ -63922,8 +63941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 - *34 responses: @@ -63947,8 +63966,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 responses: '204': @@ -63974,8 +63993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *272 - - *273 + - *287 + - *288 - *3 responses: '204': @@ -64000,8 +64019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -64009,8 +64028,8 @@ paths: application/json: schema: *37 examples: - default: *421 - '301': *284 + default: *436 + '301': *299 '404': *24 x-github: githubCloudOnly: false @@ -64029,8 +64048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/invitations#list-repository-invitations parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -64040,7 +64059,7 @@ paths: application/json: schema: type: array - items: &422 + items: &437 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -64102,7 +64121,7 @@ paths: - html_url - created_at examples: - default: &578 + default: &579 value: - id: 1 repository: @@ -64233,9 +64252,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *272 - - *273 - - &423 + - *287 + - *288 + - &438 name: invitation_id description: The unique identifier of the invitation. in: path @@ -64270,7 +64289,7 @@ paths: description: Response content: application/json: - schema: *422 + schema: *437 examples: default: value: @@ -64401,9 +64420,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *272 - - *273 - - *423 + - *287 + - *288 + - *438 responses: '204': description: Response @@ -64434,8 +64453,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#list-repository-issues parameters: - - *272 - - *273 + - *287 + - *288 - 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 @@ -64656,7 +64675,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *284 + '301': *299 '422': *33 '404': *24 x-github: @@ -64685,8 +64704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#create-an-issue parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -64778,7 +64797,7 @@ paths: application/json: schema: *117 examples: - default: &427 + default: &442 value: id: 1 node_id: MDU6SXNzdWUx @@ -64962,9 +64981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *272 - - *273 - - &471 + - *287 + - *288 + - &486 name: sort description: The property to sort the results by. in: query @@ -64994,9 +65013,9 @@ paths: application/json: schema: type: array - items: *424 + items: *439 examples: - default: &429 + default: &444 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -65054,17 +65073,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#get-an-issue-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '200': description: Response content: application/json: - schema: *424 + schema: *439 examples: - default: &425 + default: &440 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -65118,8 +65137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#update-an-issue-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -65142,9 +65161,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *439 examples: - default: *425 + default: *440 '422': *33 x-github: githubCloudOnly: false @@ -65162,8 +65181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#delete-an-issue-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '204': @@ -65184,8 +65203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). @@ -65212,9 +65231,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 '404': *24 @@ -65235,8 +65254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -65269,16 +65288,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Reaction created content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -65300,10 +65319,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *272 - - *273 + - *287 + - *288 - *116 - - *264 + - *279 responses: '204': description: Response @@ -65323,8 +65342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/events#list-issue-events-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -65334,7 +65353,7 @@ paths: application/json: schema: type: array - items: &426 + items: &441 title: Issue Event description: Issue Event type: object @@ -65414,7 +65433,7 @@ paths: anyOf: - type: 'null' - *17 - requested_team: *274 + requested_team: *289 dismissed_review: title: Issue Event Dismissed Review type: object @@ -65673,8 +65692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/events#get-an-issue-event parameters: - - *272 - - *273 + - *287 + - *288 - name: event_id in: path required: true @@ -65685,7 +65704,7 @@ paths: description: Response content: application/json: - schema: *426 + schema: *441 examples: default: value: @@ -65912,9 +65931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue parameters: - - *272 - - *273 - - &428 + - *287 + - *288 + - &443 name: issue_number description: The number that identifies the issue. in: path @@ -65928,8 +65947,8 @@ paths: application/json: schema: *117 examples: - default: *427 - '301': *284 + default: *442 + '301': *299 '404': *24 '410': *226 '304': *40 @@ -65956,9 +65975,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#update-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: false content: @@ -66079,11 +66098,11 @@ paths: application/json: schema: *117 examples: - default: *427 + default: *442 '422': *33 '503': *102 '403': *41 - '301': *284 + '301': *299 '404': *24 '410': *226 x-github: @@ -66103,9 +66122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: false content: @@ -66133,7 +66152,7 @@ paths: application/json: schema: *117 examples: - default: *427 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66149,9 +66168,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: content: application/json: @@ -66178,7 +66197,7 @@ paths: application/json: schema: *117 examples: - default: *427 + default: *442 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66200,9 +66219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - name: assignee in: path required: true @@ -66242,9 +66261,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#list-issue-comments parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - *107 - *4 - *5 @@ -66255,9 +66274,9 @@ paths: application/json: schema: type: array - items: *424 + items: *439 examples: - default: *429 + default: *444 headers: Link: *6 '404': *24 @@ -66290,9 +66309,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/comments#create-an-issue-comment parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: true content: @@ -66314,9 +66333,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *439 examples: - default: *425 + default: *440 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -66343,9 +66362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/events#list-issue-events parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - *4 - *5 responses: @@ -66359,7 +66378,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &432 + - &447 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -66408,7 +66427,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &433 + - &448 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -66536,7 +66555,7 @@ paths: - performed_via_github_app - assignee - assigner - - &434 + - &449 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -66582,7 +66601,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &435 + - &450 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -66628,7 +66647,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &436 + - &451 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -66677,7 +66696,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &437 + - &452 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -66706,7 +66725,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *274 + requested_team: *289 requested_reviewer: *17 required: - review_requester @@ -66719,7 +66738,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &438 + - &453 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -66748,7 +66767,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *274 + requested_team: *289 requested_reviewer: *17 required: - review_requester @@ -66761,7 +66780,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &439 + - &454 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -66817,7 +66836,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &440 + - &455 title: Locked Issue Event description: Locked Issue Event type: object @@ -66862,7 +66881,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &441 + - &456 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -66923,7 +66942,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &442 + - &457 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -66984,7 +67003,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &443 + - &458 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -67045,7 +67064,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &444 + - &459 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -67155,9 +67174,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#list-labels-for-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - *4 - *5 responses: @@ -67167,7 +67186,7 @@ paths: application/json: schema: type: array - items: &430 + items: &445 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -67222,7 +67241,7 @@ paths: - color - default examples: - default: &431 + default: &446 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -67240,7 +67259,7 @@ paths: default: false headers: Link: *6 - '301': *284 + '301': *299 '404': *24 '410': *226 x-github: @@ -67259,9 +67278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#add-labels-to-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: false content: @@ -67320,10 +67339,10 @@ paths: application/json: schema: type: array - items: *430 + items: *445 examples: - default: *431 - '301': *284 + default: *446 + '301': *299 '404': *24 '410': *226 '422': *33 @@ -67342,9 +67361,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#set-labels-for-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: false content: @@ -67404,10 +67423,10 @@ paths: application/json: schema: type: array - items: *430 + items: *445 examples: - default: *431 - '301': *284 + default: *446 + '301': *299 '404': *24 '410': *226 '422': *33 @@ -67426,13 +67445,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 responses: '204': description: Response - '301': *284 + '301': *299 '404': *24 '410': *226 x-github: @@ -67453,9 +67472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - name: name in: path required: true @@ -67468,7 +67487,7 @@ paths: application/json: schema: type: array - items: *430 + items: *445 examples: default: value: @@ -67479,7 +67498,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *284 + '301': *299 '404': *24 '410': *226 x-github: @@ -67501,9 +67520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#lock-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: false content: @@ -67550,9 +67569,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/issues#unlock-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 responses: '204': description: Response @@ -67574,9 +67593,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -67602,9 +67621,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 '404': *24 @@ -67626,9 +67645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 requestBody: required: true content: @@ -67660,16 +67679,16 @@ paths: description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -67691,10 +67710,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *272 - - *273 - - *428 - - *264 + - *287 + - *288 + - *443 + - *279 responses: '204': description: Response @@ -67714,9 +67733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *272 - - *273 - - *428 + - *287 + - *288 + - *443 - *4 - *5 responses: @@ -67731,19 +67750,19 @@ paths: description: Timeline Event type: object anyOf: - - *432 - - *433 - - *434 - - *435 - - *436 - - *437 - - *438 - - *439 - - *440 - - *441 - - *442 - - *443 - - *444 + - *447 + - *448 + - *449 + - *450 + - *451 + - *452 + - *453 + - *454 + - *455 + - *456 + - *457 + - *458 + - *459 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -68062,7 +68081,7 @@ paths: type: string comments: type: array - items: &466 + items: &481 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -68300,7 +68319,7 @@ paths: type: string comments: type: array - items: *368 + items: *383 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -68592,8 +68611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -68603,7 +68622,7 @@ paths: application/json: schema: type: array - items: &445 + items: &460 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -68668,8 +68687,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -68705,9 +68724,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *460 examples: - default: &446 + default: &461 value: id: 1 key: ssh-rsa AAA... @@ -68740,9 +68759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *272 - - *273 - - &447 + - *287 + - *288 + - &462 name: key_id description: The unique identifier of the key. in: path @@ -68754,9 +68773,9 @@ paths: description: Response content: application/json: - schema: *445 + schema: *460 examples: - default: *446 + default: *461 '404': *24 x-github: githubCloudOnly: false @@ -68774,9 +68793,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *272 - - *273 - - *447 + - *287 + - *288 + - *462 responses: '204': description: Response @@ -68796,8 +68815,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#list-labels-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -68807,9 +68826,9 @@ paths: application/json: schema: type: array - items: *430 + items: *445 examples: - default: *431 + default: *446 headers: Link: *6 '404': *24 @@ -68830,8 +68849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#create-a-label parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -68867,9 +68886,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *445 examples: - default: &448 + default: &463 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -68901,8 +68920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#get-a-label parameters: - - *272 - - *273 + - *287 + - *288 - name: name in: path required: true @@ -68913,9 +68932,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *445 examples: - default: *448 + default: *463 '404': *24 x-github: githubCloudOnly: false @@ -68932,8 +68951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#update-a-label parameters: - - *272 - - *273 + - *287 + - *288 - name: name in: path required: true @@ -68972,7 +68991,7 @@ paths: description: Response content: application/json: - schema: *430 + schema: *445 examples: default: value: @@ -68998,8 +69017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#delete-a-label parameters: - - *272 - - *273 + - *287 + - *288 - name: name in: path required: true @@ -69025,8 +69044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-languages parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -69062,8 +69081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '202': *136 '403': @@ -69091,8 +69110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -69118,9 +69137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *272 - - *273 - - *360 + - *287 + - *288 + - *375 responses: '200': description: Response @@ -69267,8 +69286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -69333,8 +69352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/branches/branches#merge-a-branch parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -69368,9 +69387,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *369 + schema: *384 examples: - default: *449 + default: *464 '204': description: Response when already merged '404': @@ -69395,8 +69414,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/milestones#list-milestones parameters: - - *272 - - *273 + - *287 + - *288 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -69437,7 +69456,7 @@ paths: application/json: schema: type: array - items: *373 + items: *388 examples: default: value: @@ -69493,8 +69512,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/milestones#create-a-milestone parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -69534,9 +69553,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *388 examples: - default: &450 + default: &465 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -69595,9 +69614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/milestones#get-a-milestone parameters: - - *272 - - *273 - - &451 + - *287 + - *288 + - &466 name: milestone_number description: The number that identifies the milestone. in: path @@ -69609,9 +69628,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *388 examples: - default: *450 + default: *465 '404': *24 x-github: githubCloudOnly: false @@ -69628,9 +69647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/milestones#update-a-milestone parameters: - - *272 - - *273 - - *451 + - *287 + - *288 + - *466 requestBody: required: false content: @@ -69668,9 +69687,9 @@ paths: description: Response content: application/json: - schema: *373 + schema: *388 examples: - default: *450 + default: *465 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69686,9 +69705,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/milestones#delete-a-milestone parameters: - - *272 - - *273 - - *451 + - *287 + - *288 + - *466 responses: '204': description: Response @@ -69709,9 +69728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *272 - - *273 - - *451 + - *287 + - *288 + - *466 - *4 - *5 responses: @@ -69721,9 +69740,9 @@ paths: application/json: schema: type: array - items: *430 + items: *445 examples: - default: *431 + default: *446 headers: Link: *6 x-github: @@ -69742,12 +69761,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *272 - - *273 - - *452 - - *453 + - *287 + - *288 + - *467 + - *468 - *107 - - *454 + - *469 - *4 - *5 responses: @@ -69759,7 +69778,7 @@ paths: type: array items: *126 examples: - default: *455 + default: *470 headers: Link: *6 x-github: @@ -69783,8 +69802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -69842,14 +69861,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#get-a-apiname-pages-site parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: &456 + schema: &471 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -69993,7 +70012,7 @@ paths: - custom_404 - public examples: - default: &457 + default: &472 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -70034,8 +70053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#create-a-apiname-pages-site parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -70090,9 +70109,9 @@ paths: description: Response content: application/json: - schema: *456 + schema: *471 examples: - default: *457 + default: *472 '422': *33 '409': *135 x-github: @@ -70115,8 +70134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -70216,8 +70235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -70243,8 +70262,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#list-apiname-pages-builds parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -70254,7 +70273,7 @@ paths: application/json: schema: type: array - items: &458 + items: &473 title: Page Build description: Page Build type: object @@ -70346,8 +70365,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#request-a-apiname-pages-build parameters: - - *272 - - *273 + - *287 + - *288 responses: '201': description: Response @@ -70394,16 +70413,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#get-latest-pages-build parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *458 + schema: *473 examples: - default: &459 + default: &474 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -70451,8 +70470,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#get-apiname-pages-build parameters: - - *272 - - *273 + - *287 + - *288 - name: build_id in: path required: true @@ -70463,9 +70482,9 @@ paths: description: Response content: application/json: - schema: *458 + schema: *473 examples: - default: *459 + default: *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70485,8 +70504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#create-a-github-pages-deployment parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -70589,9 +70608,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *272 - - *273 - - &460 + - *287 + - *288 + - &475 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -70649,9 +70668,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *272 - - *273 - - *460 + - *287 + - *288 + - *475 responses: '204': *222 '404': *24 @@ -70674,8 +70693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 - *9 @@ -70696,7 +70715,7 @@ paths: application/json: schema: type: array - items: &461 + items: &476 type: object properties: id: @@ -70730,17 +70749,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *16 responses: '200': description: Response content: application/json: - schema: *461 + schema: *476 examples: - default: &462 + default: &477 value: id: 42 name: Check Commits @@ -70762,15 +70781,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *16 responses: '200': description: Response content: application/json: - schema: *461 + schema: *476 examples: default: value: @@ -70814,8 +70833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - *16 responses: '200': @@ -70823,9 +70842,9 @@ paths: global level. content: application/json: - schema: *461 + schema: *476 examples: - default: *462 + default: *477 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70845,8 +70864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/projects#list-repository-projects parameters: - - *272 - - *273 + - *287 + - *288 - name: state description: Indicates the state of the projects to return. in: query @@ -70927,8 +70946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/projects/projects#create-a-repository-project parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -70956,7 +70975,7 @@ paths: application/json: schema: *225 examples: - default: *281 + default: *296 '401': *39 '403': *41 '404': *24 @@ -70980,8 +70999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -71020,8 +71039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -71083,8 +71102,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#list-pull-requests parameters: - - *272 - - *273 + - *287 + - *288 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -71144,9 +71163,9 @@ paths: application/json: schema: type: array - items: *463 + items: *478 examples: - default: *464 + default: *479 headers: Link: *6 '304': *40 @@ -71178,8 +71197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#create-a-pull-request parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -71246,7 +71265,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &483 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -71375,7 +71394,7 @@ paths: milestone: anyOf: - type: 'null' - - *373 + - *388 active_lock_reason: type: - string @@ -71430,7 +71449,7 @@ paths: type: - array - 'null' - items: *251 + items: *266 head: type: object properties: @@ -71468,14 +71487,14 @@ paths: _links: type: object properties: - comments: *374 - commits: *374 - statuses: *374 - html: *374 - issue: *374 - review_comments: *374 - review_comment: *374 - self: *374 + comments: *389 + commits: *389 + statuses: *389 + html: *389 + issue: *389 + review_comments: *389 + review_comment: *389 + self: *389 required: - comments - commits @@ -71486,7 +71505,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: *465 + auto_merge: *480 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -71588,7 +71607,7 @@ paths: - merged_by - review_comments examples: - default: &469 + default: &484 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -72115,8 +72134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - name: sort in: query required: false @@ -72145,9 +72164,9 @@ paths: application/json: schema: type: array - items: *466 + items: *481 examples: - default: &472 + default: &487 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -72224,17 +72243,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '200': description: Response content: application/json: - schema: *466 + schema: *481 examples: - default: &467 + default: &482 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -72309,8 +72328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -72333,9 +72352,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *481 examples: - default: *467 + default: *482 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72351,8 +72370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *272 - - *273 + - *287 + - *288 - *116 responses: '204': @@ -72374,8 +72393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). @@ -72402,9 +72421,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 '404': *24 @@ -72425,8 +72444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *272 - - *273 + - *287 + - *288 - *116 requestBody: required: true @@ -72459,16 +72478,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Reaction created content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -72490,10 +72509,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *272 - - *273 + - *287 + - *288 - *116 - - *264 + - *279 responses: '204': description: Response @@ -72536,9 +72555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#get-a-pull-request parameters: - - *272 - - *273 - - &470 + - *287 + - *288 + - &485 name: pull_number description: The number that identifies the pull request. in: path @@ -72551,9 +72570,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *468 + schema: *483 examples: - default: *469 + default: *484 '304': *40 '404': *24 '406': @@ -72588,9 +72607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#update-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: false content: @@ -72632,9 +72651,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *483 examples: - default: *469 + default: *484 '422': *33 '403': *41 x-github: @@ -72662,10 +72681,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *272 - - *273 - - *470 - - *471 + - *287 + - *288 + - *485 + - *486 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -72685,9 +72704,9 @@ paths: application/json: schema: type: array - items: *466 + items: *481 examples: - default: *472 + default: *487 headers: Link: *6 x-github: @@ -72720,9 +72739,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: true content: @@ -72828,7 +72847,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *481 examples: example-for-a-multi-line-comment: value: @@ -72916,9 +72935,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 - *116 requestBody: required: true @@ -72941,7 +72960,7 @@ paths: description: Response content: application/json: - schema: *466 + schema: *481 examples: default: value: @@ -73027,9 +73046,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 - *4 - *5 responses: @@ -73039,9 +73058,9 @@ paths: application/json: schema: type: array - items: *369 + items: *384 examples: - default: *473 + default: *488 headers: Link: *6 x-github: @@ -73071,9 +73090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#list-pull-requests-files parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 - *4 - *5 responses: @@ -73083,7 +73102,7 @@ paths: application/json: schema: type: array - items: *379 + items: *394 examples: default: value: @@ -73121,9 +73140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 responses: '204': description: Response if pull request has been merged @@ -73146,9 +73165,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#merge-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: false content: @@ -73260,9 +73279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 responses: '200': description: Response @@ -73278,7 +73297,7 @@ paths: items: *17 teams: type: array - items: *274 + items: *289 required: - users - teams @@ -73337,9 +73356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: false content: @@ -73376,7 +73395,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *478 examples: default: value: @@ -73912,9 +73931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: true content: @@ -73948,7 +73967,7 @@ paths: description: Response content: application/json: - schema: *463 + schema: *478 examples: default: value: @@ -74453,9 +74472,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 - *4 - *5 responses: @@ -74465,7 +74484,7 @@ paths: application/json: schema: type: array - items: &474 + items: &489 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -74621,9 +74640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: false content: @@ -74713,9 +74732,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *489 examples: - default: &476 + default: &491 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -74778,10 +74797,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 - - &475 + - *287 + - *288 + - *485 + - &490 name: review_id description: The unique identifier of the review. in: path @@ -74793,9 +74812,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *489 examples: - default: &477 + default: &492 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -74854,10 +74873,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 - - *475 + - *287 + - *288 + - *485 + - *490 requestBody: required: true content: @@ -74880,7 +74899,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *489 examples: default: value: @@ -74942,18 +74961,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 - - *475 + - *287 + - *288 + - *485 + - *490 responses: '200': description: Response content: application/json: - schema: *474 + schema: *489 examples: - default: *476 + default: *491 '422': *25 '404': *24 x-github: @@ -74980,10 +74999,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *272 - - *273 - - *470 - - *475 + - *287 + - *288 + - *485 + - *490 - *4 - *5 responses: @@ -75081,9 +75100,9 @@ paths: _links: type: object properties: - self: *374 - html: *374 - pull_request: *374 + self: *389 + html: *389 + pull_request: *389 required: - self - html @@ -75241,10 +75260,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 - - *475 + - *287 + - *288 + - *485 + - *490 requestBody: required: true content: @@ -75273,7 +75292,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *489 examples: default: value: @@ -75336,10 +75355,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *272 - - *273 - - *470 - - *475 + - *287 + - *288 + - *485 + - *490 requestBody: required: true content: @@ -75374,9 +75393,9 @@ paths: description: Response content: application/json: - schema: *474 + schema: *489 examples: - default: *477 + default: *492 '404': *24 '422': *25 '403': *41 @@ -75398,9 +75417,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *272 - - *273 - - *470 + - *287 + - *288 + - *485 requestBody: required: false content: @@ -75464,8 +75483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#get-a-repository-readme parameters: - - *272 - - *273 + - *287 + - *288 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -75478,9 +75497,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *493 examples: - default: &479 + default: &494 value: type: file encoding: base64 @@ -75522,8 +75541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *272 - - *273 + - *287 + - *288 - name: dir description: The alternate path to look for a README file in: path @@ -75543,9 +75562,9 @@ paths: description: Response content: application/json: - schema: *478 + schema: *493 examples: - default: *479 + default: *494 '404': *24 '422': *33 x-github: @@ -75567,8 +75586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#list-releases parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -75578,7 +75597,7 @@ paths: application/json: schema: type: array - items: &480 + items: &495 title: Release description: A release. type: object @@ -75655,7 +75674,7 @@ paths: author: *17 assets: type: array - items: &481 + items: &496 title: Release Asset description: Data related to a release. type: object @@ -75838,8 +75857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#create-a-release parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -75909,9 +75928,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *495 examples: - default: &485 + default: &500 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -76011,9 +76030,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/assets#get-a-release-asset parameters: - - *272 - - *273 - - &483 + - *287 + - *288 + - &498 name: asset_id description: The unique identifier of the asset. in: path @@ -76025,9 +76044,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *496 examples: - default: &484 + default: &499 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 @@ -76062,7 +76081,7 @@ paths: type: User site_admin: false '404': *24 - '302': *482 + '302': *497 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76078,9 +76097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/assets#update-a-release-asset parameters: - - *272 - - *273 - - *483 + - *287 + - *288 + - *498 requestBody: required: false content: @@ -76109,9 +76128,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *496 examples: - default: *484 + default: *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76127,9 +76146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/assets#delete-a-release-asset parameters: - - *272 - - *273 - - *483 + - *287 + - *288 + - *498 responses: '204': description: Response @@ -76153,8 +76172,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -76240,16 +76259,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#get-the-latest-release parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response content: application/json: - schema: *480 + schema: *495 examples: - default: *485 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76266,8 +76285,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#get-a-release-by-tag-name parameters: - - *272 - - *273 + - *287 + - *288 - name: tag description: tag parameter in: path @@ -76280,9 +76299,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *495 examples: - default: *485 + default: *500 '404': *24 x-github: githubCloudOnly: false @@ -76304,9 +76323,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#get-a-release parameters: - - *272 - - *273 - - &486 + - *287 + - *288 + - &501 name: release_id description: The unique identifier of the release. in: path @@ -76320,9 +76339,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.13/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *480 + schema: *495 examples: - default: *485 + default: *500 '401': description: Unauthorized x-github: @@ -76340,9 +76359,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#update-a-release parameters: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 requestBody: required: false content: @@ -76399,9 +76418,9 @@ paths: description: Response content: application/json: - schema: *480 + schema: *495 examples: - default: *485 + default: *500 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76417,9 +76436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/releases#delete-a-release parameters: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 responses: '204': description: Response @@ -76439,9 +76458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/releases/assets#list-release-assets parameters: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 - *4 - *5 responses: @@ -76451,7 +76470,7 @@ paths: application/json: schema: type: array - items: *481 + items: *496 examples: default: value: @@ -76533,9 +76552,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: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 - name: name in: query required: true @@ -76561,7 +76580,7 @@ paths: description: Response for successful upload content: application/json: - schema: *481 + schema: *496 examples: response-for-successful-upload: value: @@ -76616,9 +76635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -76642,9 +76661,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 '404': *24 @@ -76665,9 +76684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *272 - - *273 - - *486 + - *287 + - *288 + - *501 requestBody: required: true content: @@ -76697,16 +76716,16 @@ paths: description: Reaction exists content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '201': description: Reaction created content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 '422': *33 x-github: githubCloudOnly: false @@ -76728,10 +76747,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#delete-a-release-reaction parameters: - - *272 - - *273 - - *486 - - *264 + - *287 + - *288 + - *501 + - *279 responses: '204': description: Response @@ -76751,8 +76770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-cache-replication-status parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -76827,9 +76846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/rules#get-rules-for-a-branch parameters: - - *272 - - *273 - - *330 + - *287 + - *288 + - *345 - *4 - *5 responses: @@ -76845,8 +76864,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *487 - - &489 + - *238 + - &502 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -76866,47 +76885,47 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *488 - - *489 + - *239 + - *502 - allOf: - - *490 - - *489 + - *240 + - *502 - allOf: - - *491 - - *489 + - *241 + - *502 - allOf: - - *492 - - *489 + - *242 + - *502 - allOf: - - *493 - - *489 + - *243 + - *502 - allOf: - - *494 - - *489 + - *244 + - *502 - allOf: - - *495 - - *489 + - *245 + - *502 - allOf: - - *496 - - *489 + - *246 + - *502 - allOf: - - *497 - - *489 + - *247 + - *502 - allOf: - - *498 - - *489 + - *248 + - *502 - allOf: - - *499 - - *489 + - *249 + - *502 - allOf: - - *500 - - *489 + - *250 + - *502 - allOf: - - *501 - - *489 + - *251 + - *502 - allOf: + - *252 - *502 - - *489 examples: default: value: @@ -76945,8 +76964,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 - name: includes_parents @@ -76965,7 +76984,7 @@ paths: application/json: schema: type: array - items: *239 + items: *253 examples: default: value: @@ -77012,8 +77031,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - - *273 + - *287 + - *288 requestBody: description: Request body required: true @@ -77042,7 +77061,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *238 + items: *504 required: - name - enforcement @@ -77073,9 +77092,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: &513 + default: &514 value: id: 42 name: super cool ruleset @@ -77122,12 +77141,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *272 - - *273 - - *504 + - *287 + - *288 - *505 - *506 - *507 + - *508 - *4 - *5 responses: @@ -77135,9 +77154,9 @@ paths: description: Response content: application/json: - schema: *508 + schema: *509 examples: - default: *509 + default: *510 '404': *24 '500': *213 x-github: @@ -77158,17 +77177,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *272 - - *273 - - *510 + - *287 + - *288 + - *511 responses: '200': description: Response content: application/json: - schema: *511 + schema: *512 examples: - default: *512 + default: *513 '404': *24 '500': *213 x-github: @@ -77196,8 +77215,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - - *273 + - *287 + - *288 - name: ruleset_id description: The ID of the ruleset. in: path @@ -77217,9 +77236,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: *513 + default: *514 '404': *24 '500': *213 put: @@ -77237,8 +77256,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - - *273 + - *287 + - *288 - name: ruleset_id description: The ID of the ruleset. in: path @@ -77272,7 +77291,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *238 + items: *504 examples: default: value: @@ -77300,9 +77319,9 @@ paths: description: Response content: application/json: - schema: *239 + schema: *253 examples: - default: *513 + default: *514 '404': *24 '500': *213 delete: @@ -77320,8 +77339,8 @@ paths: category: repos subcategory: rules parameters: - - *272 - - *273 + - *287 + - *288 - name: ruleset_id description: The ID of the ruleset. in: path @@ -77349,18 +77368,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *272 - - *273 - - *241 - - *242 - - *243 - - *244 + - *287 + - *288 + - *256 + - *257 + - *258 + - *259 - *9 - *5 - *4 - - *514 - *515 - - *245 + - *516 + - *260 responses: '200': description: Response @@ -77368,7 +77387,7 @@ paths: application/json: schema: type: array - items: &518 + items: &519 type: object properties: number: *91 @@ -77384,8 +77403,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *516 - resolution: *517 + state: *517 + resolution: *518 resolved_at: type: - string @@ -77561,15 +77580,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *272 - - *273 - - *358 + - *287 + - *288 + - *373 responses: '200': description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -77609,9 +77628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *272 - - *273 - - *358 + - *287 + - *288 + - *373 requestBody: required: true content: @@ -77619,8 +77638,8 @@ paths: schema: type: object properties: - state: *516 - resolution: *517 + state: *517 + resolution: *518 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -77639,7 +77658,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *519 examples: default: value: @@ -77706,9 +77725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *272 - - *273 - - *358 + - *287 + - *288 + - *373 - *5 - *4 responses: @@ -77719,7 +77738,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &643 + items: &644 type: object properties: type: @@ -78041,8 +78060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#list-stargazers parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -78135,8 +78154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -78145,7 +78164,7 @@ paths: application/json: schema: type: array - items: &519 + items: &520 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -78176,8 +78195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -78252,8 +78271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -78347,8 +78366,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -78502,8 +78521,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -78513,7 +78532,7 @@ paths: application/json: schema: type: array - items: *519 + items: *520 examples: default: value: @@ -78546,8 +78565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/commits/statuses#create-a-commit-status parameters: - - *272 - - *273 + - *287 + - *288 - name: sha in: path required: true @@ -78603,7 +78622,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -78657,8 +78676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/watching#list-watchers parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -78690,14 +78709,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/watching#get-a-repository-subscription parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &521 + schema: &522 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -78770,8 +78789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/watching#set-a-repository-subscription parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -78797,7 +78816,7 @@ paths: description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -78824,8 +78843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/watching#delete-a-repository-subscription parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -78845,8 +78864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-tags parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -78928,8 +78947,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '200': description: Response @@ -78937,7 +78956,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Tag protection description: Tag protection type: object @@ -78994,8 +79013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -79018,7 +79037,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -79049,8 +79068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -79087,8 +79106,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *272 - - *273 + - *287 + - *288 - name: ref in: path required: true @@ -79124,8 +79143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#list-repository-teams parameters: - - *272 - - *273 + - *287 + - *288 - *4 - *5 responses: @@ -79135,9 +79154,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - default: *252 + default: *267 headers: Link: *6 '404': *24 @@ -79157,8 +79176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#get-all-repository-topics parameters: - - *272 - - *273 + - *287 + - *288 - *5 - *4 responses: @@ -79166,7 +79185,7 @@ paths: description: Response content: application/json: - schema: &523 + schema: &524 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -79178,7 +79197,7 @@ paths: required: - names examples: - default: &524 + default: &525 value: names: - octocat @@ -79201,8 +79220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#replace-all-repository-topics parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -79233,9 +79252,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: - default: *524 + default: *525 '404': *24 '422': *25 x-github: @@ -79258,8 +79277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#transfer-a-repository parameters: - - *272 - - *273 + - *287 + - *288 requestBody: required: true content: @@ -79533,8 +79552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -79557,8 +79576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#enable-vulnerability-alerts parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -79580,8 +79599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/repos/repos#disable-vulnerability-alerts parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -79607,8 +79626,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *272 - - *273 + - *287 + - *288 - name: ref in: path required: true @@ -79700,9 +79719,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *298 examples: - default: *285 + default: *300 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -79877,7 +79896,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &532 + - &533 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -79887,7 +79906,7 @@ paths: type: string examples: - members - - &537 + - &538 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -79899,7 +79918,7 @@ paths: format: int32 examples: - 1 - - &538 + - &539 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -79943,7 +79962,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &526 + items: &527 allOf: - type: object required: @@ -80025,7 +80044,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &539 + meta: &540 type: object description: The metadata associated with the creation/updates to the user. @@ -80090,31 +80109,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &527 + '400': &528 description: Bad request content: application/json: - schema: *525 + schema: *526 application/scim+json: - schema: *525 - '401': &528 + schema: *526 + '401': &529 description: Authorization failure - '403': &529 + '403': &530 description: Permission denied - '429': &530 + '429': &531 description: Too many requests content: application/json: - schema: *525 + schema: *526 application/scim+json: - schema: *525 - '500': &531 + schema: *526 + '500': &532 description: Internal server error content: application/json: - schema: *525 + schema: *526 application/scim+json: - schema: *525 + schema: *526 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80141,7 +80160,7 @@ paths: required: true content: application/json: - schema: &535 + schema: &536 type: object required: - schemas @@ -80201,9 +80220,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *526 + schema: *527 examples: - group: &533 + group: &534 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -80222,13 +80241,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *527 - '401': *528 - '403': *529 - '409': &536 + '400': *528 + '401': *529 + '403': *530 + '409': &537 description: Duplicate record detected - '429': *530 - '500': *531 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80249,7 +80268,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &534 + - &535 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -80258,22 +80277,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *532 + - *533 - *63 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *526 + schema: *527 examples: - default: *533 - '400': *527 - '401': *528 - '403': *529 + default: *534 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '429': *530 - '500': *531 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80295,13 +80314,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *534 + - *535 - *63 requestBody: required: true content: application/json: - schema: *535 + schema: *536 examples: group: summary: Group @@ -80327,17 +80346,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *526 + schema: *527 examples: - group: *533 - groupWithMembers: *533 - '400': *527 - '401': *528 - '403': *529 + group: *534 + groupWithMembers: *534 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '409': *536 - '429': *530 - '500': *531 + '409': *537 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80361,13 +80380,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *534 + - *535 - *63 requestBody: required: true content: application/json: - schema: &546 + schema: &547 type: object required: - Operations @@ -80427,17 +80446,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *526 + schema: *527 examples: - updateGroup: *533 - addMembers: *533 - '400': *527 - '401': *528 - '403': *529 + updateGroup: *534 + addMembers: *534 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '409': *536 - '429': *530 - '500': *531 + '409': *537 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80457,17 +80476,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *534 + - *535 - *63 responses: '204': description: Group was deleted, no content - '400': *527 - '401': *528 - '403': *529 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '429': *530 - '500': *531 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80504,8 +80523,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *537 - *538 + - *539 - *63 responses: '200': @@ -80539,7 +80558,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &541 + items: &542 allOf: - type: object required: @@ -80631,7 +80650,7 @@ paths: address. examples: - true - roles: &540 + roles: &541 type: array description: The roles assigned to the user. items: @@ -80690,7 +80709,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *539 + meta: *540 startIndex: type: integer description: A starting index for the returned page @@ -80729,11 +80748,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *527 - '401': *528 - '403': *529 - '429': *530 - '500': *531 + '400': *528 + '401': *529 + '403': *530 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80762,7 +80781,7 @@ paths: required: true content: application/json: - schema: &544 + schema: &545 type: object required: - schemas @@ -80855,9 +80874,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *540 + roles: *541 examples: - user: &545 + user: &546 summary: User value: schemas: @@ -80904,9 +80923,9 @@ paths: description: User has been created content: application/scim+json: - schema: *541 + schema: *542 examples: - user: &542 + user: &543 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -80932,13 +80951,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *542 - '400': *527 - '401': *528 - '403': *529 - '409': *536 - '429': *530 - '500': *531 + enterpriseOwner: *543 + '400': *528 + '401': *529 + '403': *530 + '409': *537 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -80959,7 +80978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &543 + - &544 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -80972,15 +80991,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *541 + schema: *542 examples: - default: *542 - '400': *527 - '401': *528 - '403': *529 + default: *543 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '429': *530 - '500': *531 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81005,30 +81024,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *543 + - *544 - *63 requestBody: required: true content: application/json: - schema: *544 + schema: *545 examples: - user: *545 + user: *546 responses: '200': description: User was updated content: application/scim+json: - schema: *541 + schema: *542 examples: - user: *542 - '400': *527 - '401': *528 - '403': *529 + user: *543 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '409': *536 - '429': *530 - '500': *531 + '409': *537 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81066,13 +81085,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *543 + - *544 - *63 requestBody: required: true content: application/json: - schema: *546 + schema: *547 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -81112,18 +81131,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *541 - examples: - userMultiValuedProperties: *542 - userSingleValuedProperties: *542 - disableUser: *542 - '400': *527 - '401': *528 - '403': *529 + schema: *542 + examples: + userMultiValuedProperties: *543 + userSingleValuedProperties: *543 + disableUser: *543 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '409': *536 - '429': *530 - '500': *531 + '409': *537 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81143,17 +81162,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *543 + - *544 - *63 responses: '204': description: User was deleted, no content - '400': *527 - '401': *528 - '403': *529 + '400': *528 + '401': *529 + '403': *530 '404': *24 - '429': *530 - '500': *531 + '429': *531 + '500': *532 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81281,7 +81300,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &547 + text_matches: &548 title: Search Result Text Matches type: array items: @@ -81445,7 +81464,7 @@ paths: enum: - author-date - committer-date - - &548 + - &549 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 @@ -81514,7 +81533,7 @@ paths: committer: anyOf: - type: 'null' - - *328 + - *343 comment_count: type: integer message: @@ -81533,7 +81552,7 @@ paths: url: type: string format: uri - verification: *415 + verification: *430 required: - author - committer @@ -81548,7 +81567,7 @@ paths: committer: anyOf: - type: 'null' - - *328 + - *343 parents: type: array items: @@ -81565,7 +81584,7 @@ paths: type: number node_id: type: string - text_matches: *547 + text_matches: *548 required: - sha - node_id @@ -81758,7 +81777,7 @@ paths: - interactions - created - updated - - *548 + - *549 - *4 - *5 - name: advanced_search @@ -81882,7 +81901,7 @@ paths: milestone: anyOf: - type: 'null' - - *373 + - *388 comments: type: integer created_at: @@ -81896,7 +81915,7 @@ paths: - string - 'null' format: date-time - text_matches: *547 + text_matches: *548 pull_request: type: object properties: @@ -81945,7 +81964,7 @@ paths: timeline_url: type: string format: uri - type: *549 + type: *550 performed_via_github_app: anyOf: - type: 'null' @@ -82119,7 +82138,7 @@ paths: enum: - created - updated - - *548 + - *549 - *4 - *5 responses: @@ -82164,7 +82183,7 @@ paths: - 'null' score: type: number - text_matches: *547 + text_matches: *548 required: - id - node_id @@ -82250,7 +82269,7 @@ paths: - forks - help-wanted-issues - updated - - *548 + - *549 - *4 - *5 responses: @@ -82487,7 +82506,7 @@ paths: - admin - pull - push - text_matches: *547 + text_matches: *548 temp_clone_token: type: string allow_merge_commit: @@ -82796,7 +82815,7 @@ paths: - string - 'null' format: uri - text_matches: *547 + text_matches: *548 related: type: - array @@ -82991,7 +83010,7 @@ paths: - followers - repositories - joined - - *548 + - *549 - *4 - *5 responses: @@ -83101,7 +83120,7 @@ paths: type: - boolean - 'null' - text_matches: *547 + text_matches: *548 blog: type: - string @@ -83299,7 +83318,7 @@ paths: description: Response content: application/json: - schema: &550 + schema: &551 type: object properties: status: @@ -83319,7 +83338,7 @@ paths: - name - number examples: - default: &551 + default: &552 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -83364,9 +83383,9 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: - default: *551 + default: *552 '401': description: Unauthorized requestBody: @@ -83959,7 +83978,7 @@ paths: application/json: schema: type: array - items: &552 + items: &553 type: object properties: key: @@ -83967,7 +83986,7 @@ paths: pretty-print: type: string examples: - default: &553 + default: &554 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -84010,9 +84029,9 @@ paths: application/json: schema: type: array - items: *552 + items: *553 examples: - default: *553 + default: *554 '401': description: Unauthorized requestBody: @@ -84064,9 +84083,9 @@ paths: application/json: schema: type: array - items: *552 + items: *553 examples: - default: *553 + default: *554 '401': description: Unauthorized requestBody: @@ -84223,9 +84242,9 @@ paths: description: Response content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '404': *24 x-github: githubCloudOnly: false @@ -84316,16 +84335,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '201': description: Response content: application/json: - schema: *253 + schema: *268 examples: - default: *254 + default: *269 '404': *24 '422': *33 '403': *41 @@ -84395,9 +84414,9 @@ paths: application/json: schema: type: array - items: *255 + items: *270 examples: - default: *554 + default: *555 headers: Link: *6 x-github: @@ -84460,9 +84479,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: *256 + default: *271 x-github: triggersNotification: true githubCloudOnly: false @@ -84490,15 +84509,15 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *257 + - *272 responses: '200': description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: *256 + default: *271 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84524,7 +84543,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *257 + - *272 requestBody: required: false content: @@ -84547,9 +84566,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *270 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84575,7 +84594,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *257 + - *272 responses: '204': description: Response @@ -84605,7 +84624,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *257 + - *272 - *9 - *4 - *5 @@ -84616,9 +84635,9 @@ paths: application/json: schema: type: array - items: *258 + items: *273 examples: - default: *556 + default: *557 headers: Link: *6 x-github: @@ -84648,7 +84667,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *257 + - *272 requestBody: required: true content: @@ -84670,9 +84689,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: *259 + default: *274 x-github: triggersNotification: true githubCloudOnly: false @@ -84700,16 +84719,16 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *257 - - *260 + - *272 + - *275 responses: '200': description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: *259 + default: *274 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84735,8 +84754,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *257 - - *260 + - *272 + - *275 requestBody: required: true content: @@ -84758,9 +84777,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *273 examples: - default: *557 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84786,8 +84805,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *257 - - *260 + - *272 + - *275 responses: '204': description: Response @@ -84817,8 +84836,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *257 - - *260 + - *272 + - *275 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -84844,9 +84863,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 x-github: @@ -84876,8 +84895,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *257 - - *260 + - *272 + - *275 requestBody: required: true content: @@ -84909,9 +84928,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84938,7 +84957,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *257 + - *272 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -84964,9 +84983,9 @@ paths: application/json: schema: type: array - items: *261 + items: *276 examples: - default: *263 + default: *278 headers: Link: *6 x-github: @@ -84996,7 +85015,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *257 + - *272 requestBody: required: true content: @@ -85028,9 +85047,9 @@ paths: description: Response content: application/json: - schema: *261 + schema: *276 examples: - default: *262 + default: *277 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -85226,9 +85245,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *284 examples: - response-if-user-is-a-team-maintainer: *558 + response-if-user-is-a-team-maintainer: *559 '404': *24 x-github: githubCloudOnly: false @@ -85287,9 +85306,9 @@ paths: description: Response content: application/json: - schema: *269 + schema: *284 examples: - response-if-users-membership-with-team-is-now-pending: *559 + response-if-users-membership-with-team-is-now-pending: *560 '403': description: Forbidden if team synchronization is set up '422': @@ -85363,9 +85382,9 @@ paths: application/json: schema: type: array - items: *270 + items: *285 examples: - default: *560 + default: *561 headers: Link: *6 '404': *24 @@ -85393,15 +85412,15 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *271 + - *286 responses: '200': description: Response content: application/json: - schema: *270 + schema: *285 examples: - default: *561 + default: *562 '404': description: Not Found if project is not managed by this team x-github: @@ -85427,7 +85446,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *271 + - *286 requestBody: required: false content: @@ -85496,7 +85515,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *271 + - *286 responses: '204': description: Response @@ -85566,14 +85585,14 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *272 - - *273 + - *287 + - *288 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *562 + schema: *563 examples: alternative-response-with-extra-repository-information: value: @@ -85725,8 +85744,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *272 - - *273 + - *287 + - *288 requestBody: required: false content: @@ -85777,8 +85796,8 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -85813,9 +85832,9 @@ paths: application/json: schema: type: array - items: *274 + items: *289 examples: - response-if-child-teams-exist: *563 + response-if-child-teams-exist: *564 headers: Link: *6 '404': *24 @@ -85848,7 +85867,7 @@ paths: application/json: schema: oneOf: - - &565 + - &566 title: Private User description: Private User type: object @@ -86098,7 +86117,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *564 + - *565 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -86256,7 +86275,7 @@ paths: description: Response content: application/json: - schema: *565 + schema: *566 examples: default: value: @@ -86334,7 +86353,7 @@ paths: type: array items: *207 examples: - default: &575 + default: &576 value: - id: 197 name: hello_docker @@ -86421,7 +86440,7 @@ paths: application/json: schema: type: array - items: &566 + items: &567 title: Email description: Email type: object @@ -86451,7 +86470,7 @@ paths: - verified - visibility examples: - default: &577 + default: &578 value: - email: octocat@github.com verified: true @@ -86528,7 +86547,7 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: default: value: @@ -86786,7 +86805,7 @@ paths: application/json: schema: type: array - items: &567 + items: &568 title: GPG Key description: A unique encryption key type: object @@ -86931,7 +86950,7 @@ paths: - subkeys - revoked examples: - default: &587 + default: &588 value: - id: 3 name: Octocat's GPG Key @@ -87016,9 +87035,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: &568 + default: &569 value: id: 3 name: Octocat's GPG Key @@ -87075,7 +87094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &569 + - &570 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -87087,9 +87106,9 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: - default: *568 + default: *569 '404': *24 '304': *40 '403': *41 @@ -87112,7 +87131,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *569 + - *570 responses: '204': description: Response @@ -87303,7 +87322,7 @@ paths: type: array items: *82 examples: - default: *570 + default: *571 headers: Link: *6 '404': *24 @@ -87479,7 +87498,7 @@ paths: application/json: schema: type: array - items: &571 + items: &572 title: Key description: Key type: object @@ -87577,9 +87596,9 @@ paths: description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: &572 + default: &573 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -87612,15 +87631,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *447 + - *462 responses: '200': description: Response content: application/json: - schema: *571 + schema: *572 examples: - default: *572 + default: *573 '404': *24 '304': *40 '403': *41 @@ -87643,7 +87662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *447 + - *462 responses: '204': description: Response @@ -88472,7 +88491,7 @@ paths: type: array items: *68 examples: - default: *573 + default: *574 headers: Link: *6 '304': *40 @@ -88514,7 +88533,7 @@ paths: - docker - nuget - container - - *574 + - *575 - *5 - *4 responses: @@ -88526,8 +88545,8 @@ paths: type: array items: *207 examples: - default: *575 - '400': *576 + default: *576 + '400': *577 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -88556,7 +88575,7 @@ paths: application/json: schema: *207 examples: - default: &588 + default: &589 value: id: 40201 name: octo-name @@ -89008,9 +89027,9 @@ paths: application/json: schema: type: array - items: *566 + items: *567 examples: - default: *577 + default: *578 headers: Link: *6 '304': *40 @@ -89123,7 +89142,7 @@ paths: type: array items: *82 examples: - default: &584 + default: &585 summary: Default response value: - id: 1296269 @@ -89441,9 +89460,9 @@ paths: description: Response content: application/json: - schema: *283 + schema: *298 examples: - default: *285 + default: *300 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -89481,9 +89500,9 @@ paths: application/json: schema: type: array - items: *422 + items: *437 examples: - default: *578 + default: *579 headers: Link: *6 '304': *40 @@ -89506,7 +89525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *423 + - *438 responses: '204': description: Response @@ -89529,7 +89548,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *423 + - *438 responses: '204': description: Response @@ -89562,7 +89581,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 title: Social account description: Social media account type: object @@ -89579,7 +89598,7 @@ paths: - provider - url examples: - default: &580 + default: &581 value: - provider: twitter url: https://twitter.com/github @@ -89642,9 +89661,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *580 + default: *581 '422': *33 '304': *40 '404': *24 @@ -89732,7 +89751,7 @@ paths: application/json: schema: type: array - items: &581 + items: &582 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -89752,7 +89771,7 @@ paths: - title - created_at examples: - default: &589 + default: &590 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89819,9 +89838,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: &582 + default: &583 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -89852,7 +89871,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &583 + - &584 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -89864,9 +89883,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '404': *24 '304': *40 '403': *41 @@ -89889,7 +89908,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *583 + - *584 responses: '204': description: Response @@ -89918,7 +89937,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &590 + - &591 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 @@ -89943,11 +89962,11 @@ paths: type: array items: *82 examples: - default-response: *584 + default-response: *585 application/vnd.github.v3.star+json: schema: type: array - items: &591 + items: &592 title: Starred Repository description: Starred Repository type: object @@ -90103,8 +90122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response if this repository is starred by you @@ -90132,8 +90151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -90157,8 +90176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *272 - - *273 + - *287 + - *288 responses: '204': description: Response @@ -90230,7 +90249,7 @@ paths: application/json: schema: type: array - items: *253 + items: *268 examples: default: value: @@ -90317,10 +90336,10 @@ paths: application/json: schema: oneOf: + - *566 - *565 - - *564 examples: - default-response: &585 + default-response: &586 summary: Default response value: login: octocat @@ -90355,7 +90374,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &586 + response-with-git-hub-plan-information: &587 summary: Response with GitHub plan information value: login: octocat @@ -90467,11 +90486,11 @@ paths: application/json: schema: oneOf: + - *566 - *565 - - *564 examples: - default-response: *585 - response-with-git-hub-plan-information: *586 + default-response: *586 + response-with-git-hub-plan-information: *587 '404': *24 x-github: githubCloudOnly: false @@ -90502,7 +90521,7 @@ paths: type: array items: *207 examples: - default: *575 + default: *576 '403': *41 '401': *39 x-github: @@ -90906,9 +90925,9 @@ paths: application/json: schema: type: array - items: *567 + items: *568 examples: - default: *587 + default: *588 headers: Link: *6 x-github: @@ -91012,7 +91031,7 @@ paths: application/json: schema: *37 examples: - default: *421 + default: *436 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91093,7 +91112,7 @@ paths: type: array items: *68 examples: - default: *573 + default: *574 headers: Link: *6 x-github: @@ -91132,7 +91151,7 @@ paths: - docker - nuget - container - - *574 + - *575 - *8 - *5 - *4 @@ -91145,10 +91164,10 @@ paths: type: array items: *207 examples: - default: *575 + default: *576 '403': *41 '401': *39 - '400': *576 + '400': *577 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91178,7 +91197,7 @@ paths: application/json: schema: *207 examples: - default: *588 + default: *589 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -91811,9 +91830,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *580 + default: *581 headers: Link: *6 x-github: @@ -91843,9 +91862,9 @@ paths: application/json: schema: type: array - items: *581 + items: *582 examples: - default: *589 + default: *590 headers: Link: *6 x-github: @@ -91870,7 +91889,7 @@ paths: url: https://docs.github.com/enterprise-server@3.13/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *590 + - *591 - *9 - *4 - *5 @@ -91882,11 +91901,11 @@ paths: schema: anyOf: - type: array - items: *591 + items: *592 - type: array items: *82 examples: - default-response: *584 + default-response: *585 headers: Link: *6 x-github: @@ -92098,7 +92117,7 @@ webhooks: type: string enum: - disabled - enterprise: &592 + enterprise: &593 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -92167,7 +92186,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &593 + installation: &594 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -92188,7 +92207,7 @@ webhooks: required: - id - node_id - organization: &594 + organization: &595 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -92261,7 +92280,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &595 + repository: &596 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -93174,10 +93193,10 @@ webhooks: type: string enum: - enabled - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -93263,11 +93282,11 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - rule: &596 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + rule: &597 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.13/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -93484,11 +93503,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - rule: *596 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + rule: *597 sender: *17 required: - action @@ -93666,11 +93685,11 @@ webhooks: - everyone required: - from - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - rule: *596 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + rule: *597 sender: *17 required: - action @@ -93755,12 +93774,12 @@ webhooks: type: string cache_location: type: string - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 ref: type: string - repository: *595 + repository: *596 sender: *17 required: - cache_location @@ -93854,7 +93873,7 @@ webhooks: type: string enum: - completed - check_run: &598 + check_run: &599 title: CheckRun description: A check performed on the code of a given code change type: object @@ -93919,7 +93938,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *341 + items: *356 repository: *148 status: type: string @@ -93964,7 +93983,7 @@ webhooks: - examples: - neutral - deployment: *597 + deployment: *598 details_url: type: string examples: @@ -94024,7 +94043,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *341 + items: *356 started_at: type: string format: date-time @@ -94062,9 +94081,9 @@ webhooks: - output - app - pull_requests - installation: *593 - organization: *594 - repository: *595 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - check_run @@ -94467,10 +94486,10 @@ webhooks: type: string enum: - created - check_run: *598 - installation: *593 - organization: *594 - repository: *595 + check_run: *599 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - check_run @@ -94876,10 +94895,10 @@ webhooks: type: string enum: - requested_action - check_run: *598 - installation: *593 - organization: *594 - repository: *595 + check_run: *599 + installation: *594 + organization: *595 + repository: *596 requested_action: description: The action requested by the user. type: object @@ -95294,10 +95313,10 @@ webhooks: type: string enum: - rerequested - check_run: *598 - installation: *593 - organization: *594 - repository: *595 + check_run: *599 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - check_run @@ -96299,10 +96318,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -96997,10 +97016,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -97689,10 +97708,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -97868,7 +97887,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -98020,20 +98039,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &599 + commit_oid: &600 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: *592 - installation: *593 - organization: *594 - ref: &600 + enterprise: *593 + installation: *594 + organization: *595 + ref: &601 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: *595 + repository: *596 sender: *17 required: - action @@ -98207,7 +98226,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -98448,12 +98467,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *599 - enterprise: *592 - installation: *593 - organization: *594 - ref: *600 - repository: *595 + commit_oid: *600 + enterprise: *593 + installation: *594 + organization: *595 + ref: *601 + repository: *596 sender: *17 required: - action @@ -98561,7 +98580,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -98743,12 +98762,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *599 - enterprise: *592 - installation: *593 - organization: *594 - ref: *600 - repository: *595 + commit_oid: *600 + enterprise: *593 + installation: *594 + organization: *595 + ref: *601 + repository: *596 sender: *17 required: - action @@ -98924,7 +98943,7 @@ webhooks: required: - login - id - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -99101,12 +99120,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *599 - enterprise: *592 - installation: *593 - organization: *594 - ref: *600 - repository: *595 + commit_oid: *600 + enterprise: *593 + installation: *594 + organization: *595 + ref: *601 + repository: *596 sender: *17 required: - action @@ -99216,7 +99235,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99396,9 +99415,9 @@ webhooks: type: - string - 'null' - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -99406,7 +99425,7 @@ webhooks: type: - string - 'null' - repository: *595 + repository: *596 sender: *17 required: - action @@ -99512,7 +99531,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *353 + dismissed_comment: *368 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -99659,12 +99678,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *599 - enterprise: *592 - installation: *593 - organization: *594 - ref: *600 - repository: *595 + commit_oid: *600 + enterprise: *593 + installation: *594 + organization: *595 + ref: *601 + repository: *596 sender: *17 required: - action @@ -99936,10 +99955,10 @@ webhooks: - updated_at - author_association - body - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -100030,18 +100049,18 @@ webhooks: type: - string - 'null' - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *594 - pusher_type: &601 + organization: *595 + pusher_type: &602 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &602 + ref: &603 description: The [`git ref`](https://docs.github.com/enterprise-server@3.13/rest/git/refs#get-a-reference) resource. type: string @@ -100051,7 +100070,7 @@ webhooks: enum: - tag - branch - repository: *595 + repository: *596 sender: *17 required: - ref @@ -100140,18 +100159,18 @@ webhooks: title: delete event type: object properties: - enterprise: *592 - installation: *593 - organization: *594 - pusher_type: *601 - ref: *602 + enterprise: *593 + installation: *594 + organization: *595 + pusher_type: *602 + ref: *603 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *595 + repository: *596 sender: *17 required: - ref @@ -100245,11 +100264,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100343,11 +100362,11 @@ webhooks: type: string enum: - auto_reopened - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100441,11 +100460,11 @@ webhooks: type: string enum: - created - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100537,11 +100556,11 @@ webhooks: type: string enum: - dismissed - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100633,11 +100652,11 @@ webhooks: type: string enum: - fixed - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100730,11 +100749,11 @@ webhooks: type: string enum: - reintroduced - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100826,11 +100845,11 @@ webhooks: type: string enum: - reopened - alert: *384 - installation: *593 - organization: *594 - enterprise: *592 - repository: *595 + alert: *399 + installation: *594 + organization: *595 + enterprise: *593 + repository: *596 sender: *17 required: - action @@ -100917,9 +100936,9 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - key: &603 + enterprise: *593 + installation: *594 + key: &604 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.13/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -100955,8 +100974,8 @@ webhooks: - verified - created_at - read_only - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -101043,11 +101062,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - key: *603 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + key: *604 + organization: *595 + repository: *596 sender: *17 required: - action @@ -101629,12 +101648,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - workflow: &607 + workflow: &608 title: Workflow type: - object @@ -102382,13 +102401,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *390 + deployment: *405 pull_requests: type: array - items: *468 - repository: *595 - organization: *594 - installation: *593 + items: *483 + repository: *596 + organization: *595 + installation: *594 sender: *17 responses: '200': @@ -102469,7 +102488,7 @@ webhooks: type: string enum: - approved - approver: &604 + approver: &605 type: object properties: avatar_url: @@ -102512,11 +102531,11 @@ webhooks: type: string comment: type: string - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - reviewers: &605 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + reviewers: &606 type: array items: type: object @@ -102597,7 +102616,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &606 + workflow_job_run: &607 type: object properties: conclusion: @@ -103353,18 +103372,18 @@ webhooks: type: string enum: - rejected - approver: *604 + approver: *605 comment: type: string - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - reviewers: *605 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + reviewers: *606 sender: *17 since: type: string - workflow_job_run: *606 + workflow_job_run: *607 workflow_job_runs: type: array items: @@ -104091,13 +104110,13 @@ webhooks: type: string enum: - requested - enterprise: *592 + enterprise: *593 environment: type: string - installation: *593 - organization: *594 - repository: *595 - requestor: &612 + installation: *594 + organization: *595 + repository: *596 + requestor: &613 title: User type: - object @@ -106050,12 +106069,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - workflow: *607 + workflow: *608 workflow_run: title: Deployment Workflow Run type: @@ -106756,7 +106775,7 @@ webhooks: type: string enum: - answered - answer: &610 + answer: &611 type: object properties: author_association: @@ -106916,7 +106935,7 @@ webhooks: - created_at - updated_at - body - discussion: &608 + discussion: &609 title: Discussion description: A Discussion in a repository. type: object @@ -107212,7 +107231,7 @@ webhooks: - id labels: type: array - items: *430 + items: *445 required: - repository_url - category @@ -107234,10 +107253,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -107374,11 +107393,11 @@ webhooks: - from required: - category - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -107471,11 +107490,11 @@ webhooks: type: string enum: - closed - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -107567,7 +107586,7 @@ webhooks: type: string enum: - created - comment: &609 + comment: &610 type: object properties: author_association: @@ -107727,11 +107746,11 @@ webhooks: - updated_at - body - reactions - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -107824,12 +107843,12 @@ webhooks: type: string enum: - deleted - comment: *609 - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + comment: *610 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -107934,12 +107953,12 @@ webhooks: - from required: - body - comment: *609 - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + comment: *610 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108033,11 +108052,11 @@ webhooks: type: string enum: - created - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108129,11 +108148,11 @@ webhooks: type: string enum: - deleted - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108243,11 +108262,11 @@ webhooks: type: string required: - from - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108339,10 +108358,10 @@ webhooks: type: string enum: - labeled - discussion: *608 - enterprise: *592 - installation: *593 - label: &611 + discussion: *609 + enterprise: *593 + installation: *594 + label: &612 title: Label type: object properties: @@ -108375,8 +108394,8 @@ webhooks: - color - default - description - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108469,11 +108488,11 @@ webhooks: type: string enum: - locked - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108565,11 +108584,11 @@ webhooks: type: string enum: - pinned - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108661,11 +108680,11 @@ webhooks: type: string enum: - reopened - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108760,16 +108779,16 @@ webhooks: changes: type: object properties: - new_discussion: *608 - new_repository: *595 + new_discussion: *609 + new_repository: *596 required: - new_discussion - new_repository - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108862,10 +108881,10 @@ webhooks: type: string enum: - unanswered - discussion: *608 - old_answer: *610 - organization: *594 - repository: *595 + discussion: *609 + old_answer: *611 + organization: *595 + repository: *596 sender: *17 required: - action @@ -108957,12 +108976,12 @@ webhooks: type: string enum: - unlabeled - discussion: *608 - enterprise: *592 - installation: *593 - label: *611 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -109055,11 +109074,11 @@ webhooks: type: string enum: - unlocked - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -109151,11 +109170,11 @@ webhooks: type: string enum: - unpinned - discussion: *608 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + discussion: *609 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -109396,7 +109415,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *592 + enterprise: *593 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.13/rest/repos/repos#get-a-repository) resource. @@ -110074,9 +110093,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *593 - organization: *594 - repository: *595 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - forkee @@ -110242,9 +110261,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pages: description: The pages that were updated. type: array @@ -110282,7 +110301,7 @@ webhooks: - action - sha - html_url - repository: *595 + repository: *596 sender: *17 required: - pages @@ -110368,10 +110387,10 @@ webhooks: type: string enum: - created - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories: &613 + organization: *595 + repositories: &614 description: An array of repository objects that the installation can access. type: array @@ -110397,8 +110416,8 @@ webhooks: - name - full_name - private - repository: *595 - requester: *612 + repository: *596 + requester: *613 sender: *17 required: - action @@ -110483,11 +110502,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories: *613 - repository: *595 + organization: *595 + repositories: *614 + repository: *596 requester: type: - 'null' @@ -110574,11 +110593,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories: *613 - repository: *595 + organization: *595 + repositories: *614 + repository: *596 requester: type: - 'null' @@ -110665,10 +110684,10 @@ webhooks: type: string enum: - added - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories_added: &614 + organization: *595 + repositories_added: &615 description: An array of repository objects, which were added to the installation. type: array @@ -110714,15 +110733,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *595 - repository_selection: &615 + repository: *596 + repository_selection: &616 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *612 + requester: *613 sender: *17 required: - action @@ -110811,10 +110830,10 @@ webhooks: type: string enum: - removed - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories_added: *614 + organization: *595 + repositories_added: *615 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -110841,9 +110860,9 @@ webhooks: - name - full_name - private - repository: *595 - repository_selection: *615 - requester: *612 + repository: *596 + repository_selection: *616 + requester: *613 sender: *17 required: - action @@ -110932,11 +110951,11 @@ webhooks: type: string enum: - suspend - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories: *613 - repository: *595 + organization: *595 + repositories: *614 + repository: *596 requester: type: - 'null' @@ -111129,10 +111148,10 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 target_type: type: string @@ -111221,11 +111240,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *592 + enterprise: *593 installation: *37 - organization: *594 - repositories: *613 - repository: *595 + organization: *595 + repositories: *614 + repository: *596 requester: type: - 'null' @@ -111483,8 +111502,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) the comment belongs to. @@ -112331,7 +112350,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -112675,8 +112694,8 @@ webhooks: - state - locked - assignee - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -112766,7 +112785,7 @@ webhooks: type: string enum: - deleted - comment: &616 + comment: &617 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.13/rest/issues/comments#get-an-issue-comment) itself. @@ -112933,8 +112952,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) the comment belongs to. @@ -113777,7 +113796,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -114123,8 +114142,8 @@ webhooks: - state - locked - assignee - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -114214,7 +114233,7 @@ webhooks: type: string enum: - edited - changes: &635 + changes: &636 description: The changes to the comment. type: object properties: @@ -114226,9 +114245,9 @@ webhooks: type: string required: - from - comment: *616 - enterprise: *592 - installation: *593 + comment: *617 + enterprise: *593 + installation: *594 issue: description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115074,7 +115093,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -115418,8 +115437,8 @@ webhooks: - state - locked - assignee - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -115511,10 +115530,10 @@ webhooks: type: string enum: - assigned - assignee: *612 - enterprise: *592 - installation: *593 - issue: &619 + assignee: *613 + enterprise: *593 + installation: *594 + issue: &620 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) itself. @@ -116356,7 +116375,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -116459,8 +116478,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -116550,8 +116569,8 @@ webhooks: type: string enum: - closed - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) itself. @@ -117398,7 +117417,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -117644,8 +117663,8 @@ webhooks: required: - state - closed_at - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -117734,8 +117753,8 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -118573,7 +118592,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -118675,8 +118694,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -118765,8 +118784,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -119627,7 +119646,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -119708,7 +119727,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &617 + milestone: &618 title: Milestone description: A collection of related issues and pull requests. type: object @@ -119851,8 +119870,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -119961,8 +119980,8 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -120801,7 +120820,7 @@ webhooks: timeline_url: type: string format: uri - type: *549 + type: *550 title: description: Title of the issue type: string @@ -120907,9 +120926,9 @@ webhooks: - active_lock_reason - body - reactions - label: *611 - organization: *594 - repository: *595 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -120999,8 +121018,8 @@ webhooks: type: string enum: - labeled - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -121838,7 +121857,7 @@ webhooks: timeline_url: type: string format: uri - type: *549 + type: *550 title: description: Title of the issue type: string @@ -121944,9 +121963,9 @@ webhooks: - active_lock_reason - body - reactions - label: *611 - organization: *594 - repository: *595 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -122036,8 +122055,8 @@ webhooks: type: string enum: - locked - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -122900,7 +122919,7 @@ webhooks: timeline_url: type: string format: uri - type: *549 + type: *550 title: description: Title of the issue type: string @@ -122983,8 +123002,8 @@ webhooks: format: uri user_view_type: type: string - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -123073,8 +123092,8 @@ webhooks: type: string enum: - milestoned - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -123934,7 +123953,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -124014,9 +124033,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *617 - organization: *594 - repository: *595 + milestone: *618 + organization: *595 + repository: *596 sender: *17 required: - action @@ -125027,7 +125046,7 @@ webhooks: required: - login - id - type: *549 + type: *550 required: - id - number @@ -125508,8 +125527,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -126351,7 +126370,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -126453,8 +126472,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -126544,9 +126563,9 @@ webhooks: type: string enum: - pinned - enterprise: *592 - installation: *593 - issue: &618 + enterprise: *593 + installation: *594 + issue: &619 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) itself. @@ -127382,7 +127401,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -127484,8 +127503,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -127574,8 +127593,8 @@ webhooks: type: string enum: - reopened - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -128519,9 +128538,9 @@ webhooks: format: uri user_view_type: type: string - type: *549 - organization: *594 - repository: *595 + type: *550 + organization: *595 + repository: *596 sender: *17 required: - action @@ -129450,7 +129469,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -130032,11 +130051,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *592 - installation: *593 - issue: *618 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + issue: *619 + organization: *595 + repository: *596 sender: *17 required: - action @@ -130127,7 +130146,7 @@ webhooks: type: string enum: - unassigned - assignee: &638 + assignee: &639 title: User type: - object @@ -130199,11 +130218,11 @@ webhooks: required: - login - id - enterprise: *592 - installation: *593 - issue: *619 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + issue: *620 + organization: *595 + repository: *596 sender: *17 required: - action @@ -130292,12 +130311,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *592 - installation: *593 - issue: *619 - label: *611 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + issue: *620 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -130387,8 +130406,8 @@ webhooks: type: string enum: - unlocked - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.13/rest/issues/issues#get-an-issue) @@ -131252,7 +131271,7 @@ webhooks: title: description: Title of the issue type: string - type: *549 + type: *550 updated_at: type: string format: date-time @@ -131332,8 +131351,8 @@ webhooks: format: uri user_view_type: type: string - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131423,11 +131442,11 @@ webhooks: type: string enum: - unpinned - enterprise: *592 - installation: *593 - issue: *618 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + issue: *619 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131516,11 +131535,11 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - label: *611 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131608,11 +131627,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - label: *611 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131732,11 +131751,11 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - label: *611 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + label: *612 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131837,11 +131856,11 @@ webhooks: - read required: - to - enterprise: *592 - installation: *593 - member: *612 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + member: *613 + organization: *595 + repository: *596 sender: *17 required: - action @@ -131953,11 +131972,11 @@ webhooks: type: - string - 'null' - enterprise: *592 - installation: *593 - member: *612 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + member: *613 + organization: *595 + repository: *596 sender: *17 required: - action @@ -132046,11 +132065,11 @@ webhooks: type: string enum: - removed - enterprise: *592 - installation: *593 - member: *612 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + member: *613 + organization: *595 + repository: *596 sender: *17 required: - action @@ -132138,11 +132157,11 @@ webhooks: type: string enum: - added - enterprise: *592 - installation: *593 - member: *612 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + member: *613 + organization: *595 + repository: *596 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132220,7 +132239,7 @@ webhooks: required: - login - id - team: &620 + team: &621 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -132423,11 +132442,11 @@ webhooks: type: string enum: - removed - enterprise: *592 - installation: *593 - member: *612 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + member: *613 + organization: *595 + repository: *596 scope: description: The scope of the membership. Currently, can only be `team`. @@ -132506,7 +132525,7 @@ webhooks: required: - login - id - team: *620 + team: *621 required: - action - scope @@ -132594,7 +132613,7 @@ webhooks: type: string enum: - deleted - enterprise: *592 + enterprise: *593 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -132703,12 +132722,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *593 - organization: *594 + installation: *594 + organization: *595 repository: anyOf: - type: 'null' - - *595 + - *596 sender: *17 required: - action @@ -132798,11 +132817,11 @@ webhooks: type: string enum: - closed - enterprise: *592 - installation: *593 - milestone: *617 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + milestone: *618 + organization: *595 + repository: *596 sender: *17 required: - action @@ -132891,9 +132910,9 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - milestone: &621 + enterprise: *593 + installation: *594 + milestone: &622 title: Milestone description: A collection of related issues and pull requests. type: object @@ -133035,8 +133054,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133125,11 +133144,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - milestone: *617 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + milestone: *618 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133249,11 +133268,11 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - milestone: *617 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + milestone: *618 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133343,11 +133362,11 @@ webhooks: type: string enum: - opened - enterprise: *592 - installation: *593 - milestone: *621 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + milestone: *622 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133436,9 +133455,9 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - membership: &622 + enterprise: *593 + installation: *594 + membership: &623 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -133548,8 +133567,8 @@ webhooks: - role - organization_url - user - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133637,11 +133656,11 @@ webhooks: type: string enum: - member_added - enterprise: *592 - installation: *593 - membership: *622 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + membership: *623 + organization: *595 + repository: *596 sender: *17 required: - action @@ -133730,8 +133749,8 @@ webhooks: type: string enum: - member_invited - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -133853,10 +133872,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 - user: *612 + user: *613 required: - action - invitation @@ -133944,11 +133963,11 @@ webhooks: type: string enum: - member_removed - enterprise: *592 - installation: *593 - membership: *622 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + membership: *623 + organization: *595 + repository: *596 sender: *17 required: - action @@ -134045,11 +134064,11 @@ webhooks: properties: from: type: string - enterprise: *592 - installation: *593 - membership: *622 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + membership: *623 + organization: *595 + repository: *596 sender: *17 required: - action @@ -134135,9 +134154,9 @@ webhooks: type: string enum: - published - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 package: description: Information about the package. type: object @@ -134660,7 +134679,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &623 + items: &624 title: Ruby Gems metadata type: object properties: @@ -134757,7 +134776,7 @@ webhooks: - owner - package_version - registry - repository: *595 + repository: *596 sender: *17 required: - action @@ -134843,9 +134862,9 @@ webhooks: type: string enum: - updated - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 package: description: Information about the package. type: object @@ -135207,7 +135226,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *623 + items: *624 source_url: type: string format: uri @@ -135278,7 +135297,7 @@ webhooks: - owner - package_version - registry - repository: *595 + repository: *596 sender: *17 required: - action @@ -135469,12 +135488,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *592 + enterprise: *593 id: type: integer - installation: *593 - organization: *594 - repository: *595 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - id @@ -135551,7 +135570,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &624 + personal_access_token_request: &625 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -135701,10 +135720,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *592 - organization: *594 + enterprise: *593 + organization: *595 sender: *17 - installation: *593 + installation: *594 required: - action - personal_access_token_request @@ -135781,11 +135800,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *624 - enterprise: *592 - organization: *594 + personal_access_token_request: *625 + enterprise: *593 + organization: *595 sender: *17 - installation: *593 + installation: *594 required: - action - personal_access_token_request @@ -135861,11 +135880,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *624 - enterprise: *592 - organization: *594 + personal_access_token_request: *625 + enterprise: *593 + organization: *595 sender: *17 - installation: *593 + installation: *594 required: - action - personal_access_token_request @@ -135940,11 +135959,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *624 - organization: *594 - enterprise: *592 + personal_access_token_request: *625 + organization: *595 + enterprise: *593 sender: *17 - installation: *593 + installation: *594 required: - action - personal_access_token_request @@ -136059,7 +136078,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *625 + last_response: *626 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -136091,8 +136110,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 zen: description: Random string of GitHub zen. @@ -136347,10 +136366,10 @@ webhooks: - from required: - note - enterprise: *592 - installation: *593 - organization: *594 - project_card: &626 + enterprise: *593 + installation: *594 + organization: *595 + project_card: &627 title: Project Card type: object properties: @@ -136473,7 +136492,7 @@ webhooks: - creator - created_at - updated_at - repository: *595 + repository: *596 sender: *17 required: - action @@ -136564,11 +136583,11 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - project_card: *626 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project_card: *627 + repository: *596 sender: *17 required: - action @@ -136658,9 +136677,9 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 project_card: title: Project Card type: object @@ -136790,7 +136809,7 @@ webhooks: repository: anyOf: - type: 'null' - - *595 + - *596 sender: *17 required: - action @@ -136894,11 +136913,11 @@ webhooks: - from required: - note - enterprise: *592 - installation: *593 - organization: *594 - project_card: *626 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project_card: *627 + repository: *596 sender: *17 required: - action @@ -137002,9 +137021,9 @@ webhooks: - from required: - column_id - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 project_card: allOf: - title: Project Card @@ -137201,7 +137220,7 @@ webhooks: type: string required: - after_id - repository: *595 + repository: *596 sender: *17 required: - action @@ -137291,10 +137310,10 @@ webhooks: type: string enum: - closed - enterprise: *592 - installation: *593 - organization: *594 - project: &628 + enterprise: *593 + installation: *594 + organization: *595 + project: &629 title: Project type: object properties: @@ -137421,7 +137440,7 @@ webhooks: - creator - created_at - updated_at - repository: *595 + repository: *596 sender: *17 required: - action @@ -137511,10 +137530,10 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - project_column: &627 + enterprise: *593 + installation: *594 + organization: *595 + project_column: &628 title: Project Column type: object properties: @@ -137554,7 +137573,7 @@ webhooks: - name - created_at - updated_at - repository: *595 + repository: *596 sender: *17 required: - action @@ -137643,14 +137662,14 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - project_column: *627 + enterprise: *593 + installation: *594 + organization: *595 + project_column: *628 repository: anyOf: - type: 'null' - - *595 + - *596 sender: *17 required: - action @@ -137749,11 +137768,11 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - organization: *594 - project_column: *627 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project_column: *628 + repository: *596 sender: *17 required: - action @@ -137843,11 +137862,11 @@ webhooks: type: string enum: - moved - enterprise: *592 - installation: *593 - organization: *594 - project_column: *627 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project_column: *628 + repository: *596 sender: *17 required: - action @@ -137937,11 +137956,11 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - project: *628 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project: *629 + repository: *596 sender: *17 required: - action @@ -138031,14 +138050,14 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - project: *628 + enterprise: *593 + installation: *594 + organization: *595 + project: *629 repository: anyOf: - type: 'null' - - *595 + - *596 sender: *17 required: - action @@ -138149,11 +138168,11 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - organization: *594 - project: *628 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project: *629 + repository: *596 sender: *17 required: - action @@ -138242,11 +138261,11 @@ webhooks: type: string enum: - reopened - enterprise: *592 - installation: *593 - organization: *594 - project: *628 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + project: *629 + repository: *596 sender: *17 required: - action @@ -138337,9 +138356,9 @@ webhooks: type: string enum: - closed - installation: *593 - organization: *594 - projects_v2: &629 + installation: *594 + organization: *595 + projects_v2: &630 title: Projects v2 Project description: A projects v2 project type: object @@ -138497,9 +138516,9 @@ webhooks: type: string enum: - created - installation: *593 - organization: *594 - projects_v2: *629 + installation: *594 + organization: *595 + projects_v2: *630 sender: *17 required: - action @@ -138590,9 +138609,9 @@ webhooks: type: string enum: - deleted - installation: *593 - organization: *594 - projects_v2: *629 + installation: *594 + organization: *595 + projects_v2: *630 sender: *17 required: - action @@ -138723,9 +138742,9 @@ webhooks: type: string to: type: string - installation: *593 - organization: *594 - projects_v2: *629 + installation: *594 + organization: *595 + projects_v2: *630 sender: *17 required: - action @@ -138818,7 +138837,7 @@ webhooks: type: string enum: - archived - changes: &631 + changes: &632 type: object properties: archived_at: @@ -138834,9 +138853,9 @@ webhooks: - string - 'null' format: date-time - installation: *593 - organization: *594 - projects_v2_item: &630 + installation: *594 + organization: *595 + projects_v2_item: &631 title: Projects v2 Item description: An item belonging to a project type: object @@ -138985,9 +139004,9 @@ webhooks: - 'null' to: type: string - installation: *593 - organization: *594 - projects_v2_item: *630 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139079,9 +139098,9 @@ webhooks: type: string enum: - created - installation: *593 - organization: *594 - projects_v2_item: *630 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139172,9 +139191,9 @@ webhooks: type: string enum: - deleted - installation: *593 - organization: *594 - projects_v2_item: *630 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139298,9 +139317,9 @@ webhooks: - 'null' required: - body - installation: *593 - organization: *594 - projects_v2_item: *630 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139407,9 +139426,9 @@ webhooks: type: - string - 'null' - installation: *593 - organization: *594 - projects_v2_item: *630 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139502,10 +139521,10 @@ webhooks: type: string enum: - restored - changes: *631 - installation: *593 - organization: *594 - projects_v2_item: *630 + changes: *632 + installation: *594 + organization: *595 + projects_v2_item: *631 sender: *17 required: - action @@ -139597,9 +139616,9 @@ webhooks: type: string enum: - reopened - installation: *593 - organization: *594 - projects_v2: *629 + installation: *594 + organization: *595 + projects_v2: *630 sender: *17 required: - action @@ -139680,10 +139699,10 @@ webhooks: title: public event type: object properties: - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - repository @@ -139770,13 +139789,13 @@ webhooks: type: string enum: - assigned - assignee: *612 - enterprise: *592 - installation: *593 - number: &632 + assignee: *613 + enterprise: *593 + installation: *594 + number: &633 description: The pull request number. type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -142125,7 +142144,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -142217,11 +142236,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -144563,7 +144582,7 @@ webhooks: - draft reason: type: string - repository: *595 + repository: *596 sender: *17 required: - action @@ -144655,11 +144674,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -147001,7 +147020,7 @@ webhooks: - draft reason: type: string - repository: *595 + repository: *596 sender: *17 required: - action @@ -147093,13 +147112,13 @@ webhooks: type: string enum: - closed - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: &633 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: &634 allOf: - - *468 + - *483 - type: object properties: allow_auto_merge: @@ -147161,7 +147180,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *595 + repository: *596 sender: *17 required: - action @@ -147252,12 +147271,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: *633 - repository: *595 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: *634 + repository: *596 sender: *17 required: - action @@ -147347,11 +147366,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *592 - milestone: *373 - number: *632 - organization: *594 - pull_request: &634 + enterprise: *593 + milestone: *388 + number: *633 + organization: *595 + pull_request: &635 title: Pull Request type: object properties: @@ -149678,7 +149697,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -149810,12 +149829,12 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: *633 - repository: *595 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: *634 + repository: *596 sender: *17 required: - action @@ -149905,11 +149924,11 @@ webhooks: type: string enum: - labeled - enterprise: *592 - installation: *593 - label: *611 - number: *632 - organization: *594 + enterprise: *593 + installation: *594 + label: *612 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -152257,7 +152276,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -152348,10 +152367,10 @@ webhooks: type: string enum: - locked - enterprise: *592 - installation: *593 - number: *632 - organization: *594 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -154697,7 +154716,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -154787,12 +154806,12 @@ webhooks: type: string enum: - milestoned - enterprise: *592 - milestone: *373 - number: *632 - organization: *594 - pull_request: *634 - repository: *595 + enterprise: *593 + milestone: *388 + number: *633 + organization: *595 + pull_request: *635 + repository: *596 sender: *17 required: - action @@ -154881,12 +154900,12 @@ webhooks: type: string enum: - opened - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: *633 - repository: *595 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: *634 + repository: *596 sender: *17 required: - action @@ -154977,12 +154996,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: *633 - repository: *595 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: *634 + repository: *596 sender: *17 required: - action @@ -155072,12 +155091,12 @@ webhooks: type: string enum: - reopened - enterprise: *592 - installation: *593 - number: *632 - organization: *594 - pull_request: *633 - repository: *595 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 + pull_request: *634 + repository: *596 sender: *17 required: - action @@ -155462,9 +155481,9 @@ webhooks: - start_side - side - reactions - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: type: object properties: @@ -157694,7 +157713,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *595 + repository: *596 sender: *17 required: - action @@ -157784,7 +157803,7 @@ webhooks: type: string enum: - deleted - comment: &636 + comment: &637 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.13/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -158077,9 +158096,9 @@ webhooks: - start_side - side - reactions - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: type: object properties: @@ -160297,7 +160316,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *595 + repository: *596 sender: *17 required: - action @@ -160387,11 +160406,11 @@ webhooks: type: string enum: - edited - changes: *635 - comment: *636 - enterprise: *592 - installation: *593 - organization: *594 + changes: *636 + comment: *637 + enterprise: *593 + installation: *594 + organization: *595 pull_request: type: object properties: @@ -162612,7 +162631,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *595 + repository: *596 sender: *17 required: - action @@ -162703,9 +162722,9 @@ webhooks: type: string enum: - dismissed - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: title: Simple Pull Request type: object @@ -164938,7 +164957,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *595 + repository: *596 review: description: The review that was affected. type: object @@ -165194,9 +165213,9 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: title: Simple Pull Request type: object @@ -167310,8 +167329,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *595 - review: &637 + repository: *596 + review: &638 description: The review that was affected. type: object properties: @@ -167554,12 +167573,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: description: The pull request number. type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -169906,7 +169925,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 requested_reviewer: title: User type: @@ -169992,12 +170011,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: description: The pull request number. type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -172351,7 +172370,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 requested_team: title: Team description: Groups of organization members that gives permissions @@ -172556,12 +172575,12 @@ webhooks: type: string enum: - review_requested - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: description: The pull request number. type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -174910,7 +174929,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 requested_reviewer: title: User type: @@ -174997,12 +175016,12 @@ webhooks: type: string enum: - review_requested - enterprise: *592 - installation: *593 + enterprise: *593 + installation: *594 number: description: The pull request number. type: integer - organization: *594 + organization: *595 pull_request: title: Pull Request type: object @@ -177342,7 +177361,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 requested_team: title: Team description: Groups of organization members that gives permissions @@ -177536,9 +177555,9 @@ webhooks: type: string enum: - submitted - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: title: Simple Pull Request type: object @@ -179774,8 +179793,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *595 - review: *637 + repository: *596 + review: *638 sender: *17 required: - action @@ -179865,9 +179884,9 @@ webhooks: type: string enum: - resolved - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: title: Simple Pull Request type: object @@ -181998,7 +182017,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *595 + repository: *596 sender: *17 thread: type: object @@ -182400,9 +182419,9 @@ webhooks: type: string enum: - unresolved - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 pull_request: title: Simple Pull Request type: object @@ -184516,7 +184535,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *595 + repository: *596 sender: *17 thread: type: object @@ -184920,10 +184939,10 @@ webhooks: type: string before: type: string - enterprise: *592 - installation: *593 - number: *632 - organization: *594 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -187258,7 +187277,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -187350,11 +187369,11 @@ webhooks: type: string enum: - unassigned - assignee: *638 - enterprise: *592 - installation: *593 - number: *632 - organization: *594 + assignee: *639 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -189704,7 +189723,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -189793,11 +189812,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *592 - installation: *593 - label: *611 - number: *632 - organization: *594 + enterprise: *593 + installation: *594 + label: *612 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -192136,7 +192155,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -192227,10 +192246,10 @@ webhooks: type: string enum: - unlocked - enterprise: *592 - installation: *593 - number: *632 - organization: *594 + enterprise: *593 + installation: *594 + number: *633 + organization: *595 pull_request: title: Pull Request type: object @@ -194559,7 +194578,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *595 + repository: *596 sender: *17 required: - action @@ -194772,7 +194791,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *592 + enterprise: *593 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -194867,8 +194886,8 @@ webhooks: - url - author - committer - installation: *593 - organization: *594 + installation: *594 + organization: *595 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -195466,9 +195485,9 @@ webhooks: type: string enum: - published - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 registry_package: type: object properties: @@ -195945,7 +195964,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *623 + items: *624 summary: type: string tag_name: @@ -196001,7 +196020,7 @@ webhooks: - owner - package_version - registry - repository: *595 + repository: *596 sender: *17 required: - action @@ -196089,9 +196108,9 @@ webhooks: type: string enum: - updated - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 registry_package: type: object properties: @@ -196403,7 +196422,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *623 + items: *624 summary: type: string tag_name: @@ -196453,7 +196472,7 @@ webhooks: - owner - package_version - registry - repository: *595 + repository: *596 sender: *17 required: - action @@ -196540,10 +196559,10 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - release: &639 + enterprise: *593 + installation: *594 + organization: *595 + release: &640 title: Release description: The [release](https://docs.github.com/enterprise-server@3.13/rest/releases/releases/#get-a-release) object. @@ -196868,7 +196887,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *595 + repository: *596 sender: *17 required: - action @@ -196955,11 +196974,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - release: *639 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + release: *640 + repository: *596 sender: *17 required: - action @@ -197086,11 +197105,11 @@ webhooks: type: boolean required: - to - enterprise: *592 - installation: *593 - organization: *594 - release: *639 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + release: *640 + repository: *596 sender: *17 required: - action @@ -197178,9 +197197,9 @@ webhooks: type: string enum: - prereleased - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.13/rest/releases/releases/#get-a-release) @@ -197510,7 +197529,7 @@ webhooks: - string - 'null' format: uri - repository: *595 + repository: *596 sender: *17 required: - action @@ -197596,10 +197615,10 @@ webhooks: type: string enum: - published - enterprise: *592 - installation: *593 - organization: *594 - release: &640 + enterprise: *593 + installation: *594 + organization: *595 + release: &641 title: Release description: The [release](https://docs.github.com/enterprise-server@3.13/rest/releases/releases/#get-a-release) object. @@ -197926,7 +197945,7 @@ webhooks: - string - 'null' format: uri - repository: *595 + repository: *596 sender: *17 required: - action @@ -198012,11 +198031,11 @@ webhooks: type: string enum: - released - enterprise: *592 - installation: *593 - organization: *594 - release: *639 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + release: *640 + repository: *596 sender: *17 required: - action @@ -198102,11 +198121,11 @@ webhooks: type: string enum: - unpublished - enterprise: *592 - installation: *593 - organization: *594 - release: *640 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + release: *641 + repository: *596 sender: *17 required: - action @@ -198192,10 +198211,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198280,10 +198299,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198368,10 +198387,10 @@ webhooks: type: string enum: - archived - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198458,10 +198477,10 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198549,10 +198568,10 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198647,10 +198666,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198775,10 +198794,10 @@ webhooks: - 'null' items: type: string - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198866,10 +198885,10 @@ webhooks: type: string enum: - privatized - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -198956,10 +198975,10 @@ webhooks: type: string enum: - publicized - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -199063,10 +199082,10 @@ webhooks: - name required: - repository - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -199146,11 +199165,11 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - repository_ruleset: *239 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + repository_ruleset: *253 sender: *17 required: - action @@ -199228,11 +199247,11 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - repository_ruleset: *239 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + repository_ruleset: *253 sender: *17 required: - action @@ -199310,11 +199329,11 @@ webhooks: type: string enum: - edited - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - repository_ruleset: *239 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + repository_ruleset: *253 changes: type: object properties: @@ -199375,16 +199394,16 @@ webhooks: properties: added: type: array - items: *238 + items: *504 deleted: type: array - items: *238 + items: *504 updated: type: array items: type: object properties: - rule: *238 + rule: *504 changes: type: object properties: @@ -199631,10 +199650,10 @@ webhooks: - from required: - owner - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -199722,10 +199741,10 @@ webhooks: type: string enum: - unarchived - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -199813,7 +199832,7 @@ webhooks: type: string enum: - create - alert: &641 + alert: &642 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -199937,10 +199956,10 @@ webhooks: type: string enum: - open - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -200160,10 +200179,10 @@ webhooks: type: string enum: - dismissed - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -200251,11 +200270,11 @@ webhooks: type: string enum: - reopen - alert: *641 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + alert: *642 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -200467,10 +200486,10 @@ webhooks: enum: - fixed - open - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -200558,7 +200577,7 @@ webhooks: type: string enum: - created - alert: &642 + alert: &643 type: object properties: number: *91 @@ -200630,10 +200649,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -200724,11 +200743,11 @@ webhooks: type: string enum: - created - alert: *642 - installation: *593 - location: *643 - organization: *594 - repository: *595 + alert: *643 + installation: *594 + location: *644 + organization: *595 + repository: *596 sender: *17 required: - location @@ -200971,11 +200990,11 @@ webhooks: type: string enum: - reopened - alert: *642 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + alert: *643 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -201063,11 +201082,11 @@ webhooks: type: string enum: - resolved - alert: *642 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + alert: *643 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -201155,11 +201174,11 @@ webhooks: type: string enum: - validated - alert: *642 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + alert: *643 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -201245,11 +201264,11 @@ webhooks: type: string enum: - published - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - security_advisory: &644 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + security_advisory: &645 description: The details of the security advisory, including summary, description, and severity. type: object @@ -201445,11 +201464,11 @@ webhooks: type: string enum: - updated - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 - security_advisory: *644 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 + security_advisory: *645 sender: *17 required: - action @@ -201532,10 +201551,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -201732,10 +201751,10 @@ webhooks: type: object properties: security_and_analysis: *232 - enterprise: *592 - installation: *593 - organization: *594 - repository: *283 + enterprise: *593 + installation: *594 + organization: *595 + repository: *298 sender: *17 required: - changes @@ -201823,12 +201842,12 @@ webhooks: type: string enum: - cancelled - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: &645 + sponsorship: &646 type: object properties: created_at: @@ -202143,12 +202162,12 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: *645 + sponsorship: *646 required: - action - sponsorship @@ -202246,12 +202265,12 @@ webhooks: type: string required: - from - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: *645 + sponsorship: *646 required: - action - changes @@ -202338,17 +202357,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &646 + effective_date: &647 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: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: *645 + sponsorship: *646 required: - action - sponsorship @@ -202432,7 +202451,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &647 + changes: &648 type: object properties: tier: @@ -202476,13 +202495,13 @@ webhooks: - from required: - tier - effective_date: *646 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + effective_date: *647 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: *645 + sponsorship: *646 required: - action - changes @@ -202569,13 +202588,13 @@ webhooks: type: string enum: - tier_changed - changes: *647 - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + changes: *648 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - sponsorship: *645 + sponsorship: *646 required: - action - changes @@ -202659,10 +202678,10 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -202756,10 +202775,10 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -203198,15 +203217,15 @@ webhooks: type: - string - 'null' - enterprise: *592 + enterprise: *593 id: description: The unique identifier of the status. type: integer - installation: *593 + installation: *594 name: type: string - organization: *594 - repository: *595 + organization: *595 + repository: *596 sender: *17 sha: description: The Commit SHA. @@ -203319,12 +203338,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - team: &648 + team: &649 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -203527,9 +203546,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 repository: title: Repository description: A git repository @@ -203999,7 +204018,7 @@ webhooks: - topics - visibility sender: *17 - team: *648 + team: *649 required: - action - team @@ -204085,9 +204104,9 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 repository: title: Repository description: A git repository @@ -204557,7 +204576,7 @@ webhooks: - topics - visibility sender: *17 - team: *648 + team: *649 required: - action - team @@ -204644,9 +204663,9 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 repository: title: Repository description: A git repository @@ -205116,7 +205135,7 @@ webhooks: - topics - visibility sender: *17 - team: *648 + team: *649 required: - action - team @@ -205270,9 +205289,9 @@ webhooks: - from required: - permissions - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 repository: title: Repository description: A git repository @@ -205742,7 +205761,7 @@ webhooks: - topics - visibility sender: *17 - team: *648 + team: *649 required: - action - changes @@ -205830,9 +205849,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *592 - installation: *593 - organization: *594 + enterprise: *593 + installation: *594 + organization: *595 repository: title: Repository description: A git repository @@ -206302,7 +206321,7 @@ webhooks: - topics - visibility sender: *17 - team: *648 + team: *649 required: - action - team @@ -206385,12 +206404,12 @@ webhooks: type: string enum: - created - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - user: *612 + user: *613 required: - action responses: @@ -206468,12 +206487,12 @@ webhooks: type: string enum: - deleted - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - user: *612 + user: *613 required: - action responses: @@ -206554,10 +206573,10 @@ webhooks: type: string enum: - started - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 required: - action @@ -206640,17 +206659,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *592 + enterprise: *593 inputs: type: - object - 'null' additionalProperties: true - installation: *593 - organization: *594 + installation: *594 + organization: *595 ref: type: string - repository: *595 + repository: *596 sender: *17 workflow: type: string @@ -206742,10 +206761,10 @@ webhooks: type: string enum: - completed - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 workflow_job: allOf: @@ -207001,7 +207020,7 @@ webhooks: type: string required: - conclusion - deployment: *390 + deployment: *405 required: - action - repository @@ -207090,10 +207109,10 @@ webhooks: type: string enum: - in_progress - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 workflow_job: allOf: @@ -207375,7 +207394,7 @@ webhooks: required: - status - steps - deployment: *390 + deployment: *405 required: - action - repository @@ -207464,10 +207483,10 @@ webhooks: type: string enum: - queued - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 workflow_job: type: object @@ -207613,7 +207632,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *390 + deployment: *405 required: - action - repository @@ -207702,10 +207721,10 @@ webhooks: type: string enum: - waiting - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 workflow_job: type: object @@ -207852,7 +207871,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *390 + deployment: *405 required: - action - repository @@ -207942,12 +207961,12 @@ webhooks: type: string enum: - completed - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - workflow: *607 + workflow: *608 workflow_run: title: Workflow Run type: object @@ -208976,12 +208995,12 @@ webhooks: type: string enum: - in_progress - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - workflow: *607 + workflow: *608 workflow_run: title: Workflow Run type: object @@ -209995,12 +210014,12 @@ webhooks: type: string enum: - requested - enterprise: *592 - installation: *593 - organization: *594 - repository: *595 + enterprise: *593 + installation: *594 + organization: *595 + repository: *596 sender: *17 - workflow: *607 + workflow: *608 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json index 843201447..b76c67370 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json +++ b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.json @@ -21407,7 +21407,7 @@ "type": "array", "description": "An array of rules within the ruleset.", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } }, "source_type": { @@ -21743,7 +21743,7 @@ "description": "An array of rules within the ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } } @@ -105575,6 +105575,58 @@ } } }, + "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-workflows" + } + ] + }, "rule-suites": { "title": "Rule Suites", "description": "Response", diff --git a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml index 64ee1715e..6b0431aaf 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml +++ b/descriptions-next/ghes-3.13/ghes-3.13.2022-11-28.yaml @@ -15356,7 +15356,7 @@ paths: type: array description: An array of rules within the ruleset. items: - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" source_type: type: string description: The type of the source of the ruleset @@ -15577,7 +15577,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: @@ -75889,6 +75889,26 @@ 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-workflows" rule-suites: title: Rule Suites description: Response diff --git a/descriptions-next/ghes-3.13/ghes-3.13.json b/descriptions-next/ghes-3.13/ghes-3.13.json index 843201447..b76c67370 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.json +++ b/descriptions-next/ghes-3.13/ghes-3.13.json @@ -21407,7 +21407,7 @@ "type": "array", "description": "An array of rules within the ruleset.", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } }, "source_type": { @@ -21743,7 +21743,7 @@ "description": "An array of rules within the ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } } @@ -105575,6 +105575,58 @@ } } }, + "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-workflows" + } + ] + }, "rule-suites": { "title": "Rule Suites", "description": "Response", diff --git a/descriptions-next/ghes-3.13/ghes-3.13.yaml b/descriptions-next/ghes-3.13/ghes-3.13.yaml index 64ee1715e..6b0431aaf 100644 --- a/descriptions-next/ghes-3.13/ghes-3.13.yaml +++ b/descriptions-next/ghes-3.13/ghes-3.13.yaml @@ -15356,7 +15356,7 @@ paths: type: array description: An array of rules within the ruleset. items: - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" source_type: type: string description: The type of the source of the ruleset @@ -15577,7 +15577,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: @@ -75889,6 +75889,26 @@ 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-workflows" rule-suites: title: Rule Suites description: Response diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index e9bbc2950..bf940eb79 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -4625,7 +4625,7 @@ paths: application/json: schema: *22 application/scim+json: - schema: &527 + schema: &528 title: Scim Error description: Scim Error type: object @@ -12677,7 +12677,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &352 + instances_url: &368 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12713,7 +12713,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &353 + dismissed_reason: &369 type: - string - 'null' @@ -12724,14 +12724,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &354 + dismissed_comment: &370 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &355 + rule: &371 type: object properties: id: @@ -12776,7 +12776,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &356 + tool: &372 type: object properties: name: *88 @@ -12787,15 +12787,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *89 - most_recent_instance: &357 + most_recent_instance: &373 type: object properties: - ref: &350 + ref: &366 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &362 + analysis_key: &378 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12806,7 +12806,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &363 + category: &379 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13784,7 +13784,7 @@ paths: - development - runtime - - security_advisory: &383 + security_advisory: &399 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14019,7 +14019,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: &384 + auto_dismissed_at: &400 type: - string - 'null' @@ -14385,7 +14385,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *63 - - &244 + - &260 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -14396,7 +14396,7 @@ paths: enum: - open - resolved - - &245 + - &261 name: secret_type in: query description: A comma-separated list of secret types to return. By default @@ -14405,7 +14405,7 @@ paths: required: false schema: type: string - - &246 + - &262 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -14414,7 +14414,7 @@ paths: required: false schema: type: string - - &247 + - &263 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. @@ -14430,7 +14430,7 @@ paths: - *4 - *86 - *87 - - &248 + - &264 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -14446,7 +14446,7 @@ paths: application/json: schema: type: array - items: &249 + items: &265 type: object properties: number: *91 @@ -14462,14 +14462,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &518 + state: &519 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: &519 + resolution: &520 type: - string - 'null' @@ -14535,7 +14535,7 @@ paths: - inactive - unknown examples: - default: &250 + default: &266 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14796,7 +14796,7 @@ paths: description: Success content: application/json: - schema: &252 + schema: &268 type: object properties: total_advanced_security_committers: @@ -14859,7 +14859,7 @@ paths: required: - repositories examples: - default: &253 + default: &269 value: total_advanced_security_committers: 2 total_count: 2 @@ -15141,7 +15141,7 @@ paths: milestone: anyOf: - type: 'null' - - &374 + - &390 title: Milestone description: A collection of related issues and pull requests. @@ -15313,7 +15313,7 @@ paths: timeline_url: type: string format: uri - type: &551 + type: &552 title: Issue Type description: The type of issue. type: @@ -15458,7 +15458,7 @@ paths: - author_association - created_at - updated_at - comment: &425 + comment: &441 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -16028,7 +16028,7 @@ paths: url: type: string format: uri - user: &566 + user: &567 title: Public User description: Public User type: object @@ -20718,14 +20718,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &273 + - &289 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &274 + - &290 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20796,7 +20796,7 @@ paths: '404': *24 '403': *41 '304': *40 - '301': &285 + '301': &301 description: Moved permanently content: application/json: @@ -20818,7 +20818,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &453 + - &469 name: all description: If `true`, show notifications marked as read. in: query @@ -20826,7 +20826,7 @@ paths: schema: type: boolean default: false - - &454 + - &470 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20836,7 +20836,7 @@ paths: type: boolean default: false - *107 - - &455 + - &471 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: @@ -21342,7 +21342,7 @@ paths: - url - subscription_url examples: - default: &456 + default: &472 value: - id: '1' repository: @@ -21895,7 +21895,7 @@ paths: type: array items: *68 examples: - default: &575 + default: &576 value: - login: github id: 1 @@ -22864,7 +22864,7 @@ paths: type: integer repository_cache_usages: type: array - items: &290 + items: &306 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23118,7 +23118,7 @@ paths: type: array items: *82 examples: - default: &572 + default: &573 value: total_count: 1 repositories: @@ -24924,7 +24924,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &328 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24959,7 +24959,7 @@ paths: - key_id - key examples: - default: &313 + default: &329 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25372,7 +25372,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-organization-variables parameters: - *130 - - &297 + - &313 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.14/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -26026,7 +26026,7 @@ paths: be returned. in: query required: false - schema: &351 + schema: &367 type: string description: Severity of a code scanning alert. enum: @@ -26528,7 +26528,7 @@ paths: description: Response content: application/json: - schema: &387 + schema: &403 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26547,7 +26547,7 @@ paths: - key_id - key examples: - default: &388 + default: &404 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27129,7 +27129,7 @@ paths: description: Response content: application/json: - schema: &268 + schema: &284 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -27219,7 +27219,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &269 + default: &285 value: group_id: '123' group_name: Octocat admins @@ -27274,7 +27274,7 @@ paths: description: Response content: application/json: - schema: &266 + schema: &282 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -27314,7 +27314,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &267 + default: &283 value: groups: - group_id: '123' @@ -27965,7 +27965,7 @@ paths: application/json: schema: *37 examples: - default: &422 + default: &438 value: id: 1 account: @@ -30373,7 +30373,7 @@ paths: - slug - parent examples: - default: &251 + default: &267 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -30756,7 +30756,7 @@ paths: - nuget - container - *130 - - &576 + - &577 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30797,7 +30797,7 @@ paths: default: *211 '403': *41 '401': *39 - '400': &578 + '400': &579 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33306,7 +33306,7 @@ paths: description: Response content: application/json: - schema: &284 + schema: &300 title: Full Repository description: Full Repository type: object @@ -33885,7 +33885,7 @@ paths: - network_count - subscribers_count examples: - default: &286 + default: &302 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34476,7 +34476,7 @@ paths: application/json: schema: type: array - items: &242 + items: &257 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -34735,12 +34735,12 @@ paths: - object rules: type: array - items: &241 + items: &506 title: Repository Rule type: object description: A repository rule. oneOf: - - &488 + - &241 title: creation description: Only allow users with bypass permission to create matching refs. @@ -34752,7 +34752,7 @@ paths: type: string enum: - creation - - &489 + - &242 title: update description: Only allow users with bypass permission to update matching refs. @@ -34773,7 +34773,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &491 + - &243 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -34785,7 +34785,7 @@ paths: type: string enum: - deletion - - &492 + - &244 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34797,7 +34797,7 @@ paths: type: string enum: - required_linear_history - - &493 + - &245 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34821,7 +34821,7 @@ paths: type: string required: - required_deployment_environments - - &494 + - &246 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34833,7 +34833,7 @@ paths: type: string enum: - required_signatures - - &495 + - &247 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34884,7 +34884,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &496 + - &248 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34932,7 +34932,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &497 + - &249 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34944,7 +34944,7 @@ paths: type: string enum: - non_fast_forward - - &498 + - &250 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34980,7 +34980,7 @@ paths: required: - operator - pattern - - &499 + - &251 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -35016,7 +35016,7 @@ paths: required: - operator - pattern - - &500 + - &252 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -35052,7 +35052,7 @@ paths: required: - operator - pattern - - &501 + - &253 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -35088,7 +35088,7 @@ paths: required: - operator - pattern - - &502 + - &254 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -35124,7 +35124,7 @@ paths: required: - operator - pattern - - &503 + - &255 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -35174,7 +35174,7 @@ paths: - repository_id required: - workflows - - &504 + - &256 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -35316,7 +35316,27 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *241 + items: &259 + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - *241 + - *242 + - *243 + - *244 + - *245 + - *246 + - *247 + - *248 + - *249 + - *250 + - *251 + - *252 + - *253 + - *254 + - *255 + - *256 source_type: type: string description: The type of the source of the ruleset @@ -35360,9 +35380,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: &243 + default: &258 value: id: 21 name: super cool ruleset @@ -35417,7 +35437,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *130 - - &506 + - &507 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -35430,7 +35450,7 @@ paths: in: query schema: type: string - - &507 + - &508 name: time_period description: |- The time period to filter by. @@ -35446,14 +35466,14 @@ paths: - week - month default: day - - &508 + - &509 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 - - &509 + - &510 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -35473,7 +35493,7 @@ paths: description: Response content: application/json: - schema: &510 + schema: &511 title: Rule Suites description: Response type: array @@ -35528,7 +35548,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &511 + default: &512 value: - id: 21 actor_id: 12 @@ -35572,7 +35592,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *130 - - &512 + - &513 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35588,7 +35608,7 @@ paths: description: Response content: application/json: - schema: &513 + schema: &514 title: Rule Suite description: Response type: object @@ -35693,7 +35713,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &514 + default: &515 value: id: 21 actor_id: 12 @@ -35766,9 +35786,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: *243 + default: *258 '404': *24 '500': *216 put: @@ -35820,7 +35840,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *241 + items: *259 examples: default: value: @@ -35855,9 +35875,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: *243 + default: *258 '404': *24 '500': *216 delete: @@ -35904,14 +35924,14 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *130 - - *244 - - *245 - - *246 - - *247 + - *260 + - *261 + - *262 + - *263 - *9 - *5 - *4 - - &516 + - &517 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.14/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -35921,7 +35941,7 @@ paths: required: false schema: type: string - - &517 + - &518 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.14/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -35931,7 +35951,7 @@ paths: required: false schema: type: string - - *248 + - *264 responses: '200': description: Response @@ -35939,9 +35959,9 @@ paths: application/json: schema: type: array - items: *249 + items: *265 examples: - default: *250 + default: *266 headers: Link: *6 '404': *24 @@ -35977,7 +35997,7 @@ paths: type: array items: *208 examples: - default: *251 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36063,9 +36083,9 @@ paths: description: Success content: application/json: - schema: *252 + schema: *268 examples: - default: *253 + default: *269 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -36093,7 +36113,7 @@ paths: application/json: schema: type: array - items: &275 + items: &291 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -36166,7 +36186,7 @@ paths: - slug - parent examples: - default: *251 + default: *267 headers: Link: *6 '403': *41 @@ -36268,7 +36288,7 @@ paths: description: Response content: application/json: - schema: &254 + schema: &270 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -36648,7 +36668,7 @@ paths: - repos_count - organization examples: - default: &255 + default: &271 value: id: 1 node_id: MDQ6VGVhbTE= @@ -36724,9 +36744,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '404': *24 x-github: githubCloudOnly: false @@ -36811,16 +36831,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '201': description: Response content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '404': *24 '422': *33 '403': *41 @@ -36890,7 +36910,7 @@ paths: application/json: schema: type: array - items: &256 + items: &272 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -37001,7 +37021,7 @@ paths: - updated_at - url examples: - default: &556 + default: &557 value: - author: login: octocat @@ -37110,9 +37130,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: &257 + default: &273 value: author: login: octocat @@ -37186,7 +37206,7 @@ paths: parameters: - *130 - *207 - - &258 + - &274 name: discussion_number description: The number that identifies the discussion. in: path @@ -37198,9 +37218,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: *257 + default: *273 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37224,7 +37244,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 requestBody: required: false content: @@ -37247,9 +37267,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: &557 + default: &558 value: author: login: octocat @@ -37321,7 +37341,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 responses: '204': description: Response @@ -37349,7 +37369,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 - *9 - *4 - *5 @@ -37360,7 +37380,7 @@ paths: application/json: schema: type: array - items: &259 + items: &275 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -37440,7 +37460,7 @@ paths: - updated_at - url examples: - default: &558 + default: &559 value: - author: login: octocat @@ -37510,7 +37530,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 requestBody: required: true content: @@ -37532,9 +37552,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: &260 + default: &276 value: author: login: octocat @@ -37602,8 +37622,8 @@ paths: parameters: - *130 - *207 - - *258 - - &261 + - *274 + - &277 name: comment_number description: The number that identifies the comment. in: path @@ -37615,9 +37635,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: *260 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37641,8 +37661,8 @@ paths: parameters: - *130 - *207 - - *258 - - *261 + - *274 + - *277 requestBody: required: true content: @@ -37664,9 +37684,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: &559 + default: &560 value: author: login: octocat @@ -37732,8 +37752,8 @@ paths: parameters: - *130 - *207 - - *258 - - *261 + - *274 + - *277 responses: '204': description: Response @@ -37761,8 +37781,8 @@ paths: parameters: - *130 - *207 - - *258 - - *261 + - *274 + - *277 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -37788,7 +37808,7 @@ paths: application/json: schema: type: array - items: &262 + items: &278 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -37832,7 +37852,7 @@ paths: - content - created_at examples: - default: &264 + default: &280 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -37884,8 +37904,8 @@ paths: parameters: - *130 - *207 - - *258 - - *261 + - *274 + - *277 requestBody: required: true content: @@ -37918,9 +37938,9 @@ paths: team discussion comment content: application/json: - schema: *262 + schema: *278 examples: - default: &263 + default: &279 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -37949,9 +37969,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37976,9 +37996,9 @@ paths: parameters: - *130 - *207 - - *258 - - *261 - - &265 + - *274 + - *277 + - &281 name: reaction_id description: The unique identifier of the reaction. in: path @@ -38012,7 +38032,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -38038,9 +38058,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 x-github: @@ -38068,7 +38088,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 requestBody: required: true content: @@ -38100,16 +38120,16 @@ paths: description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38134,8 +38154,8 @@ paths: parameters: - *130 - *207 - - *258 - - *265 + - *274 + - *281 responses: '204': description: Response @@ -38165,9 +38185,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *282 examples: - default: *267 + default: *283 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -38211,9 +38231,9 @@ paths: description: Response content: application/json: - schema: *268 + schema: *284 examples: - default: *269 + default: *285 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -38318,7 +38338,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &286 title: Team Membership description: Team Membership type: object @@ -38346,7 +38366,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &560 + response-if-user-is-a-team-maintainer: &561 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38409,9 +38429,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *286 examples: - response-if-users-membership-with-team-is-now-pending: &561 + response-if-users-membership-with-team-is-now-pending: &562 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38485,7 +38505,7 @@ paths: application/json: schema: type: array - items: &271 + items: &287 title: Team Project description: A team's access to a project. type: object @@ -38554,7 +38574,7 @@ paths: - updated_at - permissions examples: - default: &562 + default: &563 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38617,7 +38637,7 @@ paths: parameters: - *130 - *207 - - &272 + - &288 name: project_id description: The unique identifier of the project. in: path @@ -38629,9 +38649,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *287 examples: - default: &563 + default: &564 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38693,7 +38713,7 @@ paths: parameters: - *130 - *207 - - *272 + - *288 requestBody: required: false content: @@ -38760,7 +38780,7 @@ paths: parameters: - *130 - *207 - - *272 + - *288 responses: '204': description: Response @@ -38828,14 +38848,14 @@ paths: parameters: - *130 - *207 - - *273 - - *274 + - *289 + - *290 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &564 + schema: &565 title: Team Repository description: A team's access to a repository. type: object @@ -39478,8 +39498,8 @@ paths: parameters: - *130 - *207 - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -39526,8 +39546,8 @@ paths: parameters: - *130 - *207 - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -39562,9 +39582,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - response-if-child-teams-exist: &565 + response-if-child-teams-exist: &566 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -39688,7 +39708,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#get-a-project-card parameters: - - &276 + - &292 name: card_id description: The unique identifier of the card. in: path @@ -39700,7 +39720,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &293 title: Project Card description: Project cards represent a scope of work. type: object @@ -39775,7 +39795,7 @@ paths: - created_at - updated_at examples: - default: &278 + default: &294 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -39825,7 +39845,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#update-an-existing-project-card parameters: - - *276 + - *292 requestBody: required: false content: @@ -39855,9 +39875,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *293 examples: - default: *278 + default: *294 '304': *40 '403': *41 '401': *39 @@ -39878,7 +39898,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#delete-a-project-card parameters: - - *276 + - *292 responses: '204': description: Response @@ -39916,7 +39936,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#move-a-project-card parameters: - - *276 + - *292 requestBody: required: true content: @@ -40023,7 +40043,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#get-a-project-column parameters: - - &279 + - &295 name: column_id description: The unique identifier of the column. in: path @@ -40035,7 +40055,7 @@ paths: description: Response content: application/json: - schema: &280 + schema: &296 title: Project Column description: Project columns contain cards of work. type: object @@ -40089,7 +40109,7 @@ paths: - created_at - updated_at examples: - default: &281 + default: &297 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -40118,7 +40138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#update-an-existing-project-column parameters: - - *279 + - *295 requestBody: required: true content: @@ -40143,9 +40163,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *296 examples: - default: *281 + default: *297 '304': *40 '403': *41 '401': *39 @@ -40164,7 +40184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#delete-a-project-column parameters: - - *279 + - *295 responses: '204': description: Response @@ -40187,7 +40207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#list-project-cards parameters: - - *279 + - *295 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40208,7 +40228,7 @@ paths: application/json: schema: type: array - items: *277 + items: *293 examples: default: value: @@ -40261,7 +40281,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#create-a-project-card parameters: - - *279 + - *295 requestBody: required: true content: @@ -40305,9 +40325,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *293 examples: - default: *278 + default: *294 '304': *40 '403': *41 '401': *39 @@ -40357,7 +40377,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#move-a-project-column parameters: - - *279 + - *295 requestBody: required: true content: @@ -40414,7 +40434,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/projects#get-a-project parameters: - - *272 + - *288 responses: '200': description: Response @@ -40422,7 +40442,7 @@ paths: application/json: schema: *228 examples: - default: &282 + default: &298 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -40475,7 +40495,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/projects#update-a-project parameters: - - *272 + - *288 requestBody: required: false content: @@ -40526,7 +40546,7 @@ paths: application/json: schema: *228 examples: - default: *282 + default: *298 '404': description: Not Found if the authenticated user does not have access to the project @@ -40565,7 +40585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/projects#delete-a-project parameters: - - *272 + - *288 responses: '204': description: Delete Success @@ -40609,7 +40629,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/collaborators#list-project-collaborators parameters: - - *272 + - *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 @@ -40661,7 +40681,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/collaborators#add-project-collaborator parameters: - - *272 + - *288 - *8 requestBody: required: false @@ -40711,7 +40731,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *272 + - *288 - *8 responses: '204': @@ -40740,7 +40760,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *272 + - *288 - *8 responses: '200': @@ -40805,7 +40825,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#list-project-columns parameters: - - *272 + - *288 - *4 - *5 responses: @@ -40815,7 +40835,7 @@ paths: application/json: schema: type: array - items: *280 + items: *296 examples: default: value: @@ -40847,7 +40867,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#create-a-project-column parameters: - - *272 + - *288 requestBody: required: true content: @@ -40871,7 +40891,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *296 examples: default: value: @@ -40933,7 +40953,7 @@ paths: resources: type: object properties: - core: &283 + core: &299 title: Rate Limit type: object properties: @@ -40950,20 +40970,20 @@ paths: - remaining - reset - used - graphql: *283 - search: *283 - code_search: *283 - source_import: *283 - integration_manifest: *283 - code_scanning_upload: *283 - actions_runner_registration: *283 - scim: *283 - dependency_sbom: *283 - code_scanning_autofix: *283 + graphql: *299 + search: *299 + code_search: *299 + source_import: *299 + integration_manifest: *299 + code_scanning_upload: *299 + actions_runner_registration: *299 + scim: *299 + dependency_sbom: *299 + code_scanning_autofix: *299 required: - core - search - rate: *283 + rate: *299 required: - rate - resources @@ -41067,14 +41087,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *284 + schema: *300 examples: default-response: summary: Default response @@ -41573,7 +41593,7 @@ paths: status: disabled '403': *41 '404': *24 - '301': *285 + '301': *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41591,8 +41611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#update-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -41809,10 +41829,10 @@ paths: description: Response content: application/json: - schema: *284 + schema: *300 examples: - default: *286 - '307': &287 + default: *302 + '307': &303 description: Temporary Redirect content: application/json: @@ -41857,8 +41877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#delete-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -41880,7 +41900,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#delete-a-repository - '307': *287 + '307': *303 '404': *24 '409': *135 x-github: @@ -41904,11 +41924,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 - - &304 + - &320 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -41931,7 +41951,7 @@ paths: type: integer artifacts: type: array - items: &288 + items: &304 title: Artifact description: An artifact type: object @@ -42017,7 +42037,7 @@ paths: - expires_at - updated_at examples: - default: &305 + default: &321 value: total_count: 2 artifacts: @@ -42076,9 +42096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#get-an-artifact parameters: - - *273 - - *274 - - &289 + - *289 + - *290 + - &305 name: artifact_id description: The unique identifier of the artifact. in: path @@ -42090,7 +42110,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *304 examples: default: value: @@ -42127,9 +42147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#delete-an-artifact parameters: - - *273 - - *274 - *289 + - *290 + - *305 responses: '204': description: Response @@ -42153,9 +42173,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#download-an-artifact parameters: - - *273 - - *274 - *289 + - *290 + - *305 - name: archive_format in: path required: true @@ -42192,14 +42212,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *290 + schema: *306 examples: default: value: @@ -42225,14 +42245,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: &291 + schema: &307 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -42245,7 +42265,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &292 + default: &308 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -42266,8 +42286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -42275,9 +42295,9 @@ paths: required: true content: application/json: - schema: *291 + schema: *307 examples: - selected_actions: *292 + selected_actions: *308 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42297,11 +42317,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 - - &293 + - &309 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 @@ -42335,7 +42355,7 @@ paths: description: Response content: application/json: - schema: &294 + schema: &310 title: Repository actions caches description: Repository actions caches type: object @@ -42385,7 +42405,7 @@ paths: - total_count - actions_caches examples: - default: &295 + default: &311 value: total_count: 1 actions_caches: @@ -42417,23 +42437,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *273 - - *274 + - *289 + - *290 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *293 + - *309 responses: '200': description: Response content: application/json: - schema: *294 + schema: *310 examples: - default: *295 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42453,8 +42473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *273 - - *274 + - *289 + - *290 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -42485,9 +42505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *273 - - *274 - - &296 + - *289 + - *290 + - &312 name: job_id description: The unique identifier of the job. in: path @@ -42499,7 +42519,7 @@ paths: description: Response content: application/json: - schema: &308 + schema: &324 title: Job description: Information of a job execution in a workflow run type: object @@ -42846,9 +42866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *273 - - *274 - - *296 + - *289 + - *290 + - *312 responses: '302': description: Response @@ -42876,9 +42896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *273 - - *274 - - *296 + - *289 + - *290 + - *312 requestBody: required: false content: @@ -42924,8 +42944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Status response @@ -42975,8 +42995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -43039,8 +43059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-organization-secrets parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -43058,7 +43078,7 @@ paths: type: integer secrets: type: array - items: &310 + items: &326 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -43079,7 +43099,7 @@ paths: - created_at - updated_at examples: - default: &311 + default: &327 value: total_count: 2 secrets: @@ -43112,9 +43132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-organization-variables parameters: - - *273 - - *274 - - *297 + - *289 + - *290 + - *313 - *5 responses: '200': @@ -43131,7 +43151,7 @@ paths: type: integer variables: type: array - items: &314 + items: &330 title: Actions Variable type: object properties: @@ -43165,7 +43185,7 @@ paths: - created_at - updated_at examples: - default: &315 + default: &331 value: total_count: 2 variables: @@ -43198,8 +43218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -43208,7 +43228,7 @@ paths: schema: type: object properties: - enabled: &298 + enabled: &314 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *67 @@ -43241,8 +43261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -43253,7 +43273,7 @@ paths: schema: type: object properties: - enabled: *298 + enabled: *314 allowed_actions: *67 required: - enabled @@ -43284,14 +43304,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: &299 + schema: &315 type: object properties: access_level: @@ -43309,7 +43329,7 @@ paths: required: - access_level examples: - default: &300 + default: &316 value: access_level: organization x-github: @@ -43334,15 +43354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: application/json: - schema: *299 + schema: *315 examples: - default: *300 + default: *316 responses: '204': description: Response @@ -43366,8 +43386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -43398,8 +43418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -43431,8 +43451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -43461,8 +43481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Success response @@ -43502,8 +43522,8 @@ paths: in: query schema: type: string - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -43547,8 +43567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -43580,8 +43600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -43655,8 +43675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '201': description: Response @@ -43692,8 +43712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '201': description: Response @@ -43723,8 +43743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 responses: '200': @@ -43754,8 +43774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 responses: '204': @@ -43782,8 +43802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 responses: '200': *85 @@ -43808,8 +43828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 requestBody: required: true @@ -43858,8 +43878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 requestBody: required: true @@ -43909,8 +43929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 responses: '200': *155 @@ -43940,8 +43960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 - *156 responses: @@ -43971,9 +43991,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *273 - - *274 - - &318 + - *289 + - *290 + - &334 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. @@ -43981,7 +44001,7 @@ paths: required: false schema: type: string - - &319 + - &335 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -43989,7 +44009,7 @@ paths: required: false schema: type: string - - &320 + - &336 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -43998,7 +44018,7 @@ paths: required: false schema: type: string - - &321 + - &337 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 @@ -44025,7 +44045,7 @@ paths: - pending - *4 - *5 - - &322 + - &338 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-server@3.14/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -44034,7 +44054,7 @@ paths: schema: type: string format: date-time - - &301 + - &317 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44043,13 +44063,13 @@ paths: schema: type: boolean default: false - - &323 + - &339 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &324 + - &340 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44072,7 +44092,7 @@ paths: type: integer workflow_runs: type: array - items: &302 + items: &318 title: Workflow Run description: An invocation of a workflow type: object @@ -44189,7 +44209,7 @@ paths: type: - array - 'null' - items: &342 + items: &358 title: Pull Request Minimal type: object properties: @@ -44316,7 +44336,7 @@ paths: head_commit: anyOf: - type: 'null' - - &346 + - &362 title: Simple Commit description: A commit. type: object @@ -44431,7 +44451,7 @@ paths: - workflow_url - pull_requests examples: - default: &325 + default: &341 value: total_count: 1 workflow_runs: @@ -44667,24 +44687,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *273 - - *274 - - &303 + - *289 + - *290 + - &319 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *301 + - *317 responses: '200': description: Response content: application/json: - schema: *302 + schema: *318 examples: - default: &306 + default: &322 value: id: 30433642 name: Build @@ -44925,9 +44945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '204': description: Response @@ -44950,9 +44970,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '200': description: Response @@ -45082,12 +45102,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 - *4 - *5 - - *304 + - *320 responses: '200': description: Response @@ -45103,9 +45123,9 @@ paths: type: integer artifacts: type: array - items: *288 + items: *304 examples: - default: *305 + default: *321 headers: Link: *6 x-github: @@ -45129,25 +45149,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *273 - - *274 - - *303 - - &307 + - *289 + - *290 + - *319 + - &323 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *301 + - *317 responses: '200': description: Response content: application/json: - schema: *302 + schema: *318 examples: - default: *306 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45170,10 +45190,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *273 - - *274 - - *303 - - *307 + - *289 + - *290 + - *319 + - *323 - *4 - *5 responses: @@ -45191,9 +45211,9 @@ paths: type: integer jobs: type: array - items: *308 + items: *324 examples: - default: &309 + default: &325 value: total_count: 1 jobs: @@ -45306,10 +45326,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *273 - - *274 - - *303 - - *307 + - *289 + - *290 + - *319 + - *323 responses: '302': description: Response @@ -45337,9 +45357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '202': description: Response @@ -45372,9 +45392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 requestBody: required: true content: @@ -45441,9 +45461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '202': description: Response @@ -45476,9 +45496,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 - 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 @@ -45508,9 +45528,9 @@ paths: type: integer jobs: type: array - items: *308 + items: *324 examples: - default: *309 + default: *325 headers: Link: *6 x-github: @@ -45535,9 +45555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '302': description: Response @@ -45564,9 +45584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '204': description: Response @@ -45593,9 +45613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '200': description: Response @@ -45664,7 +45684,7 @@ paths: items: type: object properties: - type: &396 + type: &412 type: string description: The type of reviewer. enum: @@ -45675,7 +45695,7 @@ paths: reviewer: anyOf: - *17 - - *275 + - *291 required: - environment - wait_timer @@ -45750,9 +45770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 requestBody: required: true content: @@ -45802,7 +45822,7 @@ paths: application/json: schema: type: array - items: &391 + items: &407 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -45914,7 +45934,7 @@ paths: - created_at - updated_at examples: - default: &392 + default: &408 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -45970,9 +45990,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 requestBody: required: false content: @@ -46017,9 +46037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 requestBody: required: false content: @@ -46067,8 +46087,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-secrets parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -46086,9 +46106,9 @@ paths: type: integer secrets: type: array - items: *310 + items: *326 examples: - default: *311 + default: *327 headers: Link: *6 x-github: @@ -46113,16 +46133,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-public-key parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *312 + schema: *328 examples: - default: *313 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46144,17 +46164,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 responses: '200': description: Response content: application/json: - schema: *310 + schema: *326 examples: - default: &409 + default: &425 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46180,8 +46200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 requestBody: required: true @@ -46239,8 +46259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 responses: '204': @@ -46266,9 +46286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-variables parameters: - - *273 - - *274 - - *297 + - *289 + - *290 + - *313 - *5 responses: '200': @@ -46285,9 +46305,9 @@ paths: type: integer variables: type: array - items: *314 + items: *330 examples: - default: *315 + default: *331 headers: Link: *6 x-github: @@ -46310,8 +46330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-a-repository-variable parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -46363,17 +46383,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-a-repository-variable parameters: - - *273 - - *274 + - *289 + - *290 - *161 responses: '200': description: Response content: application/json: - schema: *314 + schema: *330 examples: - default: &410 + default: &426 value: name: USERNAME value: octocat @@ -46399,8 +46419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-a-repository-variable parameters: - - *273 - - *274 + - *289 + - *290 - *161 requestBody: required: true @@ -46443,8 +46463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-a-repository-variable parameters: - - *273 - - *274 + - *289 + - *290 - *161 responses: '204': @@ -46470,8 +46490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#list-repository-workflows parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -46489,7 +46509,7 @@ paths: type: integer workflows: type: array - items: &316 + items: &332 title: Workflow description: A GitHub Actions workflow type: object @@ -46607,9 +46627,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#get-a-workflow parameters: - - *273 - - *274 - - &317 + - *289 + - *290 + - &333 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -46624,7 +46644,7 @@ paths: description: Response content: application/json: - schema: *316 + schema: *332 examples: default: value: @@ -46657,9 +46677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#disable-a-workflow parameters: - - *273 - - *274 - - *317 + - *289 + - *290 + - *333 responses: '204': description: Response @@ -46684,9 +46704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *273 - - *274 - - *317 + - *289 + - *290 + - *333 responses: '204': description: Response @@ -46737,9 +46757,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#enable-a-workflow parameters: - - *273 - - *274 - - *317 + - *289 + - *290 + - *333 responses: '204': description: Response @@ -46766,19 +46786,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *273 - - *274 - - *317 - - *318 - - *319 - - *320 - - *321 + - *289 + - *290 + - *333 + - *334 + - *335 + - *336 + - *337 - *4 - *5 - - *322 - - *301 - - *323 - - *324 + - *338 + - *317 + - *339 + - *340 responses: '200': description: Response @@ -46794,9 +46814,9 @@ paths: type: integer workflow_runs: type: array - items: *302 + items: *318 examples: - default: *325 + default: *341 headers: Link: *6 x-github: @@ -46819,8 +46839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-activities parameters: - - *273 - - *274 + - *289 + - *290 - *9 - *4 - *86 @@ -46988,8 +47008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#list-assignees parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -47026,8 +47046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *273 - - *274 + - *289 + - *290 - name: assignee in: path required: true @@ -47061,8 +47081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -47070,7 +47090,7 @@ paths: application/json: schema: type: array - items: &326 + items: &342 title: Autolink reference description: An autolink reference. type: object @@ -47124,8 +47144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -47164,9 +47184,9 @@ paths: description: response content: application/json: - schema: *326 + schema: *342 examples: - default: &327 + default: &343 value: id: 1 key_prefix: TICKET- @@ -47197,9 +47217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *273 - - *274 - - &328 + - *289 + - *290 + - &344 name: autolink_id description: The unique identifier of the autolink. in: path @@ -47211,9 +47231,9 @@ paths: description: Response content: application/json: - schema: *326 + schema: *342 examples: - default: *327 + default: *343 '404': *24 x-github: githubCloudOnly: false @@ -47233,9 +47253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *273 - - *274 - - *328 + - *289 + - *290 + - *344 responses: '204': description: Response @@ -47259,8 +47279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response if Dependabot is enabled @@ -47309,8 +47329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#list-branches parameters: - - *273 - - *274 + - *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. @@ -47348,7 +47368,7 @@ paths: - url protected: type: boolean - protection: &330 + protection: &346 title: Branch Protection description: Branch Protection type: object @@ -47391,7 +47411,7 @@ paths: required: - contexts - checks - enforce_admins: &333 + enforce_admins: &349 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -47408,7 +47428,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &335 + required_pull_request_reviews: &351 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -47430,7 +47450,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *275 + items: *291 apps: description: The list of apps with review dismissal access. @@ -47462,7 +47482,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *275 + items: *291 apps: description: The list of apps allowed to bypass pull request requirements. @@ -47492,7 +47512,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &332 + restrictions: &348 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -47817,9 +47837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#get-a-branch parameters: - - *273 - - *274 - - &331 + - *289 + - *290 + - &347 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-server@3.14/graphql). @@ -47833,14 +47853,14 @@ paths: description: Response content: application/json: - schema: &341 + schema: &357 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &370 + commit: &386 title: Commit description: Commit type: object @@ -47879,7 +47899,7 @@ paths: author: anyOf: - type: 'null' - - &329 + - &345 title: Git User description: Metaproperties for Git author/committer information. @@ -47900,7 +47920,7 @@ paths: committer: anyOf: - type: 'null' - - *329 + - *345 message: type: string examples: @@ -47924,7 +47944,7 @@ paths: required: - sha - url - verification: &416 + verification: &432 title: Verification type: object properties: @@ -47999,7 +48019,7 @@ paths: type: integer files: type: array - items: &380 + items: &396 title: Diff Entry description: Diff Entry type: object @@ -48093,7 +48113,7 @@ paths: - self protected: type: boolean - protection: *330 + protection: *346 protection_url: type: string format: uri @@ -48199,7 +48219,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *285 + '301': *301 '404': *24 x-github: githubCloudOnly: false @@ -48221,15 +48241,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *330 + schema: *346 examples: default: value: @@ -48423,9 +48443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -48685,7 +48705,7 @@ paths: url: type: string format: uri - required_status_checks: &338 + required_status_checks: &354 title: Status Check Policy description: Status Check Policy type: object @@ -48766,7 +48786,7 @@ paths: items: *17 teams: type: array - items: *275 + items: *291 apps: type: array items: *23 @@ -48784,7 +48804,7 @@ paths: items: *17 teams: type: array - items: *275 + items: *291 apps: type: array items: *23 @@ -48844,7 +48864,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *332 + restrictions: *348 required_conversation_resolution: type: object properties: @@ -48956,9 +48976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -48983,17 +49003,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *333 + schema: *349 examples: - default: &334 + default: &350 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -49015,17 +49035,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *333 + schema: *349 examples: - default: *334 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49044,9 +49064,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -49071,17 +49091,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *335 + schema: *351 examples: - default: &336 + default: &352 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49177,9 +49197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -49277,9 +49297,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *351 examples: - default: *336 + default: *352 '422': *33 x-github: githubCloudOnly: false @@ -49300,9 +49320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -49329,17 +49349,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *333 + schema: *349 examples: - default: &337 + default: &353 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -49362,17 +49382,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *333 + schema: *349 examples: - default: *337 + default: *353 '404': *24 x-github: githubCloudOnly: false @@ -49392,9 +49412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -49419,17 +49439,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-status-checks-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *338 + schema: *354 examples: - default: &339 + default: &355 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -49455,9 +49475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-status-check-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -49509,9 +49529,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *354 examples: - default: *339 + default: *355 '404': *24 '422': *33 x-github: @@ -49533,9 +49553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -49559,9 +49579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response @@ -49595,9 +49615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-status-check-contexts parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -49664,9 +49684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-status-check-contexts parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -49730,9 +49750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: content: application/json: @@ -49798,15 +49818,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *332 + schema: *348 examples: default: value: @@ -49897,9 +49917,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -49922,9 +49942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response @@ -49934,7 +49954,7 @@ paths: type: array items: *23 examples: - default: &340 + default: &356 value: - id: 1 slug: octoapp @@ -49991,9 +50011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50027,7 +50047,7 @@ paths: type: array items: *23 examples: - default: *340 + default: *356 '422': *33 x-github: githubCloudOnly: false @@ -50048,9 +50068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50084,7 +50104,7 @@ paths: type: array items: *23 examples: - default: *340 + default: *356 '422': *33 x-github: githubCloudOnly: false @@ -50105,9 +50125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50141,7 +50161,7 @@ paths: type: array items: *23 examples: - default: *340 + default: *356 '422': *33 x-github: githubCloudOnly: false @@ -50163,9 +50183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response @@ -50173,9 +50193,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - default: *251 + default: *267 '404': *24 x-github: githubCloudOnly: false @@ -50195,9 +50215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -50233,9 +50253,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - default: *251 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -50256,9 +50276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -50294,9 +50314,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - default: *251 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -50317,9 +50337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: content: application/json: @@ -50354,9 +50374,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - default: *251 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -50378,9 +50398,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response @@ -50414,9 +50434,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50474,9 +50494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50534,9 +50554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50596,9 +50616,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#rename-a-branch parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50620,7 +50640,7 @@ paths: description: Response content: application/json: - schema: *341 + schema: *357 examples: default: value: @@ -50733,8 +50753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#create-a-check-run parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -51013,7 +51033,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &359 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51148,8 +51168,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *342 - deployment: &601 + items: *358 + deployment: &602 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -51436,9 +51456,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#get-a-check-run parameters: - - *273 - - *274 - - &344 + - *289 + - *290 + - &360 name: check_run_id description: The unique identifier of the check run. in: path @@ -51450,9 +51470,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *359 examples: - default: &345 + default: &361 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -51552,9 +51572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#update-a-check-run parameters: - - *273 - - *274 - - *344 + - *289 + - *290 + - *360 requestBody: required: true content: @@ -51794,9 +51814,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *359 examples: - default: *345 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51816,9 +51836,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-run-annotations parameters: - - *273 - - *274 - - *344 + - *289 + - *290 + - *360 - *4 - *5 responses: @@ -51928,9 +51948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#rerequest-a-check-run parameters: - - *273 - - *274 - - *344 + - *289 + - *290 + - *360 responses: '201': description: Response @@ -51974,8 +51994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#create-a-check-suite parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -51997,7 +52017,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &347 + schema: &363 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -52079,7 +52099,7 @@ paths: type: - array - 'null' - items: *342 + items: *358 app: anyOf: - type: 'null' @@ -52095,7 +52115,7 @@ paths: - string - 'null' format: date-time - head_commit: *346 + head_commit: *362 latest_check_runs_count: type: integer check_runs_url: @@ -52123,7 +52143,7 @@ paths: - check_runs_url - pull_requests examples: - default: &348 + default: &364 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -52414,9 +52434,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *347 + schema: *363 examples: - default: *348 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52435,8 +52455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -52745,9 +52765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#get-a-check-suite parameters: - - *273 - - *274 - - &349 + - *289 + - *290 + - &365 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -52759,9 +52779,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *363 examples: - default: *348 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52784,17 +52804,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *273 - - *274 - - *349 - - &377 + - *289 + - *290 + - *365 + - &393 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &378 + - &394 name: status description: Returns check runs with the specified `status`. in: query @@ -52833,9 +52853,9 @@ paths: type: integer check_runs: type: array - items: *343 + items: *359 examples: - default: &379 + default: &395 value: total_count: 1 check_runs: @@ -52937,9 +52957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#rerequest-a-check-suite parameters: - - *273 - - *274 - - *349 + - *289 + - *290 + - *365 responses: '201': description: Response @@ -52972,20 +52992,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *173 - *174 - *5 - *4 - - &361 + - &377 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: *350 + schema: *366 - *9 - name: sort description: The property by which to sort the results. @@ -53008,7 +53028,7 @@ paths: be returned. in: query required: false - schema: *351 + schema: *367 responses: '200': description: Response @@ -53024,7 +53044,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *352 + instances_url: *368 state: *90 fixed_at: *100 dismissed_by: @@ -53032,11 +53052,11 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *353 - dismissed_comment: *354 - rule: *355 - tool: *356 - most_recent_instance: *357 + dismissed_reason: *369 + dismissed_comment: *370 + rule: *371 + tool: *372 + most_recent_instance: *373 dismissal_approved_by: anyOf: - type: 'null' @@ -53156,7 +53176,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *40 - '403': &358 + '403': &374 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -53183,9 +53203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *273 - - *274 - - &359 + - *289 + - *290 + - &375 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53199,7 +53219,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &376 type: object properties: number: *91 @@ -53207,7 +53227,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *352 + instances_url: *368 state: *90 fixed_at: *100 dismissed_by: @@ -53215,8 +53235,8 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *353 - dismissed_comment: *354 + dismissed_reason: *369 + dismissed_comment: *370 rule: type: object properties: @@ -53278,8 +53298,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *356 - most_recent_instance: *357 + tool: *372 + most_recent_instance: *373 dismissal_approved_by: anyOf: - type: 'null' @@ -53372,7 +53392,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *40 - '403': *358 + '403': *374 '404': *24 '503': *102 x-github: @@ -53392,9 +53412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *273 - - *274 - - *359 + - *289 + - *290 + - *375 requestBody: required: true content: @@ -53409,8 +53429,8 @@ paths: enum: - open - dismissed - dismissed_reason: *353 - dismissed_comment: *354 + dismissed_reason: *369 + dismissed_comment: *370 required: - state examples: @@ -53425,7 +53445,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *376 examples: default: value: @@ -53501,7 +53521,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *32 - '403': &366 + '403': &382 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -53528,12 +53548,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *273 - - *274 - - *359 + - *289 + - *290 + - *375 - *5 - *4 - - *361 + - *377 responses: '200': description: Response @@ -53541,7 +53561,7 @@ paths: application/json: schema: type: array - items: *357 + items: *373 examples: default: value: @@ -53580,7 +53600,7 @@ paths: end_column: 50 classifications: - source - '403': *358 + '403': *374 '404': *24 '503': *102 x-github: @@ -53614,8 +53634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *173 - *174 - *5 @@ -53626,12 +53646,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *350 + schema: *366 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &364 + schema: &380 type: string description: An identifier for the upload. examples: @@ -53653,23 +53673,23 @@ paths: application/json: schema: type: array - items: &365 + items: &381 type: object properties: - ref: *350 - commit_sha: &367 + ref: *366 + commit_sha: &383 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: *362 + analysis_key: *378 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *363 + category: *379 error: type: string examples: @@ -53694,8 +53714,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *364 - tool: *356 + sarif_id: *380 + tool: *372 deletable: type: boolean warning: @@ -53757,7 +53777,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *358 + '403': *374 '404': *24 '503': *102 x-github: @@ -53793,8 +53813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -53807,7 +53827,7 @@ paths: description: Response content: application/json: - schema: *365 + schema: *381 examples: response: summary: application/json response @@ -53861,7 +53881,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *358 + '403': *374 '404': *24 '503': *102 x-github: @@ -53943,8 +53963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54000,7 +54020,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': *32 - '403': *366 + '403': *382 '404': *24 '503': *102 x-github: @@ -54022,8 +54042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -54089,7 +54109,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *358 + '403': *374 '404': *24 '503': *102 x-github: @@ -54110,8 +54130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -54182,7 +54202,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *366 + '403': *382 '404': *24 '409': description: Response if there is already a validation run in progress with @@ -54253,8 +54273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -54262,7 +54282,7 @@ paths: schema: type: object properties: - commit_sha: *367 + commit_sha: *383 ref: type: string description: |- @@ -54317,7 +54337,7 @@ paths: schema: type: object properties: - id: *364 + id: *380 url: type: string description: The REST API URL for checking the status of the upload. @@ -54331,7 +54351,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': *366 + '403': *382 '404': *24 '413': description: Payload Too Large if the sarif field is too large @@ -54354,8 +54374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *273 - - *274 + - *289 + - *290 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -54403,7 +54423,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': *358 + '403': *374 '404': description: Not Found if the sarif id does not match any upload '503': *102 @@ -54428,8 +54448,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-codeowners-errors parameters: - - *273 - - *274 + - *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 @@ -54560,8 +54580,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *273 - - *274 + - *289 + - *290 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -54599,7 +54619,7 @@ paths: application/json: schema: type: array - items: &368 + items: &384 title: Collaborator description: Collaborator type: object @@ -54791,8 +54811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *273 - - *274 + - *289 + - *290 - *8 responses: '204': @@ -54829,8 +54849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *273 - - *274 + - *289 + - *290 - *8 requestBody: required: false @@ -54900,8 +54920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *273 - - *274 + - *289 + - *290 - *8 responses: '204': @@ -54933,8 +54953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *273 - - *274 + - *289 + - *290 - *8 responses: '200': @@ -54955,7 +54975,7 @@ paths: user: anyOf: - type: 'null' - - *368 + - *384 required: - permission - role_name @@ -55009,8 +55029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -55020,7 +55040,7 @@ paths: application/json: schema: type: array - items: &369 + items: &385 title: Commit Comment description: Commit Comment type: object @@ -55078,7 +55098,7 @@ paths: - created_at - updated_at examples: - default: &372 + default: &388 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55137,17 +55157,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#get-a-commit-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '200': description: Response content: application/json: - schema: *369 + schema: *385 examples: - default: &373 + default: &389 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55204,8 +55224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#update-a-commit-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -55228,7 +55248,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *385 examples: default: value: @@ -55279,8 +55299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#delete-a-commit-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '204': @@ -55302,8 +55322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -55330,9 +55350,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 '404': *24 @@ -55353,8 +55373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -55387,16 +55407,16 @@ paths: description: Reaction exists content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Reaction created content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '422': *33 x-github: githubCloudOnly: false @@ -55418,10 +55438,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *273 - - *274 + - *289 + - *290 - *116 - - *265 + - *281 responses: '204': description: Response @@ -55470,8 +55490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-commits parameters: - - *273 - - *274 + - *289 + - *290 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -55527,9 +55547,9 @@ paths: application/json: schema: type: array - items: *370 + items: *386 examples: - default: &474 + default: &490 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55622,9 +55642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-branches-for-head-commit parameters: - - *273 - - *274 - - &371 + - *289 + - *290 + - &387 name: commit_sha description: The SHA of the commit. in: path @@ -55696,9 +55716,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#list-commit-comments parameters: - - *273 - - *274 - - *371 + - *289 + - *290 + - *387 - *4 - *5 responses: @@ -55708,9 +55728,9 @@ paths: application/json: schema: type: array - items: *369 + items: *385 examples: - default: *372 + default: *388 headers: Link: *6 x-github: @@ -55738,9 +55758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#create-a-commit-comment parameters: - - *273 - - *274 - - *371 + - *289 + - *290 + - *387 requestBody: required: true content: @@ -55775,9 +55795,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *385 examples: - default: *373 + default: *389 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55805,9 +55825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *273 - - *274 - - *371 + - *289 + - *290 + - *387 - *4 - *5 responses: @@ -55817,7 +55837,7 @@ paths: application/json: schema: type: array - items: &464 + items: &480 title: Pull Request Simple description: Pull Request Simple type: object @@ -55937,7 +55957,7 @@ paths: milestone: anyOf: - type: 'null' - - *374 + - *390 active_lock_reason: type: - string @@ -55992,7 +56012,7 @@ paths: type: - array - 'null' - items: *275 + items: *291 head: type: object properties: @@ -56036,7 +56056,7 @@ paths: _links: type: object properties: - comments: &375 + comments: &391 title: Link description: Hypermedia Link type: object @@ -56045,13 +56065,13 @@ paths: type: string required: - href - commits: *375 - statuses: *375 - html: *375 - issue: *375 - review_comments: *375 - review_comment: *375 - self: *375 + commits: *391 + statuses: *391 + html: *391 + issue: *391 + review_comments: *391 + review_comment: *391 + self: *391 required: - comments - commits @@ -56062,7 +56082,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: &466 + auto_merge: &482 title: Auto merge description: The status of auto merging a pull request. type: @@ -56127,7 +56147,7 @@ paths: - author_association - auto_merge examples: - default: &465 + default: &481 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -56664,11 +56684,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#get-a-commit parameters: - - *273 - - *274 + - *289 + - *290 - *5 - *4 - - &376 + - &392 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)" @@ -56683,9 +56703,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *386 examples: - default: &450 + default: &466 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -56795,11 +56815,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *273 - - *274 - - *376 - - *377 - - *378 + - *289 + - *290 + - *392 + - *393 + - *394 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -56833,9 +56853,9 @@ paths: type: integer check_runs: type: array - items: *343 + items: *359 examples: - default: *379 + default: *395 headers: Link: *6 x-github: @@ -56860,9 +56880,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *273 - - *274 - - *376 + - *289 + - *290 + - *392 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -56870,7 +56890,7 @@ paths: schema: type: integer example: 1 - - *377 + - *393 - *4 - *5 responses: @@ -56888,7 +56908,7 @@ paths: type: integer check_suites: type: array - items: *347 + items: *363 examples: default: value: @@ -57088,9 +57108,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *273 - - *274 - - *376 + - *289 + - *290 + - *392 - *4 - *5 responses: @@ -57292,9 +57312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *273 - - *274 - - *376 + - *289 + - *290 + - *392 - *4 - *5 responses: @@ -57304,7 +57324,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Status description: The status of a commit. type: object @@ -57385,7 +57405,7 @@ paths: site_admin: false headers: Link: *6 - '301': *285 + '301': *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57453,8 +57473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#compare-two-commits parameters: - - *273 - - *274 + - *289 + - *290 - *5 - *4 - name: basehead @@ -57502,8 +57522,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *370 - merge_base_commit: *370 + base_commit: *386 + merge_base_commit: *386 status: type: string enum: @@ -57527,10 +57547,10 @@ paths: - 6 commits: type: array - items: *370 + items: *386 files: type: array - items: *380 + items: *396 required: - url - html_url @@ -57809,8 +57829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-repository-content parameters: - - *273 - - *274 + - *289 + - *290 - name: path description: path parameter in: path @@ -57963,7 +57983,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &381 + response-if-content-is-a-file: &397 summary: Response if content is a file value: type: file @@ -58100,7 +58120,7 @@ paths: - size - type - url - - &479 + - &495 title: Content File description: Content File type: object @@ -58318,7 +58338,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *381 + response-if-content-is-a-file: *397 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -58387,7 +58407,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *24 '403': *41 - '302': &483 + '302': &499 description: Found '304': *40 x-github: @@ -58411,8 +58431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#create-or-update-file-contents parameters: - - *273 - - *274 + - *289 + - *290 - name: path description: path parameter in: path @@ -58507,7 +58527,7 @@ paths: description: Response content: application/json: - schema: &382 + schema: &398 title: File Commit description: File Commit type: object @@ -58656,7 +58676,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *398 examples: example-for-creating-a-file: value: @@ -58707,7 +58727,7 @@ paths: schema: oneOf: - *22 - - &411 + - &427 description: Repository rule violation was detected type: object properties: @@ -58760,8 +58780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#delete-a-file parameters: - - *273 - - *274 + - *289 + - *290 - name: path description: path parameter in: path @@ -58822,7 +58842,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *398 examples: default: value: @@ -58873,8 +58893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-contributors parameters: - - *273 - - *274 + - *289 + - *290 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -58998,8 +59018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *181 - *182 - *183 @@ -59021,7 +59041,7 @@ paths: application/json: schema: type: array - items: &385 + items: &401 type: object description: A Dependabot alert. properties: @@ -59056,7 +59076,7 @@ paths: - development - runtime - - security_advisory: *383 + security_advisory: *399 security_vulnerability: *94 url: *95 html_url: *96 @@ -59087,7 +59107,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: *384 + auto_dismissed_at: *400 required: - number - state @@ -59314,9 +59334,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *273 - - *274 - - &386 + - *289 + - *290 + - &402 name: alert_number in: path description: |- @@ -59331,7 +59351,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *401 examples: default: value: @@ -59435,9 +59455,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *273 - - *274 - - *386 + - *289 + - *290 + - *402 requestBody: required: true content: @@ -59482,7 +59502,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *401 examples: default: value: @@ -59611,8 +59631,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#list-repository-secrets parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -59630,7 +59650,7 @@ paths: type: integer secrets: type: array - items: &389 + items: &405 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -59684,16 +59704,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *387 + schema: *403 examples: - default: *388 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59713,15 +59733,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 responses: '200': description: Response content: application/json: - schema: *389 + schema: *405 examples: default: value: @@ -59747,8 +59767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 requestBody: required: true @@ -59801,8 +59821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 responses: '204': @@ -59825,8 +59845,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *273 - - *274 + - *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 @@ -60000,8 +60020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -60247,8 +60267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -60331,7 +60351,7 @@ paths: - version - url additionalProperties: false - metadata: &390 + metadata: &406 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -60370,7 +60390,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *390 + metadata: *406 resolved: type: object description: A collection of resolved package dependencies. @@ -60384,7 +60404,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *390 + metadata: *406 relationship: type: string description: A notation of whether a dependency is requested @@ -60517,8 +60537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#list-deployments parameters: - - *273 - - *274 + - *289 + - *290 - name: sha description: The SHA recorded at creation time. in: query @@ -60559,9 +60579,9 @@ paths: application/json: schema: type: array - items: *391 + items: *407 examples: - default: *392 + default: *408 headers: Link: *6 x-github: @@ -60627,8 +60647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#create-a-deployment parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -60710,7 +60730,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *407 examples: simple-example: summary: Simple example @@ -60783,9 +60803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#get-a-deployment parameters: - - *273 - - *274 - - &393 + - *289 + - *290 + - &409 name: deployment_id description: deployment_id parameter in: path @@ -60797,7 +60817,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *407 examples: default: value: @@ -60862,9 +60882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#delete-a-deployment parameters: - - *273 - - *274 - - *393 + - *289 + - *290 + - *409 responses: '204': description: Response @@ -60886,9 +60906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#list-deployment-statuses parameters: - - *273 - - *274 - - *393 + - *289 + - *290 + - *409 - *4 - *5 responses: @@ -60898,7 +60918,7 @@ paths: application/json: schema: type: array - items: &394 + items: &410 title: Deployment Status description: The status of a deployment. type: object @@ -61062,9 +61082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#create-a-deployment-status parameters: - - *273 - - *274 - - *393 + - *289 + - *290 + - *409 requestBody: required: true content: @@ -61139,9 +61159,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *410 examples: - default: &395 + default: &411 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -61197,9 +61217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#get-a-deployment-status parameters: - - *273 - - *274 - - *393 + - *289 + - *290 + - *409 - name: status_id in: path required: true @@ -61210,9 +61230,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *410 examples: - default: *395 + default: *411 '404': *24 x-github: githubCloudOnly: false @@ -61237,8 +61257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -61295,8 +61315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#list-environments parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -61314,7 +61334,7 @@ paths: - 5 environments: type: array - items: &397 + items: &413 title: Environment description: Details of a deployment environment type: object @@ -61376,7 +61396,7 @@ paths: type: string examples: - wait_timer - wait_timer: &399 + wait_timer: &415 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -61418,11 +61438,11 @@ paths: items: type: object properties: - type: *396 + type: *412 reviewer: anyOf: - *17 - - *275 + - *291 required: - id - node_id @@ -61445,7 +61465,7 @@ paths: - id - node_id - type - deployment_branch_policy: &400 + deployment_branch_policy: &416 type: - object - 'null' @@ -61561,9 +61581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#get-an-environment parameters: - - *273 - - *274 - - &398 + - *289 + - *290 + - &414 name: environment_name in: path required: true @@ -61576,9 +61596,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *413 examples: - default: &401 + default: &417 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -61661,9 +61681,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#create-or-update-an-environment parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 requestBody: required: false content: @@ -61673,7 +61693,7 @@ paths: - object - 'null' properties: - wait_timer: *399 + wait_timer: *415 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -61692,14 +61712,14 @@ paths: items: type: object properties: - type: *396 + type: *412 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *400 + deployment_branch_policy: *416 additionalProperties: false examples: default: @@ -61719,9 +61739,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *413 examples: - default: *401 + default: *417 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -61745,9 +61765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#delete-an-environment parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 responses: '204': description: Default response @@ -61772,9 +61792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *4 - *5 responses: @@ -61793,7 +61813,7 @@ paths: - 2 branch_policies: type: array - items: &402 + items: &418 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -61854,9 +61874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 requestBody: required: true content: @@ -61904,9 +61924,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *418 examples: - example-wildcard: &403 + example-wildcard: &419 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -61948,10 +61968,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *273 - - *274 - - *398 - - &404 + - *289 + - *290 + - *414 + - &420 name: branch_policy_id in: path required: true @@ -61963,9 +61983,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *418 examples: - default: *403 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61984,10 +62004,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *273 - - *274 - - *398 - - *404 + - *289 + - *290 + - *414 + - *420 requestBody: required: true content: @@ -62016,9 +62036,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *418 examples: - default: *403 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62037,10 +62057,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *273 - - *274 - - *398 - - *404 + - *289 + - *290 + - *414 + - *420 responses: '204': description: Response @@ -62065,9 +62085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *398 - - *274 - - *273 + - *414 + - *290 + - *289 responses: '200': description: List of deployment protection rules @@ -62084,7 +62104,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &405 + items: &421 title: Deployment protection rule description: Deployment protection rule type: object @@ -62106,7 +62126,7 @@ paths: for the environment. examples: - true - app: &406 + app: &422 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -62209,9 +62229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *398 - - *274 - - *273 + - *414 + - *290 + - *289 requestBody: content: application/json: @@ -62232,9 +62252,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *405 + schema: *421 examples: - default: &407 + default: &423 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -62269,9 +62289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *398 - - *274 - - *273 + - *414 + - *290 + - *289 - *5 - *4 responses: @@ -62291,7 +62311,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *406 + items: *422 examples: default: value: @@ -62326,10 +62346,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *273 - - *274 - - *398 - - &408 + - *289 + - *290 + - *414 + - &424 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -62341,9 +62361,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *421 examples: - default: *407 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62364,10 +62384,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *398 - - *274 - - *273 - - *408 + - *414 + - *290 + - *289 + - *424 responses: '204': description: Response @@ -62393,9 +62413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-environment-secrets parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *4 - *5 responses: @@ -62413,9 +62433,9 @@ paths: type: integer secrets: type: array - items: *310 + items: *326 examples: - default: *311 + default: *327 headers: Link: *6 x-github: @@ -62440,17 +62460,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-public-key parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 responses: '200': description: Response content: application/json: - schema: *312 + schema: *328 examples: - default: *313 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62472,18 +62492,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-secret parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *158 responses: '200': description: Response content: application/json: - schema: *310 + schema: *326 examples: - default: *409 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62505,9 +62525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *158 requestBody: required: true @@ -62565,9 +62585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-an-environment-secret parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *158 responses: '204': @@ -62593,10 +62613,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-environment-variables parameters: - - *273 - - *274 - - *398 - - *297 + - *289 + - *290 + - *414 + - *313 - *5 responses: '200': @@ -62613,9 +62633,9 @@ paths: type: integer variables: type: array - items: *314 + items: *330 examples: - default: *315 + default: *331 headers: Link: *6 x-github: @@ -62638,9 +62658,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-an-environment-variable parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 requestBody: required: true content: @@ -62692,18 +62712,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-an-environment-variable parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *161 responses: '200': description: Response content: application/json: - schema: *314 + schema: *330 examples: - default: *410 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62724,10 +62744,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-an-environment-variable parameters: - - *273 - - *274 + - *289 + - *290 - *161 - - *398 + - *414 requestBody: required: true content: @@ -62769,10 +62789,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-an-environment-variable parameters: - - *273 - - *274 + - *289 + - *290 - *161 - - *398 + - *414 responses: '204': description: Response @@ -62794,8 +62814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/events#list-repository-events parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -62872,8 +62892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#list-forks parameters: - - *273 - - *274 + - *289 + - *290 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -63032,8 +63052,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#create-a-fork parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -63066,9 +63086,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *300 examples: - default: *286 + default: *302 '400': *32 '422': *33 '403': *41 @@ -63089,8 +63109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#create-a-blob parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -63150,7 +63170,7 @@ paths: schema: oneOf: - *133 - - *411 + - *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63175,8 +63195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#get-a-blob parameters: - - *273 - - *274 + - *289 + - *290 - name: file_sha in: path required: true @@ -63276,8 +63296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#create-a-commit parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -63386,7 +63406,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &428 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -63605,15 +63625,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#get-a-commit-object parameters: - - *273 - - *274 - - *371 + - *289 + - *290 + - *387 responses: '200': description: Response content: application/json: - schema: *412 + schema: *428 examples: default: value: @@ -63666,9 +63686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#list-matching-references parameters: - - *273 - - *274 - - &413 + - *289 + - *290 + - &429 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. @@ -63685,7 +63705,7 @@ paths: application/json: schema: type: array - items: &414 + items: &430 title: Git Reference description: Git references within a repository type: object @@ -63761,17 +63781,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference parameters: - - *273 - - *274 - - *413 + - *289 + - *290 + - *429 responses: '200': description: Response content: application/json: - schema: *414 + schema: *430 examples: - default: &415 + default: &431 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -63800,8 +63820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#create-a-reference parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -63830,9 +63850,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *430 examples: - default: *415 + default: *431 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -63858,9 +63878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#update-a-reference parameters: - - *273 - - *274 - - *413 + - *289 + - *290 + - *429 requestBody: required: true content: @@ -63889,9 +63909,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *430 examples: - default: *415 + default: *431 '422': *33 '409': *135 x-github: @@ -63909,9 +63929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#delete-a-reference parameters: - - *273 - - *274 - - *413 + - *289 + - *290 + - *429 responses: '204': description: Response @@ -63966,8 +63986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#create-a-tag-object parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -64034,7 +64054,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &433 title: Git Tag description: Metadata for a Git tag type: object @@ -64090,7 +64110,7 @@ paths: - sha - type - url - verification: *416 + verification: *432 required: - sha - url @@ -64100,7 +64120,7 @@ paths: - tag - message examples: - default: &418 + default: &434 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -64170,8 +64190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#get-a-tag parameters: - - *273 - - *274 + - *289 + - *290 - name: tag_sha in: path required: true @@ -64182,9 +64202,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *433 examples: - default: *418 + default: *434 '404': *24 '409': *135 x-github: @@ -64208,8 +64228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#create-a-tree parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -64283,7 +64303,7 @@ paths: description: Response content: application/json: - schema: &419 + schema: &435 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -64385,8 +64405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#get-a-tree parameters: - - *273 - - *274 + - *289 + - *290 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -64409,7 +64429,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *435 examples: default-response: summary: Default response @@ -64468,8 +64488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#list-repository-webhooks parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -64479,7 +64499,7 @@ paths: application/json: schema: type: array - items: &420 + items: &436 title: Webhook description: Webhooks for repositories. type: object @@ -64542,7 +64562,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &629 + last_response: &630 title: Hook Response type: object properties: @@ -64619,8 +64639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#create-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -64673,9 +64693,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *436 examples: - default: &421 + default: &437 value: type: Repository id: 12345678 @@ -64723,17 +64743,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 responses: '200': description: Response content: application/json: - schema: *420 + schema: *436 examples: - default: *421 + default: *437 '404': *24 x-github: githubCloudOnly: false @@ -64753,8 +64773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#update-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 requestBody: required: true @@ -64800,9 +64820,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *436 examples: - default: *421 + default: *437 '422': *33 '404': *24 x-github: @@ -64823,8 +64843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 responses: '204': @@ -64849,8 +64869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *3 responses: '200': @@ -64878,8 +64898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *3 requestBody: required: false @@ -64924,8 +64944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 - *4 - *195 @@ -64957,8 +64977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 - *34 responses: @@ -64987,8 +65007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 - *34 responses: @@ -65012,8 +65032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 responses: '204': @@ -65039,8 +65059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 responses: '204': @@ -65065,8 +65085,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -65074,8 +65094,8 @@ paths: application/json: schema: *37 examples: - default: *422 - '301': *285 + default: *438 + '301': *301 '404': *24 x-github: githubCloudOnly: false @@ -65094,8 +65114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#list-repository-invitations parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -65105,7 +65125,7 @@ paths: application/json: schema: type: array - items: &423 + items: &439 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65167,7 +65187,7 @@ paths: - html_url - created_at examples: - default: &580 + default: &581 value: - id: 1 repository: @@ -65298,9 +65318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *273 - - *274 - - &424 + - *289 + - *290 + - &440 name: invitation_id description: The unique identifier of the invitation. in: path @@ -65335,7 +65355,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *439 examples: default: value: @@ -65466,9 +65486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *273 - - *274 - - *424 + - *289 + - *290 + - *440 responses: '204': description: Response @@ -65499,8 +65519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#list-repository-issues parameters: - - *273 - - *274 + - *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 @@ -65721,7 +65741,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *285 + '301': *301 '422': *33 '404': *24 x-github: @@ -65750,8 +65770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#create-an-issue parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -65843,7 +65863,7 @@ paths: application/json: schema: *117 examples: - default: &428 + default: &444 value: id: 1 node_id: MDU6SXNzdWUx @@ -66027,9 +66047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *273 - - *274 - - &472 + - *289 + - *290 + - &488 name: sort description: The property to sort the results by. in: query @@ -66059,9 +66079,9 @@ paths: application/json: schema: type: array - items: *425 + items: *441 examples: - default: &430 + default: &446 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66119,17 +66139,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '200': description: Response content: application/json: - schema: *425 + schema: *441 examples: - default: &426 + default: &442 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66183,8 +66203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#update-an-issue-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -66207,9 +66227,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *441 examples: - default: *426 + default: *442 '422': *33 x-github: githubCloudOnly: false @@ -66227,8 +66247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#delete-an-issue-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '204': @@ -66249,8 +66269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -66277,9 +66297,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 '404': *24 @@ -66300,8 +66320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -66334,16 +66354,16 @@ paths: description: Reaction exists content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Reaction created content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '422': *33 x-github: githubCloudOnly: false @@ -66365,10 +66385,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *273 - - *274 + - *289 + - *290 - *116 - - *265 + - *281 responses: '204': description: Response @@ -66388,8 +66408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#list-issue-events-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -66399,7 +66419,7 @@ paths: application/json: schema: type: array - items: &427 + items: &443 title: Issue Event description: Issue Event type: object @@ -66479,7 +66499,7 @@ paths: anyOf: - type: 'null' - *17 - requested_team: *275 + requested_team: *291 dismissed_review: title: Issue Event Dismissed Review type: object @@ -66738,8 +66758,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#get-an-issue-event parameters: - - *273 - - *274 + - *289 + - *290 - name: event_id in: path required: true @@ -66750,7 +66770,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *443 examples: default: value: @@ -66977,9 +66997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue parameters: - - *273 - - *274 - - &429 + - *289 + - *290 + - &445 name: issue_number description: The number that identifies the issue. in: path @@ -66993,8 +67013,8 @@ paths: application/json: schema: *117 examples: - default: *428 - '301': *285 + default: *444 + '301': *301 '404': *24 '410': *229 '304': *40 @@ -67021,9 +67041,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#update-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: false content: @@ -67144,11 +67164,11 @@ paths: application/json: schema: *117 examples: - default: *428 + default: *444 '422': *33 '503': *102 '403': *41 - '301': *285 + '301': *301 '404': *24 '410': *229 x-github: @@ -67168,9 +67188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: false content: @@ -67198,7 +67218,7 @@ paths: application/json: schema: *117 examples: - default: *428 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67214,9 +67234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: content: application/json: @@ -67243,7 +67263,7 @@ paths: application/json: schema: *117 examples: - default: *428 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67265,9 +67285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - name: assignee in: path required: true @@ -67307,9 +67327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#list-issue-comments parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - *107 - *4 - *5 @@ -67320,9 +67340,9 @@ paths: application/json: schema: type: array - items: *425 + items: *441 examples: - default: *430 + default: *446 headers: Link: *6 '404': *24 @@ -67355,9 +67375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#create-an-issue-comment parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: true content: @@ -67379,9 +67399,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *441 examples: - default: *426 + default: *442 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -67408,9 +67428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#list-issue-events parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - *4 - *5 responses: @@ -67424,7 +67444,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &433 + - &449 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -67473,7 +67493,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &434 + - &450 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -67601,7 +67621,7 @@ paths: - performed_via_github_app - assignee - assigner - - &435 + - &451 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -67647,7 +67667,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &436 + - &452 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -67693,7 +67713,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &437 + - &453 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -67742,7 +67762,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &438 + - &454 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -67771,7 +67791,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *275 + requested_team: *291 requested_reviewer: *17 required: - review_requester @@ -67784,7 +67804,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &439 + - &455 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -67813,7 +67833,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *275 + requested_team: *291 requested_reviewer: *17 required: - review_requester @@ -67826,7 +67846,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &440 + - &456 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -67882,7 +67902,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &441 + - &457 title: Locked Issue Event description: Locked Issue Event type: object @@ -67927,7 +67947,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &442 + - &458 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -67988,7 +68008,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &443 + - &459 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -68049,7 +68069,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &444 + - &460 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -68110,7 +68130,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &445 + - &461 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -68220,9 +68240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - *4 - *5 responses: @@ -68232,7 +68252,7 @@ paths: application/json: schema: type: array - items: &431 + items: &447 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -68287,7 +68307,7 @@ paths: - color - default examples: - default: &432 + default: &448 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -68305,7 +68325,7 @@ paths: default: false headers: Link: *6 - '301': *285 + '301': *301 '404': *24 '410': *229 x-github: @@ -68324,9 +68344,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#add-labels-to-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: false content: @@ -68385,10 +68405,10 @@ paths: application/json: schema: type: array - items: *431 + items: *447 examples: - default: *432 - '301': *285 + default: *448 + '301': *301 '404': *24 '410': *229 '422': *33 @@ -68407,9 +68427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#set-labels-for-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: false content: @@ -68469,10 +68489,10 @@ paths: application/json: schema: type: array - items: *431 + items: *447 examples: - default: *432 - '301': *285 + default: *448 + '301': *301 '404': *24 '410': *229 '422': *33 @@ -68491,13 +68511,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 responses: '204': description: Response - '301': *285 + '301': *301 '404': *24 '410': *229 x-github: @@ -68518,9 +68538,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - name: name in: path required: true @@ -68533,7 +68553,7 @@ paths: application/json: schema: type: array - items: *431 + items: *447 examples: default: value: @@ -68544,7 +68564,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *285 + '301': *301 '404': *24 '410': *229 x-github: @@ -68566,9 +68586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#lock-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: false content: @@ -68615,9 +68635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#unlock-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 responses: '204': description: Response @@ -68639,9 +68659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -68667,9 +68687,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 '404': *24 @@ -68691,9 +68711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: true content: @@ -68725,16 +68745,16 @@ paths: description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '422': *33 x-github: githubCloudOnly: false @@ -68756,10 +68776,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *273 - - *274 - - *429 - - *265 + - *289 + - *290 + - *445 + - *281 responses: '204': description: Response @@ -68779,9 +68799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - *4 - *5 responses: @@ -68796,19 +68816,19 @@ paths: description: Timeline Event type: object anyOf: - - *433 - - *434 - - *435 - - *436 - - *437 - - *438 - - *439 - - *440 - - *441 - - *442 - - *443 - - *444 - - *445 + - *449 + - *450 + - *451 + - *452 + - *453 + - *454 + - *455 + - *456 + - *457 + - *458 + - *459 + - *460 + - *461 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -69127,7 +69147,7 @@ paths: type: string comments: type: array - items: &467 + items: &483 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -69365,7 +69385,7 @@ paths: type: string comments: type: array - items: *369 + items: *385 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -69657,8 +69677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -69668,7 +69688,7 @@ paths: application/json: schema: type: array - items: &446 + items: &462 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -69733,8 +69753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -69770,9 +69790,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *462 examples: - default: &447 + default: &463 value: id: 1 key: ssh-rsa AAA... @@ -69805,9 +69825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *273 - - *274 - - &448 + - *289 + - *290 + - &464 name: key_id description: The unique identifier of the key. in: path @@ -69819,9 +69839,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *462 examples: - default: *447 + default: *463 '404': *24 x-github: githubCloudOnly: false @@ -69839,9 +69859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *273 - - *274 - - *448 + - *289 + - *290 + - *464 responses: '204': description: Response @@ -69861,8 +69881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -69872,9 +69892,9 @@ paths: application/json: schema: type: array - items: *431 + items: *447 examples: - default: *432 + default: *448 headers: Link: *6 '404': *24 @@ -69895,8 +69915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#create-a-label parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -69932,9 +69952,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *447 examples: - default: &449 + default: &465 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -69966,8 +69986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#get-a-label parameters: - - *273 - - *274 + - *289 + - *290 - name: name in: path required: true @@ -69978,9 +69998,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *447 examples: - default: *449 + default: *465 '404': *24 x-github: githubCloudOnly: false @@ -69997,8 +70017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#update-a-label parameters: - - *273 - - *274 + - *289 + - *290 - name: name in: path required: true @@ -70037,7 +70057,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *447 examples: default: value: @@ -70063,8 +70083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#delete-a-label parameters: - - *273 - - *274 + - *289 + - *290 - name: name in: path required: true @@ -70090,8 +70110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-languages parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -70127,8 +70147,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '202': *136 '403': @@ -70156,8 +70176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -70183,9 +70203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *273 - - *274 - - *361 + - *289 + - *290 + - *377 responses: '200': description: Response @@ -70332,8 +70352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -70398,8 +70418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#merge-a-branch parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -70433,9 +70453,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *370 + schema: *386 examples: - default: *450 + default: *466 '204': description: Response when already merged '404': @@ -70460,8 +70480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#list-milestones parameters: - - *273 - - *274 + - *289 + - *290 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -70502,7 +70522,7 @@ paths: application/json: schema: type: array - items: *374 + items: *390 examples: default: value: @@ -70558,8 +70578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#create-a-milestone parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -70599,9 +70619,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *390 examples: - default: &451 + default: &467 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -70660,9 +70680,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#get-a-milestone parameters: - - *273 - - *274 - - &452 + - *289 + - *290 + - &468 name: milestone_number description: The number that identifies the milestone. in: path @@ -70674,9 +70694,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *390 examples: - default: *451 + default: *467 '404': *24 x-github: githubCloudOnly: false @@ -70693,9 +70713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#update-a-milestone parameters: - - *273 - - *274 - - *452 + - *289 + - *290 + - *468 requestBody: required: false content: @@ -70733,9 +70753,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *390 examples: - default: *451 + default: *467 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70751,9 +70771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#delete-a-milestone parameters: - - *273 - - *274 - - *452 + - *289 + - *290 + - *468 responses: '204': description: Response @@ -70774,9 +70794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *273 - - *274 - - *452 + - *289 + - *290 + - *468 - *4 - *5 responses: @@ -70786,9 +70806,9 @@ paths: application/json: schema: type: array - items: *431 + items: *447 examples: - default: *432 + default: *448 headers: Link: *6 x-github: @@ -70807,12 +70827,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *273 - - *274 - - *453 - - *454 + - *289 + - *290 + - *469 + - *470 - *107 - - *455 + - *471 - *4 - *5 responses: @@ -70824,7 +70844,7 @@ paths: type: array items: *126 examples: - default: *456 + default: *472 headers: Link: *6 x-github: @@ -70848,8 +70868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -70907,14 +70927,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-a-apiname-pages-site parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: &457 + schema: &473 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -71058,7 +71078,7 @@ paths: - custom_404 - public examples: - default: &458 + default: &474 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -71099,8 +71119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-apiname-pages-site parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -71155,9 +71175,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *473 examples: - default: *458 + default: *474 '422': *33 '409': *135 x-github: @@ -71180,8 +71200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -71281,8 +71301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -71308,8 +71328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#list-apiname-pages-builds parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -71319,7 +71339,7 @@ paths: application/json: schema: type: array - items: &459 + items: &475 title: Page Build description: Page Build type: object @@ -71411,8 +71431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#request-a-apiname-pages-build parameters: - - *273 - - *274 + - *289 + - *290 responses: '201': description: Response @@ -71459,16 +71479,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-latest-pages-build parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *459 + schema: *475 examples: - default: &460 + default: &476 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -71516,8 +71536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-apiname-pages-build parameters: - - *273 - - *274 + - *289 + - *290 - name: build_id in: path required: true @@ -71528,9 +71548,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *475 examples: - default: *460 + default: *476 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71550,8 +71570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-github-pages-deployment parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -71654,9 +71674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *273 - - *274 - - &461 + - *289 + - *290 + - &477 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -71714,9 +71734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *273 - - *274 - - *461 + - *289 + - *290 + - *477 responses: '204': *225 '404': *24 @@ -71739,8 +71759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 - *9 @@ -71761,7 +71781,7 @@ paths: application/json: schema: type: array - items: &462 + items: &478 type: object properties: id: @@ -71795,17 +71815,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *16 responses: '200': description: Response content: application/json: - schema: *462 + schema: *478 examples: - default: &463 + default: &479 value: id: 42 name: Check Commits @@ -71827,15 +71847,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *16 responses: '200': description: Response content: application/json: - schema: *462 + schema: *478 examples: default: value: @@ -71879,8 +71899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *16 responses: '200': @@ -71888,9 +71908,9 @@ paths: global level. content: application/json: - schema: *462 + schema: *478 examples: - default: *463 + default: *479 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71910,8 +71930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/projects#list-repository-projects parameters: - - *273 - - *274 + - *289 + - *290 - name: state description: Indicates the state of the projects to return. in: query @@ -71992,8 +72012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/projects#create-a-repository-project parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -72021,7 +72041,7 @@ paths: application/json: schema: *228 examples: - default: *282 + default: *298 '401': *39 '403': *41 '404': *24 @@ -72045,8 +72065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -72085,8 +72105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -72148,8 +72168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests parameters: - - *273 - - *274 + - *289 + - *290 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -72209,9 +72229,9 @@ paths: application/json: schema: type: array - items: *464 + items: *480 examples: - default: *465 + default: *481 headers: Link: *6 '304': *40 @@ -72243,8 +72263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#create-a-pull-request parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -72311,7 +72331,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &485 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -72440,7 +72460,7 @@ paths: milestone: anyOf: - type: 'null' - - *374 + - *390 active_lock_reason: type: - string @@ -72533,14 +72553,14 @@ paths: _links: type: object properties: - comments: *375 - commits: *375 - statuses: *375 - html: *375 - issue: *375 - review_comments: *375 - review_comment: *375 - self: *375 + comments: *391 + commits: *391 + statuses: *391 + html: *391 + issue: *391 + review_comments: *391 + review_comment: *391 + self: *391 required: - comments - commits @@ -72551,7 +72571,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: *466 + auto_merge: *482 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -72653,7 +72673,7 @@ paths: - merged_by - review_comments examples: - default: &470 + default: &486 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73180,8 +73200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - name: sort in: query required: false @@ -73210,9 +73230,9 @@ paths: application/json: schema: type: array - items: *467 + items: *483 examples: - default: &473 + default: &489 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73289,17 +73309,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '200': description: Response content: application/json: - schema: *467 + schema: *483 examples: - default: &468 + default: &484 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73374,8 +73394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -73398,9 +73418,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *483 examples: - default: *468 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73416,8 +73436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '204': @@ -73439,8 +73459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -73467,9 +73487,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 '404': *24 @@ -73490,8 +73510,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -73524,16 +73544,16 @@ paths: description: Reaction exists content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Reaction created content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '422': *33 x-github: githubCloudOnly: false @@ -73555,10 +73575,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *273 - - *274 + - *289 + - *290 - *116 - - *265 + - *281 responses: '204': description: Response @@ -73601,9 +73621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#get-a-pull-request parameters: - - *273 - - *274 - - &471 + - *289 + - *290 + - &487 name: pull_number description: The number that identifies the pull request. in: path @@ -73616,9 +73636,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *469 + schema: *485 examples: - default: *470 + default: *486 '304': *40 '404': *24 '406': @@ -73653,9 +73673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: false content: @@ -73697,9 +73717,9 @@ paths: description: Response content: application/json: - schema: *469 + schema: *485 examples: - default: *470 + default: *486 '422': *33 '403': *41 x-github: @@ -73727,10 +73747,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *273 - - *274 - - *471 - - *472 + - *289 + - *290 + - *487 + - *488 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -73750,9 +73770,9 @@ paths: application/json: schema: type: array - items: *467 + items: *483 examples: - default: *473 + default: *489 headers: Link: *6 x-github: @@ -73785,9 +73805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: true content: @@ -73893,7 +73913,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *483 examples: example-for-a-multi-line-comment: value: @@ -73981,9 +74001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 - *116 requestBody: required: true @@ -74006,7 +74026,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *483 examples: default: value: @@ -74092,9 +74112,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 - *4 - *5 responses: @@ -74104,9 +74124,9 @@ paths: application/json: schema: type: array - items: *370 + items: *386 examples: - default: *474 + default: *490 headers: Link: *6 x-github: @@ -74136,9 +74156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests-files parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 - *4 - *5 responses: @@ -74148,7 +74168,7 @@ paths: application/json: schema: type: array - items: *380 + items: *396 examples: default: value: @@ -74186,9 +74206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 responses: '204': description: Response if pull request has been merged @@ -74211,9 +74231,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#merge-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: false content: @@ -74325,9 +74345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 responses: '200': description: Response @@ -74343,7 +74363,7 @@ paths: items: *17 teams: type: array - items: *275 + items: *291 required: - users - teams @@ -74402,9 +74422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: false content: @@ -74441,7 +74461,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *480 examples: default: value: @@ -74977,9 +74997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: true content: @@ -75013,7 +75033,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *480 examples: default: value: @@ -75518,9 +75538,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 - *4 - *5 responses: @@ -75530,7 +75550,7 @@ paths: application/json: schema: type: array - items: &475 + items: &491 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -75686,9 +75706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: false content: @@ -75778,9 +75798,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *491 examples: - default: &477 + default: &493 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75843,10 +75863,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 - - &476 + - *289 + - *290 + - *487 + - &492 name: review_id description: The unique identifier of the review. in: path @@ -75858,9 +75878,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *491 examples: - default: &478 + default: &494 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75919,10 +75939,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 - - *476 + - *289 + - *290 + - *487 + - *492 requestBody: required: true content: @@ -75945,7 +75965,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *491 examples: default: value: @@ -76007,18 +76027,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 - - *476 + - *289 + - *290 + - *487 + - *492 responses: '200': description: Response content: application/json: - schema: *475 + schema: *491 examples: - default: *477 + default: *493 '422': *25 '404': *24 x-github: @@ -76045,10 +76065,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *273 - - *274 - - *471 - - *476 + - *289 + - *290 + - *487 + - *492 - *4 - *5 responses: @@ -76146,9 +76166,9 @@ paths: _links: type: object properties: - self: *375 - html: *375 - pull_request: *375 + self: *391 + html: *391 + pull_request: *391 required: - self - html @@ -76306,10 +76326,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 - - *476 + - *289 + - *290 + - *487 + - *492 requestBody: required: true content: @@ -76338,7 +76358,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *491 examples: default: value: @@ -76401,10 +76421,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 - - *476 + - *289 + - *290 + - *487 + - *492 requestBody: required: true content: @@ -76439,9 +76459,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *491 examples: - default: *478 + default: *494 '404': *24 '422': *25 '403': *41 @@ -76463,9 +76483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: false content: @@ -76529,8 +76549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-a-repository-readme parameters: - - *273 - - *274 + - *289 + - *290 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -76543,9 +76563,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *495 examples: - default: &480 + default: &496 value: type: file encoding: base64 @@ -76587,8 +76607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *273 - - *274 + - *289 + - *290 - name: dir description: The alternate path to look for a README file in: path @@ -76608,9 +76628,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *495 examples: - default: *480 + default: *496 '404': *24 '422': *33 x-github: @@ -76632,8 +76652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#list-releases parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -76643,7 +76663,7 @@ paths: application/json: schema: type: array - items: &481 + items: &497 title: Release description: A release. type: object @@ -76720,7 +76740,7 @@ paths: author: *17 assets: type: array - items: &482 + items: &498 title: Release Asset description: Data related to a release. type: object @@ -76903,8 +76923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#create-a-release parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -76974,9 +76994,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *497 examples: - default: &486 + default: &502 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -77076,9 +77096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#get-a-release-asset parameters: - - *273 - - *274 - - &484 + - *289 + - *290 + - &500 name: asset_id description: The unique identifier of the asset. in: path @@ -77090,9 +77110,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *498 examples: - default: &485 + default: &501 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 @@ -77127,7 +77147,7 @@ paths: type: User site_admin: false '404': *24 - '302': *483 + '302': *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77143,9 +77163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#update-a-release-asset parameters: - - *273 - - *274 - - *484 + - *289 + - *290 + - *500 requestBody: required: false content: @@ -77174,9 +77194,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *498 examples: - default: *485 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77192,9 +77212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#delete-a-release-asset parameters: - - *273 - - *274 - - *484 + - *289 + - *290 + - *500 responses: '204': description: Response @@ -77218,8 +77238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -77305,16 +77325,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-the-latest-release parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *481 + schema: *497 examples: - default: *486 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77331,8 +77351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-a-release-by-tag-name parameters: - - *273 - - *274 + - *289 + - *290 - name: tag description: tag parameter in: path @@ -77345,9 +77365,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *497 examples: - default: *486 + default: *502 '404': *24 x-github: githubCloudOnly: false @@ -77369,9 +77389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-a-release parameters: - - *273 - - *274 - - &487 + - *289 + - *290 + - &503 name: release_id description: The unique identifier of the release. in: path @@ -77385,9 +77405,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.14/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *481 + schema: *497 examples: - default: *486 + default: *502 '401': description: Unauthorized x-github: @@ -77405,9 +77425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#update-a-release parameters: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 requestBody: required: false content: @@ -77464,9 +77484,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *497 examples: - default: *486 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77482,9 +77502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#delete-a-release parameters: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 responses: '204': description: Response @@ -77504,9 +77524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#list-release-assets parameters: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 - *4 - *5 responses: @@ -77516,7 +77536,7 @@ paths: application/json: schema: type: array - items: *482 + items: *498 examples: default: value: @@ -77598,9 +77618,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: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 - name: name in: query required: true @@ -77626,7 +77646,7 @@ paths: description: Response for successful upload content: application/json: - schema: *482 + schema: *498 examples: response-for-successful-upload: value: @@ -77681,9 +77701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -77707,9 +77727,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 '404': *24 @@ -77730,9 +77750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 requestBody: required: true content: @@ -77762,16 +77782,16 @@ paths: description: Reaction exists content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Reaction created content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '422': *33 x-github: githubCloudOnly: false @@ -77793,10 +77813,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-release-reaction parameters: - - *273 - - *274 - - *487 - - *265 + - *289 + - *290 + - *503 + - *281 responses: '204': description: Response @@ -77816,8 +77836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-cache-replication-status parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -77892,9 +77912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rules#get-rules-for-a-branch parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 - *4 - *5 responses: @@ -77910,8 +77930,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *488 - - &490 + - *241 + - &504 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77931,50 +77951,50 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *489 - - *490 + - *242 + - *504 - allOf: - - *491 - - *490 + - *243 + - *504 - allOf: - - *492 - - *490 + - *244 + - *504 - allOf: - - *493 - - *490 + - *245 + - *504 - allOf: - - *494 - - *490 + - *246 + - *504 - allOf: - - *495 - - *490 + - *247 + - *504 - allOf: - - *496 - - *490 + - *248 + - *504 - allOf: - - *497 - - *490 + - *249 + - *504 - allOf: - - *498 - - *490 + - *250 + - *504 - allOf: - - *499 - - *490 + - *251 + - *504 - allOf: - - *500 - - *490 + - *252 + - *504 - allOf: - - *501 - - *490 + - *253 + - *504 - allOf: - - *502 - - *490 + - *254 + - *504 - allOf: - - *503 - - *490 + - *255 + - *504 - allOf: + - *256 - *504 - - *490 examples: default: value: @@ -78013,8 +78033,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 - name: includes_parents @@ -78033,7 +78053,7 @@ paths: application/json: schema: type: array - items: *242 + items: *257 examples: default: value: @@ -78080,8 +78100,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - - *274 + - *289 + - *290 requestBody: description: Request body required: true @@ -78110,7 +78130,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *241 + items: *506 required: - name - enforcement @@ -78141,9 +78161,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: &515 + default: &516 value: id: 42 name: super cool ruleset @@ -78190,12 +78210,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *273 - - *274 - - *506 + - *289 + - *290 - *507 - *508 - *509 + - *510 - *4 - *5 responses: @@ -78203,9 +78223,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *24 '500': *216 x-github: @@ -78226,17 +78246,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *273 - - *274 - - *512 + - *289 + - *290 + - *513 responses: '200': description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 '404': *24 '500': *216 x-github: @@ -78264,8 +78284,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - - *274 + - *289 + - *290 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78285,9 +78305,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: *515 + default: *516 '404': *24 '500': *216 put: @@ -78305,8 +78325,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - - *274 + - *289 + - *290 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78340,7 +78360,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *241 + items: *506 examples: default: value: @@ -78368,9 +78388,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: *515 + default: *516 '404': *24 '500': *216 delete: @@ -78388,8 +78408,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - - *274 + - *289 + - *290 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78417,18 +78437,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *273 - - *274 - - *244 - - *245 - - *246 - - *247 + - *289 + - *290 + - *260 + - *261 + - *262 + - *263 - *9 - *5 - *4 - - *516 - *517 - - *248 + - *518 + - *264 responses: '200': description: Response @@ -78436,7 +78456,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 type: object properties: number: *91 @@ -78452,8 +78472,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *518 - resolution: *519 + state: *519 + resolution: *520 resolved_at: type: - string @@ -78629,15 +78649,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *273 - - *274 - - *359 + - *289 + - *290 + - *375 responses: '200': description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -78677,9 +78697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *273 - - *274 - - *359 + - *289 + - *290 + - *375 requestBody: required: true content: @@ -78687,8 +78707,8 @@ paths: schema: type: object properties: - state: *518 - resolution: *519 + state: *519 + resolution: *520 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -78707,7 +78727,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -78774,9 +78794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *273 - - *274 - - *359 + - *289 + - *290 + - *375 - *5 - *4 responses: @@ -78787,7 +78807,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &649 + items: &650 type: object properties: type: @@ -79166,8 +79186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-stargazers parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -79260,8 +79280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -79270,7 +79290,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -79301,8 +79321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -79377,8 +79397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -79472,8 +79492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -79627,8 +79647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -79638,7 +79658,7 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: default: value: @@ -79671,8 +79691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#create-a-commit-status parameters: - - *273 - - *274 + - *289 + - *290 - name: sha in: path required: true @@ -79728,7 +79748,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -79782,8 +79802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#list-watchers parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -79815,14 +79835,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#get-a-repository-subscription parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &523 + schema: &524 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -79895,8 +79915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#set-a-repository-subscription parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -79922,7 +79942,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -79949,8 +79969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#delete-a-repository-subscription parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -79970,8 +79990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-tags parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -80053,8 +80073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -80062,7 +80082,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Tag protection description: Tag protection type: object @@ -80119,8 +80139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -80143,7 +80163,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -80174,8 +80194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -80212,8 +80232,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *273 - - *274 + - *289 + - *290 - name: ref in: path required: true @@ -80249,8 +80269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-teams parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -80260,9 +80280,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - default: *251 + default: *267 headers: Link: *6 '404': *24 @@ -80282,8 +80302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-all-repository-topics parameters: - - *273 - - *274 + - *289 + - *290 - *5 - *4 responses: @@ -80291,7 +80311,7 @@ paths: description: Response content: application/json: - schema: &525 + schema: &526 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -80303,7 +80323,7 @@ paths: required: - names examples: - default: &526 + default: &527 value: names: - octocat @@ -80326,8 +80346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#replace-all-repository-topics parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -80358,9 +80378,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 '404': *24 '422': *25 x-github: @@ -80383,8 +80403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#transfer-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -80658,8 +80678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -80682,8 +80702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#enable-vulnerability-alerts parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -80705,8 +80725,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#disable-vulnerability-alerts parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -80732,8 +80752,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *273 - - *274 + - *289 + - *290 - name: ref in: path required: true @@ -80825,9 +80845,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *300 examples: - default: *286 + default: *302 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -81002,7 +81022,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &534 + - &535 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -81012,7 +81032,7 @@ paths: type: string examples: - members - - &539 + - &540 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -81024,7 +81044,7 @@ paths: format: int32 examples: - 1 - - &540 + - &541 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -81068,7 +81088,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &528 + items: &529 allOf: - type: object required: @@ -81150,7 +81170,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &541 + meta: &542 type: object description: The metadata associated with the creation/updates to the user. @@ -81215,31 +81235,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &529 + '400': &530 description: Bad request content: application/json: - schema: *527 + schema: *528 application/scim+json: - schema: *527 - '401': &530 + schema: *528 + '401': &531 description: Authorization failure - '403': &531 + '403': &532 description: Permission denied - '429': &532 + '429': &533 description: Too many requests content: application/json: - schema: *527 + schema: *528 application/scim+json: - schema: *527 - '500': &533 + schema: *528 + '500': &534 description: Internal server error content: application/json: - schema: *527 + schema: *528 application/scim+json: - schema: *527 + schema: *528 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81266,7 +81286,7 @@ paths: required: true content: application/json: - schema: &537 + schema: &538 type: object required: - schemas @@ -81326,9 +81346,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *528 + schema: *529 examples: - group: &535 + group: &536 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -81347,13 +81367,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *529 - '401': *530 - '403': *531 - '409': &538 + '400': *530 + '401': *531 + '403': *532 + '409': &539 description: Duplicate record detected - '429': *532 - '500': *533 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81374,7 +81394,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &536 + - &537 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -81383,22 +81403,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *534 + - *535 - *63 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *528 + schema: *529 examples: - default: *535 - '400': *529 - '401': *530 - '403': *531 + default: *536 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '429': *532 - '500': *533 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81420,13 +81440,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *536 + - *537 - *63 requestBody: required: true content: application/json: - schema: *537 + schema: *538 examples: group: summary: Group @@ -81452,17 +81472,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *528 + schema: *529 examples: - group: *535 - groupWithMembers: *535 - '400': *529 - '401': *530 - '403': *531 + group: *536 + groupWithMembers: *536 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '409': *538 - '429': *532 - '500': *533 + '409': *539 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81486,13 +81506,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *536 + - *537 - *63 requestBody: required: true content: application/json: - schema: &548 + schema: &549 type: object required: - Operations @@ -81552,17 +81572,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *528 + schema: *529 examples: - updateGroup: *535 - addMembers: *535 - '400': *529 - '401': *530 - '403': *531 + updateGroup: *536 + addMembers: *536 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '409': *538 - '429': *532 - '500': *533 + '409': *539 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81582,17 +81602,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *536 + - *537 - *63 responses: '204': description: Group was deleted, no content - '400': *529 - '401': *530 - '403': *531 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '429': *532 - '500': *533 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81629,8 +81649,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *539 - *540 + - *541 - *63 responses: '200': @@ -81664,7 +81684,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &543 + items: &544 allOf: - type: object required: @@ -81756,7 +81776,7 @@ paths: address. examples: - true - roles: &542 + roles: &543 type: array description: The roles assigned to the user. items: @@ -81815,7 +81835,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *541 + meta: *542 startIndex: type: integer description: A starting index for the returned page @@ -81854,11 +81874,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *529 - '401': *530 - '403': *531 - '429': *532 - '500': *533 + '400': *530 + '401': *531 + '403': *532 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81887,7 +81907,7 @@ paths: required: true content: application/json: - schema: &546 + schema: &547 type: object required: - schemas @@ -81980,9 +82000,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *542 + roles: *543 examples: - user: &547 + user: &548 summary: User value: schemas: @@ -82029,9 +82049,9 @@ paths: description: User has been created content: application/scim+json: - schema: *543 + schema: *544 examples: - user: &544 + user: &545 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -82057,13 +82077,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *544 - '400': *529 - '401': *530 - '403': *531 - '409': *538 - '429': *532 - '500': *533 + enterpriseOwner: *545 + '400': *530 + '401': *531 + '403': *532 + '409': *539 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82084,7 +82104,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &545 + - &546 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -82097,15 +82117,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *543 + schema: *544 examples: - default: *544 - '400': *529 - '401': *530 - '403': *531 + default: *545 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '429': *532 - '500': *533 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82130,30 +82150,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *545 + - *546 - *63 requestBody: required: true content: application/json: - schema: *546 + schema: *547 examples: - user: *547 + user: *548 responses: '200': description: User was updated content: application/scim+json: - schema: *543 + schema: *544 examples: - user: *544 - '400': *529 - '401': *530 - '403': *531 + user: *545 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '409': *538 - '429': *532 - '500': *533 + '409': *539 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82191,13 +82211,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *545 + - *546 - *63 requestBody: required: true content: application/json: - schema: *548 + schema: *549 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -82237,18 +82257,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *543 - examples: - userMultiValuedProperties: *544 - userSingleValuedProperties: *544 - disableUser: *544 - '400': *529 - '401': *530 - '403': *531 + schema: *544 + examples: + userMultiValuedProperties: *545 + userSingleValuedProperties: *545 + disableUser: *545 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '409': *538 - '429': *532 - '500': *533 + '409': *539 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82268,17 +82288,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *545 + - *546 - *63 responses: '204': description: User was deleted, no content - '400': *529 - '401': *530 - '403': *531 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '429': *532 - '500': *533 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82406,7 +82426,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &549 + text_matches: &550 title: Search Result Text Matches type: array items: @@ -82570,7 +82590,7 @@ paths: enum: - author-date - committer-date - - &550 + - &551 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 @@ -82639,7 +82659,7 @@ paths: committer: anyOf: - type: 'null' - - *329 + - *345 comment_count: type: integer message: @@ -82658,7 +82678,7 @@ paths: url: type: string format: uri - verification: *416 + verification: *432 required: - author - committer @@ -82673,7 +82693,7 @@ paths: committer: anyOf: - type: 'null' - - *329 + - *345 parents: type: array items: @@ -82690,7 +82710,7 @@ paths: type: number node_id: type: string - text_matches: *549 + text_matches: *550 required: - sha - node_id @@ -82883,7 +82903,7 @@ paths: - interactions - created - updated - - *550 + - *551 - *4 - *5 - name: advanced_search @@ -83007,7 +83027,7 @@ paths: milestone: anyOf: - type: 'null' - - *374 + - *390 comments: type: integer created_at: @@ -83021,7 +83041,7 @@ paths: - string - 'null' format: date-time - text_matches: *549 + text_matches: *550 pull_request: type: object properties: @@ -83070,7 +83090,7 @@ paths: timeline_url: type: string format: uri - type: *551 + type: *552 performed_via_github_app: anyOf: - type: 'null' @@ -83244,7 +83264,7 @@ paths: enum: - created - updated - - *550 + - *551 - *4 - *5 responses: @@ -83289,7 +83309,7 @@ paths: - 'null' score: type: number - text_matches: *549 + text_matches: *550 required: - id - node_id @@ -83375,7 +83395,7 @@ paths: - forks - help-wanted-issues - updated - - *550 + - *551 - *4 - *5 responses: @@ -83612,7 +83632,7 @@ paths: - admin - pull - push - text_matches: *549 + text_matches: *550 temp_clone_token: type: string allow_merge_commit: @@ -83921,7 +83941,7 @@ paths: - string - 'null' format: uri - text_matches: *549 + text_matches: *550 related: type: - array @@ -84116,7 +84136,7 @@ paths: - followers - repositories - joined - - *550 + - *551 - *4 - *5 responses: @@ -84226,7 +84246,7 @@ paths: type: - boolean - 'null' - text_matches: *549 + text_matches: *550 blog: type: - string @@ -84424,7 +84444,7 @@ paths: description: Response content: application/json: - schema: &552 + schema: &553 type: object properties: status: @@ -84444,7 +84464,7 @@ paths: - name - number examples: - default: &553 + default: &554 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -84489,9 +84509,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *553 + default: *554 '401': description: Unauthorized requestBody: @@ -85084,7 +85104,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 type: object properties: key: @@ -85092,7 +85112,7 @@ paths: pretty-print: type: string examples: - default: &555 + default: &556 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -85135,9 +85155,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 '401': description: Unauthorized requestBody: @@ -85189,9 +85209,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 '401': description: Unauthorized requestBody: @@ -85348,9 +85368,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '404': *24 x-github: githubCloudOnly: false @@ -85441,16 +85461,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '201': description: Response content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '404': *24 '422': *33 '403': *41 @@ -85520,9 +85540,9 @@ paths: application/json: schema: type: array - items: *256 + items: *272 examples: - default: *556 + default: *557 headers: Link: *6 x-github: @@ -85585,9 +85605,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: *257 + default: *273 x-github: triggersNotification: true githubCloudOnly: false @@ -85615,15 +85635,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *258 + - *274 responses: '200': description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: *257 + default: *273 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85649,7 +85669,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *258 + - *274 requestBody: required: false content: @@ -85672,9 +85692,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: *557 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85700,7 +85720,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *258 + - *274 responses: '204': description: Response @@ -85730,7 +85750,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *258 + - *274 - *9 - *4 - *5 @@ -85741,9 +85761,9 @@ paths: application/json: schema: type: array - items: *259 + items: *275 examples: - default: *558 + default: *559 headers: Link: *6 x-github: @@ -85773,7 +85793,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *258 + - *274 requestBody: required: true content: @@ -85795,9 +85815,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: *260 + default: *276 x-github: triggersNotification: true githubCloudOnly: false @@ -85825,16 +85845,16 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *258 - - *261 + - *274 + - *277 responses: '200': description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: *260 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85860,8 +85880,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *258 - - *261 + - *274 + - *277 requestBody: required: true content: @@ -85883,9 +85903,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: *559 + default: *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85911,8 +85931,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *258 - - *261 + - *274 + - *277 responses: '204': description: Response @@ -85942,8 +85962,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *258 - - *261 + - *274 + - *277 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -85969,9 +85989,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 x-github: @@ -86001,8 +86021,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *258 - - *261 + - *274 + - *277 requestBody: required: true content: @@ -86034,9 +86054,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86063,7 +86083,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *258 + - *274 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -86089,9 +86109,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 x-github: @@ -86121,7 +86141,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *258 + - *274 requestBody: required: true content: @@ -86153,9 +86173,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86351,9 +86371,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *286 examples: - response-if-user-is-a-team-maintainer: *560 + response-if-user-is-a-team-maintainer: *561 '404': *24 x-github: githubCloudOnly: false @@ -86412,9 +86432,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *286 examples: - response-if-users-membership-with-team-is-now-pending: *561 + response-if-users-membership-with-team-is-now-pending: *562 '403': description: Forbidden if team synchronization is set up '422': @@ -86488,9 +86508,9 @@ paths: application/json: schema: type: array - items: *271 + items: *287 examples: - default: *562 + default: *563 headers: Link: *6 '404': *24 @@ -86518,15 +86538,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *272 + - *288 responses: '200': description: Response content: application/json: - schema: *271 + schema: *287 examples: - default: *563 + default: *564 '404': description: Not Found if project is not managed by this team x-github: @@ -86552,7 +86572,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *272 + - *288 requestBody: required: false content: @@ -86621,7 +86641,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *272 + - *288 responses: '204': description: Response @@ -86691,14 +86711,14 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *273 - - *274 + - *289 + - *290 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *564 + schema: *565 examples: alternative-response-with-extra-repository-information: value: @@ -86850,8 +86870,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -86902,8 +86922,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -86938,9 +86958,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - response-if-child-teams-exist: *565 + response-if-child-teams-exist: *566 headers: Link: *6 '404': *24 @@ -86973,7 +86993,7 @@ paths: application/json: schema: oneOf: - - &567 + - &568 title: Private User description: Private User type: object @@ -87223,7 +87243,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *566 + - *567 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -87381,7 +87401,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -87459,7 +87479,7 @@ paths: type: array items: *210 examples: - default: &577 + default: &578 value: - id: 197 name: hello_docker @@ -87546,7 +87566,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Email description: Email type: object @@ -87576,7 +87596,7 @@ paths: - verified - visibility examples: - default: &579 + default: &580 value: - email: octocat@github.com verified: true @@ -87653,7 +87673,7 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: default: value: @@ -87911,7 +87931,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 title: GPG Key description: A unique encryption key type: object @@ -88056,7 +88076,7 @@ paths: - subkeys - revoked examples: - default: &589 + default: &590 value: - id: 3 name: Octocat's GPG Key @@ -88141,9 +88161,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &570 + default: &571 value: id: 3 name: Octocat's GPG Key @@ -88200,7 +88220,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &571 + - &572 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -88212,9 +88232,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *570 + default: *571 '404': *24 '304': *40 '403': *41 @@ -88237,7 +88257,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *571 + - *572 responses: '204': description: Response @@ -88428,7 +88448,7 @@ paths: type: array items: *82 examples: - default: *572 + default: *573 headers: Link: *6 '404': *24 @@ -88604,7 +88624,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: Key description: Key type: object @@ -88702,9 +88722,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &574 + default: &575 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -88737,15 +88757,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *448 + - *464 responses: '200': description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *24 '304': *40 '403': *41 @@ -88768,7 +88788,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *448 + - *464 responses: '204': description: Response @@ -89597,7 +89617,7 @@ paths: type: array items: *68 examples: - default: *575 + default: *576 headers: Link: *6 '304': *40 @@ -89639,7 +89659,7 @@ paths: - docker - nuget - container - - *576 + - *577 - *5 - *4 responses: @@ -89651,8 +89671,8 @@ paths: type: array items: *210 examples: - default: *577 - '400': *578 + default: *578 + '400': *579 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89681,7 +89701,7 @@ paths: application/json: schema: *210 examples: - default: &590 + default: &591 value: id: 40201 name: octo-name @@ -90133,9 +90153,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *579 + default: *580 headers: Link: *6 '304': *40 @@ -90248,7 +90268,7 @@ paths: type: array items: *82 examples: - default: &586 + default: &587 summary: Default response value: - id: 1296269 @@ -90566,9 +90586,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *300 examples: - default: *286 + default: *302 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -90606,9 +90626,9 @@ paths: application/json: schema: type: array - items: *423 + items: *439 examples: - default: *580 + default: *581 headers: Link: *6 '304': *40 @@ -90631,7 +90651,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *424 + - *440 responses: '204': description: Response @@ -90654,7 +90674,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *424 + - *440 responses: '204': description: Response @@ -90687,7 +90707,7 @@ paths: application/json: schema: type: array - items: &581 + items: &582 title: Social account description: Social media account type: object @@ -90704,7 +90724,7 @@ paths: - provider - url examples: - default: &582 + default: &583 value: - provider: twitter url: https://twitter.com/github @@ -90767,9 +90787,9 @@ paths: application/json: schema: type: array - items: *581 + items: *582 examples: - default: *582 + default: *583 '422': *33 '304': *40 '404': *24 @@ -90857,7 +90877,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -90877,7 +90897,7 @@ paths: - title - created_at examples: - default: &591 + default: &592 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -90944,9 +90964,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: &584 + default: &585 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -90977,7 +90997,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &585 + - &586 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -90989,9 +91009,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *584 + default: *585 '404': *24 '304': *40 '403': *41 @@ -91014,7 +91034,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *585 + - *586 responses: '204': description: Response @@ -91043,7 +91063,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &592 + - &593 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 @@ -91068,11 +91088,11 @@ paths: type: array items: *82 examples: - default-response: *586 + default-response: *587 application/vnd.github.v3.star+json: schema: type: array - items: &593 + items: &594 title: Starred Repository description: Starred Repository type: object @@ -91228,8 +91248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response if this repository is starred by you @@ -91257,8 +91277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -91282,8 +91302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -91355,7 +91375,7 @@ paths: application/json: schema: type: array - items: *254 + items: *270 examples: default: value: @@ -91442,10 +91462,10 @@ paths: application/json: schema: oneOf: + - *568 - *567 - - *566 examples: - default-response: &587 + default-response: &588 summary: Default response value: login: octocat @@ -91480,7 +91500,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &588 + response-with-git-hub-plan-information: &589 summary: Response with GitHub plan information value: login: octocat @@ -91592,11 +91612,11 @@ paths: application/json: schema: oneOf: + - *568 - *567 - - *566 examples: - default-response: *587 - response-with-git-hub-plan-information: *588 + default-response: *588 + response-with-git-hub-plan-information: *589 '404': *24 x-github: githubCloudOnly: false @@ -91627,7 +91647,7 @@ paths: type: array items: *210 examples: - default: *577 + default: *578 '403': *41 '401': *39 x-github: @@ -92031,9 +92051,9 @@ paths: application/json: schema: type: array - items: *569 + items: *570 examples: - default: *589 + default: *590 headers: Link: *6 x-github: @@ -92137,7 +92157,7 @@ paths: application/json: schema: *37 examples: - default: *422 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92218,7 +92238,7 @@ paths: type: array items: *68 examples: - default: *575 + default: *576 headers: Link: *6 x-github: @@ -92257,7 +92277,7 @@ paths: - docker - nuget - container - - *576 + - *577 - *8 - *5 - *4 @@ -92270,10 +92290,10 @@ paths: type: array items: *210 examples: - default: *577 + default: *578 '403': *41 '401': *39 - '400': *578 + '400': *579 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92303,7 +92323,7 @@ paths: application/json: schema: *210 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92936,9 +92956,9 @@ paths: application/json: schema: type: array - items: *581 + items: *582 examples: - default: *582 + default: *583 headers: Link: *6 x-github: @@ -92968,9 +92988,9 @@ paths: application/json: schema: type: array - items: *583 + items: *584 examples: - default: *591 + default: *592 headers: Link: *6 x-github: @@ -92995,7 +93015,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *592 + - *593 - *9 - *4 - *5 @@ -93007,11 +93027,11 @@ paths: schema: anyOf: - type: array - items: *593 + items: *594 - type: array items: *82 examples: - default-response: *586 + default-response: *587 headers: Link: *6 x-github: @@ -93223,7 +93243,7 @@ webhooks: type: string enum: - disabled - enterprise: &594 + enterprise: &595 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -93292,7 +93312,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &595 + installation: &596 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -93313,7 +93333,7 @@ webhooks: required: - id - node_id - organization: &596 + organization: &597 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -93386,7 +93406,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &597 + repository: &598 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -94299,10 +94319,10 @@ webhooks: type: string enum: - enabled - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -94388,11 +94408,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - rule: &598 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + rule: &599 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.14/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -94609,11 +94629,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - rule: *598 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + rule: *599 sender: *17 required: - action @@ -94791,11 +94811,11 @@ webhooks: - everyone required: - from - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - rule: *598 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + rule: *599 sender: *17 required: - action @@ -94876,11 +94896,11 @@ webhooks: type: string enum: - cancelled - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - exemption_request: &599 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + exemption_request: &600 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -95118,7 +95138,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &600 + items: &601 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -95238,11 +95258,11 @@ webhooks: type: string enum: - completed - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - exemption_request: *599 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + exemption_request: *600 sender: *17 required: - action @@ -95322,11 +95342,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - exemption_request: *599 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + exemption_request: *600 sender: *17 required: - action @@ -95406,12 +95426,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - exemption_request: *599 - exemption_response: *600 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + exemption_request: *600 + exemption_response: *601 sender: *17 required: - action @@ -95493,12 +95513,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - exemption_request: *599 - exemption_response: *600 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + exemption_request: *600 + exemption_response: *601 sender: *17 required: - action @@ -95583,12 +95603,12 @@ webhooks: type: string cache_location: type: string - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 ref: type: string - repository: *597 + repository: *598 sender: *17 required: - cache_location @@ -95682,7 +95702,7 @@ webhooks: type: string enum: - completed - check_run: &602 + check_run: &603 title: CheckRun description: A check performed on the code of a given code change type: object @@ -95747,7 +95767,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *342 + items: *358 repository: *148 status: type: string @@ -95792,7 +95812,7 @@ webhooks: - examples: - neutral - deployment: *601 + deployment: *602 details_url: type: string examples: @@ -95852,7 +95872,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *342 + items: *358 started_at: type: string format: date-time @@ -95890,9 +95910,9 @@ webhooks: - output - app - pull_requests - installation: *595 - organization: *596 - repository: *597 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - check_run @@ -96295,10 +96315,10 @@ webhooks: type: string enum: - created - check_run: *602 - installation: *595 - organization: *596 - repository: *597 + check_run: *603 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - check_run @@ -96704,10 +96724,10 @@ webhooks: type: string enum: - requested_action - check_run: *602 - installation: *595 - organization: *596 - repository: *597 + check_run: *603 + installation: *596 + organization: *597 + repository: *598 requested_action: description: The action requested by the user. type: object @@ -97122,10 +97142,10 @@ webhooks: type: string enum: - rerequested - check_run: *602 - installation: *595 - organization: *596 - repository: *597 + check_run: *603 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - check_run @@ -98127,10 +98147,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -98825,10 +98845,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -99517,10 +99537,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -99696,7 +99716,7 @@ webhooks: required: - login - id - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -99848,20 +99868,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &603 + commit_oid: &604 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: *594 - installation: *595 - organization: *596 - ref: &604 + enterprise: *595 + installation: *596 + organization: *597 + ref: &605 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: *597 + repository: *598 sender: *17 required: - action @@ -100035,7 +100055,7 @@ webhooks: required: - login - id - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -100276,12 +100296,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *603 - enterprise: *594 - installation: *595 - organization: *596 - ref: *604 - repository: *597 + commit_oid: *604 + enterprise: *595 + installation: *596 + organization: *597 + ref: *605 + repository: *598 sender: *17 required: - action @@ -100389,7 +100409,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -100571,12 +100591,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *603 - enterprise: *594 - installation: *595 - organization: *596 - ref: *604 - repository: *597 + commit_oid: *604 + enterprise: *595 + installation: *596 + organization: *597 + ref: *605 + repository: *598 sender: *17 required: - action @@ -100752,7 +100772,7 @@ webhooks: required: - login - id - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -100929,12 +100949,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *603 - enterprise: *594 - installation: *595 - organization: *596 - ref: *604 - repository: *597 + commit_oid: *604 + enterprise: *595 + installation: *596 + organization: *597 + ref: *605 + repository: *598 sender: *17 required: - action @@ -101044,7 +101064,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -101224,9 +101244,9 @@ webhooks: type: - string - 'null' - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -101234,7 +101254,7 @@ webhooks: type: - string - 'null' - repository: *597 + repository: *598 sender: *17 required: - action @@ -101340,7 +101360,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -101487,12 +101507,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *603 - enterprise: *594 - installation: *595 - organization: *596 - ref: *604 - repository: *597 + commit_oid: *604 + enterprise: *595 + installation: *596 + organization: *597 + ref: *605 + repository: *598 sender: *17 required: - action @@ -101764,10 +101784,10 @@ webhooks: - updated_at - author_association - body - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -101858,18 +101878,18 @@ webhooks: type: - string - 'null' - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *596 - pusher_type: &605 + organization: *597 + pusher_type: &606 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &606 + ref: &607 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -101879,7 +101899,7 @@ webhooks: enum: - tag - branch - repository: *597 + repository: *598 sender: *17 required: - ref @@ -101968,18 +101988,18 @@ webhooks: title: delete event type: object properties: - enterprise: *594 - installation: *595 - organization: *596 - pusher_type: *605 - ref: *606 + enterprise: *595 + installation: *596 + organization: *597 + pusher_type: *606 + ref: *607 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *597 + repository: *598 sender: *17 required: - ref @@ -102073,11 +102093,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102171,11 +102191,11 @@ webhooks: type: string enum: - auto_reopened - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102269,11 +102289,11 @@ webhooks: type: string enum: - created - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102365,11 +102385,11 @@ webhooks: type: string enum: - dismissed - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102461,11 +102481,11 @@ webhooks: type: string enum: - fixed - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102558,11 +102578,11 @@ webhooks: type: string enum: - reintroduced - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102654,11 +102674,11 @@ webhooks: type: string enum: - reopened - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102745,9 +102765,9 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - key: &607 + enterprise: *595 + installation: *596 + key: &608 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -102783,8 +102803,8 @@ webhooks: - verified - created_at - read_only - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -102871,11 +102891,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - key: *607 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + key: *608 + organization: *597 + repository: *598 sender: *17 required: - action @@ -103457,12 +103477,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - workflow: &611 + workflow: &612 title: Workflow type: - object @@ -104210,13 +104230,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *391 + deployment: *407 pull_requests: type: array - items: *469 - repository: *597 - organization: *596 - installation: *595 + items: *485 + repository: *598 + organization: *597 + installation: *596 sender: *17 responses: '200': @@ -104297,7 +104317,7 @@ webhooks: type: string enum: - approved - approver: &608 + approver: &609 type: object properties: avatar_url: @@ -104340,11 +104360,11 @@ webhooks: type: string comment: type: string - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - reviewers: &609 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + reviewers: &610 type: array items: type: object @@ -104425,7 +104445,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &610 + workflow_job_run: &611 type: object properties: conclusion: @@ -105181,18 +105201,18 @@ webhooks: type: string enum: - rejected - approver: *608 + approver: *609 comment: type: string - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - reviewers: *609 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + reviewers: *610 sender: *17 since: type: string - workflow_job_run: *610 + workflow_job_run: *611 workflow_job_runs: type: array items: @@ -105919,13 +105939,13 @@ webhooks: type: string enum: - requested - enterprise: *594 + enterprise: *595 environment: type: string - installation: *595 - organization: *596 - repository: *597 - requestor: &616 + installation: *596 + organization: *597 + repository: *598 + requestor: &617 title: User type: - object @@ -107878,12 +107898,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - workflow: *611 + workflow: *612 workflow_run: title: Deployment Workflow Run type: @@ -108584,7 +108604,7 @@ webhooks: type: string enum: - answered - answer: &614 + answer: &615 type: object properties: author_association: @@ -108744,7 +108764,7 @@ webhooks: - created_at - updated_at - body - discussion: &612 + discussion: &613 title: Discussion description: A Discussion in a repository. type: object @@ -109040,7 +109060,7 @@ webhooks: - id labels: type: array - items: *431 + items: *447 required: - repository_url - category @@ -109062,10 +109082,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109202,11 +109222,11 @@ webhooks: - from required: - category - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109299,11 +109319,11 @@ webhooks: type: string enum: - closed - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109395,7 +109415,7 @@ webhooks: type: string enum: - created - comment: &613 + comment: &614 type: object properties: author_association: @@ -109555,11 +109575,11 @@ webhooks: - updated_at - body - reactions - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109652,12 +109672,12 @@ webhooks: type: string enum: - deleted - comment: *613 - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + comment: *614 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109762,12 +109782,12 @@ webhooks: - from required: - body - comment: *613 - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + comment: *614 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109861,11 +109881,11 @@ webhooks: type: string enum: - created - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109957,11 +109977,11 @@ webhooks: type: string enum: - deleted - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110071,11 +110091,11 @@ webhooks: type: string required: - from - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110167,10 +110187,10 @@ webhooks: type: string enum: - labeled - discussion: *612 - enterprise: *594 - installation: *595 - label: &615 + discussion: *613 + enterprise: *595 + installation: *596 + label: &616 title: Label type: object properties: @@ -110203,8 +110223,8 @@ webhooks: - color - default - description - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110297,11 +110317,11 @@ webhooks: type: string enum: - locked - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110393,11 +110413,11 @@ webhooks: type: string enum: - pinned - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110489,11 +110509,11 @@ webhooks: type: string enum: - reopened - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110588,16 +110608,16 @@ webhooks: changes: type: object properties: - new_discussion: *612 - new_repository: *597 + new_discussion: *613 + new_repository: *598 required: - new_discussion - new_repository - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110690,10 +110710,10 @@ webhooks: type: string enum: - unanswered - discussion: *612 - old_answer: *614 - organization: *596 - repository: *597 + discussion: *613 + old_answer: *615 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110785,12 +110805,12 @@ webhooks: type: string enum: - unlabeled - discussion: *612 - enterprise: *594 - installation: *595 - label: *615 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110883,11 +110903,11 @@ webhooks: type: string enum: - unlocked - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110979,11 +110999,11 @@ webhooks: type: string enum: - unpinned - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -111224,7 +111244,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *594 + enterprise: *595 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -111902,9 +111922,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *595 - organization: *596 - repository: *597 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - forkee @@ -112070,9 +112090,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pages: description: The pages that were updated. type: array @@ -112110,7 +112130,7 @@ webhooks: - action - sha - html_url - repository: *597 + repository: *598 sender: *17 required: - pages @@ -112196,10 +112216,10 @@ webhooks: type: string enum: - created - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories: &617 + organization: *597 + repositories: &618 description: An array of repository objects that the installation can access. type: array @@ -112225,8 +112245,8 @@ webhooks: - name - full_name - private - repository: *597 - requester: *616 + repository: *598 + requester: *617 sender: *17 required: - action @@ -112311,11 +112331,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories: *617 - repository: *597 + organization: *597 + repositories: *618 + repository: *598 requester: type: - 'null' @@ -112402,11 +112422,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories: *617 - repository: *597 + organization: *597 + repositories: *618 + repository: *598 requester: type: - 'null' @@ -112493,10 +112513,10 @@ webhooks: type: string enum: - added - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories_added: &618 + organization: *597 + repositories_added: &619 description: An array of repository objects, which were added to the installation. type: array @@ -112542,15 +112562,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *597 - repository_selection: &619 + repository: *598 + repository_selection: &620 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *616 + requester: *617 sender: *17 required: - action @@ -112639,10 +112659,10 @@ webhooks: type: string enum: - removed - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories_added: *618 + organization: *597 + repositories_added: *619 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -112669,9 +112689,9 @@ webhooks: - name - full_name - private - repository: *597 - repository_selection: *619 - requester: *616 + repository: *598 + repository_selection: *620 + requester: *617 sender: *17 required: - action @@ -112760,11 +112780,11 @@ webhooks: type: string enum: - suspend - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories: *617 - repository: *597 + organization: *597 + repositories: *618 + repository: *598 requester: type: - 'null' @@ -112957,10 +112977,10 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 target_type: type: string @@ -113049,11 +113069,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories: *617 - repository: *597 + organization: *597 + repositories: *618 + repository: *598 requester: type: - 'null' @@ -113311,8 +113331,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114159,7 +114179,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -114503,8 +114523,8 @@ webhooks: - state - locked - assignee - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -114594,7 +114614,7 @@ webhooks: type: string enum: - deleted - comment: &620 + comment: &621 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -114761,8 +114781,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115605,7 +115625,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -115951,8 +115971,8 @@ webhooks: - state - locked - assignee - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -116042,7 +116062,7 @@ webhooks: type: string enum: - edited - changes: &641 + changes: &642 description: The changes to the comment. type: object properties: @@ -116054,9 +116074,9 @@ webhooks: type: string required: - from - comment: *620 - enterprise: *594 - installation: *595 + comment: *621 + enterprise: *595 + installation: *596 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -116902,7 +116922,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -117246,8 +117266,8 @@ webhooks: - state - locked - assignee - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -117339,10 +117359,10 @@ webhooks: type: string enum: - assigned - assignee: *616 - enterprise: *594 - installation: *595 - issue: &623 + assignee: *617 + enterprise: *595 + installation: *596 + issue: &624 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -118184,7 +118204,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -118287,8 +118307,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -118378,8 +118398,8 @@ webhooks: type: string enum: - closed - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -119226,7 +119246,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -119472,8 +119492,8 @@ webhooks: required: - state - closed_at - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -119562,8 +119582,8 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120401,7 +120421,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -120503,8 +120523,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -120593,8 +120613,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121455,7 +121475,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -121536,7 +121556,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &621 + milestone: &622 title: Milestone description: A collection of related issues and pull requests. type: object @@ -121679,8 +121699,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -121789,8 +121809,8 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -122629,7 +122649,7 @@ webhooks: timeline_url: type: string format: uri - type: *551 + type: *552 title: description: Title of the issue type: string @@ -122735,9 +122755,9 @@ webhooks: - active_lock_reason - body - reactions - label: *615 - organization: *596 - repository: *597 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -122827,8 +122847,8 @@ webhooks: type: string enum: - labeled - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123666,7 +123686,7 @@ webhooks: timeline_url: type: string format: uri - type: *551 + type: *552 title: description: Title of the issue type: string @@ -123772,9 +123792,9 @@ webhooks: - active_lock_reason - body - reactions - label: *615 - organization: *596 - repository: *597 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -123864,8 +123884,8 @@ webhooks: type: string enum: - locked - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -124728,7 +124748,7 @@ webhooks: timeline_url: type: string format: uri - type: *551 + type: *552 title: description: Title of the issue type: string @@ -124811,8 +124831,8 @@ webhooks: format: uri user_view_type: type: string - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -124901,8 +124921,8 @@ webhooks: type: string enum: - milestoned - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125762,7 +125782,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -125842,9 +125862,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *621 - organization: *596 - repository: *597 + milestone: *622 + organization: *597 + repository: *598 sender: *17 required: - action @@ -126855,7 +126875,7 @@ webhooks: required: - login - id - type: *551 + type: *552 required: - id - number @@ -127336,8 +127356,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -128179,7 +128199,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -128281,8 +128301,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -128372,9 +128392,9 @@ webhooks: type: string enum: - pinned - enterprise: *594 - installation: *595 - issue: &622 + enterprise: *595 + installation: *596 + issue: &623 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -129210,7 +129230,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -129312,8 +129332,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -129402,8 +129422,8 @@ webhooks: type: string enum: - reopened - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -130347,9 +130367,9 @@ webhooks: format: uri user_view_type: type: string - type: *551 - organization: *596 - repository: *597 + type: *552 + organization: *597 + repository: *598 sender: *17 required: - action @@ -131278,7 +131298,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -131860,11 +131880,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *594 - installation: *595 - issue: *622 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + issue: *623 + organization: *597 + repository: *598 sender: *17 required: - action @@ -131955,7 +131975,7 @@ webhooks: type: string enum: - unassigned - assignee: &644 + assignee: &645 title: User type: - object @@ -132027,11 +132047,11 @@ webhooks: required: - login - id - enterprise: *594 - installation: *595 - issue: *623 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + issue: *624 + organization: *597 + repository: *598 sender: *17 required: - action @@ -132120,12 +132140,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *594 - installation: *595 - issue: *623 - label: *615 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + issue: *624 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -132215,8 +132235,8 @@ webhooks: type: string enum: - unlocked - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -133080,7 +133100,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -133160,8 +133180,8 @@ webhooks: format: uri user_view_type: type: string - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133251,11 +133271,11 @@ webhooks: type: string enum: - unpinned - enterprise: *594 - installation: *595 - issue: *622 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + issue: *623 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133344,11 +133364,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - label: *615 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133436,11 +133456,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - label: *615 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133560,11 +133580,11 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - label: *615 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133678,11 +133698,11 @@ webhooks: type: string required: - to - enterprise: *594 - installation: *595 - member: *616 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + member: *617 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133794,11 +133814,11 @@ webhooks: type: - string - 'null' - enterprise: *594 - installation: *595 - member: *616 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + member: *617 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133887,11 +133907,11 @@ webhooks: type: string enum: - removed - enterprise: *594 - installation: *595 - member: *616 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + member: *617 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133979,11 +133999,11 @@ webhooks: type: string enum: - added - enterprise: *594 - installation: *595 - member: *616 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + member: *617 + organization: *597 + repository: *598 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134061,7 +134081,7 @@ webhooks: required: - login - id - team: &624 + team: &625 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -134264,11 +134284,11 @@ webhooks: type: string enum: - removed - enterprise: *594 - installation: *595 - member: *616 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + member: *617 + organization: *597 + repository: *598 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134347,7 +134367,7 @@ webhooks: required: - login - id - team: *624 + team: *625 required: - action - scope @@ -134435,7 +134455,7 @@ webhooks: type: string enum: - deleted - enterprise: *594 + enterprise: *595 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -134544,12 +134564,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *595 - organization: *596 + installation: *596 + organization: *597 repository: anyOf: - type: 'null' - - *597 + - *598 sender: *17 required: - action @@ -134639,11 +134659,11 @@ webhooks: type: string enum: - closed - enterprise: *594 - installation: *595 - milestone: *621 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + milestone: *622 + organization: *597 + repository: *598 sender: *17 required: - action @@ -134732,9 +134752,9 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - milestone: &625 + enterprise: *595 + installation: *596 + milestone: &626 title: Milestone description: A collection of related issues and pull requests. type: object @@ -134876,8 +134896,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -134966,11 +134986,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - milestone: *621 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + milestone: *622 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135090,11 +135110,11 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - milestone: *621 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + milestone: *622 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135184,11 +135204,11 @@ webhooks: type: string enum: - opened - enterprise: *594 - installation: *595 - milestone: *625 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + milestone: *626 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135277,9 +135297,9 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - membership: &626 + enterprise: *595 + installation: *596 + membership: &627 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -135389,8 +135409,8 @@ webhooks: - role - organization_url - user - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135478,11 +135498,11 @@ webhooks: type: string enum: - member_added - enterprise: *594 - installation: *595 - membership: *626 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + membership: *627 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135571,8 +135591,8 @@ webhooks: type: string enum: - member_invited - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -135694,10 +135714,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 - user: *616 + user: *617 required: - action - invitation @@ -135785,11 +135805,11 @@ webhooks: type: string enum: - member_removed - enterprise: *594 - installation: *595 - membership: *626 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + membership: *627 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135886,11 +135906,11 @@ webhooks: properties: from: type: string - enterprise: *594 - installation: *595 - membership: *626 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + membership: *627 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135976,9 +135996,9 @@ webhooks: type: string enum: - published - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 package: description: Information about the package. type: object @@ -136501,7 +136521,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &627 + items: &628 title: Ruby Gems metadata type: object properties: @@ -136598,7 +136618,7 @@ webhooks: - owner - package_version - registry - repository: *597 + repository: *598 sender: *17 required: - action @@ -136684,9 +136704,9 @@ webhooks: type: string enum: - updated - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 package: description: Information about the package. type: object @@ -137048,7 +137068,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *627 + items: *628 source_url: type: string format: uri @@ -137119,7 +137139,7 @@ webhooks: - owner - package_version - registry - repository: *597 + repository: *598 sender: *17 required: - action @@ -137310,12 +137330,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *594 + enterprise: *595 id: type: integer - installation: *595 - organization: *596 - repository: *597 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - id @@ -137392,7 +137412,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &628 + personal_access_token_request: &629 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -137542,10 +137562,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *594 - organization: *596 + enterprise: *595 + organization: *597 sender: *17 - installation: *595 + installation: *596 required: - action - personal_access_token_request @@ -137622,11 +137642,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *628 - enterprise: *594 - organization: *596 + personal_access_token_request: *629 + enterprise: *595 + organization: *597 sender: *17 - installation: *595 + installation: *596 required: - action - personal_access_token_request @@ -137702,11 +137722,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *628 - enterprise: *594 - organization: *596 + personal_access_token_request: *629 + enterprise: *595 + organization: *597 sender: *17 - installation: *595 + installation: *596 required: - action - personal_access_token_request @@ -137781,11 +137801,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *628 - organization: *596 - enterprise: *594 + personal_access_token_request: *629 + organization: *597 + enterprise: *595 sender: *17 - installation: *595 + installation: *596 required: - action - personal_access_token_request @@ -137900,7 +137920,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *629 + last_response: *630 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -137932,8 +137952,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 zen: description: Random string of GitHub zen. @@ -138188,10 +138208,10 @@ webhooks: - from required: - note - enterprise: *594 - installation: *595 - organization: *596 - project_card: &630 + enterprise: *595 + installation: *596 + organization: *597 + project_card: &631 title: Project Card type: object properties: @@ -138314,7 +138334,7 @@ webhooks: - creator - created_at - updated_at - repository: *597 + repository: *598 sender: *17 required: - action @@ -138405,11 +138425,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - project_card: *630 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project_card: *631 + repository: *598 sender: *17 required: - action @@ -138499,9 +138519,9 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 project_card: title: Project Card type: object @@ -138631,7 +138651,7 @@ webhooks: repository: anyOf: - type: 'null' - - *597 + - *598 sender: *17 required: - action @@ -138735,11 +138755,11 @@ webhooks: - from required: - note - enterprise: *594 - installation: *595 - organization: *596 - project_card: *630 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project_card: *631 + repository: *598 sender: *17 required: - action @@ -138843,9 +138863,9 @@ webhooks: - from required: - column_id - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 project_card: allOf: - title: Project Card @@ -139042,7 +139062,7 @@ webhooks: type: string required: - after_id - repository: *597 + repository: *598 sender: *17 required: - action @@ -139132,10 +139152,10 @@ webhooks: type: string enum: - closed - enterprise: *594 - installation: *595 - organization: *596 - project: &632 + enterprise: *595 + installation: *596 + organization: *597 + project: &633 title: Project type: object properties: @@ -139262,7 +139282,7 @@ webhooks: - creator - created_at - updated_at - repository: *597 + repository: *598 sender: *17 required: - action @@ -139352,10 +139372,10 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - project_column: &631 + enterprise: *595 + installation: *596 + organization: *597 + project_column: &632 title: Project Column type: object properties: @@ -139395,7 +139415,7 @@ webhooks: - name - created_at - updated_at - repository: *597 + repository: *598 sender: *17 required: - action @@ -139484,14 +139504,14 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - project_column: *631 + enterprise: *595 + installation: *596 + organization: *597 + project_column: *632 repository: anyOf: - type: 'null' - - *597 + - *598 sender: *17 required: - action @@ -139590,11 +139610,11 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - organization: *596 - project_column: *631 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project_column: *632 + repository: *598 sender: *17 required: - action @@ -139684,11 +139704,11 @@ webhooks: type: string enum: - moved - enterprise: *594 - installation: *595 - organization: *596 - project_column: *631 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project_column: *632 + repository: *598 sender: *17 required: - action @@ -139778,11 +139798,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - project: *632 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project: *633 + repository: *598 sender: *17 required: - action @@ -139872,14 +139892,14 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - project: *632 + enterprise: *595 + installation: *596 + organization: *597 + project: *633 repository: anyOf: - type: 'null' - - *597 + - *598 sender: *17 required: - action @@ -139990,11 +140010,11 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - organization: *596 - project: *632 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project: *633 + repository: *598 sender: *17 required: - action @@ -140083,11 +140103,11 @@ webhooks: type: string enum: - reopened - enterprise: *594 - installation: *595 - organization: *596 - project: *632 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project: *633 + repository: *598 sender: *17 required: - action @@ -140178,9 +140198,9 @@ webhooks: type: string enum: - closed - installation: *595 - organization: *596 - projects_v2: &633 + installation: *596 + organization: *597 + projects_v2: &634 title: Projects v2 Project description: A projects v2 project type: object @@ -140338,9 +140358,9 @@ webhooks: type: string enum: - created - installation: *595 - organization: *596 - projects_v2: *633 + installation: *596 + organization: *597 + projects_v2: *634 sender: *17 required: - action @@ -140431,9 +140451,9 @@ webhooks: type: string enum: - deleted - installation: *595 - organization: *596 - projects_v2: *633 + installation: *596 + organization: *597 + projects_v2: *634 sender: *17 required: - action @@ -140564,9 +140584,9 @@ webhooks: type: string to: type: string - installation: *595 - organization: *596 - projects_v2: *633 + installation: *596 + organization: *597 + projects_v2: *634 sender: *17 required: - action @@ -140659,7 +140679,7 @@ webhooks: type: string enum: - archived - changes: &637 + changes: &638 type: object properties: archived_at: @@ -140675,9 +140695,9 @@ webhooks: - string - 'null' format: date-time - installation: *595 - organization: *596 - projects_v2_item: &634 + installation: *596 + organization: *597 + projects_v2_item: &635 title: Projects v2 Item description: An item belonging to a project type: object @@ -140826,9 +140846,9 @@ webhooks: - 'null' to: type: string - installation: *595 - organization: *596 - projects_v2_item: *634 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -140920,9 +140940,9 @@ webhooks: type: string enum: - created - installation: *595 - organization: *596 - projects_v2_item: *634 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -141013,9 +141033,9 @@ webhooks: type: string enum: - deleted - installation: *595 - organization: *596 - projects_v2_item: *634 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -141130,7 +141150,7 @@ webhooks: oneOf: - type: string - type: integer - - &635 + - &636 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -141150,7 +141170,7 @@ webhooks: required: - id - name - - &636 + - &637 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -141179,8 +141199,8 @@ webhooks: oneOf: - type: string - type: integer - - *635 - *636 + - *637 type: - 'null' - string @@ -141203,9 +141223,9 @@ webhooks: - 'null' required: - body - installation: *595 - organization: *596 - projects_v2_item: *634 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -141312,9 +141332,9 @@ webhooks: type: - string - 'null' - installation: *595 - organization: *596 - projects_v2_item: *634 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -141407,10 +141427,10 @@ webhooks: type: string enum: - restored - changes: *637 - installation: *595 - organization: *596 - projects_v2_item: *634 + changes: *638 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -141502,9 +141522,9 @@ webhooks: type: string enum: - reopened - installation: *595 - organization: *596 - projects_v2: *633 + installation: *596 + organization: *597 + projects_v2: *634 sender: *17 required: - action @@ -141585,10 +141605,10 @@ webhooks: title: public event type: object properties: - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - repository @@ -141675,13 +141695,13 @@ webhooks: type: string enum: - assigned - assignee: *616 - enterprise: *594 - installation: *595 - number: &638 + assignee: *617 + enterprise: *595 + installation: *596 + number: &639 description: The pull request number. type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -144030,7 +144050,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -144122,11 +144142,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -146468,7 +146488,7 @@ webhooks: - draft reason: type: string - repository: *597 + repository: *598 sender: *17 required: - action @@ -146560,11 +146580,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -148906,7 +148926,7 @@ webhooks: - draft reason: type: string - repository: *597 + repository: *598 sender: *17 required: - action @@ -148998,13 +149018,13 @@ webhooks: type: string enum: - closed - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: &639 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: &640 allOf: - - *469 + - *485 - type: object properties: allow_auto_merge: @@ -149066,7 +149086,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *597 + repository: *598 sender: *17 required: - action @@ -149157,12 +149177,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: *639 - repository: *597 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: *640 + repository: *598 sender: *17 required: - action @@ -149252,11 +149272,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *594 - milestone: *374 - number: *638 - organization: *596 - pull_request: &640 + enterprise: *595 + milestone: *390 + number: *639 + organization: *597 + pull_request: &641 title: Pull Request type: object properties: @@ -151583,7 +151603,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -151715,12 +151735,12 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: *639 - repository: *597 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: *640 + repository: *598 sender: *17 required: - action @@ -151810,11 +151830,11 @@ webhooks: type: string enum: - labeled - enterprise: *594 - installation: *595 - label: *615 - number: *638 - organization: *596 + enterprise: *595 + installation: *596 + label: *616 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -154162,7 +154182,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -154253,10 +154273,10 @@ webhooks: type: string enum: - locked - enterprise: *594 - installation: *595 - number: *638 - organization: *596 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -156602,7 +156622,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -156692,12 +156712,12 @@ webhooks: type: string enum: - milestoned - enterprise: *594 - milestone: *374 - number: *638 - organization: *596 - pull_request: *640 - repository: *597 + enterprise: *595 + milestone: *390 + number: *639 + organization: *597 + pull_request: *641 + repository: *598 sender: *17 required: - action @@ -156786,12 +156806,12 @@ webhooks: type: string enum: - opened - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: *639 - repository: *597 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: *640 + repository: *598 sender: *17 required: - action @@ -156882,12 +156902,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: *639 - repository: *597 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: *640 + repository: *598 sender: *17 required: - action @@ -156977,12 +156997,12 @@ webhooks: type: string enum: - reopened - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: *639 - repository: *597 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: *640 + repository: *598 sender: *17 required: - action @@ -157367,9 +157387,9 @@ webhooks: - start_side - side - reactions - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: type: object properties: @@ -159599,7 +159619,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *597 + repository: *598 sender: *17 required: - action @@ -159689,7 +159709,7 @@ webhooks: type: string enum: - deleted - comment: &642 + comment: &643 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -159982,9 +160002,9 @@ webhooks: - start_side - side - reactions - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: type: object properties: @@ -162202,7 +162222,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *597 + repository: *598 sender: *17 required: - action @@ -162292,11 +162312,11 @@ webhooks: type: string enum: - edited - changes: *641 - comment: *642 - enterprise: *594 - installation: *595 - organization: *596 + changes: *642 + comment: *643 + enterprise: *595 + installation: *596 + organization: *597 pull_request: type: object properties: @@ -164517,7 +164537,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *597 + repository: *598 sender: *17 required: - action @@ -164608,9 +164628,9 @@ webhooks: type: string enum: - dismissed - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: title: Simple Pull Request type: object @@ -166843,7 +166863,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *597 + repository: *598 review: description: The review that was affected. type: object @@ -167099,9 +167119,9 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: title: Simple Pull Request type: object @@ -169215,8 +169235,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *597 - review: &643 + repository: *598 + review: &644 description: The review that was affected. type: object properties: @@ -169459,12 +169479,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: description: The pull request number. type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -171811,7 +171831,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 requested_reviewer: title: User type: @@ -171897,12 +171917,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: description: The pull request number. type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -174256,7 +174276,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 requested_team: title: Team description: Groups of organization members that gives permissions @@ -174461,12 +174481,12 @@ webhooks: type: string enum: - review_requested - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: description: The pull request number. type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -176815,7 +176835,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 requested_reviewer: title: User type: @@ -176902,12 +176922,12 @@ webhooks: type: string enum: - review_requested - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: description: The pull request number. type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -179247,7 +179267,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 requested_team: title: Team description: Groups of organization members that gives permissions @@ -179441,9 +179461,9 @@ webhooks: type: string enum: - submitted - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: title: Simple Pull Request type: object @@ -181679,8 +181699,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *597 - review: *643 + repository: *598 + review: *644 sender: *17 required: - action @@ -181770,9 +181790,9 @@ webhooks: type: string enum: - resolved - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: title: Simple Pull Request type: object @@ -183903,7 +183923,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *597 + repository: *598 sender: *17 thread: type: object @@ -184305,9 +184325,9 @@ webhooks: type: string enum: - unresolved - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: title: Simple Pull Request type: object @@ -186421,7 +186441,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *597 + repository: *598 sender: *17 thread: type: object @@ -186825,10 +186845,10 @@ webhooks: type: string before: type: string - enterprise: *594 - installation: *595 - number: *638 - organization: *596 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -189163,7 +189183,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -189255,11 +189275,11 @@ webhooks: type: string enum: - unassigned - assignee: *644 - enterprise: *594 - installation: *595 - number: *638 - organization: *596 + assignee: *645 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -191609,7 +191629,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -191698,11 +191718,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *594 - installation: *595 - label: *615 - number: *638 - organization: *596 + enterprise: *595 + installation: *596 + label: *616 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -194041,7 +194061,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -194132,10 +194152,10 @@ webhooks: type: string enum: - unlocked - enterprise: *594 - installation: *595 - number: *638 - organization: *596 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -196464,7 +196484,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -196677,7 +196697,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *594 + enterprise: *595 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -196772,8 +196792,8 @@ webhooks: - url - author - committer - installation: *595 - organization: *596 + installation: *596 + organization: *597 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -197371,9 +197391,9 @@ webhooks: type: string enum: - published - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 registry_package: type: object properties: @@ -197850,7 +197870,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *627 + items: *628 summary: type: string tag_name: @@ -197906,7 +197926,7 @@ webhooks: - owner - package_version - registry - repository: *597 + repository: *598 sender: *17 required: - action @@ -197994,9 +198014,9 @@ webhooks: type: string enum: - updated - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 registry_package: type: object properties: @@ -198308,7 +198328,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *627 + items: *628 summary: type: string tag_name: @@ -198358,7 +198378,7 @@ webhooks: - owner - package_version - registry - repository: *597 + repository: *598 sender: *17 required: - action @@ -198445,10 +198465,10 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - release: &645 + enterprise: *595 + installation: *596 + organization: *597 + release: &646 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -198773,7 +198793,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *597 + repository: *598 sender: *17 required: - action @@ -198860,11 +198880,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - release: *645 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + release: *646 + repository: *598 sender: *17 required: - action @@ -198991,11 +199011,11 @@ webhooks: type: boolean required: - to - enterprise: *594 - installation: *595 - organization: *596 - release: *645 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + release: *646 + repository: *598 sender: *17 required: - action @@ -199083,9 +199103,9 @@ webhooks: type: string enum: - prereleased - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -199415,7 +199435,7 @@ webhooks: - string - 'null' format: uri - repository: *597 + repository: *598 sender: *17 required: - action @@ -199501,10 +199521,10 @@ webhooks: type: string enum: - published - enterprise: *594 - installation: *595 - organization: *596 - release: &646 + enterprise: *595 + installation: *596 + organization: *597 + release: &647 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -199831,7 +199851,7 @@ webhooks: - string - 'null' format: uri - repository: *597 + repository: *598 sender: *17 required: - action @@ -199917,11 +199937,11 @@ webhooks: type: string enum: - released - enterprise: *594 - installation: *595 - organization: *596 - release: *645 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + release: *646 + repository: *598 sender: *17 required: - action @@ -200007,11 +200027,11 @@ webhooks: type: string enum: - unpublished - enterprise: *594 - installation: *595 - organization: *596 - release: *646 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + release: *647 + repository: *598 sender: *17 required: - action @@ -200097,10 +200117,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200185,10 +200205,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200273,10 +200293,10 @@ webhooks: type: string enum: - archived - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200363,10 +200383,10 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200454,10 +200474,10 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200552,10 +200572,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200680,10 +200700,10 @@ webhooks: - 'null' items: type: string - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200771,10 +200791,10 @@ webhooks: type: string enum: - privatized - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200861,10 +200881,10 @@ webhooks: type: string enum: - publicized - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200968,10 +200988,10 @@ webhooks: - name required: - repository - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -201051,11 +201071,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - repository_ruleset: *242 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + repository_ruleset: *257 sender: *17 required: - action @@ -201133,11 +201153,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - repository_ruleset: *242 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + repository_ruleset: *257 sender: *17 required: - action @@ -201215,11 +201235,11 @@ webhooks: type: string enum: - edited - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - repository_ruleset: *242 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + repository_ruleset: *257 changes: type: object properties: @@ -201280,16 +201300,16 @@ webhooks: properties: added: type: array - items: *241 + items: *506 deleted: type: array - items: *241 + items: *506 updated: type: array items: type: object properties: - rule: *241 + rule: *506 changes: type: object properties: @@ -201536,10 +201556,10 @@ webhooks: - from required: - owner - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -201627,10 +201647,10 @@ webhooks: type: string enum: - unarchived - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -201718,7 +201738,7 @@ webhooks: type: string enum: - create - alert: &647 + alert: &648 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -201842,10 +201862,10 @@ webhooks: type: string enum: - open - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202065,10 +202085,10 @@ webhooks: type: string enum: - dismissed - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202156,11 +202176,11 @@ webhooks: type: string enum: - reopen - alert: *647 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + alert: *648 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202372,10 +202392,10 @@ webhooks: enum: - fixed - open - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202463,7 +202483,7 @@ webhooks: type: string enum: - created - alert: &648 + alert: &649 type: object properties: number: *91 @@ -202540,10 +202560,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202634,11 +202654,11 @@ webhooks: type: string enum: - created - alert: *648 - installation: *595 - location: *649 - organization: *596 - repository: *597 + alert: *649 + installation: *596 + location: *650 + organization: *597 + repository: *598 sender: *17 required: - location @@ -202881,11 +202901,11 @@ webhooks: type: string enum: - reopened - alert: *648 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + alert: *649 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202973,11 +202993,11 @@ webhooks: type: string enum: - resolved - alert: *648 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + alert: *649 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -203065,11 +203085,11 @@ webhooks: type: string enum: - validated - alert: *648 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + alert: *649 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -203155,11 +203175,11 @@ webhooks: type: string enum: - published - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - security_advisory: &650 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + security_advisory: &651 description: The details of the security advisory, including summary, description, and severity. type: object @@ -203355,11 +203375,11 @@ webhooks: type: string enum: - updated - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - security_advisory: *650 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + security_advisory: *651 sender: *17 required: - action @@ -203442,10 +203462,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -203642,10 +203662,10 @@ webhooks: type: object properties: security_and_analysis: *235 - enterprise: *594 - installation: *595 - organization: *596 - repository: *284 + enterprise: *595 + installation: *596 + organization: *597 + repository: *300 sender: *17 required: - changes @@ -203733,12 +203753,12 @@ webhooks: type: string enum: - cancelled - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: &651 + sponsorship: &652 type: object properties: created_at: @@ -204053,12 +204073,12 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: *651 + sponsorship: *652 required: - action - sponsorship @@ -204156,12 +204176,12 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: *651 + sponsorship: *652 required: - action - changes @@ -204248,17 +204268,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &652 + effective_date: &653 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: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: *651 + sponsorship: *652 required: - action - sponsorship @@ -204342,7 +204362,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &653 + changes: &654 type: object properties: tier: @@ -204386,13 +204406,13 @@ webhooks: - from required: - tier - effective_date: *652 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + effective_date: *653 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: *651 + sponsorship: *652 required: - action - changes @@ -204479,13 +204499,13 @@ webhooks: type: string enum: - tier_changed - changes: *653 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + changes: *654 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: *651 + sponsorship: *652 required: - action - changes @@ -204569,10 +204589,10 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -204666,10 +204686,10 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -205108,15 +205128,15 @@ webhooks: type: - string - 'null' - enterprise: *594 + enterprise: *595 id: description: The unique identifier of the status. type: integer - installation: *595 + installation: *596 name: type: string - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 sha: description: The Commit SHA. @@ -205229,12 +205249,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - team: &654 + team: &655 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -205437,9 +205457,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 repository: title: Repository description: A git repository @@ -205909,7 +205929,7 @@ webhooks: - topics - visibility sender: *17 - team: *654 + team: *655 required: - action - team @@ -205995,9 +206015,9 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 repository: title: Repository description: A git repository @@ -206467,7 +206487,7 @@ webhooks: - topics - visibility sender: *17 - team: *654 + team: *655 required: - action - team @@ -206554,9 +206574,9 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 repository: title: Repository description: A git repository @@ -207026,7 +207046,7 @@ webhooks: - topics - visibility sender: *17 - team: *654 + team: *655 required: - action - team @@ -207180,9 +207200,9 @@ webhooks: - from required: - permissions - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 repository: title: Repository description: A git repository @@ -207652,7 +207672,7 @@ webhooks: - topics - visibility sender: *17 - team: *654 + team: *655 required: - action - changes @@ -207740,9 +207760,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 repository: title: Repository description: A git repository @@ -208212,7 +208232,7 @@ webhooks: - topics - visibility sender: *17 - team: *654 + team: *655 required: - action - team @@ -208295,12 +208315,12 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - user: *616 + user: *617 required: - action responses: @@ -208378,12 +208398,12 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - user: *616 + user: *617 required: - action responses: @@ -208464,10 +208484,10 @@ webhooks: type: string enum: - started - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -208550,17 +208570,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *594 + enterprise: *595 inputs: type: - object - 'null' additionalProperties: true - installation: *595 - organization: *596 + installation: *596 + organization: *597 ref: type: string - repository: *597 + repository: *598 sender: *17 workflow: type: string @@ -208652,10 +208672,10 @@ webhooks: type: string enum: - completed - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 workflow_job: allOf: @@ -208911,7 +208931,7 @@ webhooks: type: string required: - conclusion - deployment: *391 + deployment: *407 required: - action - repository @@ -209000,10 +209020,10 @@ webhooks: type: string enum: - in_progress - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 workflow_job: allOf: @@ -209285,7 +209305,7 @@ webhooks: required: - status - steps - deployment: *391 + deployment: *407 required: - action - repository @@ -209374,10 +209394,10 @@ webhooks: type: string enum: - queued - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 workflow_job: type: object @@ -209523,7 +209543,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *391 + deployment: *407 required: - action - repository @@ -209612,10 +209632,10 @@ webhooks: type: string enum: - waiting - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 workflow_job: type: object @@ -209762,7 +209782,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *391 + deployment: *407 required: - action - repository @@ -209852,12 +209872,12 @@ webhooks: type: string enum: - completed - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - workflow: *611 + workflow: *612 workflow_run: title: Workflow Run type: object @@ -210886,12 +210906,12 @@ webhooks: type: string enum: - in_progress - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - workflow: *611 + workflow: *612 workflow_run: title: Workflow Run type: object @@ -211905,12 +211925,12 @@ webhooks: type: string enum: - requested - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - workflow: *611 + workflow: *612 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index e9bbc2950..bf940eb79 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -4625,7 +4625,7 @@ paths: application/json: schema: *22 application/scim+json: - schema: &527 + schema: &528 title: Scim Error description: Scim Error type: object @@ -12677,7 +12677,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &352 + instances_url: &368 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -12713,7 +12713,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &353 + dismissed_reason: &369 type: - string - 'null' @@ -12724,14 +12724,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &354 + dismissed_comment: &370 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &355 + rule: &371 type: object properties: id: @@ -12776,7 +12776,7 @@ paths: description: A set of tags applicable for the rule. items: type: string - tool: &356 + tool: &372 type: object properties: name: *88 @@ -12787,15 +12787,15 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *89 - most_recent_instance: &357 + most_recent_instance: &373 type: object properties: - ref: &350 + ref: &366 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &362 + analysis_key: &378 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions @@ -12806,7 +12806,7 @@ paths: the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &363 + category: &379 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -13784,7 +13784,7 @@ paths: - development - runtime - - security_advisory: &383 + security_advisory: &399 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -14019,7 +14019,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: &384 + auto_dismissed_at: &400 type: - string - 'null' @@ -14385,7 +14385,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *63 - - &244 + - &260 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -14396,7 +14396,7 @@ paths: enum: - open - resolved - - &245 + - &261 name: secret_type in: query description: A comma-separated list of secret types to return. By default @@ -14405,7 +14405,7 @@ paths: required: false schema: type: string - - &246 + - &262 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -14414,7 +14414,7 @@ paths: required: false schema: type: string - - &247 + - &263 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. @@ -14430,7 +14430,7 @@ paths: - *4 - *86 - *87 - - &248 + - &264 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -14446,7 +14446,7 @@ paths: application/json: schema: type: array - items: &249 + items: &265 type: object properties: number: *91 @@ -14462,14 +14462,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &518 + state: &519 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: &519 + resolution: &520 type: - string - 'null' @@ -14535,7 +14535,7 @@ paths: - inactive - unknown examples: - default: &250 + default: &266 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -14796,7 +14796,7 @@ paths: description: Success content: application/json: - schema: &252 + schema: &268 type: object properties: total_advanced_security_committers: @@ -14859,7 +14859,7 @@ paths: required: - repositories examples: - default: &253 + default: &269 value: total_advanced_security_committers: 2 total_count: 2 @@ -15141,7 +15141,7 @@ paths: milestone: anyOf: - type: 'null' - - &374 + - &390 title: Milestone description: A collection of related issues and pull requests. @@ -15313,7 +15313,7 @@ paths: timeline_url: type: string format: uri - type: &551 + type: &552 title: Issue Type description: The type of issue. type: @@ -15458,7 +15458,7 @@ paths: - author_association - created_at - updated_at - comment: &425 + comment: &441 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -16028,7 +16028,7 @@ paths: url: type: string format: uri - user: &566 + user: &567 title: Public User description: Public User type: object @@ -20718,14 +20718,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &273 + - &289 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &274 + - &290 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20796,7 +20796,7 @@ paths: '404': *24 '403': *41 '304': *40 - '301': &285 + '301': &301 description: Moved permanently content: application/json: @@ -20818,7 +20818,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &453 + - &469 name: all description: If `true`, show notifications marked as read. in: query @@ -20826,7 +20826,7 @@ paths: schema: type: boolean default: false - - &454 + - &470 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20836,7 +20836,7 @@ paths: type: boolean default: false - *107 - - &455 + - &471 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: @@ -21342,7 +21342,7 @@ paths: - url - subscription_url examples: - default: &456 + default: &472 value: - id: '1' repository: @@ -21895,7 +21895,7 @@ paths: type: array items: *68 examples: - default: &575 + default: &576 value: - login: github id: 1 @@ -22864,7 +22864,7 @@ paths: type: integer repository_cache_usages: type: array - items: &290 + items: &306 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -23118,7 +23118,7 @@ paths: type: array items: *82 examples: - default: &572 + default: &573 value: total_count: 1 repositories: @@ -24924,7 +24924,7 @@ paths: description: Response content: application/json: - schema: &312 + schema: &328 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -24959,7 +24959,7 @@ paths: - key_id - key examples: - default: &313 + default: &329 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -25372,7 +25372,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-organization-variables parameters: - *130 - - &297 + - &313 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-server@3.14/rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -26026,7 +26026,7 @@ paths: be returned. in: query required: false - schema: &351 + schema: &367 type: string description: Severity of a code scanning alert. enum: @@ -26528,7 +26528,7 @@ paths: description: Response content: application/json: - schema: &387 + schema: &403 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -26547,7 +26547,7 @@ paths: - key_id - key examples: - default: &388 + default: &404 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -27129,7 +27129,7 @@ paths: description: Response content: application/json: - schema: &268 + schema: &284 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -27219,7 +27219,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &269 + default: &285 value: group_id: '123' group_name: Octocat admins @@ -27274,7 +27274,7 @@ paths: description: Response content: application/json: - schema: &266 + schema: &282 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -27314,7 +27314,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &267 + default: &283 value: groups: - group_id: '123' @@ -27965,7 +27965,7 @@ paths: application/json: schema: *37 examples: - default: &422 + default: &438 value: id: 1 account: @@ -30373,7 +30373,7 @@ paths: - slug - parent examples: - default: &251 + default: &267 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -30756,7 +30756,7 @@ paths: - nuget - container - *130 - - &576 + - &577 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -30797,7 +30797,7 @@ paths: default: *211 '403': *41 '401': *39 - '400': &578 + '400': &579 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -33306,7 +33306,7 @@ paths: description: Response content: application/json: - schema: &284 + schema: &300 title: Full Repository description: Full Repository type: object @@ -33885,7 +33885,7 @@ paths: - network_count - subscribers_count examples: - default: &286 + default: &302 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -34476,7 +34476,7 @@ paths: application/json: schema: type: array - items: &242 + items: &257 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -34735,12 +34735,12 @@ paths: - object rules: type: array - items: &241 + items: &506 title: Repository Rule type: object description: A repository rule. oneOf: - - &488 + - &241 title: creation description: Only allow users with bypass permission to create matching refs. @@ -34752,7 +34752,7 @@ paths: type: string enum: - creation - - &489 + - &242 title: update description: Only allow users with bypass permission to update matching refs. @@ -34773,7 +34773,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &491 + - &243 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -34785,7 +34785,7 @@ paths: type: string enum: - deletion - - &492 + - &244 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -34797,7 +34797,7 @@ paths: type: string enum: - required_linear_history - - &493 + - &245 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -34821,7 +34821,7 @@ paths: type: string required: - required_deployment_environments - - &494 + - &246 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -34833,7 +34833,7 @@ paths: type: string enum: - required_signatures - - &495 + - &247 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -34884,7 +34884,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &496 + - &248 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -34932,7 +34932,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &497 + - &249 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -34944,7 +34944,7 @@ paths: type: string enum: - non_fast_forward - - &498 + - &250 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -34980,7 +34980,7 @@ paths: required: - operator - pattern - - &499 + - &251 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -35016,7 +35016,7 @@ paths: required: - operator - pattern - - &500 + - &252 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -35052,7 +35052,7 @@ paths: required: - operator - pattern - - &501 + - &253 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -35088,7 +35088,7 @@ paths: required: - operator - pattern - - &502 + - &254 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -35124,7 +35124,7 @@ paths: required: - operator - pattern - - &503 + - &255 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -35174,7 +35174,7 @@ paths: - repository_id required: - workflows - - &504 + - &256 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -35316,7 +35316,27 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *241 + items: &259 + title: Repository Rule + type: object + description: A repository rule. + oneOf: + - *241 + - *242 + - *243 + - *244 + - *245 + - *246 + - *247 + - *248 + - *249 + - *250 + - *251 + - *252 + - *253 + - *254 + - *255 + - *256 source_type: type: string description: The type of the source of the ruleset @@ -35360,9 +35380,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: &243 + default: &258 value: id: 21 name: super cool ruleset @@ -35417,7 +35437,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *130 - - &506 + - &507 name: ref description: The name of the ref. Cannot contain wildcard characters. When specified, only rule evaluations triggered for this ref will be returned. @@ -35430,7 +35450,7 @@ paths: in: query schema: type: string - - &507 + - &508 name: time_period description: |- The time period to filter by. @@ -35446,14 +35466,14 @@ paths: - week - month default: day - - &508 + - &509 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 - - &509 + - &510 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -35473,7 +35493,7 @@ paths: description: Response content: application/json: - schema: &510 + schema: &511 title: Rule Suites description: Response type: array @@ -35528,7 +35548,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &511 + default: &512 value: - id: 21 actor_id: 12 @@ -35572,7 +35592,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *130 - - &512 + - &513 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -35588,7 +35608,7 @@ paths: description: Response content: application/json: - schema: &513 + schema: &514 title: Rule Suite description: Response type: object @@ -35693,7 +35713,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &514 + default: &515 value: id: 21 actor_id: 12 @@ -35766,9 +35786,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: *243 + default: *258 '404': *24 '500': *216 put: @@ -35820,7 +35840,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *241 + items: *259 examples: default: value: @@ -35855,9 +35875,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: *243 + default: *258 '404': *24 '500': *216 delete: @@ -35904,14 +35924,14 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *130 - - *244 - - *245 - - *246 - - *247 + - *260 + - *261 + - *262 + - *263 - *9 - *5 - *4 - - &516 + - &517 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.14/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -35921,7 +35941,7 @@ paths: required: false schema: type: string - - &517 + - &518 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-server@3.14/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -35931,7 +35951,7 @@ paths: required: false schema: type: string - - *248 + - *264 responses: '200': description: Response @@ -35939,9 +35959,9 @@ paths: application/json: schema: type: array - items: *249 + items: *265 examples: - default: *250 + default: *266 headers: Link: *6 '404': *24 @@ -35977,7 +35997,7 @@ paths: type: array items: *208 examples: - default: *251 + default: *267 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -36063,9 +36083,9 @@ paths: description: Success content: application/json: - schema: *252 + schema: *268 examples: - default: *253 + default: *269 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -36093,7 +36113,7 @@ paths: application/json: schema: type: array - items: &275 + items: &291 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -36166,7 +36186,7 @@ paths: - slug - parent examples: - default: *251 + default: *267 headers: Link: *6 '403': *41 @@ -36268,7 +36288,7 @@ paths: description: Response content: application/json: - schema: &254 + schema: &270 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -36648,7 +36668,7 @@ paths: - repos_count - organization examples: - default: &255 + default: &271 value: id: 1 node_id: MDQ6VGVhbTE= @@ -36724,9 +36744,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '404': *24 x-github: githubCloudOnly: false @@ -36811,16 +36831,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '201': description: Response content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '404': *24 '422': *33 '403': *41 @@ -36890,7 +36910,7 @@ paths: application/json: schema: type: array - items: &256 + items: &272 title: Team Discussion description: A team discussion is a persistent record of a free-form conversation within a team. @@ -37001,7 +37021,7 @@ paths: - updated_at - url examples: - default: &556 + default: &557 value: - author: login: octocat @@ -37110,9 +37130,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: &257 + default: &273 value: author: login: octocat @@ -37186,7 +37206,7 @@ paths: parameters: - *130 - *207 - - &258 + - &274 name: discussion_number description: The number that identifies the discussion. in: path @@ -37198,9 +37218,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: *257 + default: *273 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37224,7 +37244,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 requestBody: required: false content: @@ -37247,9 +37267,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: &557 + default: &558 value: author: login: octocat @@ -37321,7 +37341,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 responses: '204': description: Response @@ -37349,7 +37369,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 - *9 - *4 - *5 @@ -37360,7 +37380,7 @@ paths: application/json: schema: type: array - items: &259 + items: &275 title: Team Discussion Comment description: A reply to a discussion within a team. type: object @@ -37440,7 +37460,7 @@ paths: - updated_at - url examples: - default: &558 + default: &559 value: - author: login: octocat @@ -37510,7 +37530,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 requestBody: required: true content: @@ -37532,9 +37552,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: &260 + default: &276 value: author: login: octocat @@ -37602,8 +37622,8 @@ paths: parameters: - *130 - *207 - - *258 - - &261 + - *274 + - &277 name: comment_number description: The number that identifies the comment. in: path @@ -37615,9 +37635,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: *260 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37641,8 +37661,8 @@ paths: parameters: - *130 - *207 - - *258 - - *261 + - *274 + - *277 requestBody: required: true content: @@ -37664,9 +37684,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: &559 + default: &560 value: author: login: octocat @@ -37732,8 +37752,8 @@ paths: parameters: - *130 - *207 - - *258 - - *261 + - *274 + - *277 responses: '204': description: Response @@ -37761,8 +37781,8 @@ paths: parameters: - *130 - *207 - - *258 - - *261 + - *274 + - *277 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -37788,7 +37808,7 @@ paths: application/json: schema: type: array - items: &262 + items: &278 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -37832,7 +37852,7 @@ paths: - content - created_at examples: - default: &264 + default: &280 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -37884,8 +37904,8 @@ paths: parameters: - *130 - *207 - - *258 - - *261 + - *274 + - *277 requestBody: required: true content: @@ -37918,9 +37938,9 @@ paths: team discussion comment content: application/json: - schema: *262 + schema: *278 examples: - default: &263 + default: &279 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -37949,9 +37969,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -37976,9 +37996,9 @@ paths: parameters: - *130 - *207 - - *258 - - *261 - - &265 + - *274 + - *277 + - &281 name: reaction_id description: The unique identifier of the reaction. in: path @@ -38012,7 +38032,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -38038,9 +38058,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 x-github: @@ -38068,7 +38088,7 @@ paths: parameters: - *130 - *207 - - *258 + - *274 requestBody: required: true content: @@ -38100,16 +38120,16 @@ paths: description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -38134,8 +38154,8 @@ paths: parameters: - *130 - *207 - - *258 - - *265 + - *274 + - *281 responses: '204': description: Response @@ -38165,9 +38185,9 @@ paths: description: Response content: application/json: - schema: *266 + schema: *282 examples: - default: *267 + default: *283 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -38211,9 +38231,9 @@ paths: description: Response content: application/json: - schema: *268 + schema: *284 examples: - default: *269 + default: *285 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -38318,7 +38338,7 @@ paths: description: Response content: application/json: - schema: &270 + schema: &286 title: Team Membership description: Team Membership type: object @@ -38346,7 +38366,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &560 + response-if-user-is-a-team-maintainer: &561 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -38409,9 +38429,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *286 examples: - response-if-users-membership-with-team-is-now-pending: &561 + response-if-users-membership-with-team-is-now-pending: &562 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -38485,7 +38505,7 @@ paths: application/json: schema: type: array - items: &271 + items: &287 title: Team Project description: A team's access to a project. type: object @@ -38554,7 +38574,7 @@ paths: - updated_at - permissions examples: - default: &562 + default: &563 value: - owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38617,7 +38637,7 @@ paths: parameters: - *130 - *207 - - &272 + - &288 name: project_id description: The unique identifier of the project. in: path @@ -38629,9 +38649,9 @@ paths: description: Response content: application/json: - schema: *271 + schema: *287 examples: - default: &563 + default: &564 value: owner_url: https://api.github.com/orgs/octocat url: https://api.github.com/projects/1002605 @@ -38693,7 +38713,7 @@ paths: parameters: - *130 - *207 - - *272 + - *288 requestBody: required: false content: @@ -38760,7 +38780,7 @@ paths: parameters: - *130 - *207 - - *272 + - *288 responses: '204': description: Response @@ -38828,14 +38848,14 @@ paths: parameters: - *130 - *207 - - *273 - - *274 + - *289 + - *290 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &564 + schema: &565 title: Team Repository description: A team's access to a repository. type: object @@ -39478,8 +39498,8 @@ paths: parameters: - *130 - *207 - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -39526,8 +39546,8 @@ paths: parameters: - *130 - *207 - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -39562,9 +39582,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - response-if-child-teams-exist: &565 + response-if-child-teams-exist: &566 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -39688,7 +39708,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#get-a-project-card parameters: - - &276 + - &292 name: card_id description: The unique identifier of the card. in: path @@ -39700,7 +39720,7 @@ paths: description: Response content: application/json: - schema: &277 + schema: &293 title: Project Card description: Project cards represent a scope of work. type: object @@ -39775,7 +39795,7 @@ paths: - created_at - updated_at examples: - default: &278 + default: &294 value: url: https://api.github.com/projects/columns/cards/1478 id: 1478 @@ -39825,7 +39845,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#update-an-existing-project-card parameters: - - *276 + - *292 requestBody: required: false content: @@ -39855,9 +39875,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *293 examples: - default: *278 + default: *294 '304': *40 '403': *41 '401': *39 @@ -39878,7 +39898,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#delete-a-project-card parameters: - - *276 + - *292 responses: '204': description: Response @@ -39916,7 +39936,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#move-a-project-card parameters: - - *276 + - *292 requestBody: required: true content: @@ -40023,7 +40043,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#get-a-project-column parameters: - - &279 + - &295 name: column_id description: The unique identifier of the column. in: path @@ -40035,7 +40055,7 @@ paths: description: Response content: application/json: - schema: &280 + schema: &296 title: Project Column description: Project columns contain cards of work. type: object @@ -40089,7 +40109,7 @@ paths: - created_at - updated_at examples: - default: &281 + default: &297 value: url: https://api.github.com/projects/columns/367 project_url: https://api.github.com/projects/120 @@ -40118,7 +40138,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#update-an-existing-project-column parameters: - - *279 + - *295 requestBody: required: true content: @@ -40143,9 +40163,9 @@ paths: description: Response content: application/json: - schema: *280 + schema: *296 examples: - default: *281 + default: *297 '304': *40 '403': *41 '401': *39 @@ -40164,7 +40184,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#delete-a-project-column parameters: - - *279 + - *295 responses: '204': description: Response @@ -40187,7 +40207,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#list-project-cards parameters: - - *279 + - *295 - name: archived_state description: Filters the project cards that are returned by the card's state. in: query @@ -40208,7 +40228,7 @@ paths: application/json: schema: type: array - items: *277 + items: *293 examples: default: value: @@ -40261,7 +40281,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/cards#create-a-project-card parameters: - - *279 + - *295 requestBody: required: true content: @@ -40305,9 +40325,9 @@ paths: description: Response content: application/json: - schema: *277 + schema: *293 examples: - default: *278 + default: *294 '304': *40 '403': *41 '401': *39 @@ -40357,7 +40377,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#move-a-project-column parameters: - - *279 + - *295 requestBody: required: true content: @@ -40414,7 +40434,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/projects#get-a-project parameters: - - *272 + - *288 responses: '200': description: Response @@ -40422,7 +40442,7 @@ paths: application/json: schema: *228 examples: - default: &282 + default: &298 value: owner_url: https://api.github.com/repos/api-playground/projects-test url: https://api.github.com/projects/1002604 @@ -40475,7 +40495,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/projects#update-a-project parameters: - - *272 + - *288 requestBody: required: false content: @@ -40526,7 +40546,7 @@ paths: application/json: schema: *228 examples: - default: *282 + default: *298 '404': description: Not Found if the authenticated user does not have access to the project @@ -40565,7 +40585,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/projects#delete-a-project parameters: - - *272 + - *288 responses: '204': description: Delete Success @@ -40609,7 +40629,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/collaborators#list-project-collaborators parameters: - - *272 + - *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 @@ -40661,7 +40681,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/collaborators#add-project-collaborator parameters: - - *272 + - *288 - *8 requestBody: required: false @@ -40711,7 +40731,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/collaborators#remove-user-as-a-collaborator parameters: - - *272 + - *288 - *8 responses: '204': @@ -40740,7 +40760,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/collaborators#get-project-permission-for-a-user parameters: - - *272 + - *288 - *8 responses: '200': @@ -40805,7 +40825,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#list-project-columns parameters: - - *272 + - *288 - *4 - *5 responses: @@ -40815,7 +40835,7 @@ paths: application/json: schema: type: array - items: *280 + items: *296 examples: default: value: @@ -40847,7 +40867,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/columns#create-a-project-column parameters: - - *272 + - *288 requestBody: required: true content: @@ -40871,7 +40891,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *296 examples: default: value: @@ -40933,7 +40953,7 @@ paths: resources: type: object properties: - core: &283 + core: &299 title: Rate Limit type: object properties: @@ -40950,20 +40970,20 @@ paths: - remaining - reset - used - graphql: *283 - search: *283 - code_search: *283 - source_import: *283 - integration_manifest: *283 - code_scanning_upload: *283 - actions_runner_registration: *283 - scim: *283 - dependency_sbom: *283 - code_scanning_autofix: *283 + graphql: *299 + search: *299 + code_search: *299 + source_import: *299 + integration_manifest: *299 + code_scanning_upload: *299 + actions_runner_registration: *299 + scim: *299 + dependency_sbom: *299 + code_scanning_autofix: *299 required: - core - search - rate: *283 + rate: *299 required: - rate - resources @@ -41067,14 +41087,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *284 + schema: *300 examples: default-response: summary: Default response @@ -41573,7 +41593,7 @@ paths: status: disabled '403': *41 '404': *24 - '301': *285 + '301': *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -41591,8 +41611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#update-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -41809,10 +41829,10 @@ paths: description: Response content: application/json: - schema: *284 + schema: *300 examples: - default: *286 - '307': &287 + default: *302 + '307': &303 description: Temporary Redirect content: application/json: @@ -41857,8 +41877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#delete-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -41880,7 +41900,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#delete-a-repository - '307': *287 + '307': *303 '404': *24 '409': *135 x-github: @@ -41904,11 +41924,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 - - &304 + - &320 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -41931,7 +41951,7 @@ paths: type: integer artifacts: type: array - items: &288 + items: &304 title: Artifact description: An artifact type: object @@ -42017,7 +42037,7 @@ paths: - expires_at - updated_at examples: - default: &305 + default: &321 value: total_count: 2 artifacts: @@ -42076,9 +42096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#get-an-artifact parameters: - - *273 - - *274 - - &289 + - *289 + - *290 + - &305 name: artifact_id description: The unique identifier of the artifact. in: path @@ -42090,7 +42110,7 @@ paths: description: Response content: application/json: - schema: *288 + schema: *304 examples: default: value: @@ -42127,9 +42147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#delete-an-artifact parameters: - - *273 - - *274 - *289 + - *290 + - *305 responses: '204': description: Response @@ -42153,9 +42173,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#download-an-artifact parameters: - - *273 - - *274 - *289 + - *290 + - *305 - name: archive_format in: path required: true @@ -42192,14 +42212,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *290 + schema: *306 examples: default: value: @@ -42225,14 +42245,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#get-github-actions-cache-usage-policy-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: &291 + schema: &307 title: Actions cache usage policy for repository description: GitHub Actions cache usage policy for repository. type: object @@ -42245,7 +42265,7 @@ paths: required: - repo_cache_size_limit_in_gb examples: - default: &292 + default: &308 value: repo_cache_size_limit_in_gb: 14 x-github: @@ -42266,8 +42286,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#set-github-actions-cache-usage-policy-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -42275,9 +42295,9 @@ paths: required: true content: application/json: - schema: *291 + schema: *307 examples: - selected_actions: *292 + selected_actions: *308 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42297,11 +42317,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 - - &293 + - &309 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 @@ -42335,7 +42355,7 @@ paths: description: Response content: application/json: - schema: &294 + schema: &310 title: Repository actions caches description: Repository actions caches type: object @@ -42385,7 +42405,7 @@ paths: - total_count - actions_caches examples: - default: &295 + default: &311 value: total_count: 1 actions_caches: @@ -42417,23 +42437,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *273 - - *274 + - *289 + - *290 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *293 + - *309 responses: '200': description: Response content: application/json: - schema: *294 + schema: *310 examples: - default: *295 + default: *311 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42453,8 +42473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *273 - - *274 + - *289 + - *290 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -42485,9 +42505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *273 - - *274 - - &296 + - *289 + - *290 + - &312 name: job_id description: The unique identifier of the job. in: path @@ -42499,7 +42519,7 @@ paths: description: Response content: application/json: - schema: &308 + schema: &324 title: Job description: Information of a job execution in a workflow run type: object @@ -42846,9 +42866,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *273 - - *274 - - *296 + - *289 + - *290 + - *312 responses: '302': description: Response @@ -42876,9 +42896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *273 - - *274 - - *296 + - *289 + - *290 + - *312 requestBody: required: false content: @@ -42924,8 +42944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Status response @@ -42975,8 +42995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -43039,8 +43059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-organization-secrets parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -43058,7 +43078,7 @@ paths: type: integer secrets: type: array - items: &310 + items: &326 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -43079,7 +43099,7 @@ paths: - created_at - updated_at examples: - default: &311 + default: &327 value: total_count: 2 secrets: @@ -43112,9 +43132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-organization-variables parameters: - - *273 - - *274 - - *297 + - *289 + - *290 + - *313 - *5 responses: '200': @@ -43131,7 +43151,7 @@ paths: type: integer variables: type: array - items: &314 + items: &330 title: Actions Variable type: object properties: @@ -43165,7 +43185,7 @@ paths: - created_at - updated_at examples: - default: &315 + default: &331 value: total_count: 2 variables: @@ -43198,8 +43218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -43208,7 +43228,7 @@ paths: schema: type: object properties: - enabled: &298 + enabled: &314 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *67 @@ -43241,8 +43261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -43253,7 +43273,7 @@ paths: schema: type: object properties: - enabled: *298 + enabled: *314 allowed_actions: *67 required: - enabled @@ -43284,14 +43304,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: &299 + schema: &315 type: object properties: access_level: @@ -43309,7 +43329,7 @@ paths: required: - access_level examples: - default: &300 + default: &316 value: access_level: organization x-github: @@ -43334,15 +43354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: application/json: - schema: *299 + schema: *315 examples: - default: *300 + default: *316 responses: '204': description: Response @@ -43366,8 +43386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -43398,8 +43418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -43431,8 +43451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -43461,8 +43481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Success response @@ -43502,8 +43522,8 @@ paths: in: query schema: type: string - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -43547,8 +43567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -43580,8 +43600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -43655,8 +43675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '201': description: Response @@ -43692,8 +43712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '201': description: Response @@ -43723,8 +43743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 responses: '200': @@ -43754,8 +43774,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 responses: '204': @@ -43782,8 +43802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 responses: '200': *85 @@ -43808,8 +43828,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 requestBody: required: true @@ -43858,8 +43878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 requestBody: required: true @@ -43909,8 +43929,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 responses: '200': *155 @@ -43940,8 +43960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *79 - *156 responses: @@ -43971,9 +43991,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *273 - - *274 - - &318 + - *289 + - *290 + - &334 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. @@ -43981,7 +44001,7 @@ paths: required: false schema: type: string - - &319 + - &335 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -43989,7 +44009,7 @@ paths: required: false schema: type: string - - &320 + - &336 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -43998,7 +44018,7 @@ paths: required: false schema: type: string - - &321 + - &337 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 @@ -44025,7 +44045,7 @@ paths: - pending - *4 - *5 - - &322 + - &338 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-server@3.14/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -44034,7 +44054,7 @@ paths: schema: type: string format: date-time - - &301 + - &317 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -44043,13 +44063,13 @@ paths: schema: type: boolean default: false - - &323 + - &339 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &324 + - &340 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -44072,7 +44092,7 @@ paths: type: integer workflow_runs: type: array - items: &302 + items: &318 title: Workflow Run description: An invocation of a workflow type: object @@ -44189,7 +44209,7 @@ paths: type: - array - 'null' - items: &342 + items: &358 title: Pull Request Minimal type: object properties: @@ -44316,7 +44336,7 @@ paths: head_commit: anyOf: - type: 'null' - - &346 + - &362 title: Simple Commit description: A commit. type: object @@ -44431,7 +44451,7 @@ paths: - workflow_url - pull_requests examples: - default: &325 + default: &341 value: total_count: 1 workflow_runs: @@ -44667,24 +44687,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *273 - - *274 - - &303 + - *289 + - *290 + - &319 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *301 + - *317 responses: '200': description: Response content: application/json: - schema: *302 + schema: *318 examples: - default: &306 + default: &322 value: id: 30433642 name: Build @@ -44925,9 +44945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '204': description: Response @@ -44950,9 +44970,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '200': description: Response @@ -45082,12 +45102,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 - *4 - *5 - - *304 + - *320 responses: '200': description: Response @@ -45103,9 +45123,9 @@ paths: type: integer artifacts: type: array - items: *288 + items: *304 examples: - default: *305 + default: *321 headers: Link: *6 x-github: @@ -45129,25 +45149,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *273 - - *274 - - *303 - - &307 + - *289 + - *290 + - *319 + - &323 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *301 + - *317 responses: '200': description: Response content: application/json: - schema: *302 + schema: *318 examples: - default: *306 + default: *322 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45170,10 +45190,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *273 - - *274 - - *303 - - *307 + - *289 + - *290 + - *319 + - *323 - *4 - *5 responses: @@ -45191,9 +45211,9 @@ paths: type: integer jobs: type: array - items: *308 + items: *324 examples: - default: &309 + default: &325 value: total_count: 1 jobs: @@ -45306,10 +45326,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *273 - - *274 - - *303 - - *307 + - *289 + - *290 + - *319 + - *323 responses: '302': description: Response @@ -45337,9 +45357,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '202': description: Response @@ -45372,9 +45392,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 requestBody: required: true content: @@ -45441,9 +45461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '202': description: Response @@ -45476,9 +45496,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 - 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 @@ -45508,9 +45528,9 @@ paths: type: integer jobs: type: array - items: *308 + items: *324 examples: - default: *309 + default: *325 headers: Link: *6 x-github: @@ -45535,9 +45555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '302': description: Response @@ -45564,9 +45584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '204': description: Response @@ -45593,9 +45613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 responses: '200': description: Response @@ -45664,7 +45684,7 @@ paths: items: type: object properties: - type: &396 + type: &412 type: string description: The type of reviewer. enum: @@ -45675,7 +45695,7 @@ paths: reviewer: anyOf: - *17 - - *275 + - *291 required: - environment - wait_timer @@ -45750,9 +45770,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 requestBody: required: true content: @@ -45802,7 +45822,7 @@ paths: application/json: schema: type: array - items: &391 + items: &407 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -45914,7 +45934,7 @@ paths: - created_at - updated_at examples: - default: &392 + default: &408 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -45970,9 +45990,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 requestBody: required: false content: @@ -46017,9 +46037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *273 - - *274 - - *303 + - *289 + - *290 + - *319 requestBody: required: false content: @@ -46067,8 +46087,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-repository-secrets parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -46086,9 +46106,9 @@ paths: type: integer secrets: type: array - items: *310 + items: *326 examples: - default: *311 + default: *327 headers: Link: *6 x-github: @@ -46113,16 +46133,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-public-key parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *312 + schema: *328 examples: - default: *313 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46144,17 +46164,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 responses: '200': description: Response content: application/json: - schema: *310 + schema: *326 examples: - default: &409 + default: &425 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -46180,8 +46200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 requestBody: required: true @@ -46239,8 +46259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 responses: '204': @@ -46266,9 +46286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-repository-variables parameters: - - *273 - - *274 - - *297 + - *289 + - *290 + - *313 - *5 responses: '200': @@ -46285,9 +46305,9 @@ paths: type: integer variables: type: array - items: *314 + items: *330 examples: - default: *315 + default: *331 headers: Link: *6 x-github: @@ -46310,8 +46330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-a-repository-variable parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -46363,17 +46383,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-a-repository-variable parameters: - - *273 - - *274 + - *289 + - *290 - *161 responses: '200': description: Response content: application/json: - schema: *314 + schema: *330 examples: - default: &410 + default: &426 value: name: USERNAME value: octocat @@ -46399,8 +46419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-a-repository-variable parameters: - - *273 - - *274 + - *289 + - *290 - *161 requestBody: required: true @@ -46443,8 +46463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-a-repository-variable parameters: - - *273 - - *274 + - *289 + - *290 - *161 responses: '204': @@ -46470,8 +46490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#list-repository-workflows parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -46489,7 +46509,7 @@ paths: type: integer workflows: type: array - items: &316 + items: &332 title: Workflow description: A GitHub Actions workflow type: object @@ -46607,9 +46627,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#get-a-workflow parameters: - - *273 - - *274 - - &317 + - *289 + - *290 + - &333 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -46624,7 +46644,7 @@ paths: description: Response content: application/json: - schema: *316 + schema: *332 examples: default: value: @@ -46657,9 +46677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#disable-a-workflow parameters: - - *273 - - *274 - - *317 + - *289 + - *290 + - *333 responses: '204': description: Response @@ -46684,9 +46704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *273 - - *274 - - *317 + - *289 + - *290 + - *333 responses: '204': description: Response @@ -46737,9 +46757,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflows#enable-a-workflow parameters: - - *273 - - *274 - - *317 + - *289 + - *290 + - *333 responses: '204': description: Response @@ -46766,19 +46786,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *273 - - *274 - - *317 - - *318 - - *319 - - *320 - - *321 + - *289 + - *290 + - *333 + - *334 + - *335 + - *336 + - *337 - *4 - *5 - - *322 - - *301 - - *323 - - *324 + - *338 + - *317 + - *339 + - *340 responses: '200': description: Response @@ -46794,9 +46814,9 @@ paths: type: integer workflow_runs: type: array - items: *302 + items: *318 examples: - default: *325 + default: *341 headers: Link: *6 x-github: @@ -46819,8 +46839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-activities parameters: - - *273 - - *274 + - *289 + - *290 - *9 - *4 - *86 @@ -46988,8 +47008,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#list-assignees parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -47026,8 +47046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *273 - - *274 + - *289 + - *290 - name: assignee in: path required: true @@ -47061,8 +47081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -47070,7 +47090,7 @@ paths: application/json: schema: type: array - items: &326 + items: &342 title: Autolink reference description: An autolink reference. type: object @@ -47124,8 +47144,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -47164,9 +47184,9 @@ paths: description: response content: application/json: - schema: *326 + schema: *342 examples: - default: &327 + default: &343 value: id: 1 key_prefix: TICKET- @@ -47197,9 +47217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *273 - - *274 - - &328 + - *289 + - *290 + - &344 name: autolink_id description: The unique identifier of the autolink. in: path @@ -47211,9 +47231,9 @@ paths: description: Response content: application/json: - schema: *326 + schema: *342 examples: - default: *327 + default: *343 '404': *24 x-github: githubCloudOnly: false @@ -47233,9 +47253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *273 - - *274 - - *328 + - *289 + - *290 + - *344 responses: '204': description: Response @@ -47259,8 +47279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response if Dependabot is enabled @@ -47309,8 +47329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#list-branches parameters: - - *273 - - *274 + - *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. @@ -47348,7 +47368,7 @@ paths: - url protected: type: boolean - protection: &330 + protection: &346 title: Branch Protection description: Branch Protection type: object @@ -47391,7 +47411,7 @@ paths: required: - contexts - checks - enforce_admins: &333 + enforce_admins: &349 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -47408,7 +47428,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &335 + required_pull_request_reviews: &351 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -47430,7 +47450,7 @@ paths: description: The list of teams with review dismissal access. type: array - items: *275 + items: *291 apps: description: The list of apps with review dismissal access. @@ -47462,7 +47482,7 @@ paths: description: The list of teams allowed to bypass pull request requirements. type: array - items: *275 + items: *291 apps: description: The list of apps allowed to bypass pull request requirements. @@ -47492,7 +47512,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &332 + restrictions: &348 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -47817,9 +47837,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#get-a-branch parameters: - - *273 - - *274 - - &331 + - *289 + - *290 + - &347 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-server@3.14/graphql). @@ -47833,14 +47853,14 @@ paths: description: Response content: application/json: - schema: &341 + schema: &357 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &370 + commit: &386 title: Commit description: Commit type: object @@ -47879,7 +47899,7 @@ paths: author: anyOf: - type: 'null' - - &329 + - &345 title: Git User description: Metaproperties for Git author/committer information. @@ -47900,7 +47920,7 @@ paths: committer: anyOf: - type: 'null' - - *329 + - *345 message: type: string examples: @@ -47924,7 +47944,7 @@ paths: required: - sha - url - verification: &416 + verification: &432 title: Verification type: object properties: @@ -47999,7 +48019,7 @@ paths: type: integer files: type: array - items: &380 + items: &396 title: Diff Entry description: Diff Entry type: object @@ -48093,7 +48113,7 @@ paths: - self protected: type: boolean - protection: *330 + protection: *346 protection_url: type: string format: uri @@ -48199,7 +48219,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *285 + '301': *301 '404': *24 x-github: githubCloudOnly: false @@ -48221,15 +48241,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *330 + schema: *346 examples: default: value: @@ -48423,9 +48443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -48685,7 +48705,7 @@ paths: url: type: string format: uri - required_status_checks: &338 + required_status_checks: &354 title: Status Check Policy description: Status Check Policy type: object @@ -48766,7 +48786,7 @@ paths: items: *17 teams: type: array - items: *275 + items: *291 apps: type: array items: *23 @@ -48784,7 +48804,7 @@ paths: items: *17 teams: type: array - items: *275 + items: *291 apps: type: array items: *23 @@ -48844,7 +48864,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *332 + restrictions: *348 required_conversation_resolution: type: object properties: @@ -48956,9 +48976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -48983,17 +49003,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *333 + schema: *349 examples: - default: &334 + default: &350 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -49015,17 +49035,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *333 + schema: *349 examples: - default: *334 + default: *350 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -49044,9 +49064,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -49071,17 +49091,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *335 + schema: *351 examples: - default: &336 + default: &352 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -49177,9 +49197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -49277,9 +49297,9 @@ paths: description: Response content: application/json: - schema: *335 + schema: *351 examples: - default: *336 + default: *352 '422': *33 x-github: githubCloudOnly: false @@ -49300,9 +49320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -49329,17 +49349,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *333 + schema: *349 examples: - default: &337 + default: &353 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -49362,17 +49382,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *333 + schema: *349 examples: - default: *337 + default: *353 '404': *24 x-github: githubCloudOnly: false @@ -49392,9 +49412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -49419,17 +49439,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-status-checks-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *338 + schema: *354 examples: - default: &339 + default: &355 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -49455,9 +49475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#update-status-check-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -49509,9 +49529,9 @@ paths: description: Response content: application/json: - schema: *338 + schema: *354 examples: - default: *339 + default: *355 '404': *24 '422': *33 x-github: @@ -49533,9 +49553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-protection parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -49559,9 +49579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response @@ -49595,9 +49615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-status-check-contexts parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -49664,9 +49684,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-status-check-contexts parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -49730,9 +49750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: content: application/json: @@ -49798,15 +49818,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response content: application/json: - schema: *332 + schema: *348 examples: default: value: @@ -49897,9 +49917,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#delete-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '204': description: Response @@ -49922,9 +49942,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response @@ -49934,7 +49954,7 @@ paths: type: array items: *23 examples: - default: &340 + default: &356 value: - id: 1 slug: octoapp @@ -49991,9 +50011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50027,7 +50047,7 @@ paths: type: array items: *23 examples: - default: *340 + default: *356 '422': *33 x-github: githubCloudOnly: false @@ -50048,9 +50068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50084,7 +50104,7 @@ paths: type: array items: *23 examples: - default: *340 + default: *356 '422': *33 x-github: githubCloudOnly: false @@ -50105,9 +50125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50141,7 +50161,7 @@ paths: type: array items: *23 examples: - default: *340 + default: *356 '422': *33 x-github: githubCloudOnly: false @@ -50163,9 +50183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response @@ -50173,9 +50193,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - default: *251 + default: *267 '404': *24 x-github: githubCloudOnly: false @@ -50195,9 +50215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -50233,9 +50253,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - default: *251 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -50256,9 +50276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: false content: @@ -50294,9 +50314,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - default: *251 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -50317,9 +50337,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: content: application/json: @@ -50354,9 +50374,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - default: *251 + default: *267 '422': *33 x-github: githubCloudOnly: false @@ -50378,9 +50398,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 responses: '200': description: Response @@ -50414,9 +50434,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50474,9 +50494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50534,9 +50554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50596,9 +50616,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#rename-a-branch parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 requestBody: required: true content: @@ -50620,7 +50640,7 @@ paths: description: Response content: application/json: - schema: *341 + schema: *357 examples: default: value: @@ -50733,8 +50753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#create-a-check-run parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -51013,7 +51033,7 @@ paths: description: Response content: application/json: - schema: &343 + schema: &359 title: CheckRun description: A check performed on the code of a given code change type: object @@ -51148,8 +51168,8 @@ paths: do not necessarily indicate pull requests that triggered the check. type: array - items: *342 - deployment: &601 + items: *358 + deployment: &602 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -51436,9 +51456,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#get-a-check-run parameters: - - *273 - - *274 - - &344 + - *289 + - *290 + - &360 name: check_run_id description: The unique identifier of the check run. in: path @@ -51450,9 +51470,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *359 examples: - default: &345 + default: &361 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -51552,9 +51572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#update-a-check-run parameters: - - *273 - - *274 - - *344 + - *289 + - *290 + - *360 requestBody: required: true content: @@ -51794,9 +51814,9 @@ paths: description: Response content: application/json: - schema: *343 + schema: *359 examples: - default: *345 + default: *361 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -51816,9 +51836,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-run-annotations parameters: - - *273 - - *274 - - *344 + - *289 + - *290 + - *360 - *4 - *5 responses: @@ -51928,9 +51948,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#rerequest-a-check-run parameters: - - *273 - - *274 - - *344 + - *289 + - *290 + - *360 responses: '201': description: Response @@ -51974,8 +51994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#create-a-check-suite parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -51997,7 +52017,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &347 + schema: &363 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -52079,7 +52099,7 @@ paths: type: - array - 'null' - items: *342 + items: *358 app: anyOf: - type: 'null' @@ -52095,7 +52115,7 @@ paths: - string - 'null' format: date-time - head_commit: *346 + head_commit: *362 latest_check_runs_count: type: integer check_runs_url: @@ -52123,7 +52143,7 @@ paths: - check_runs_url - pull_requests examples: - default: &348 + default: &364 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -52414,9 +52434,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *347 + schema: *363 examples: - default: *348 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52435,8 +52455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -52745,9 +52765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#get-a-check-suite parameters: - - *273 - - *274 - - &349 + - *289 + - *290 + - &365 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -52759,9 +52779,9 @@ paths: description: Response content: application/json: - schema: *347 + schema: *363 examples: - default: *348 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -52784,17 +52804,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *273 - - *274 - - *349 - - &377 + - *289 + - *290 + - *365 + - &393 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &378 + - &394 name: status description: Returns check runs with the specified `status`. in: query @@ -52833,9 +52853,9 @@ paths: type: integer check_runs: type: array - items: *343 + items: *359 examples: - default: &379 + default: &395 value: total_count: 1 check_runs: @@ -52937,9 +52957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#rerequest-a-check-suite parameters: - - *273 - - *274 - - *349 + - *289 + - *290 + - *365 responses: '201': description: Response @@ -52972,20 +52992,20 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *173 - *174 - *5 - *4 - - &361 + - &377 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: *350 + schema: *366 - *9 - name: sort description: The property by which to sort the results. @@ -53008,7 +53028,7 @@ paths: be returned. in: query required: false - schema: *351 + schema: *367 responses: '200': description: Response @@ -53024,7 +53044,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *352 + instances_url: *368 state: *90 fixed_at: *100 dismissed_by: @@ -53032,11 +53052,11 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *353 - dismissed_comment: *354 - rule: *355 - tool: *356 - most_recent_instance: *357 + dismissed_reason: *369 + dismissed_comment: *370 + rule: *371 + tool: *372 + most_recent_instance: *373 dismissal_approved_by: anyOf: - type: 'null' @@ -53156,7 +53176,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *40 - '403': &358 + '403': &374 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -53183,9 +53203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *273 - - *274 - - &359 + - *289 + - *290 + - &375 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -53199,7 +53219,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &376 type: object properties: number: *91 @@ -53207,7 +53227,7 @@ paths: updated_at: *98 url: *95 html_url: *96 - instances_url: *352 + instances_url: *368 state: *90 fixed_at: *100 dismissed_by: @@ -53215,8 +53235,8 @@ paths: - type: 'null' - *17 dismissed_at: *99 - dismissed_reason: *353 - dismissed_comment: *354 + dismissed_reason: *369 + dismissed_comment: *370 rule: type: object properties: @@ -53278,8 +53298,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *356 - most_recent_instance: *357 + tool: *372 + most_recent_instance: *373 dismissal_approved_by: anyOf: - type: 'null' @@ -53372,7 +53392,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *40 - '403': *358 + '403': *374 '404': *24 '503': *102 x-github: @@ -53392,9 +53412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *273 - - *274 - - *359 + - *289 + - *290 + - *375 requestBody: required: true content: @@ -53409,8 +53429,8 @@ paths: enum: - open - dismissed - dismissed_reason: *353 - dismissed_comment: *354 + dismissed_reason: *369 + dismissed_comment: *370 required: - state examples: @@ -53425,7 +53445,7 @@ paths: description: Response content: application/json: - schema: *360 + schema: *376 examples: default: value: @@ -53501,7 +53521,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *32 - '403': &366 + '403': &382 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -53528,12 +53548,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *273 - - *274 - - *359 + - *289 + - *290 + - *375 - *5 - *4 - - *361 + - *377 responses: '200': description: Response @@ -53541,7 +53561,7 @@ paths: application/json: schema: type: array - items: *357 + items: *373 examples: default: value: @@ -53580,7 +53600,7 @@ paths: end_column: 50 classifications: - source - '403': *358 + '403': *374 '404': *24 '503': *102 x-github: @@ -53614,8 +53634,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *173 - *174 - *5 @@ -53626,12 +53646,12 @@ paths: for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *350 + schema: *366 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &364 + schema: &380 type: string description: An identifier for the upload. examples: @@ -53653,23 +53673,23 @@ paths: application/json: schema: type: array - items: &365 + items: &381 type: object properties: - ref: *350 - commit_sha: &367 + ref: *366 + commit_sha: &383 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: *362 + analysis_key: *378 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *363 + category: *379 error: type: string examples: @@ -53694,8 +53714,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *364 - tool: *356 + sarif_id: *380 + tool: *372 deletable: type: boolean warning: @@ -53757,7 +53777,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *358 + '403': *374 '404': *24 '503': *102 x-github: @@ -53793,8 +53813,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -53807,7 +53827,7 @@ paths: description: Response content: application/json: - schema: *365 + schema: *381 examples: response: summary: application/json response @@ -53861,7 +53881,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *358 + '403': *374 '404': *24 '503': *102 x-github: @@ -53943,8 +53963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -54000,7 +54020,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': *32 - '403': *366 + '403': *382 '404': *24 '503': *102 x-github: @@ -54022,8 +54042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -54089,7 +54109,7 @@ paths: query_suite: default updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *358 + '403': *374 '404': *24 '503': *102 x-github: @@ -54110,8 +54130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -54182,7 +54202,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *366 + '403': *382 '404': *24 '409': description: Response if there is already a validation run in progress with @@ -54253,8 +54273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -54262,7 +54282,7 @@ paths: schema: type: object properties: - commit_sha: *367 + commit_sha: *383 ref: type: string description: |- @@ -54317,7 +54337,7 @@ paths: schema: type: object properties: - id: *364 + id: *380 url: type: string description: The REST API URL for checking the status of the upload. @@ -54331,7 +54351,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': *366 + '403': *382 '404': *24 '413': description: Payload Too Large if the sarif field is too large @@ -54354,8 +54374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *273 - - *274 + - *289 + - *290 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -54403,7 +54423,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': *358 + '403': *374 '404': description: Not Found if the sarif id does not match any upload '503': *102 @@ -54428,8 +54448,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-codeowners-errors parameters: - - *273 - - *274 + - *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 @@ -54560,8 +54580,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *273 - - *274 + - *289 + - *290 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -54599,7 +54619,7 @@ paths: application/json: schema: type: array - items: &368 + items: &384 title: Collaborator description: Collaborator type: object @@ -54791,8 +54811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *273 - - *274 + - *289 + - *290 - *8 responses: '204': @@ -54829,8 +54849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *273 - - *274 + - *289 + - *290 - *8 requestBody: required: false @@ -54900,8 +54920,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *273 - - *274 + - *289 + - *290 - *8 responses: '204': @@ -54933,8 +54953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *273 - - *274 + - *289 + - *290 - *8 responses: '200': @@ -54955,7 +54975,7 @@ paths: user: anyOf: - type: 'null' - - *368 + - *384 required: - permission - role_name @@ -55009,8 +55029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -55020,7 +55040,7 @@ paths: application/json: schema: type: array - items: &369 + items: &385 title: Commit Comment description: Commit Comment type: object @@ -55078,7 +55098,7 @@ paths: - created_at - updated_at examples: - default: &372 + default: &388 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55137,17 +55157,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#get-a-commit-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '200': description: Response content: application/json: - schema: *369 + schema: *385 examples: - default: &373 + default: &389 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55204,8 +55224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#update-a-commit-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -55228,7 +55248,7 @@ paths: description: Response content: application/json: - schema: *369 + schema: *385 examples: default: value: @@ -55279,8 +55299,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#delete-a-commit-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '204': @@ -55302,8 +55322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -55330,9 +55350,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 '404': *24 @@ -55353,8 +55373,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -55387,16 +55407,16 @@ paths: description: Reaction exists content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Reaction created content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '422': *33 x-github: githubCloudOnly: false @@ -55418,10 +55438,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *273 - - *274 + - *289 + - *290 - *116 - - *265 + - *281 responses: '204': description: Response @@ -55470,8 +55490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-commits parameters: - - *273 - - *274 + - *289 + - *290 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -55527,9 +55547,9 @@ paths: application/json: schema: type: array - items: *370 + items: *386 examples: - default: &474 + default: &490 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -55622,9 +55642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-branches-for-head-commit parameters: - - *273 - - *274 - - &371 + - *289 + - *290 + - &387 name: commit_sha description: The SHA of the commit. in: path @@ -55696,9 +55716,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#list-commit-comments parameters: - - *273 - - *274 - - *371 + - *289 + - *290 + - *387 - *4 - *5 responses: @@ -55708,9 +55728,9 @@ paths: application/json: schema: type: array - items: *369 + items: *385 examples: - default: *372 + default: *388 headers: Link: *6 x-github: @@ -55738,9 +55758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/comments#create-a-commit-comment parameters: - - *273 - - *274 - - *371 + - *289 + - *290 + - *387 requestBody: required: true content: @@ -55775,9 +55795,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *385 examples: - default: *373 + default: *389 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -55805,9 +55825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *273 - - *274 - - *371 + - *289 + - *290 + - *387 - *4 - *5 responses: @@ -55817,7 +55837,7 @@ paths: application/json: schema: type: array - items: &464 + items: &480 title: Pull Request Simple description: Pull Request Simple type: object @@ -55937,7 +55957,7 @@ paths: milestone: anyOf: - type: 'null' - - *374 + - *390 active_lock_reason: type: - string @@ -55992,7 +56012,7 @@ paths: type: - array - 'null' - items: *275 + items: *291 head: type: object properties: @@ -56036,7 +56056,7 @@ paths: _links: type: object properties: - comments: &375 + comments: &391 title: Link description: Hypermedia Link type: object @@ -56045,13 +56065,13 @@ paths: type: string required: - href - commits: *375 - statuses: *375 - html: *375 - issue: *375 - review_comments: *375 - review_comment: *375 - self: *375 + commits: *391 + statuses: *391 + html: *391 + issue: *391 + review_comments: *391 + review_comment: *391 + self: *391 required: - comments - commits @@ -56062,7 +56082,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: &466 + auto_merge: &482 title: Auto merge description: The status of auto merging a pull request. type: @@ -56127,7 +56147,7 @@ paths: - author_association - auto_merge examples: - default: &465 + default: &481 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -56664,11 +56684,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#get-a-commit parameters: - - *273 - - *274 + - *289 + - *290 - *5 - *4 - - &376 + - &392 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)" @@ -56683,9 +56703,9 @@ paths: description: Response content: application/json: - schema: *370 + schema: *386 examples: - default: &450 + default: &466 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -56795,11 +56815,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *273 - - *274 - - *376 - - *377 - - *378 + - *289 + - *290 + - *392 + - *393 + - *394 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -56833,9 +56853,9 @@ paths: type: integer check_runs: type: array - items: *343 + items: *359 examples: - default: *379 + default: *395 headers: Link: *6 x-github: @@ -56860,9 +56880,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *273 - - *274 - - *376 + - *289 + - *290 + - *392 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -56870,7 +56890,7 @@ paths: schema: type: integer example: 1 - - *377 + - *393 - *4 - *5 responses: @@ -56888,7 +56908,7 @@ paths: type: integer check_suites: type: array - items: *347 + items: *363 examples: default: value: @@ -57088,9 +57108,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *273 - - *274 - - *376 + - *289 + - *290 + - *392 - *4 - *5 responses: @@ -57292,9 +57312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *273 - - *274 - - *376 + - *289 + - *290 + - *392 - *4 - *5 responses: @@ -57304,7 +57324,7 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Status description: The status of a commit. type: object @@ -57385,7 +57405,7 @@ paths: site_admin: false headers: Link: *6 - '301': *285 + '301': *301 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57453,8 +57473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/commits#compare-two-commits parameters: - - *273 - - *274 + - *289 + - *290 - *5 - *4 - name: basehead @@ -57502,8 +57522,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *370 - merge_base_commit: *370 + base_commit: *386 + merge_base_commit: *386 status: type: string enum: @@ -57527,10 +57547,10 @@ paths: - 6 commits: type: array - items: *370 + items: *386 files: type: array - items: *380 + items: *396 required: - url - html_url @@ -57809,8 +57829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-repository-content parameters: - - *273 - - *274 + - *289 + - *290 - name: path description: path parameter in: path @@ -57963,7 +57983,7 @@ paths: - type - url examples: - response-if-content-is-a-file: &381 + response-if-content-is-a-file: &397 summary: Response if content is a file value: type: file @@ -58100,7 +58120,7 @@ paths: - size - type - url - - &479 + - &495 title: Content File description: Content File type: object @@ -58318,7 +58338,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *381 + response-if-content-is-a-file: *397 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -58387,7 +58407,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *24 '403': *41 - '302': &483 + '302': &499 description: Found '304': *40 x-github: @@ -58411,8 +58431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#create-or-update-file-contents parameters: - - *273 - - *274 + - *289 + - *290 - name: path description: path parameter in: path @@ -58507,7 +58527,7 @@ paths: description: Response content: application/json: - schema: &382 + schema: &398 title: File Commit description: File Commit type: object @@ -58656,7 +58676,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *398 examples: example-for-creating-a-file: value: @@ -58707,7 +58727,7 @@ paths: schema: oneOf: - *22 - - &411 + - &427 description: Repository rule violation was detected type: object properties: @@ -58760,8 +58780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#delete-a-file parameters: - - *273 - - *274 + - *289 + - *290 - name: path description: path parameter in: path @@ -58822,7 +58842,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *398 examples: default: value: @@ -58873,8 +58893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-contributors parameters: - - *273 - - *274 + - *289 + - *290 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -58998,8 +59018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *181 - *182 - *183 @@ -59021,7 +59041,7 @@ paths: application/json: schema: type: array - items: &385 + items: &401 type: object description: A Dependabot alert. properties: @@ -59056,7 +59076,7 @@ paths: - development - runtime - - security_advisory: *383 + security_advisory: *399 security_vulnerability: *94 url: *95 html_url: *96 @@ -59087,7 +59107,7 @@ paths: dismissal. maxLength: 280 fixed_at: *100 - auto_dismissed_at: *384 + auto_dismissed_at: *400 required: - number - state @@ -59314,9 +59334,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *273 - - *274 - - &386 + - *289 + - *290 + - &402 name: alert_number in: path description: |- @@ -59331,7 +59351,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *401 examples: default: value: @@ -59435,9 +59455,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *273 - - *274 - - *386 + - *289 + - *290 + - *402 requestBody: required: true content: @@ -59482,7 +59502,7 @@ paths: description: Response content: application/json: - schema: *385 + schema: *401 examples: default: value: @@ -59611,8 +59631,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#list-repository-secrets parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -59630,7 +59650,7 @@ paths: type: integer secrets: type: array - items: &389 + items: &405 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -59684,16 +59704,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *387 + schema: *403 examples: - default: *388 + default: *404 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59713,15 +59733,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#get-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 responses: '200': description: Response content: application/json: - schema: *389 + schema: *405 examples: default: value: @@ -59747,8 +59767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 requestBody: required: true @@ -59801,8 +59821,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *273 - - *274 + - *289 + - *290 - *158 responses: '204': @@ -59825,8 +59845,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *273 - - *274 + - *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 @@ -60000,8 +60020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -60247,8 +60267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -60331,7 +60351,7 @@ paths: - version - url additionalProperties: false - metadata: &390 + metadata: &406 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -60370,7 +60390,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *390 + metadata: *406 resolved: type: object description: A collection of resolved package dependencies. @@ -60384,7 +60404,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *390 + metadata: *406 relationship: type: string description: A notation of whether a dependency is requested @@ -60517,8 +60537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#list-deployments parameters: - - *273 - - *274 + - *289 + - *290 - name: sha description: The SHA recorded at creation time. in: query @@ -60559,9 +60579,9 @@ paths: application/json: schema: type: array - items: *391 + items: *407 examples: - default: *392 + default: *408 headers: Link: *6 x-github: @@ -60627,8 +60647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#create-a-deployment parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -60710,7 +60730,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *407 examples: simple-example: summary: Simple example @@ -60783,9 +60803,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#get-a-deployment parameters: - - *273 - - *274 - - &393 + - *289 + - *290 + - &409 name: deployment_id description: deployment_id parameter in: path @@ -60797,7 +60817,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *407 examples: default: value: @@ -60862,9 +60882,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/deployments#delete-a-deployment parameters: - - *273 - - *274 - - *393 + - *289 + - *290 + - *409 responses: '204': description: Response @@ -60886,9 +60906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#list-deployment-statuses parameters: - - *273 - - *274 - - *393 + - *289 + - *290 + - *409 - *4 - *5 responses: @@ -60898,7 +60918,7 @@ paths: application/json: schema: type: array - items: &394 + items: &410 title: Deployment Status description: The status of a deployment. type: object @@ -61062,9 +61082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#create-a-deployment-status parameters: - - *273 - - *274 - - *393 + - *289 + - *290 + - *409 requestBody: required: true content: @@ -61139,9 +61159,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *410 examples: - default: &395 + default: &411 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -61197,9 +61217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/statuses#get-a-deployment-status parameters: - - *273 - - *274 - - *393 + - *289 + - *290 + - *409 - name: status_id in: path required: true @@ -61210,9 +61230,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *410 examples: - default: *395 + default: *411 '404': *24 x-github: githubCloudOnly: false @@ -61237,8 +61257,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -61295,8 +61315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#list-environments parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -61314,7 +61334,7 @@ paths: - 5 environments: type: array - items: &397 + items: &413 title: Environment description: Details of a deployment environment type: object @@ -61376,7 +61396,7 @@ paths: type: string examples: - wait_timer - wait_timer: &399 + wait_timer: &415 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -61418,11 +61438,11 @@ paths: items: type: object properties: - type: *396 + type: *412 reviewer: anyOf: - *17 - - *275 + - *291 required: - id - node_id @@ -61445,7 +61465,7 @@ paths: - id - node_id - type - deployment_branch_policy: &400 + deployment_branch_policy: &416 type: - object - 'null' @@ -61561,9 +61581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#get-an-environment parameters: - - *273 - - *274 - - &398 + - *289 + - *290 + - &414 name: environment_name in: path required: true @@ -61576,9 +61596,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *413 examples: - default: &401 + default: &417 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -61661,9 +61681,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#create-or-update-an-environment parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 requestBody: required: false content: @@ -61673,7 +61693,7 @@ paths: - object - 'null' properties: - wait_timer: *399 + wait_timer: *415 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -61692,14 +61712,14 @@ paths: items: type: object properties: - type: *396 + type: *412 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *400 + deployment_branch_policy: *416 additionalProperties: false examples: default: @@ -61719,9 +61739,9 @@ paths: description: Response content: application/json: - schema: *397 + schema: *413 examples: - default: *401 + default: *417 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -61745,9 +61765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/environments#delete-an-environment parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 responses: '204': description: Default response @@ -61772,9 +61792,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *4 - *5 responses: @@ -61793,7 +61813,7 @@ paths: - 2 branch_policies: type: array - items: &402 + items: &418 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -61854,9 +61874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 requestBody: required: true content: @@ -61904,9 +61924,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *418 examples: - example-wildcard: &403 + example-wildcard: &419 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -61948,10 +61968,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *273 - - *274 - - *398 - - &404 + - *289 + - *290 + - *414 + - &420 name: branch_policy_id in: path required: true @@ -61963,9 +61983,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *418 examples: - default: *403 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61984,10 +62004,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *273 - - *274 - - *398 - - *404 + - *289 + - *290 + - *414 + - *420 requestBody: required: true content: @@ -62016,9 +62036,9 @@ paths: description: Response content: application/json: - schema: *402 + schema: *418 examples: - default: *403 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62037,10 +62057,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *273 - - *274 - - *398 - - *404 + - *289 + - *290 + - *414 + - *420 responses: '204': description: Response @@ -62065,9 +62085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *398 - - *274 - - *273 + - *414 + - *290 + - *289 responses: '200': description: List of deployment protection rules @@ -62084,7 +62104,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &405 + items: &421 title: Deployment protection rule description: Deployment protection rule type: object @@ -62106,7 +62126,7 @@ paths: for the environment. examples: - true - app: &406 + app: &422 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -62209,9 +62229,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *398 - - *274 - - *273 + - *414 + - *290 + - *289 requestBody: content: application/json: @@ -62232,9 +62252,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *405 + schema: *421 examples: - default: &407 + default: &423 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -62269,9 +62289,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *398 - - *274 - - *273 + - *414 + - *290 + - *289 - *5 - *4 responses: @@ -62291,7 +62311,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *406 + items: *422 examples: default: value: @@ -62326,10 +62346,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *273 - - *274 - - *398 - - &408 + - *289 + - *290 + - *414 + - &424 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -62341,9 +62361,9 @@ paths: description: Response content: application/json: - schema: *405 + schema: *421 examples: - default: *407 + default: *423 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62364,10 +62384,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *398 - - *274 - - *273 - - *408 + - *414 + - *290 + - *289 + - *424 responses: '204': description: Response @@ -62393,9 +62413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#list-environment-secrets parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *4 - *5 responses: @@ -62413,9 +62433,9 @@ paths: type: integer secrets: type: array - items: *310 + items: *326 examples: - default: *311 + default: *327 headers: Link: *6 x-github: @@ -62440,17 +62460,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-public-key parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 responses: '200': description: Response content: application/json: - schema: *312 + schema: *328 examples: - default: *313 + default: *329 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62472,18 +62492,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#get-an-environment-secret parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *158 responses: '200': description: Response content: application/json: - schema: *310 + schema: *326 examples: - default: *409 + default: *425 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62505,9 +62525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *158 requestBody: required: true @@ -62565,9 +62585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/secrets#delete-an-environment-secret parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *158 responses: '204': @@ -62593,10 +62613,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#list-environment-variables parameters: - - *273 - - *274 - - *398 - - *297 + - *289 + - *290 + - *414 + - *313 - *5 responses: '200': @@ -62613,9 +62633,9 @@ paths: type: integer variables: type: array - items: *314 + items: *330 examples: - default: *315 + default: *331 headers: Link: *6 x-github: @@ -62638,9 +62658,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#create-an-environment-variable parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 requestBody: required: true content: @@ -62692,18 +62712,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#get-an-environment-variable parameters: - - *273 - - *274 - - *398 + - *289 + - *290 + - *414 - *161 responses: '200': description: Response content: application/json: - schema: *314 + schema: *330 examples: - default: *410 + default: *426 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62724,10 +62744,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#update-an-environment-variable parameters: - - *273 - - *274 + - *289 + - *290 - *161 - - *398 + - *414 requestBody: required: true content: @@ -62769,10 +62789,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/actions/variables#delete-an-environment-variable parameters: - - *273 - - *274 + - *289 + - *290 - *161 - - *398 + - *414 responses: '204': description: Response @@ -62794,8 +62814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/events#list-repository-events parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -62872,8 +62892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#list-forks parameters: - - *273 - - *274 + - *289 + - *290 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -63032,8 +63052,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/forks#create-a-fork parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -63066,9 +63086,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *300 examples: - default: *286 + default: *302 '400': *32 '422': *33 '403': *41 @@ -63089,8 +63109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#create-a-blob parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -63150,7 +63170,7 @@ paths: schema: oneOf: - *133 - - *411 + - *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -63175,8 +63195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/blobs#get-a-blob parameters: - - *273 - - *274 + - *289 + - *290 - name: file_sha in: path required: true @@ -63276,8 +63296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#create-a-commit parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -63386,7 +63406,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &428 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -63605,15 +63625,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/commits#get-a-commit-object parameters: - - *273 - - *274 - - *371 + - *289 + - *290 + - *387 responses: '200': description: Response content: application/json: - schema: *412 + schema: *428 examples: default: value: @@ -63666,9 +63686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#list-matching-references parameters: - - *273 - - *274 - - &413 + - *289 + - *290 + - &429 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. @@ -63685,7 +63705,7 @@ paths: application/json: schema: type: array - items: &414 + items: &430 title: Git Reference description: Git references within a repository type: object @@ -63761,17 +63781,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference parameters: - - *273 - - *274 - - *413 + - *289 + - *290 + - *429 responses: '200': description: Response content: application/json: - schema: *414 + schema: *430 examples: - default: &415 + default: &431 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -63800,8 +63820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#create-a-reference parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -63830,9 +63850,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *430 examples: - default: *415 + default: *431 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -63858,9 +63878,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#update-a-reference parameters: - - *273 - - *274 - - *413 + - *289 + - *290 + - *429 requestBody: required: true content: @@ -63889,9 +63909,9 @@ paths: description: Response content: application/json: - schema: *414 + schema: *430 examples: - default: *415 + default: *431 '422': *33 '409': *135 x-github: @@ -63909,9 +63929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/refs#delete-a-reference parameters: - - *273 - - *274 - - *413 + - *289 + - *290 + - *429 responses: '204': description: Response @@ -63966,8 +63986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#create-a-tag-object parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -64034,7 +64054,7 @@ paths: description: Response content: application/json: - schema: &417 + schema: &433 title: Git Tag description: Metadata for a Git tag type: object @@ -64090,7 +64110,7 @@ paths: - sha - type - url - verification: *416 + verification: *432 required: - sha - url @@ -64100,7 +64120,7 @@ paths: - tag - message examples: - default: &418 + default: &434 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -64170,8 +64190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/tags#get-a-tag parameters: - - *273 - - *274 + - *289 + - *290 - name: tag_sha in: path required: true @@ -64182,9 +64202,9 @@ paths: description: Response content: application/json: - schema: *417 + schema: *433 examples: - default: *418 + default: *434 '404': *24 '409': *135 x-github: @@ -64208,8 +64228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#create-a-tree parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -64283,7 +64303,7 @@ paths: description: Response content: application/json: - schema: &419 + schema: &435 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -64385,8 +64405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/git/trees#get-a-tree parameters: - - *273 - - *274 + - *289 + - *290 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -64409,7 +64429,7 @@ paths: description: Response content: application/json: - schema: *419 + schema: *435 examples: default-response: summary: Default response @@ -64468,8 +64488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#list-repository-webhooks parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -64479,7 +64499,7 @@ paths: application/json: schema: type: array - items: &420 + items: &436 title: Webhook description: Webhooks for repositories. type: object @@ -64542,7 +64562,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &629 + last_response: &630 title: Hook Response type: object properties: @@ -64619,8 +64639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#create-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -64673,9 +64693,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *436 examples: - default: &421 + default: &437 value: type: Repository id: 12345678 @@ -64723,17 +64743,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 responses: '200': description: Response content: application/json: - schema: *420 + schema: *436 examples: - default: *421 + default: *437 '404': *24 x-github: githubCloudOnly: false @@ -64753,8 +64773,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#update-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 requestBody: required: true @@ -64800,9 +64820,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *436 examples: - default: *421 + default: *437 '422': *33 '404': *24 x-github: @@ -64823,8 +64843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 responses: '204': @@ -64849,8 +64869,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *3 responses: '200': @@ -64878,8 +64898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *3 requestBody: required: false @@ -64924,8 +64944,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 - *4 - *195 @@ -64957,8 +64977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 - *34 responses: @@ -64987,8 +65007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 - *34 responses: @@ -65012,8 +65032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 responses: '204': @@ -65039,8 +65059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *273 - - *274 + - *289 + - *290 - *3 responses: '204': @@ -65065,8 +65085,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -65074,8 +65094,8 @@ paths: application/json: schema: *37 examples: - default: *422 - '301': *285 + default: *438 + '301': *301 '404': *24 x-github: githubCloudOnly: false @@ -65094,8 +65114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#list-repository-invitations parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -65105,7 +65125,7 @@ paths: application/json: schema: type: array - items: &423 + items: &439 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -65167,7 +65187,7 @@ paths: - html_url - created_at examples: - default: &580 + default: &581 value: - id: 1 repository: @@ -65298,9 +65318,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *273 - - *274 - - &424 + - *289 + - *290 + - &440 name: invitation_id description: The unique identifier of the invitation. in: path @@ -65335,7 +65355,7 @@ paths: description: Response content: application/json: - schema: *423 + schema: *439 examples: default: value: @@ -65466,9 +65486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *273 - - *274 - - *424 + - *289 + - *290 + - *440 responses: '204': description: Response @@ -65499,8 +65519,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#list-repository-issues parameters: - - *273 - - *274 + - *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 @@ -65721,7 +65741,7 @@ paths: state_reason: completed headers: Link: *6 - '301': *285 + '301': *301 '422': *33 '404': *24 x-github: @@ -65750,8 +65770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#create-an-issue parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -65843,7 +65863,7 @@ paths: application/json: schema: *117 examples: - default: &428 + default: &444 value: id: 1 node_id: MDU6SXNzdWUx @@ -66027,9 +66047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *273 - - *274 - - &472 + - *289 + - *290 + - &488 name: sort description: The property to sort the results by. in: query @@ -66059,9 +66079,9 @@ paths: application/json: schema: type: array - items: *425 + items: *441 examples: - default: &430 + default: &446 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66119,17 +66139,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '200': description: Response content: application/json: - schema: *425 + schema: *441 examples: - default: &426 + default: &442 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -66183,8 +66203,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#update-an-issue-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -66207,9 +66227,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *441 examples: - default: *426 + default: *442 '422': *33 x-github: githubCloudOnly: false @@ -66227,8 +66247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#delete-an-issue-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '204': @@ -66249,8 +66269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -66277,9 +66297,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 '404': *24 @@ -66300,8 +66320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -66334,16 +66354,16 @@ paths: description: Reaction exists content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Reaction created content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '422': *33 x-github: githubCloudOnly: false @@ -66365,10 +66385,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *273 - - *274 + - *289 + - *290 - *116 - - *265 + - *281 responses: '204': description: Response @@ -66388,8 +66408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#list-issue-events-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -66399,7 +66419,7 @@ paths: application/json: schema: type: array - items: &427 + items: &443 title: Issue Event description: Issue Event type: object @@ -66479,7 +66499,7 @@ paths: anyOf: - type: 'null' - *17 - requested_team: *275 + requested_team: *291 dismissed_review: title: Issue Event Dismissed Review type: object @@ -66738,8 +66758,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#get-an-issue-event parameters: - - *273 - - *274 + - *289 + - *290 - name: event_id in: path required: true @@ -66750,7 +66770,7 @@ paths: description: Response content: application/json: - schema: *427 + schema: *443 examples: default: value: @@ -66977,9 +66997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue parameters: - - *273 - - *274 - - &429 + - *289 + - *290 + - &445 name: issue_number description: The number that identifies the issue. in: path @@ -66993,8 +67013,8 @@ paths: application/json: schema: *117 examples: - default: *428 - '301': *285 + default: *444 + '301': *301 '404': *24 '410': *229 '304': *40 @@ -67021,9 +67041,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#update-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: false content: @@ -67144,11 +67164,11 @@ paths: application/json: schema: *117 examples: - default: *428 + default: *444 '422': *33 '503': *102 '403': *41 - '301': *285 + '301': *301 '404': *24 '410': *229 x-github: @@ -67168,9 +67188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: false content: @@ -67198,7 +67218,7 @@ paths: application/json: schema: *117 examples: - default: *428 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67214,9 +67234,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: content: application/json: @@ -67243,7 +67263,7 @@ paths: application/json: schema: *117 examples: - default: *428 + default: *444 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67265,9 +67285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - name: assignee in: path required: true @@ -67307,9 +67327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#list-issue-comments parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - *107 - *4 - *5 @@ -67320,9 +67340,9 @@ paths: application/json: schema: type: array - items: *425 + items: *441 examples: - default: *430 + default: *446 headers: Link: *6 '404': *24 @@ -67355,9 +67375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/comments#create-an-issue-comment parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: true content: @@ -67379,9 +67399,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *441 examples: - default: *426 + default: *442 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -67408,9 +67428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/events#list-issue-events parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - *4 - *5 responses: @@ -67424,7 +67444,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &433 + - &449 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -67473,7 +67493,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &434 + - &450 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -67601,7 +67621,7 @@ paths: - performed_via_github_app - assignee - assigner - - &435 + - &451 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -67647,7 +67667,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &436 + - &452 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -67693,7 +67713,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &437 + - &453 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -67742,7 +67762,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &438 + - &454 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -67771,7 +67791,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *275 + requested_team: *291 requested_reviewer: *17 required: - review_requester @@ -67784,7 +67804,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &439 + - &455 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -67813,7 +67833,7 @@ paths: - type: 'null' - *23 review_requester: *17 - requested_team: *275 + requested_team: *291 requested_reviewer: *17 required: - review_requester @@ -67826,7 +67846,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &440 + - &456 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -67882,7 +67902,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &441 + - &457 title: Locked Issue Event description: Locked Issue Event type: object @@ -67927,7 +67947,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &442 + - &458 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -67988,7 +68008,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &443 + - &459 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -68049,7 +68069,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &444 + - &460 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -68110,7 +68130,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &445 + - &461 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -68220,9 +68240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - *4 - *5 responses: @@ -68232,7 +68252,7 @@ paths: application/json: schema: type: array - items: &431 + items: &447 title: Label description: Color-coded labels help you categorize and filter your issues (just like labels in Gmail). @@ -68287,7 +68307,7 @@ paths: - color - default examples: - default: &432 + default: &448 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -68305,7 +68325,7 @@ paths: default: false headers: Link: *6 - '301': *285 + '301': *301 '404': *24 '410': *229 x-github: @@ -68324,9 +68344,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#add-labels-to-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: false content: @@ -68385,10 +68405,10 @@ paths: application/json: schema: type: array - items: *431 + items: *447 examples: - default: *432 - '301': *285 + default: *448 + '301': *301 '404': *24 '410': *229 '422': *33 @@ -68407,9 +68427,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#set-labels-for-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: false content: @@ -68469,10 +68489,10 @@ paths: application/json: schema: type: array - items: *431 + items: *447 examples: - default: *432 - '301': *285 + default: *448 + '301': *301 '404': *24 '410': *229 '422': *33 @@ -68491,13 +68511,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 responses: '204': description: Response - '301': *285 + '301': *301 '404': *24 '410': *229 x-github: @@ -68518,9 +68538,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - name: name in: path required: true @@ -68533,7 +68553,7 @@ paths: application/json: schema: type: array - items: *431 + items: *447 examples: default: value: @@ -68544,7 +68564,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *285 + '301': *301 '404': *24 '410': *229 x-github: @@ -68566,9 +68586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#lock-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: false content: @@ -68615,9 +68635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/issues#unlock-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 responses: '204': description: Response @@ -68639,9 +68659,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -68667,9 +68687,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 '404': *24 @@ -68691,9 +68711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 requestBody: required: true content: @@ -68725,16 +68745,16 @@ paths: description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '422': *33 x-github: githubCloudOnly: false @@ -68756,10 +68776,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *273 - - *274 - - *429 - - *265 + - *289 + - *290 + - *445 + - *281 responses: '204': description: Response @@ -68779,9 +68799,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *273 - - *274 - - *429 + - *289 + - *290 + - *445 - *4 - *5 responses: @@ -68796,19 +68816,19 @@ paths: description: Timeline Event type: object anyOf: - - *433 - - *434 - - *435 - - *436 - - *437 - - *438 - - *439 - - *440 - - *441 - - *442 - - *443 - - *444 - - *445 + - *449 + - *450 + - *451 + - *452 + - *453 + - *454 + - *455 + - *456 + - *457 + - *458 + - *459 + - *460 + - *461 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -69127,7 +69147,7 @@ paths: type: string comments: type: array - items: &467 + items: &483 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -69365,7 +69385,7 @@ paths: type: string comments: type: array - items: *369 + items: *385 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -69657,8 +69677,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -69668,7 +69688,7 @@ paths: application/json: schema: type: array - items: &446 + items: &462 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -69733,8 +69753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -69770,9 +69790,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *462 examples: - default: &447 + default: &463 value: id: 1 key: ssh-rsa AAA... @@ -69805,9 +69825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *273 - - *274 - - &448 + - *289 + - *290 + - &464 name: key_id description: The unique identifier of the key. in: path @@ -69819,9 +69839,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *462 examples: - default: *447 + default: *463 '404': *24 x-github: githubCloudOnly: false @@ -69839,9 +69859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *273 - - *274 - - *448 + - *289 + - *290 + - *464 responses: '204': description: Response @@ -69861,8 +69881,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -69872,9 +69892,9 @@ paths: application/json: schema: type: array - items: *431 + items: *447 examples: - default: *432 + default: *448 headers: Link: *6 '404': *24 @@ -69895,8 +69915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#create-a-label parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -69932,9 +69952,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *447 examples: - default: &449 + default: &465 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -69966,8 +69986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#get-a-label parameters: - - *273 - - *274 + - *289 + - *290 - name: name in: path required: true @@ -69978,9 +69998,9 @@ paths: description: Response content: application/json: - schema: *431 + schema: *447 examples: - default: *449 + default: *465 '404': *24 x-github: githubCloudOnly: false @@ -69997,8 +70017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#update-a-label parameters: - - *273 - - *274 + - *289 + - *290 - name: name in: path required: true @@ -70037,7 +70057,7 @@ paths: description: Response content: application/json: - schema: *431 + schema: *447 examples: default: value: @@ -70063,8 +70083,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#delete-a-label parameters: - - *273 - - *274 + - *289 + - *290 - name: name in: path required: true @@ -70090,8 +70110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-languages parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -70127,8 +70147,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '202': *136 '403': @@ -70156,8 +70176,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -70183,9 +70203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *273 - - *274 - - *361 + - *289 + - *290 + - *377 responses: '200': description: Response @@ -70332,8 +70352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -70398,8 +70418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/branches/branches#merge-a-branch parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -70433,9 +70453,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *370 + schema: *386 examples: - default: *450 + default: *466 '204': description: Response when already merged '404': @@ -70460,8 +70480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#list-milestones parameters: - - *273 - - *274 + - *289 + - *290 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -70502,7 +70522,7 @@ paths: application/json: schema: type: array - items: *374 + items: *390 examples: default: value: @@ -70558,8 +70578,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#create-a-milestone parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -70599,9 +70619,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *390 examples: - default: &451 + default: &467 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -70660,9 +70680,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#get-a-milestone parameters: - - *273 - - *274 - - &452 + - *289 + - *290 + - &468 name: milestone_number description: The number that identifies the milestone. in: path @@ -70674,9 +70694,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *390 examples: - default: *451 + default: *467 '404': *24 x-github: githubCloudOnly: false @@ -70693,9 +70713,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#update-a-milestone parameters: - - *273 - - *274 - - *452 + - *289 + - *290 + - *468 requestBody: required: false content: @@ -70733,9 +70753,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *390 examples: - default: *451 + default: *467 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70751,9 +70771,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/milestones#delete-a-milestone parameters: - - *273 - - *274 - - *452 + - *289 + - *290 + - *468 responses: '204': description: Response @@ -70774,9 +70794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *273 - - *274 - - *452 + - *289 + - *290 + - *468 - *4 - *5 responses: @@ -70786,9 +70806,9 @@ paths: application/json: schema: type: array - items: *431 + items: *447 examples: - default: *432 + default: *448 headers: Link: *6 x-github: @@ -70807,12 +70827,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *273 - - *274 - - *453 - - *454 + - *289 + - *290 + - *469 + - *470 - *107 - - *455 + - *471 - *4 - *5 responses: @@ -70824,7 +70844,7 @@ paths: type: array items: *126 examples: - default: *456 + default: *472 headers: Link: *6 x-github: @@ -70848,8 +70868,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -70907,14 +70927,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-a-apiname-pages-site parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: &457 + schema: &473 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -71058,7 +71078,7 @@ paths: - custom_404 - public examples: - default: &458 + default: &474 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -71099,8 +71119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-apiname-pages-site parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -71155,9 +71175,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *473 examples: - default: *458 + default: *474 '422': *33 '409': *135 x-github: @@ -71180,8 +71200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -71281,8 +71301,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -71308,8 +71328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#list-apiname-pages-builds parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -71319,7 +71339,7 @@ paths: application/json: schema: type: array - items: &459 + items: &475 title: Page Build description: Page Build type: object @@ -71411,8 +71431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#request-a-apiname-pages-build parameters: - - *273 - - *274 + - *289 + - *290 responses: '201': description: Response @@ -71459,16 +71479,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-latest-pages-build parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *459 + schema: *475 examples: - default: &460 + default: &476 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -71516,8 +71536,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-apiname-pages-build parameters: - - *273 - - *274 + - *289 + - *290 - name: build_id in: path required: true @@ -71528,9 +71548,9 @@ paths: description: Response content: application/json: - schema: *459 + schema: *475 examples: - default: *460 + default: *476 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71550,8 +71570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#create-a-github-pages-deployment parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -71654,9 +71674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *273 - - *274 - - &461 + - *289 + - *290 + - &477 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -71714,9 +71734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *273 - - *274 - - *461 + - *289 + - *290 + - *477 responses: '204': *225 '404': *24 @@ -71739,8 +71759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 - *9 @@ -71761,7 +71781,7 @@ paths: application/json: schema: type: array - items: &462 + items: &478 type: object properties: id: @@ -71795,17 +71815,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#get-a-pre-receive-hook-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *16 responses: '200': description: Response content: application/json: - schema: *462 + schema: *478 examples: - default: &463 + default: &479 value: id: 42 name: Check Commits @@ -71827,15 +71847,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#update-pre-receive-hook-enforcement-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *16 responses: '200': description: Response content: application/json: - schema: *462 + schema: *478 examples: default: value: @@ -71879,8 +71899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/repo-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - *16 responses: '200': @@ -71888,9 +71908,9 @@ paths: global level. content: application/json: - schema: *462 + schema: *478 examples: - default: *463 + default: *479 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71910,8 +71930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/projects#list-repository-projects parameters: - - *273 - - *274 + - *289 + - *290 - name: state description: Indicates the state of the projects to return. in: query @@ -71992,8 +72012,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/projects/projects#create-a-repository-project parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -72021,7 +72041,7 @@ paths: application/json: schema: *228 examples: - default: *282 + default: *298 '401': *39 '403': *41 '404': *24 @@ -72045,8 +72065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -72085,8 +72105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -72148,8 +72168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests parameters: - - *273 - - *274 + - *289 + - *290 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -72209,9 +72229,9 @@ paths: application/json: schema: type: array - items: *464 + items: *480 examples: - default: *465 + default: *481 headers: Link: *6 '304': *40 @@ -72243,8 +72263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#create-a-pull-request parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -72311,7 +72331,7 @@ paths: description: Response content: application/json: - schema: &469 + schema: &485 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -72440,7 +72460,7 @@ paths: milestone: anyOf: - type: 'null' - - *374 + - *390 active_lock_reason: type: - string @@ -72533,14 +72553,14 @@ paths: _links: type: object properties: - comments: *375 - commits: *375 - statuses: *375 - html: *375 - issue: *375 - review_comments: *375 - review_comment: *375 - self: *375 + comments: *391 + commits: *391 + statuses: *391 + html: *391 + issue: *391 + review_comments: *391 + review_comment: *391 + self: *391 required: - comments - commits @@ -72551,7 +72571,7 @@ paths: - review_comment - self author_association: *104 - auto_merge: *466 + auto_merge: *482 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -72653,7 +72673,7 @@ paths: - merged_by - review_comments examples: - default: &470 + default: &486 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -73180,8 +73200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - name: sort in: query required: false @@ -73210,9 +73230,9 @@ paths: application/json: schema: type: array - items: *467 + items: *483 examples: - default: &473 + default: &489 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73289,17 +73309,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '200': description: Response content: application/json: - schema: *467 + schema: *483 examples: - default: &468 + default: &484 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -73374,8 +73394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -73398,9 +73418,9 @@ paths: description: Response content: application/json: - schema: *467 + schema: *483 examples: - default: *468 + default: *484 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73416,8 +73436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *273 - - *274 + - *289 + - *290 - *116 responses: '204': @@ -73439,8 +73459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). @@ -73467,9 +73487,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 '404': *24 @@ -73490,8 +73510,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *273 - - *274 + - *289 + - *290 - *116 requestBody: required: true @@ -73524,16 +73544,16 @@ paths: description: Reaction exists content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Reaction created content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '422': *33 x-github: githubCloudOnly: false @@ -73555,10 +73575,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *273 - - *274 + - *289 + - *290 - *116 - - *265 + - *281 responses: '204': description: Response @@ -73601,9 +73621,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#get-a-pull-request parameters: - - *273 - - *274 - - &471 + - *289 + - *290 + - &487 name: pull_number description: The number that identifies the pull request. in: path @@ -73616,9 +73636,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *469 + schema: *485 examples: - default: *470 + default: *486 '304': *40 '404': *24 '406': @@ -73653,9 +73673,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: false content: @@ -73697,9 +73717,9 @@ paths: description: Response content: application/json: - schema: *469 + schema: *485 examples: - default: *470 + default: *486 '422': *33 '403': *41 x-github: @@ -73727,10 +73747,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *273 - - *274 - - *471 - - *472 + - *289 + - *290 + - *487 + - *488 - name: direction description: The direction to sort results. Ignored without `sort` parameter. in: query @@ -73750,9 +73770,9 @@ paths: application/json: schema: type: array - items: *467 + items: *483 examples: - default: *473 + default: *489 headers: Link: *6 x-github: @@ -73785,9 +73805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: true content: @@ -73893,7 +73913,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *483 examples: example-for-a-multi-line-comment: value: @@ -73981,9 +74001,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 - *116 requestBody: required: true @@ -74006,7 +74026,7 @@ paths: description: Response content: application/json: - schema: *467 + schema: *483 examples: default: value: @@ -74092,9 +74112,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 - *4 - *5 responses: @@ -74104,9 +74124,9 @@ paths: application/json: schema: type: array - items: *370 + items: *386 examples: - default: *474 + default: *490 headers: Link: *6 x-github: @@ -74136,9 +74156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#list-pull-requests-files parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 - *4 - *5 responses: @@ -74148,7 +74168,7 @@ paths: application/json: schema: type: array - items: *380 + items: *396 examples: default: value: @@ -74186,9 +74206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 responses: '204': description: Response if pull request has been merged @@ -74211,9 +74231,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#merge-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: false content: @@ -74325,9 +74345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 responses: '200': description: Response @@ -74343,7 +74363,7 @@ paths: items: *17 teams: type: array - items: *275 + items: *291 required: - users - teams @@ -74402,9 +74422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: false content: @@ -74441,7 +74461,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *480 examples: default: value: @@ -74977,9 +74997,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: true content: @@ -75013,7 +75033,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *480 examples: default: value: @@ -75518,9 +75538,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 - *4 - *5 responses: @@ -75530,7 +75550,7 @@ paths: application/json: schema: type: array - items: &475 + items: &491 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -75686,9 +75706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: false content: @@ -75778,9 +75798,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *491 examples: - default: &477 + default: &493 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75843,10 +75863,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 - - &476 + - *289 + - *290 + - *487 + - &492 name: review_id description: The unique identifier of the review. in: path @@ -75858,9 +75878,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *491 examples: - default: &478 + default: &494 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -75919,10 +75939,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 - - *476 + - *289 + - *290 + - *487 + - *492 requestBody: required: true content: @@ -75945,7 +75965,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *491 examples: default: value: @@ -76007,18 +76027,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 - - *476 + - *289 + - *290 + - *487 + - *492 responses: '200': description: Response content: application/json: - schema: *475 + schema: *491 examples: - default: *477 + default: *493 '422': *25 '404': *24 x-github: @@ -76045,10 +76065,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *273 - - *274 - - *471 - - *476 + - *289 + - *290 + - *487 + - *492 - *4 - *5 responses: @@ -76146,9 +76166,9 @@ paths: _links: type: object properties: - self: *375 - html: *375 - pull_request: *375 + self: *391 + html: *391 + pull_request: *391 required: - self - html @@ -76306,10 +76326,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 - - *476 + - *289 + - *290 + - *487 + - *492 requestBody: required: true content: @@ -76338,7 +76358,7 @@ paths: description: Response content: application/json: - schema: *475 + schema: *491 examples: default: value: @@ -76401,10 +76421,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *273 - - *274 - - *471 - - *476 + - *289 + - *290 + - *487 + - *492 requestBody: required: true content: @@ -76439,9 +76459,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *491 examples: - default: *478 + default: *494 '404': *24 '422': *25 '403': *41 @@ -76463,9 +76483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *273 - - *274 - - *471 + - *289 + - *290 + - *487 requestBody: required: false content: @@ -76529,8 +76549,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-a-repository-readme parameters: - - *273 - - *274 + - *289 + - *290 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -76543,9 +76563,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *495 examples: - default: &480 + default: &496 value: type: file encoding: base64 @@ -76587,8 +76607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *273 - - *274 + - *289 + - *290 - name: dir description: The alternate path to look for a README file in: path @@ -76608,9 +76628,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *495 examples: - default: *480 + default: *496 '404': *24 '422': *33 x-github: @@ -76632,8 +76652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#list-releases parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -76643,7 +76663,7 @@ paths: application/json: schema: type: array - items: &481 + items: &497 title: Release description: A release. type: object @@ -76720,7 +76740,7 @@ paths: author: *17 assets: type: array - items: &482 + items: &498 title: Release Asset description: Data related to a release. type: object @@ -76903,8 +76923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#create-a-release parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -76974,9 +76994,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *497 examples: - default: &486 + default: &502 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -77076,9 +77096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#get-a-release-asset parameters: - - *273 - - *274 - - &484 + - *289 + - *290 + - &500 name: asset_id description: The unique identifier of the asset. in: path @@ -77090,9 +77110,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *498 examples: - default: &485 + default: &501 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 @@ -77127,7 +77147,7 @@ paths: type: User site_admin: false '404': *24 - '302': *483 + '302': *499 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77143,9 +77163,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#update-a-release-asset parameters: - - *273 - - *274 - - *484 + - *289 + - *290 + - *500 requestBody: required: false content: @@ -77174,9 +77194,9 @@ paths: description: Response content: application/json: - schema: *482 + schema: *498 examples: - default: *485 + default: *501 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77192,9 +77212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#delete-a-release-asset parameters: - - *273 - - *274 - - *484 + - *289 + - *290 + - *500 responses: '204': description: Response @@ -77218,8 +77238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -77305,16 +77325,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-the-latest-release parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response content: application/json: - schema: *481 + schema: *497 examples: - default: *486 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77331,8 +77351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-a-release-by-tag-name parameters: - - *273 - - *274 + - *289 + - *290 - name: tag description: tag parameter in: path @@ -77345,9 +77365,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *497 examples: - default: *486 + default: *502 '404': *24 x-github: githubCloudOnly: false @@ -77369,9 +77389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#get-a-release parameters: - - *273 - - *274 - - &487 + - *289 + - *290 + - &503 name: release_id description: The unique identifier of the release. in: path @@ -77385,9 +77405,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-server@3.14/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *481 + schema: *497 examples: - default: *486 + default: *502 '401': description: Unauthorized x-github: @@ -77405,9 +77425,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#update-a-release parameters: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 requestBody: required: false content: @@ -77464,9 +77484,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *497 examples: - default: *486 + default: *502 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77482,9 +77502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/releases#delete-a-release parameters: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 responses: '204': description: Response @@ -77504,9 +77524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/releases/assets#list-release-assets parameters: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 - *4 - *5 responses: @@ -77516,7 +77536,7 @@ paths: application/json: schema: type: array - items: *482 + items: *498 examples: default: value: @@ -77598,9 +77618,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: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 - name: name in: query required: true @@ -77626,7 +77646,7 @@ paths: description: Response for successful upload content: application/json: - schema: *482 + schema: *498 examples: response-for-successful-upload: value: @@ -77681,9 +77701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -77707,9 +77727,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 '404': *24 @@ -77730,9 +77750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *273 - - *274 - - *487 + - *289 + - *290 + - *503 requestBody: required: true content: @@ -77762,16 +77782,16 @@ paths: description: Reaction exists content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '201': description: Reaction created content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 '422': *33 x-github: githubCloudOnly: false @@ -77793,10 +77813,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#delete-a-release-reaction parameters: - - *273 - - *274 - - *487 - - *265 + - *289 + - *290 + - *503 + - *281 responses: '204': description: Response @@ -77816,8 +77836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-cache-replication-status parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -77892,9 +77912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rules#get-rules-for-a-branch parameters: - - *273 - - *274 - - *331 + - *289 + - *290 + - *347 - *4 - *5 responses: @@ -77910,8 +77930,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *488 - - &490 + - *241 + - &504 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -77931,50 +77951,50 @@ paths: type: integer description: The ID of the ruleset that includes this rule. - allOf: - - *489 - - *490 + - *242 + - *504 - allOf: - - *491 - - *490 + - *243 + - *504 - allOf: - - *492 - - *490 + - *244 + - *504 - allOf: - - *493 - - *490 + - *245 + - *504 - allOf: - - *494 - - *490 + - *246 + - *504 - allOf: - - *495 - - *490 + - *247 + - *504 - allOf: - - *496 - - *490 + - *248 + - *504 - allOf: - - *497 - - *490 + - *249 + - *504 - allOf: - - *498 - - *490 + - *250 + - *504 - allOf: - - *499 - - *490 + - *251 + - *504 - allOf: - - *500 - - *490 + - *252 + - *504 - allOf: - - *501 - - *490 + - *253 + - *504 - allOf: - - *502 - - *490 + - *254 + - *504 - allOf: - - *503 - - *490 + - *255 + - *504 - allOf: + - *256 - *504 - - *490 examples: default: value: @@ -78013,8 +78033,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 - name: includes_parents @@ -78033,7 +78053,7 @@ paths: application/json: schema: type: array - items: *242 + items: *257 examples: default: value: @@ -78080,8 +78100,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - - *274 + - *289 + - *290 requestBody: description: Request body required: true @@ -78110,7 +78130,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *241 + items: *506 required: - name - enforcement @@ -78141,9 +78161,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: &515 + default: &516 value: id: 42 name: super cool ruleset @@ -78190,12 +78210,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *273 - - *274 - - *506 + - *289 + - *290 - *507 - *508 - *509 + - *510 - *4 - *5 responses: @@ -78203,9 +78223,9 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: - default: *511 + default: *512 '404': *24 '500': *216 x-github: @@ -78226,17 +78246,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *273 - - *274 - - *512 + - *289 + - *290 + - *513 responses: '200': description: Response content: application/json: - schema: *513 + schema: *514 examples: - default: *514 + default: *515 '404': *24 '500': *216 x-github: @@ -78264,8 +78284,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - - *274 + - *289 + - *290 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78285,9 +78305,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: *515 + default: *516 '404': *24 '500': *216 put: @@ -78305,8 +78325,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - - *274 + - *289 + - *290 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78340,7 +78360,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *241 + items: *506 examples: default: value: @@ -78368,9 +78388,9 @@ paths: description: Response content: application/json: - schema: *242 + schema: *257 examples: - default: *515 + default: *516 '404': *24 '500': *216 delete: @@ -78388,8 +78408,8 @@ paths: category: repos subcategory: rules parameters: - - *273 - - *274 + - *289 + - *290 - name: ruleset_id description: The ID of the ruleset. in: path @@ -78417,18 +78437,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *273 - - *274 - - *244 - - *245 - - *246 - - *247 + - *289 + - *290 + - *260 + - *261 + - *262 + - *263 - *9 - *5 - *4 - - *516 - *517 - - *248 + - *518 + - *264 responses: '200': description: Response @@ -78436,7 +78456,7 @@ paths: application/json: schema: type: array - items: &520 + items: &521 type: object properties: number: *91 @@ -78452,8 +78472,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *518 - resolution: *519 + state: *519 + resolution: *520 resolved_at: type: - string @@ -78629,15 +78649,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *273 - - *274 - - *359 + - *289 + - *290 + - *375 responses: '200': description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -78677,9 +78697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *273 - - *274 - - *359 + - *289 + - *290 + - *375 requestBody: required: true content: @@ -78687,8 +78707,8 @@ paths: schema: type: object properties: - state: *518 - resolution: *519 + state: *519 + resolution: *520 resolution_comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -78707,7 +78727,7 @@ paths: description: Response content: application/json: - schema: *520 + schema: *521 examples: default: value: @@ -78774,9 +78794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *273 - - *274 - - *359 + - *289 + - *290 + - *375 - *5 - *4 responses: @@ -78787,7 +78807,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &649 + items: &650 type: object properties: type: @@ -79166,8 +79186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-stargazers parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -79260,8 +79280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -79270,7 +79290,7 @@ paths: application/json: schema: type: array - items: &521 + items: &522 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -79301,8 +79321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -79377,8 +79397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -79472,8 +79492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -79627,8 +79647,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -79638,7 +79658,7 @@ paths: application/json: schema: type: array - items: *521 + items: *522 examples: default: value: @@ -79671,8 +79691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/commits/statuses#create-a-commit-status parameters: - - *273 - - *274 + - *289 + - *290 - name: sha in: path required: true @@ -79728,7 +79748,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -79782,8 +79802,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#list-watchers parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -79815,14 +79835,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#get-a-repository-subscription parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &523 + schema: &524 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -79895,8 +79915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#set-a-repository-subscription parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -79922,7 +79942,7 @@ paths: description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -79949,8 +79969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/watching#delete-a-repository-subscription parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -79970,8 +79990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-tags parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -80053,8 +80073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '200': description: Response @@ -80062,7 +80082,7 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Tag protection description: Tag protection type: object @@ -80119,8 +80139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -80143,7 +80163,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -80174,8 +80194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 - name: tag_protection_id description: The unique identifier of the tag protection. in: path @@ -80212,8 +80232,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *273 - - *274 + - *289 + - *290 - name: ref in: path required: true @@ -80249,8 +80269,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#list-repository-teams parameters: - - *273 - - *274 + - *289 + - *290 - *4 - *5 responses: @@ -80260,9 +80280,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - default: *251 + default: *267 headers: Link: *6 '404': *24 @@ -80282,8 +80302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-all-repository-topics parameters: - - *273 - - *274 + - *289 + - *290 - *5 - *4 responses: @@ -80291,7 +80311,7 @@ paths: description: Response content: application/json: - schema: &525 + schema: &526 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -80303,7 +80323,7 @@ paths: required: - names examples: - default: &526 + default: &527 value: names: - octocat @@ -80326,8 +80346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#replace-all-repository-topics parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -80358,9 +80378,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 '404': *24 '422': *25 x-github: @@ -80383,8 +80403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#transfer-a-repository parameters: - - *273 - - *274 + - *289 + - *290 requestBody: required: true content: @@ -80658,8 +80678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -80682,8 +80702,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#enable-vulnerability-alerts parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -80705,8 +80725,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/repos/repos#disable-vulnerability-alerts parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -80732,8 +80752,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *273 - - *274 + - *289 + - *290 - name: ref in: path required: true @@ -80825,9 +80845,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *300 examples: - default: *286 + default: *302 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -81002,7 +81022,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &534 + - &535 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -81012,7 +81032,7 @@ paths: type: string examples: - members - - &539 + - &540 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -81024,7 +81044,7 @@ paths: format: int32 examples: - 1 - - &540 + - &541 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -81068,7 +81088,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &528 + items: &529 allOf: - type: object required: @@ -81150,7 +81170,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &541 + meta: &542 type: object description: The metadata associated with the creation/updates to the user. @@ -81215,31 +81235,31 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &529 + '400': &530 description: Bad request content: application/json: - schema: *527 + schema: *528 application/scim+json: - schema: *527 - '401': &530 + schema: *528 + '401': &531 description: Authorization failure - '403': &531 + '403': &532 description: Permission denied - '429': &532 + '429': &533 description: Too many requests content: application/json: - schema: *527 + schema: *528 application/scim+json: - schema: *527 - '500': &533 + schema: *528 + '500': &534 description: Internal server error content: application/json: - schema: *527 + schema: *528 application/scim+json: - schema: *527 + schema: *528 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81266,7 +81286,7 @@ paths: required: true content: application/json: - schema: &537 + schema: &538 type: object required: - schemas @@ -81326,9 +81346,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *528 + schema: *529 examples: - group: &535 + group: &536 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -81347,13 +81367,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *529 - '401': *530 - '403': *531 - '409': &538 + '400': *530 + '401': *531 + '403': *532 + '409': &539 description: Duplicate record detected - '429': *532 - '500': *533 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81374,7 +81394,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &536 + - &537 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -81383,22 +81403,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *534 + - *535 - *63 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *528 + schema: *529 examples: - default: *535 - '400': *529 - '401': *530 - '403': *531 + default: *536 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '429': *532 - '500': *533 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81420,13 +81440,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *536 + - *537 - *63 requestBody: required: true content: application/json: - schema: *537 + schema: *538 examples: group: summary: Group @@ -81452,17 +81472,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *528 + schema: *529 examples: - group: *535 - groupWithMembers: *535 - '400': *529 - '401': *530 - '403': *531 + group: *536 + groupWithMembers: *536 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '409': *538 - '429': *532 - '500': *533 + '409': *539 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81486,13 +81506,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *536 + - *537 - *63 requestBody: required: true content: application/json: - schema: &548 + schema: &549 type: object required: - Operations @@ -81552,17 +81572,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *528 + schema: *529 examples: - updateGroup: *535 - addMembers: *535 - '400': *529 - '401': *530 - '403': *531 + updateGroup: *536 + addMembers: *536 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '409': *538 - '429': *532 - '500': *533 + '409': *539 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81582,17 +81602,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *536 + - *537 - *63 responses: '204': description: Group was deleted, no content - '400': *529 - '401': *530 - '403': *531 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '429': *532 - '500': *533 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81629,8 +81649,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *539 - *540 + - *541 - *63 responses: '200': @@ -81664,7 +81684,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &543 + items: &544 allOf: - type: object required: @@ -81756,7 +81776,7 @@ paths: address. examples: - true - roles: &542 + roles: &543 type: array description: The roles assigned to the user. items: @@ -81815,7 +81835,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *541 + meta: *542 startIndex: type: integer description: A starting index for the returned page @@ -81854,11 +81874,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *529 - '401': *530 - '403': *531 - '429': *532 - '500': *533 + '400': *530 + '401': *531 + '403': *532 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -81887,7 +81907,7 @@ paths: required: true content: application/json: - schema: &546 + schema: &547 type: object required: - schemas @@ -81980,9 +82000,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *542 + roles: *543 examples: - user: &547 + user: &548 summary: User value: schemas: @@ -82029,9 +82049,9 @@ paths: description: User has been created content: application/scim+json: - schema: *543 + schema: *544 examples: - user: &544 + user: &545 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -82057,13 +82077,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *544 - '400': *529 - '401': *530 - '403': *531 - '409': *538 - '429': *532 - '500': *533 + enterpriseOwner: *545 + '400': *530 + '401': *531 + '403': *532 + '409': *539 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82084,7 +82104,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &545 + - &546 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -82097,15 +82117,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *543 + schema: *544 examples: - default: *544 - '400': *529 - '401': *530 - '403': *531 + default: *545 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '429': *532 - '500': *533 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82130,30 +82150,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *545 + - *546 - *63 requestBody: required: true content: application/json: - schema: *546 + schema: *547 examples: - user: *547 + user: *548 responses: '200': description: User was updated content: application/scim+json: - schema: *543 + schema: *544 examples: - user: *544 - '400': *529 - '401': *530 - '403': *531 + user: *545 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '409': *538 - '429': *532 - '500': *533 + '409': *539 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82191,13 +82211,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *545 + - *546 - *63 requestBody: required: true content: application/json: - schema: *548 + schema: *549 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -82237,18 +82257,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *543 - examples: - userMultiValuedProperties: *544 - userSingleValuedProperties: *544 - disableUser: *544 - '400': *529 - '401': *530 - '403': *531 + schema: *544 + examples: + userMultiValuedProperties: *545 + userSingleValuedProperties: *545 + disableUser: *545 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '409': *538 - '429': *532 - '500': *533 + '409': *539 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82268,17 +82288,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *545 + - *546 - *63 responses: '204': description: User was deleted, no content - '400': *529 - '401': *530 - '403': *531 + '400': *530 + '401': *531 + '403': *532 '404': *24 - '429': *532 - '500': *533 + '429': *533 + '500': *534 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -82406,7 +82426,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &549 + text_matches: &550 title: Search Result Text Matches type: array items: @@ -82570,7 +82590,7 @@ paths: enum: - author-date - committer-date - - &550 + - &551 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 @@ -82639,7 +82659,7 @@ paths: committer: anyOf: - type: 'null' - - *329 + - *345 comment_count: type: integer message: @@ -82658,7 +82678,7 @@ paths: url: type: string format: uri - verification: *416 + verification: *432 required: - author - committer @@ -82673,7 +82693,7 @@ paths: committer: anyOf: - type: 'null' - - *329 + - *345 parents: type: array items: @@ -82690,7 +82710,7 @@ paths: type: number node_id: type: string - text_matches: *549 + text_matches: *550 required: - sha - node_id @@ -82883,7 +82903,7 @@ paths: - interactions - created - updated - - *550 + - *551 - *4 - *5 - name: advanced_search @@ -83007,7 +83027,7 @@ paths: milestone: anyOf: - type: 'null' - - *374 + - *390 comments: type: integer created_at: @@ -83021,7 +83041,7 @@ paths: - string - 'null' format: date-time - text_matches: *549 + text_matches: *550 pull_request: type: object properties: @@ -83070,7 +83090,7 @@ paths: timeline_url: type: string format: uri - type: *551 + type: *552 performed_via_github_app: anyOf: - type: 'null' @@ -83244,7 +83264,7 @@ paths: enum: - created - updated - - *550 + - *551 - *4 - *5 responses: @@ -83289,7 +83309,7 @@ paths: - 'null' score: type: number - text_matches: *549 + text_matches: *550 required: - id - node_id @@ -83375,7 +83395,7 @@ paths: - forks - help-wanted-issues - updated - - *550 + - *551 - *4 - *5 responses: @@ -83612,7 +83632,7 @@ paths: - admin - pull - push - text_matches: *549 + text_matches: *550 temp_clone_token: type: string allow_merge_commit: @@ -83921,7 +83941,7 @@ paths: - string - 'null' format: uri - text_matches: *549 + text_matches: *550 related: type: - array @@ -84116,7 +84136,7 @@ paths: - followers - repositories - joined - - *550 + - *551 - *4 - *5 responses: @@ -84226,7 +84246,7 @@ paths: type: - boolean - 'null' - text_matches: *549 + text_matches: *550 blog: type: - string @@ -84424,7 +84444,7 @@ paths: description: Response content: application/json: - schema: &552 + schema: &553 type: object properties: status: @@ -84444,7 +84464,7 @@ paths: - name - number examples: - default: &553 + default: &554 value: status: scheduled scheduled_time: Tuesday, January 22 at 15:34 -0800 @@ -84489,9 +84509,9 @@ paths: description: Response content: application/json: - schema: *552 + schema: *553 examples: - default: *553 + default: *554 '401': description: Unauthorized requestBody: @@ -85084,7 +85104,7 @@ paths: application/json: schema: type: array - items: &554 + items: &555 type: object properties: key: @@ -85092,7 +85112,7 @@ paths: pretty-print: type: string examples: - default: &555 + default: &556 value: - key: ssh-rsa AAAAB3NzaC1yc2EAAAAB... pretty-print: ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64 @@ -85135,9 +85155,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 '401': description: Unauthorized requestBody: @@ -85189,9 +85209,9 @@ paths: application/json: schema: type: array - items: *554 + items: *555 examples: - default: *555 + default: *556 '401': description: Unauthorized requestBody: @@ -85348,9 +85368,9 @@ paths: description: Response content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '404': *24 x-github: githubCloudOnly: false @@ -85441,16 +85461,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '201': description: Response content: application/json: - schema: *254 + schema: *270 examples: - default: *255 + default: *271 '404': *24 '422': *33 '403': *41 @@ -85520,9 +85540,9 @@ paths: application/json: schema: type: array - items: *256 + items: *272 examples: - default: *556 + default: *557 headers: Link: *6 x-github: @@ -85585,9 +85605,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: *257 + default: *273 x-github: triggersNotification: true githubCloudOnly: false @@ -85615,15 +85635,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#get-a-discussion-legacy parameters: - *7 - - *258 + - *274 responses: '200': description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: *257 + default: *273 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85649,7 +85669,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#update-a-discussion-legacy parameters: - *7 - - *258 + - *274 requestBody: required: false content: @@ -85672,9 +85692,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *272 examples: - default: *557 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85700,7 +85720,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussions#delete-a-discussion-legacy parameters: - *7 - - *258 + - *274 responses: '204': description: Response @@ -85730,7 +85750,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#list-discussion-comments-legacy parameters: - *7 - - *258 + - *274 - *9 - *4 - *5 @@ -85741,9 +85761,9 @@ paths: application/json: schema: type: array - items: *259 + items: *275 examples: - default: *558 + default: *559 headers: Link: *6 x-github: @@ -85773,7 +85793,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#create-a-discussion-comment-legacy parameters: - *7 - - *258 + - *274 requestBody: required: true content: @@ -85795,9 +85815,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: *260 + default: *276 x-github: triggersNotification: true githubCloudOnly: false @@ -85825,16 +85845,16 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#get-a-discussion-comment-legacy parameters: - *7 - - *258 - - *261 + - *274 + - *277 responses: '200': description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: *260 + default: *276 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85860,8 +85880,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#update-a-discussion-comment-legacy parameters: - *7 - - *258 - - *261 + - *274 + - *277 requestBody: required: true content: @@ -85883,9 +85903,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *275 examples: - default: *559 + default: *560 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85911,8 +85931,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/discussion-comments#delete-a-discussion-comment-legacy parameters: - *7 - - *258 - - *261 + - *274 + - *277 responses: '204': description: Response @@ -85942,8 +85962,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-comment-legacy parameters: - *7 - - *258 - - *261 + - *274 + - *277 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion comment. @@ -85969,9 +85989,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 x-github: @@ -86001,8 +86021,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-comment-legacy parameters: - *7 - - *258 - - *261 + - *274 + - *277 requestBody: required: true content: @@ -86034,9 +86054,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86063,7 +86083,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#list-reactions-for-a-team-discussion-legacy parameters: - *7 - - *258 + - *274 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a team discussion. @@ -86089,9 +86109,9 @@ paths: application/json: schema: type: array - items: *262 + items: *278 examples: - default: *264 + default: *280 headers: Link: *6 x-github: @@ -86121,7 +86141,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/reactions/reactions#create-reaction-for-a-team-discussion-legacy parameters: - *7 - - *258 + - *274 requestBody: required: true content: @@ -86153,9 +86173,9 @@ paths: description: Response content: application/json: - schema: *262 + schema: *278 examples: - default: *263 + default: *279 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -86351,9 +86371,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *286 examples: - response-if-user-is-a-team-maintainer: *560 + response-if-user-is-a-team-maintainer: *561 '404': *24 x-github: githubCloudOnly: false @@ -86412,9 +86432,9 @@ paths: description: Response content: application/json: - schema: *270 + schema: *286 examples: - response-if-users-membership-with-team-is-now-pending: *561 + response-if-users-membership-with-team-is-now-pending: *562 '403': description: Forbidden if team synchronization is set up '422': @@ -86488,9 +86508,9 @@ paths: application/json: schema: type: array - items: *271 + items: *287 examples: - default: *562 + default: *563 headers: Link: *6 '404': *24 @@ -86518,15 +86538,15 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-project-legacy parameters: - *7 - - *272 + - *288 responses: '200': description: Response content: application/json: - schema: *271 + schema: *287 examples: - default: *563 + default: *564 '404': description: Not Found if project is not managed by this team x-github: @@ -86552,7 +86572,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-project-permissions-legacy parameters: - *7 - - *272 + - *288 requestBody: required: false content: @@ -86621,7 +86641,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-project-from-a-team-legacy parameters: - *7 - - *272 + - *288 responses: '204': description: Response @@ -86691,14 +86711,14 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - *7 - - *273 - - *274 + - *289 + - *290 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *564 + schema: *565 examples: alternative-response-with-extra-repository-information: value: @@ -86850,8 +86870,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - *7 - - *273 - - *274 + - *289 + - *290 requestBody: required: false content: @@ -86902,8 +86922,8 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - *7 - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -86938,9 +86958,9 @@ paths: application/json: schema: type: array - items: *275 + items: *291 examples: - response-if-child-teams-exist: *565 + response-if-child-teams-exist: *566 headers: Link: *6 '404': *24 @@ -86973,7 +86993,7 @@ paths: application/json: schema: oneOf: - - &567 + - &568 title: Private User description: Private User type: object @@ -87223,7 +87243,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *566 + - *567 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -87381,7 +87401,7 @@ paths: description: Response content: application/json: - schema: *567 + schema: *568 examples: default: value: @@ -87459,7 +87479,7 @@ paths: type: array items: *210 examples: - default: &577 + default: &578 value: - id: 197 name: hello_docker @@ -87546,7 +87566,7 @@ paths: application/json: schema: type: array - items: &568 + items: &569 title: Email description: Email type: object @@ -87576,7 +87596,7 @@ paths: - verified - visibility examples: - default: &579 + default: &580 value: - email: octocat@github.com verified: true @@ -87653,7 +87673,7 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: default: value: @@ -87911,7 +87931,7 @@ paths: application/json: schema: type: array - items: &569 + items: &570 title: GPG Key description: A unique encryption key type: object @@ -88056,7 +88076,7 @@ paths: - subkeys - revoked examples: - default: &589 + default: &590 value: - id: 3 name: Octocat's GPG Key @@ -88141,9 +88161,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &570 + default: &571 value: id: 3 name: Octocat's GPG Key @@ -88200,7 +88220,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &571 + - &572 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -88212,9 +88232,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *570 + default: *571 '404': *24 '304': *40 '403': *41 @@ -88237,7 +88257,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *571 + - *572 responses: '204': description: Response @@ -88428,7 +88448,7 @@ paths: type: array items: *82 examples: - default: *572 + default: *573 headers: Link: *6 '404': *24 @@ -88604,7 +88624,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: Key description: Key type: object @@ -88702,9 +88722,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &574 + default: &575 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -88737,15 +88757,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *448 + - *464 responses: '200': description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *574 + default: *575 '404': *24 '304': *40 '403': *41 @@ -88768,7 +88788,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *448 + - *464 responses: '204': description: Response @@ -89597,7 +89617,7 @@ paths: type: array items: *68 examples: - default: *575 + default: *576 headers: Link: *6 '304': *40 @@ -89639,7 +89659,7 @@ paths: - docker - nuget - container - - *576 + - *577 - *5 - *4 responses: @@ -89651,8 +89671,8 @@ paths: type: array items: *210 examples: - default: *577 - '400': *578 + default: *578 + '400': *579 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89681,7 +89701,7 @@ paths: application/json: schema: *210 examples: - default: &590 + default: &591 value: id: 40201 name: octo-name @@ -90133,9 +90153,9 @@ paths: application/json: schema: type: array - items: *568 + items: *569 examples: - default: *579 + default: *580 headers: Link: *6 '304': *40 @@ -90248,7 +90268,7 @@ paths: type: array items: *82 examples: - default: &586 + default: &587 summary: Default response value: - id: 1296269 @@ -90566,9 +90586,9 @@ paths: description: Response content: application/json: - schema: *284 + schema: *300 examples: - default: *286 + default: *302 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -90606,9 +90626,9 @@ paths: application/json: schema: type: array - items: *423 + items: *439 examples: - default: *580 + default: *581 headers: Link: *6 '304': *40 @@ -90631,7 +90651,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *424 + - *440 responses: '204': description: Response @@ -90654,7 +90674,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *424 + - *440 responses: '204': description: Response @@ -90687,7 +90707,7 @@ paths: application/json: schema: type: array - items: &581 + items: &582 title: Social account description: Social media account type: object @@ -90704,7 +90724,7 @@ paths: - provider - url examples: - default: &582 + default: &583 value: - provider: twitter url: https://twitter.com/github @@ -90767,9 +90787,9 @@ paths: application/json: schema: type: array - items: *581 + items: *582 examples: - default: *582 + default: *583 '422': *33 '304': *40 '404': *24 @@ -90857,7 +90877,7 @@ paths: application/json: schema: type: array - items: &583 + items: &584 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -90877,7 +90897,7 @@ paths: - title - created_at examples: - default: &591 + default: &592 value: - key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -90944,9 +90964,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: &584 + default: &585 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -90977,7 +90997,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &585 + - &586 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -90989,9 +91009,9 @@ paths: description: Response content: application/json: - schema: *583 + schema: *584 examples: - default: *584 + default: *585 '404': *24 '304': *40 '403': *41 @@ -91014,7 +91034,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *585 + - *586 responses: '204': description: Response @@ -91043,7 +91063,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &592 + - &593 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 @@ -91068,11 +91088,11 @@ paths: type: array items: *82 examples: - default-response: *586 + default-response: *587 application/vnd.github.v3.star+json: schema: type: array - items: &593 + items: &594 title: Starred Repository description: Starred Repository type: object @@ -91228,8 +91248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response if this repository is starred by you @@ -91257,8 +91277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -91282,8 +91302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *273 - - *274 + - *289 + - *290 responses: '204': description: Response @@ -91355,7 +91375,7 @@ paths: application/json: schema: type: array - items: *254 + items: *270 examples: default: value: @@ -91442,10 +91462,10 @@ paths: application/json: schema: oneOf: + - *568 - *567 - - *566 examples: - default-response: &587 + default-response: &588 summary: Default response value: login: octocat @@ -91480,7 +91500,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &588 + response-with-git-hub-plan-information: &589 summary: Response with GitHub plan information value: login: octocat @@ -91592,11 +91612,11 @@ paths: application/json: schema: oneOf: + - *568 - *567 - - *566 examples: - default-response: *587 - response-with-git-hub-plan-information: *588 + default-response: *588 + response-with-git-hub-plan-information: *589 '404': *24 x-github: githubCloudOnly: false @@ -91627,7 +91647,7 @@ paths: type: array items: *210 examples: - default: *577 + default: *578 '403': *41 '401': *39 x-github: @@ -92031,9 +92051,9 @@ paths: application/json: schema: type: array - items: *569 + items: *570 examples: - default: *589 + default: *590 headers: Link: *6 x-github: @@ -92137,7 +92157,7 @@ paths: application/json: schema: *37 examples: - default: *422 + default: *438 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92218,7 +92238,7 @@ paths: type: array items: *68 examples: - default: *575 + default: *576 headers: Link: *6 x-github: @@ -92257,7 +92277,7 @@ paths: - docker - nuget - container - - *576 + - *577 - *8 - *5 - *4 @@ -92270,10 +92290,10 @@ paths: type: array items: *210 examples: - default: *577 + default: *578 '403': *41 '401': *39 - '400': *578 + '400': *579 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92303,7 +92323,7 @@ paths: application/json: schema: *210 examples: - default: *590 + default: *591 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -92936,9 +92956,9 @@ paths: application/json: schema: type: array - items: *581 + items: *582 examples: - default: *582 + default: *583 headers: Link: *6 x-github: @@ -92968,9 +92988,9 @@ paths: application/json: schema: type: array - items: *583 + items: *584 examples: - default: *591 + default: *592 headers: Link: *6 x-github: @@ -92995,7 +93015,7 @@ paths: url: https://docs.github.com/enterprise-server@3.14/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *8 - - *592 + - *593 - *9 - *4 - *5 @@ -93007,11 +93027,11 @@ paths: schema: anyOf: - type: array - items: *593 + items: *594 - type: array items: *82 examples: - default-response: *586 + default-response: *587 headers: Link: *6 x-github: @@ -93223,7 +93243,7 @@ webhooks: type: string enum: - disabled - enterprise: &594 + enterprise: &595 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -93292,7 +93312,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &595 + installation: &596 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -93313,7 +93333,7 @@ webhooks: required: - id - node_id - organization: &596 + organization: &597 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -93386,7 +93406,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &597 + repository: &598 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -94299,10 +94319,10 @@ webhooks: type: string enum: - enabled - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -94388,11 +94408,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - rule: &598 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + rule: &599 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-server@3.14/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -94609,11 +94629,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - rule: *598 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + rule: *599 sender: *17 required: - action @@ -94791,11 +94811,11 @@ webhooks: - everyone required: - from - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - rule: *598 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + rule: *599 sender: *17 required: - action @@ -94876,11 +94896,11 @@ webhooks: type: string enum: - cancelled - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - exemption_request: &599 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + exemption_request: &600 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -95118,7 +95138,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &600 + items: &601 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -95238,11 +95258,11 @@ webhooks: type: string enum: - completed - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - exemption_request: *599 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + exemption_request: *600 sender: *17 required: - action @@ -95322,11 +95342,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - exemption_request: *599 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + exemption_request: *600 sender: *17 required: - action @@ -95406,12 +95426,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - exemption_request: *599 - exemption_response: *600 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + exemption_request: *600 + exemption_response: *601 sender: *17 required: - action @@ -95493,12 +95513,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - exemption_request: *599 - exemption_response: *600 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + exemption_request: *600 + exemption_response: *601 sender: *17 required: - action @@ -95583,12 +95603,12 @@ webhooks: type: string cache_location: type: string - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 ref: type: string - repository: *597 + repository: *598 sender: *17 required: - cache_location @@ -95682,7 +95702,7 @@ webhooks: type: string enum: - completed - check_run: &602 + check_run: &603 title: CheckRun description: A check performed on the code of a given code change type: object @@ -95747,7 +95767,7 @@ webhooks: - MDEwOkNoZWNrU3VpdGU1 pull_requests: type: array - items: *342 + items: *358 repository: *148 status: type: string @@ -95792,7 +95812,7 @@ webhooks: - examples: - neutral - deployment: *601 + deployment: *602 details_url: type: string examples: @@ -95852,7 +95872,7 @@ webhooks: - annotations_url pull_requests: type: array - items: *342 + items: *358 started_at: type: string format: date-time @@ -95890,9 +95910,9 @@ webhooks: - output - app - pull_requests - installation: *595 - organization: *596 - repository: *597 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - check_run @@ -96295,10 +96315,10 @@ webhooks: type: string enum: - created - check_run: *602 - installation: *595 - organization: *596 - repository: *597 + check_run: *603 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - check_run @@ -96704,10 +96724,10 @@ webhooks: type: string enum: - requested_action - check_run: *602 - installation: *595 - organization: *596 - repository: *597 + check_run: *603 + installation: *596 + organization: *597 + repository: *598 requested_action: description: The action requested by the user. type: object @@ -97122,10 +97142,10 @@ webhooks: type: string enum: - rerequested - check_run: *602 - installation: *595 - organization: *596 - repository: *597 + check_run: *603 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - check_run @@ -98127,10 +98147,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -98825,10 +98845,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -99517,10 +99537,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -99696,7 +99716,7 @@ webhooks: required: - login - id - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -99848,20 +99868,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &603 + commit_oid: &604 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: *594 - installation: *595 - organization: *596 - ref: &604 + enterprise: *595 + installation: *596 + organization: *597 + ref: &605 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: *597 + repository: *598 sender: *17 required: - action @@ -100035,7 +100055,7 @@ webhooks: required: - login - id - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -100276,12 +100296,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *603 - enterprise: *594 - installation: *595 - organization: *596 - ref: *604 - repository: *597 + commit_oid: *604 + enterprise: *595 + installation: *596 + organization: *597 + ref: *605 + repository: *598 sender: *17 required: - action @@ -100389,7 +100409,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -100571,12 +100591,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *603 - enterprise: *594 - installation: *595 - organization: *596 - ref: *604 - repository: *597 + commit_oid: *604 + enterprise: *595 + installation: *596 + organization: *597 + ref: *605 + repository: *598 sender: *17 required: - action @@ -100752,7 +100772,7 @@ webhooks: required: - login - id - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -100929,12 +100949,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *603 - enterprise: *594 - installation: *595 - organization: *596 - ref: *604 - repository: *597 + commit_oid: *604 + enterprise: *595 + installation: *596 + organization: *597 + ref: *605 + repository: *598 sender: *17 required: - action @@ -101044,7 +101064,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -101224,9 +101244,9 @@ webhooks: type: - string - 'null' - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -101234,7 +101254,7 @@ webhooks: type: - string - 'null' - repository: *597 + repository: *598 sender: *17 required: - action @@ -101340,7 +101360,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *354 + dismissed_comment: *370 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -101487,12 +101507,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *603 - enterprise: *594 - installation: *595 - organization: *596 - ref: *604 - repository: *597 + commit_oid: *604 + enterprise: *595 + installation: *596 + organization: *597 + ref: *605 + repository: *598 sender: *17 required: - action @@ -101764,10 +101784,10 @@ webhooks: - updated_at - author_association - body - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -101858,18 +101878,18 @@ webhooks: type: - string - 'null' - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *596 - pusher_type: &605 + organization: *597 + pusher_type: &606 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &606 + ref: &607 description: The [`git ref`](https://docs.github.com/enterprise-server@3.14/rest/git/refs#get-a-reference) resource. type: string @@ -101879,7 +101899,7 @@ webhooks: enum: - tag - branch - repository: *597 + repository: *598 sender: *17 required: - ref @@ -101968,18 +101988,18 @@ webhooks: title: delete event type: object properties: - enterprise: *594 - installation: *595 - organization: *596 - pusher_type: *605 - ref: *606 + enterprise: *595 + installation: *596 + organization: *597 + pusher_type: *606 + ref: *607 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *597 + repository: *598 sender: *17 required: - ref @@ -102073,11 +102093,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102171,11 +102191,11 @@ webhooks: type: string enum: - auto_reopened - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102269,11 +102289,11 @@ webhooks: type: string enum: - created - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102365,11 +102385,11 @@ webhooks: type: string enum: - dismissed - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102461,11 +102481,11 @@ webhooks: type: string enum: - fixed - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102558,11 +102578,11 @@ webhooks: type: string enum: - reintroduced - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102654,11 +102674,11 @@ webhooks: type: string enum: - reopened - alert: *385 - installation: *595 - organization: *596 - enterprise: *594 - repository: *597 + alert: *401 + installation: *596 + organization: *597 + enterprise: *595 + repository: *598 sender: *17 required: - action @@ -102745,9 +102765,9 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - key: &607 + enterprise: *595 + installation: *596 + key: &608 description: The [`deploy key`](https://docs.github.com/enterprise-server@3.14/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -102783,8 +102803,8 @@ webhooks: - verified - created_at - read_only - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -102871,11 +102891,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - key: *607 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + key: *608 + organization: *597 + repository: *598 sender: *17 required: - action @@ -103457,12 +103477,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - workflow: &611 + workflow: &612 title: Workflow type: - object @@ -104210,13 +104230,13 @@ webhooks: description: The URL to review the deployment protection rule. type: string format: uri - deployment: *391 + deployment: *407 pull_requests: type: array - items: *469 - repository: *597 - organization: *596 - installation: *595 + items: *485 + repository: *598 + organization: *597 + installation: *596 sender: *17 responses: '200': @@ -104297,7 +104317,7 @@ webhooks: type: string enum: - approved - approver: &608 + approver: &609 type: object properties: avatar_url: @@ -104340,11 +104360,11 @@ webhooks: type: string comment: type: string - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - reviewers: &609 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + reviewers: &610 type: array items: type: object @@ -104425,7 +104445,7 @@ webhooks: sender: *17 since: type: string - workflow_job_run: &610 + workflow_job_run: &611 type: object properties: conclusion: @@ -105181,18 +105201,18 @@ webhooks: type: string enum: - rejected - approver: *608 + approver: *609 comment: type: string - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - reviewers: *609 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + reviewers: *610 sender: *17 since: type: string - workflow_job_run: *610 + workflow_job_run: *611 workflow_job_runs: type: array items: @@ -105919,13 +105939,13 @@ webhooks: type: string enum: - requested - enterprise: *594 + enterprise: *595 environment: type: string - installation: *595 - organization: *596 - repository: *597 - requestor: &616 + installation: *596 + organization: *597 + repository: *598 + requestor: &617 title: User type: - object @@ -107878,12 +107898,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - workflow: *611 + workflow: *612 workflow_run: title: Deployment Workflow Run type: @@ -108584,7 +108604,7 @@ webhooks: type: string enum: - answered - answer: &614 + answer: &615 type: object properties: author_association: @@ -108744,7 +108764,7 @@ webhooks: - created_at - updated_at - body - discussion: &612 + discussion: &613 title: Discussion description: A Discussion in a repository. type: object @@ -109040,7 +109060,7 @@ webhooks: - id labels: type: array - items: *431 + items: *447 required: - repository_url - category @@ -109062,10 +109082,10 @@ webhooks: - author_association - active_lock_reason - body - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109202,11 +109222,11 @@ webhooks: - from required: - category - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109299,11 +109319,11 @@ webhooks: type: string enum: - closed - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109395,7 +109415,7 @@ webhooks: type: string enum: - created - comment: &613 + comment: &614 type: object properties: author_association: @@ -109555,11 +109575,11 @@ webhooks: - updated_at - body - reactions - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109652,12 +109672,12 @@ webhooks: type: string enum: - deleted - comment: *613 - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + comment: *614 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109762,12 +109782,12 @@ webhooks: - from required: - body - comment: *613 - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + comment: *614 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109861,11 +109881,11 @@ webhooks: type: string enum: - created - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -109957,11 +109977,11 @@ webhooks: type: string enum: - deleted - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110071,11 +110091,11 @@ webhooks: type: string required: - from - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110167,10 +110187,10 @@ webhooks: type: string enum: - labeled - discussion: *612 - enterprise: *594 - installation: *595 - label: &615 + discussion: *613 + enterprise: *595 + installation: *596 + label: &616 title: Label type: object properties: @@ -110203,8 +110223,8 @@ webhooks: - color - default - description - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110297,11 +110317,11 @@ webhooks: type: string enum: - locked - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110393,11 +110413,11 @@ webhooks: type: string enum: - pinned - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110489,11 +110509,11 @@ webhooks: type: string enum: - reopened - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110588,16 +110608,16 @@ webhooks: changes: type: object properties: - new_discussion: *612 - new_repository: *597 + new_discussion: *613 + new_repository: *598 required: - new_discussion - new_repository - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110690,10 +110710,10 @@ webhooks: type: string enum: - unanswered - discussion: *612 - old_answer: *614 - organization: *596 - repository: *597 + discussion: *613 + old_answer: *615 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110785,12 +110805,12 @@ webhooks: type: string enum: - unlabeled - discussion: *612 - enterprise: *594 - installation: *595 - label: *615 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110883,11 +110903,11 @@ webhooks: type: string enum: - unlocked - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -110979,11 +110999,11 @@ webhooks: type: string enum: - unpinned - discussion: *612 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + discussion: *613 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -111224,7 +111244,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *594 + enterprise: *595 forkee: description: The created [`repository`](https://docs.github.com/enterprise-server@3.14/rest/repos/repos#get-a-repository) resource. @@ -111902,9 +111922,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *595 - organization: *596 - repository: *597 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - forkee @@ -112070,9 +112090,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pages: description: The pages that were updated. type: array @@ -112110,7 +112130,7 @@ webhooks: - action - sha - html_url - repository: *597 + repository: *598 sender: *17 required: - pages @@ -112196,10 +112216,10 @@ webhooks: type: string enum: - created - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories: &617 + organization: *597 + repositories: &618 description: An array of repository objects that the installation can access. type: array @@ -112225,8 +112245,8 @@ webhooks: - name - full_name - private - repository: *597 - requester: *616 + repository: *598 + requester: *617 sender: *17 required: - action @@ -112311,11 +112331,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories: *617 - repository: *597 + organization: *597 + repositories: *618 + repository: *598 requester: type: - 'null' @@ -112402,11 +112422,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories: *617 - repository: *597 + organization: *597 + repositories: *618 + repository: *598 requester: type: - 'null' @@ -112493,10 +112513,10 @@ webhooks: type: string enum: - added - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories_added: &618 + organization: *597 + repositories_added: &619 description: An array of repository objects, which were added to the installation. type: array @@ -112542,15 +112562,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *597 - repository_selection: &619 + repository: *598 + repository_selection: &620 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *616 + requester: *617 sender: *17 required: - action @@ -112639,10 +112659,10 @@ webhooks: type: string enum: - removed - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories_added: *618 + organization: *597 + repositories_added: *619 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -112669,9 +112689,9 @@ webhooks: - name - full_name - private - repository: *597 - repository_selection: *619 - requester: *616 + repository: *598 + repository_selection: *620 + requester: *617 sender: *17 required: - action @@ -112760,11 +112780,11 @@ webhooks: type: string enum: - suspend - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories: *617 - repository: *597 + organization: *597 + repositories: *618 + repository: *598 requester: type: - 'null' @@ -112957,10 +112977,10 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 target_type: type: string @@ -113049,11 +113069,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *594 + enterprise: *595 installation: *37 - organization: *596 - repositories: *617 - repository: *597 + organization: *597 + repositories: *618 + repository: *598 requester: type: - 'null' @@ -113311,8 +113331,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -114159,7 +114179,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -114503,8 +114523,8 @@ webhooks: - state - locked - assignee - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -114594,7 +114614,7 @@ webhooks: type: string enum: - deleted - comment: &620 + comment: &621 title: issue comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/issues/comments#get-an-issue-comment) itself. @@ -114761,8 +114781,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -115605,7 +115625,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -115951,8 +115971,8 @@ webhooks: - state - locked - assignee - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -116042,7 +116062,7 @@ webhooks: type: string enum: - edited - changes: &641 + changes: &642 description: The changes to the comment. type: object properties: @@ -116054,9 +116074,9 @@ webhooks: type: string required: - from - comment: *620 - enterprise: *594 - installation: *595 + comment: *621 + enterprise: *595 + installation: *596 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) the comment belongs to. @@ -116902,7 +116922,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -117246,8 +117266,8 @@ webhooks: - state - locked - assignee - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -117339,10 +117359,10 @@ webhooks: type: string enum: - assigned - assignee: *616 - enterprise: *594 - installation: *595 - issue: &623 + assignee: *617 + enterprise: *595 + installation: *596 + issue: &624 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -118184,7 +118204,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -118287,8 +118307,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -118378,8 +118398,8 @@ webhooks: type: string enum: - closed - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -119226,7 +119246,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -119472,8 +119492,8 @@ webhooks: required: - state - closed_at - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -119562,8 +119582,8 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -120401,7 +120421,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -120503,8 +120523,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -120593,8 +120613,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -121455,7 +121475,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -121536,7 +121556,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &621 + milestone: &622 title: Milestone description: A collection of related issues and pull requests. type: object @@ -121679,8 +121699,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -121789,8 +121809,8 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -122629,7 +122649,7 @@ webhooks: timeline_url: type: string format: uri - type: *551 + type: *552 title: description: Title of the issue type: string @@ -122735,9 +122755,9 @@ webhooks: - active_lock_reason - body - reactions - label: *615 - organization: *596 - repository: *597 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -122827,8 +122847,8 @@ webhooks: type: string enum: - labeled - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -123666,7 +123686,7 @@ webhooks: timeline_url: type: string format: uri - type: *551 + type: *552 title: description: Title of the issue type: string @@ -123772,9 +123792,9 @@ webhooks: - active_lock_reason - body - reactions - label: *615 - organization: *596 - repository: *597 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -123864,8 +123884,8 @@ webhooks: type: string enum: - locked - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -124728,7 +124748,7 @@ webhooks: timeline_url: type: string format: uri - type: *551 + type: *552 title: description: Title of the issue type: string @@ -124811,8 +124831,8 @@ webhooks: format: uri user_view_type: type: string - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -124901,8 +124921,8 @@ webhooks: type: string enum: - milestoned - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -125762,7 +125782,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -125842,9 +125862,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *621 - organization: *596 - repository: *597 + milestone: *622 + organization: *597 + repository: *598 sender: *17 required: - action @@ -126855,7 +126875,7 @@ webhooks: required: - login - id - type: *551 + type: *552 required: - id - number @@ -127336,8 +127356,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -128179,7 +128199,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -128281,8 +128301,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -128372,9 +128392,9 @@ webhooks: type: string enum: - pinned - enterprise: *594 - installation: *595 - issue: &622 + enterprise: *595 + installation: *596 + issue: &623 title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) itself. @@ -129210,7 +129230,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -129312,8 +129332,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -129402,8 +129422,8 @@ webhooks: type: string enum: - reopened - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -130347,9 +130367,9 @@ webhooks: format: uri user_view_type: type: string - type: *551 - organization: *596 - repository: *597 + type: *552 + organization: *597 + repository: *598 sender: *17 required: - action @@ -131278,7 +131298,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -131860,11 +131880,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *594 - installation: *595 - issue: *622 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + issue: *623 + organization: *597 + repository: *598 sender: *17 required: - action @@ -131955,7 +131975,7 @@ webhooks: type: string enum: - unassigned - assignee: &644 + assignee: &645 title: User type: - object @@ -132027,11 +132047,11 @@ webhooks: required: - login - id - enterprise: *594 - installation: *595 - issue: *623 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + issue: *624 + organization: *597 + repository: *598 sender: *17 required: - action @@ -132120,12 +132140,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *594 - installation: *595 - issue: *623 - label: *615 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + issue: *624 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -132215,8 +132235,8 @@ webhooks: type: string enum: - unlocked - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-server@3.14/rest/issues/issues#get-an-issue) @@ -133080,7 +133100,7 @@ webhooks: title: description: Title of the issue type: string - type: *551 + type: *552 updated_at: type: string format: date-time @@ -133160,8 +133180,8 @@ webhooks: format: uri user_view_type: type: string - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133251,11 +133271,11 @@ webhooks: type: string enum: - unpinned - enterprise: *594 - installation: *595 - issue: *622 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + issue: *623 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133344,11 +133364,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - label: *615 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133436,11 +133456,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - label: *615 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133560,11 +133580,11 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - label: *615 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + label: *616 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133678,11 +133698,11 @@ webhooks: type: string required: - to - enterprise: *594 - installation: *595 - member: *616 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + member: *617 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133794,11 +133814,11 @@ webhooks: type: - string - 'null' - enterprise: *594 - installation: *595 - member: *616 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + member: *617 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133887,11 +133907,11 @@ webhooks: type: string enum: - removed - enterprise: *594 - installation: *595 - member: *616 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + member: *617 + organization: *597 + repository: *598 sender: *17 required: - action @@ -133979,11 +133999,11 @@ webhooks: type: string enum: - added - enterprise: *594 - installation: *595 - member: *616 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + member: *617 + organization: *597 + repository: *598 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134061,7 +134081,7 @@ webhooks: required: - login - id - team: &624 + team: &625 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -134264,11 +134284,11 @@ webhooks: type: string enum: - removed - enterprise: *594 - installation: *595 - member: *616 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + member: *617 + organization: *597 + repository: *598 scope: description: The scope of the membership. Currently, can only be `team`. @@ -134347,7 +134367,7 @@ webhooks: required: - login - id - team: *624 + team: *625 required: - action - scope @@ -134435,7 +134455,7 @@ webhooks: type: string enum: - deleted - enterprise: *594 + enterprise: *595 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -134544,12 +134564,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *595 - organization: *596 + installation: *596 + organization: *597 repository: anyOf: - type: 'null' - - *597 + - *598 sender: *17 required: - action @@ -134639,11 +134659,11 @@ webhooks: type: string enum: - closed - enterprise: *594 - installation: *595 - milestone: *621 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + milestone: *622 + organization: *597 + repository: *598 sender: *17 required: - action @@ -134732,9 +134752,9 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - milestone: &625 + enterprise: *595 + installation: *596 + milestone: &626 title: Milestone description: A collection of related issues and pull requests. type: object @@ -134876,8 +134896,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -134966,11 +134986,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - milestone: *621 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + milestone: *622 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135090,11 +135110,11 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - milestone: *621 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + milestone: *622 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135184,11 +135204,11 @@ webhooks: type: string enum: - opened - enterprise: *594 - installation: *595 - milestone: *625 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + milestone: *626 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135277,9 +135297,9 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - membership: &626 + enterprise: *595 + installation: *596 + membership: &627 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -135389,8 +135409,8 @@ webhooks: - role - organization_url - user - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135478,11 +135498,11 @@ webhooks: type: string enum: - member_added - enterprise: *594 - installation: *595 - membership: *626 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + membership: *627 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135571,8 +135591,8 @@ webhooks: type: string enum: - member_invited - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -135694,10 +135714,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 - user: *616 + user: *617 required: - action - invitation @@ -135785,11 +135805,11 @@ webhooks: type: string enum: - member_removed - enterprise: *594 - installation: *595 - membership: *626 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + membership: *627 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135886,11 +135906,11 @@ webhooks: properties: from: type: string - enterprise: *594 - installation: *595 - membership: *626 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + membership: *627 + organization: *597 + repository: *598 sender: *17 required: - action @@ -135976,9 +135996,9 @@ webhooks: type: string enum: - published - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 package: description: Information about the package. type: object @@ -136501,7 +136521,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &627 + items: &628 title: Ruby Gems metadata type: object properties: @@ -136598,7 +136618,7 @@ webhooks: - owner - package_version - registry - repository: *597 + repository: *598 sender: *17 required: - action @@ -136684,9 +136704,9 @@ webhooks: type: string enum: - updated - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 package: description: Information about the package. type: object @@ -137048,7 +137068,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *627 + items: *628 source_url: type: string format: uri @@ -137119,7 +137139,7 @@ webhooks: - owner - package_version - registry - repository: *597 + repository: *598 sender: *17 required: - action @@ -137310,12 +137330,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *594 + enterprise: *595 id: type: integer - installation: *595 - organization: *596 - repository: *597 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - id @@ -137392,7 +137412,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &628 + personal_access_token_request: &629 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -137542,10 +137562,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *594 - organization: *596 + enterprise: *595 + organization: *597 sender: *17 - installation: *595 + installation: *596 required: - action - personal_access_token_request @@ -137622,11 +137642,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *628 - enterprise: *594 - organization: *596 + personal_access_token_request: *629 + enterprise: *595 + organization: *597 sender: *17 - installation: *595 + installation: *596 required: - action - personal_access_token_request @@ -137702,11 +137722,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *628 - enterprise: *594 - organization: *596 + personal_access_token_request: *629 + enterprise: *595 + organization: *597 sender: *17 - installation: *595 + installation: *596 required: - action - personal_access_token_request @@ -137781,11 +137801,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *628 - organization: *596 - enterprise: *594 + personal_access_token_request: *629 + organization: *597 + enterprise: *595 sender: *17 - installation: *595 + installation: *596 required: - action - personal_access_token_request @@ -137900,7 +137920,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *629 + last_response: *630 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -137932,8 +137952,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 zen: description: Random string of GitHub zen. @@ -138188,10 +138208,10 @@ webhooks: - from required: - note - enterprise: *594 - installation: *595 - organization: *596 - project_card: &630 + enterprise: *595 + installation: *596 + organization: *597 + project_card: &631 title: Project Card type: object properties: @@ -138314,7 +138334,7 @@ webhooks: - creator - created_at - updated_at - repository: *597 + repository: *598 sender: *17 required: - action @@ -138405,11 +138425,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - project_card: *630 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project_card: *631 + repository: *598 sender: *17 required: - action @@ -138499,9 +138519,9 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 project_card: title: Project Card type: object @@ -138631,7 +138651,7 @@ webhooks: repository: anyOf: - type: 'null' - - *597 + - *598 sender: *17 required: - action @@ -138735,11 +138755,11 @@ webhooks: - from required: - note - enterprise: *594 - installation: *595 - organization: *596 - project_card: *630 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project_card: *631 + repository: *598 sender: *17 required: - action @@ -138843,9 +138863,9 @@ webhooks: - from required: - column_id - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 project_card: allOf: - title: Project Card @@ -139042,7 +139062,7 @@ webhooks: type: string required: - after_id - repository: *597 + repository: *598 sender: *17 required: - action @@ -139132,10 +139152,10 @@ webhooks: type: string enum: - closed - enterprise: *594 - installation: *595 - organization: *596 - project: &632 + enterprise: *595 + installation: *596 + organization: *597 + project: &633 title: Project type: object properties: @@ -139262,7 +139282,7 @@ webhooks: - creator - created_at - updated_at - repository: *597 + repository: *598 sender: *17 required: - action @@ -139352,10 +139372,10 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - project_column: &631 + enterprise: *595 + installation: *596 + organization: *597 + project_column: &632 title: Project Column type: object properties: @@ -139395,7 +139415,7 @@ webhooks: - name - created_at - updated_at - repository: *597 + repository: *598 sender: *17 required: - action @@ -139484,14 +139504,14 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - project_column: *631 + enterprise: *595 + installation: *596 + organization: *597 + project_column: *632 repository: anyOf: - type: 'null' - - *597 + - *598 sender: *17 required: - action @@ -139590,11 +139610,11 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - organization: *596 - project_column: *631 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project_column: *632 + repository: *598 sender: *17 required: - action @@ -139684,11 +139704,11 @@ webhooks: type: string enum: - moved - enterprise: *594 - installation: *595 - organization: *596 - project_column: *631 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project_column: *632 + repository: *598 sender: *17 required: - action @@ -139778,11 +139798,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - project: *632 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project: *633 + repository: *598 sender: *17 required: - action @@ -139872,14 +139892,14 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - project: *632 + enterprise: *595 + installation: *596 + organization: *597 + project: *633 repository: anyOf: - type: 'null' - - *597 + - *598 sender: *17 required: - action @@ -139990,11 +140010,11 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - organization: *596 - project: *632 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project: *633 + repository: *598 sender: *17 required: - action @@ -140083,11 +140103,11 @@ webhooks: type: string enum: - reopened - enterprise: *594 - installation: *595 - organization: *596 - project: *632 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + project: *633 + repository: *598 sender: *17 required: - action @@ -140178,9 +140198,9 @@ webhooks: type: string enum: - closed - installation: *595 - organization: *596 - projects_v2: &633 + installation: *596 + organization: *597 + projects_v2: &634 title: Projects v2 Project description: A projects v2 project type: object @@ -140338,9 +140358,9 @@ webhooks: type: string enum: - created - installation: *595 - organization: *596 - projects_v2: *633 + installation: *596 + organization: *597 + projects_v2: *634 sender: *17 required: - action @@ -140431,9 +140451,9 @@ webhooks: type: string enum: - deleted - installation: *595 - organization: *596 - projects_v2: *633 + installation: *596 + organization: *597 + projects_v2: *634 sender: *17 required: - action @@ -140564,9 +140584,9 @@ webhooks: type: string to: type: string - installation: *595 - organization: *596 - projects_v2: *633 + installation: *596 + organization: *597 + projects_v2: *634 sender: *17 required: - action @@ -140659,7 +140679,7 @@ webhooks: type: string enum: - archived - changes: &637 + changes: &638 type: object properties: archived_at: @@ -140675,9 +140695,9 @@ webhooks: - string - 'null' format: date-time - installation: *595 - organization: *596 - projects_v2_item: &634 + installation: *596 + organization: *597 + projects_v2_item: &635 title: Projects v2 Item description: An item belonging to a project type: object @@ -140826,9 +140846,9 @@ webhooks: - 'null' to: type: string - installation: *595 - organization: *596 - projects_v2_item: *634 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -140920,9 +140940,9 @@ webhooks: type: string enum: - created - installation: *595 - organization: *596 - projects_v2_item: *634 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -141013,9 +141033,9 @@ webhooks: type: string enum: - deleted - installation: *595 - organization: *596 - projects_v2_item: *634 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -141130,7 +141150,7 @@ webhooks: oneOf: - type: string - type: integer - - &635 + - &636 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -141150,7 +141170,7 @@ webhooks: required: - id - name - - &636 + - &637 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -141179,8 +141199,8 @@ webhooks: oneOf: - type: string - type: integer - - *635 - *636 + - *637 type: - 'null' - string @@ -141203,9 +141223,9 @@ webhooks: - 'null' required: - body - installation: *595 - organization: *596 - projects_v2_item: *634 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -141312,9 +141332,9 @@ webhooks: type: - string - 'null' - installation: *595 - organization: *596 - projects_v2_item: *634 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -141407,10 +141427,10 @@ webhooks: type: string enum: - restored - changes: *637 - installation: *595 - organization: *596 - projects_v2_item: *634 + changes: *638 + installation: *596 + organization: *597 + projects_v2_item: *635 sender: *17 required: - action @@ -141502,9 +141522,9 @@ webhooks: type: string enum: - reopened - installation: *595 - organization: *596 - projects_v2: *633 + installation: *596 + organization: *597 + projects_v2: *634 sender: *17 required: - action @@ -141585,10 +141605,10 @@ webhooks: title: public event type: object properties: - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - repository @@ -141675,13 +141695,13 @@ webhooks: type: string enum: - assigned - assignee: *616 - enterprise: *594 - installation: *595 - number: &638 + assignee: *617 + enterprise: *595 + installation: *596 + number: &639 description: The pull request number. type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -144030,7 +144050,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -144122,11 +144142,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -146468,7 +146488,7 @@ webhooks: - draft reason: type: string - repository: *597 + repository: *598 sender: *17 required: - action @@ -146560,11 +146580,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -148906,7 +148926,7 @@ webhooks: - draft reason: type: string - repository: *597 + repository: *598 sender: *17 required: - action @@ -148998,13 +149018,13 @@ webhooks: type: string enum: - closed - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: &639 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: &640 allOf: - - *469 + - *485 - type: object properties: allow_auto_merge: @@ -149066,7 +149086,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *597 + repository: *598 sender: *17 required: - action @@ -149157,12 +149177,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: *639 - repository: *597 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: *640 + repository: *598 sender: *17 required: - action @@ -149252,11 +149272,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *594 - milestone: *374 - number: *638 - organization: *596 - pull_request: &640 + enterprise: *595 + milestone: *390 + number: *639 + organization: *597 + pull_request: &641 title: Pull Request type: object properties: @@ -151583,7 +151603,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -151715,12 +151735,12 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: *639 - repository: *597 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: *640 + repository: *598 sender: *17 required: - action @@ -151810,11 +151830,11 @@ webhooks: type: string enum: - labeled - enterprise: *594 - installation: *595 - label: *615 - number: *638 - organization: *596 + enterprise: *595 + installation: *596 + label: *616 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -154162,7 +154182,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -154253,10 +154273,10 @@ webhooks: type: string enum: - locked - enterprise: *594 - installation: *595 - number: *638 - organization: *596 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -156602,7 +156622,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -156692,12 +156712,12 @@ webhooks: type: string enum: - milestoned - enterprise: *594 - milestone: *374 - number: *638 - organization: *596 - pull_request: *640 - repository: *597 + enterprise: *595 + milestone: *390 + number: *639 + organization: *597 + pull_request: *641 + repository: *598 sender: *17 required: - action @@ -156786,12 +156806,12 @@ webhooks: type: string enum: - opened - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: *639 - repository: *597 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: *640 + repository: *598 sender: *17 required: - action @@ -156882,12 +156902,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: *639 - repository: *597 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: *640 + repository: *598 sender: *17 required: - action @@ -156977,12 +156997,12 @@ webhooks: type: string enum: - reopened - enterprise: *594 - installation: *595 - number: *638 - organization: *596 - pull_request: *639 - repository: *597 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 + pull_request: *640 + repository: *598 sender: *17 required: - action @@ -157367,9 +157387,9 @@ webhooks: - start_side - side - reactions - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: type: object properties: @@ -159599,7 +159619,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *597 + repository: *598 sender: *17 required: - action @@ -159689,7 +159709,7 @@ webhooks: type: string enum: - deleted - comment: &642 + comment: &643 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-server@3.14/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -159982,9 +160002,9 @@ webhooks: - start_side - side - reactions - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: type: object properties: @@ -162202,7 +162222,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *597 + repository: *598 sender: *17 required: - action @@ -162292,11 +162312,11 @@ webhooks: type: string enum: - edited - changes: *641 - comment: *642 - enterprise: *594 - installation: *595 - organization: *596 + changes: *642 + comment: *643 + enterprise: *595 + installation: *596 + organization: *597 pull_request: type: object properties: @@ -164517,7 +164537,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *597 + repository: *598 sender: *17 required: - action @@ -164608,9 +164628,9 @@ webhooks: type: string enum: - dismissed - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: title: Simple Pull Request type: object @@ -166843,7 +166863,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *597 + repository: *598 review: description: The review that was affected. type: object @@ -167099,9 +167119,9 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: title: Simple Pull Request type: object @@ -169215,8 +169235,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *597 - review: &643 + repository: *598 + review: &644 description: The review that was affected. type: object properties: @@ -169459,12 +169479,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: description: The pull request number. type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -171811,7 +171831,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 requested_reviewer: title: User type: @@ -171897,12 +171917,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: description: The pull request number. type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -174256,7 +174276,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 requested_team: title: Team description: Groups of organization members that gives permissions @@ -174461,12 +174481,12 @@ webhooks: type: string enum: - review_requested - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: description: The pull request number. type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -176815,7 +176835,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 requested_reviewer: title: User type: @@ -176902,12 +176922,12 @@ webhooks: type: string enum: - review_requested - enterprise: *594 - installation: *595 + enterprise: *595 + installation: *596 number: description: The pull request number. type: integer - organization: *596 + organization: *597 pull_request: title: Pull Request type: object @@ -179247,7 +179267,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 requested_team: title: Team description: Groups of organization members that gives permissions @@ -179441,9 +179461,9 @@ webhooks: type: string enum: - submitted - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: title: Simple Pull Request type: object @@ -181679,8 +181699,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *597 - review: *643 + repository: *598 + review: *644 sender: *17 required: - action @@ -181770,9 +181790,9 @@ webhooks: type: string enum: - resolved - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: title: Simple Pull Request type: object @@ -183903,7 +183923,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *597 + repository: *598 sender: *17 thread: type: object @@ -184305,9 +184325,9 @@ webhooks: type: string enum: - unresolved - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 pull_request: title: Simple Pull Request type: object @@ -186421,7 +186441,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *597 + repository: *598 sender: *17 thread: type: object @@ -186825,10 +186845,10 @@ webhooks: type: string before: type: string - enterprise: *594 - installation: *595 - number: *638 - organization: *596 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -189163,7 +189183,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -189255,11 +189275,11 @@ webhooks: type: string enum: - unassigned - assignee: *644 - enterprise: *594 - installation: *595 - number: *638 - organization: *596 + assignee: *645 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -191609,7 +191629,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -191698,11 +191718,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *594 - installation: *595 - label: *615 - number: *638 - organization: *596 + enterprise: *595 + installation: *596 + label: *616 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -194041,7 +194061,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -194132,10 +194152,10 @@ webhooks: type: string enum: - unlocked - enterprise: *594 - installation: *595 - number: *638 - organization: *596 + enterprise: *595 + installation: *596 + number: *639 + organization: *597 pull_request: title: Pull Request type: object @@ -196464,7 +196484,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *597 + repository: *598 sender: *17 required: - action @@ -196677,7 +196697,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *594 + enterprise: *595 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -196772,8 +196792,8 @@ webhooks: - url - author - committer - installation: *595 - organization: *596 + installation: *596 + organization: *597 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -197371,9 +197391,9 @@ webhooks: type: string enum: - published - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 registry_package: type: object properties: @@ -197850,7 +197870,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *627 + items: *628 summary: type: string tag_name: @@ -197906,7 +197926,7 @@ webhooks: - owner - package_version - registry - repository: *597 + repository: *598 sender: *17 required: - action @@ -197994,9 +198014,9 @@ webhooks: type: string enum: - updated - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 registry_package: type: object properties: @@ -198308,7 +198328,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *627 + items: *628 summary: type: string tag_name: @@ -198358,7 +198378,7 @@ webhooks: - owner - package_version - registry - repository: *597 + repository: *598 sender: *17 required: - action @@ -198445,10 +198465,10 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - release: &645 + enterprise: *595 + installation: *596 + organization: *597 + release: &646 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -198773,7 +198793,7 @@ webhooks: - tarball_url - zipball_url - body - repository: *597 + repository: *598 sender: *17 required: - action @@ -198860,11 +198880,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - release: *645 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + release: *646 + repository: *598 sender: *17 required: - action @@ -198991,11 +199011,11 @@ webhooks: type: boolean required: - to - enterprise: *594 - installation: *595 - organization: *596 - release: *645 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + release: *646 + repository: *598 sender: *17 required: - action @@ -199083,9 +199103,9 @@ webhooks: type: string enum: - prereleased - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 release: title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) @@ -199415,7 +199435,7 @@ webhooks: - string - 'null' format: uri - repository: *597 + repository: *598 sender: *17 required: - action @@ -199501,10 +199521,10 @@ webhooks: type: string enum: - published - enterprise: *594 - installation: *595 - organization: *596 - release: &646 + enterprise: *595 + installation: *596 + organization: *597 + release: &647 title: Release description: The [release](https://docs.github.com/enterprise-server@3.14/rest/releases/releases/#get-a-release) object. @@ -199831,7 +199851,7 @@ webhooks: - string - 'null' format: uri - repository: *597 + repository: *598 sender: *17 required: - action @@ -199917,11 +199937,11 @@ webhooks: type: string enum: - released - enterprise: *594 - installation: *595 - organization: *596 - release: *645 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + release: *646 + repository: *598 sender: *17 required: - action @@ -200007,11 +200027,11 @@ webhooks: type: string enum: - unpublished - enterprise: *594 - installation: *595 - organization: *596 - release: *646 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + release: *647 + repository: *598 sender: *17 required: - action @@ -200097,10 +200117,10 @@ webhooks: type: string enum: - anonymous_access_disabled - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200185,10 +200205,10 @@ webhooks: type: string enum: - anonymous_access_enabled - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200273,10 +200293,10 @@ webhooks: type: string enum: - archived - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200363,10 +200383,10 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200454,10 +200474,10 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200552,10 +200572,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200680,10 +200700,10 @@ webhooks: - 'null' items: type: string - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200771,10 +200791,10 @@ webhooks: type: string enum: - privatized - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200861,10 +200881,10 @@ webhooks: type: string enum: - publicized - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -200968,10 +200988,10 @@ webhooks: - name required: - repository - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -201051,11 +201071,11 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - repository_ruleset: *242 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + repository_ruleset: *257 sender: *17 required: - action @@ -201133,11 +201153,11 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - repository_ruleset: *242 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + repository_ruleset: *257 sender: *17 required: - action @@ -201215,11 +201235,11 @@ webhooks: type: string enum: - edited - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - repository_ruleset: *242 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + repository_ruleset: *257 changes: type: object properties: @@ -201280,16 +201300,16 @@ webhooks: properties: added: type: array - items: *241 + items: *506 deleted: type: array - items: *241 + items: *506 updated: type: array items: type: object properties: - rule: *241 + rule: *506 changes: type: object properties: @@ -201536,10 +201556,10 @@ webhooks: - from required: - owner - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -201627,10 +201647,10 @@ webhooks: type: string enum: - unarchived - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -201718,7 +201738,7 @@ webhooks: type: string enum: - create - alert: &647 + alert: &648 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -201842,10 +201862,10 @@ webhooks: type: string enum: - open - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202065,10 +202085,10 @@ webhooks: type: string enum: - dismissed - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202156,11 +202176,11 @@ webhooks: type: string enum: - reopen - alert: *647 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + alert: *648 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202372,10 +202392,10 @@ webhooks: enum: - fixed - open - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202463,7 +202483,7 @@ webhooks: type: string enum: - created - alert: &648 + alert: &649 type: object properties: number: *91 @@ -202540,10 +202560,10 @@ webhooks: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202634,11 +202654,11 @@ webhooks: type: string enum: - created - alert: *648 - installation: *595 - location: *649 - organization: *596 - repository: *597 + alert: *649 + installation: *596 + location: *650 + organization: *597 + repository: *598 sender: *17 required: - location @@ -202881,11 +202901,11 @@ webhooks: type: string enum: - reopened - alert: *648 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + alert: *649 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -202973,11 +202993,11 @@ webhooks: type: string enum: - resolved - alert: *648 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + alert: *649 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -203065,11 +203085,11 @@ webhooks: type: string enum: - validated - alert: *648 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + alert: *649 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -203155,11 +203175,11 @@ webhooks: type: string enum: - published - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - security_advisory: &650 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + security_advisory: &651 description: The details of the security advisory, including summary, description, and severity. type: object @@ -203355,11 +203375,11 @@ webhooks: type: string enum: - updated - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 - security_advisory: *650 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 + security_advisory: *651 sender: *17 required: - action @@ -203442,10 +203462,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -203642,10 +203662,10 @@ webhooks: type: object properties: security_and_analysis: *235 - enterprise: *594 - installation: *595 - organization: *596 - repository: *284 + enterprise: *595 + installation: *596 + organization: *597 + repository: *300 sender: *17 required: - changes @@ -203733,12 +203753,12 @@ webhooks: type: string enum: - cancelled - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: &651 + sponsorship: &652 type: object properties: created_at: @@ -204053,12 +204073,12 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: *651 + sponsorship: *652 required: - action - sponsorship @@ -204156,12 +204176,12 @@ webhooks: type: string required: - from - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: *651 + sponsorship: *652 required: - action - changes @@ -204248,17 +204268,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &652 + effective_date: &653 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: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: *651 + sponsorship: *652 required: - action - sponsorship @@ -204342,7 +204362,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &653 + changes: &654 type: object properties: tier: @@ -204386,13 +204406,13 @@ webhooks: - from required: - tier - effective_date: *652 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + effective_date: *653 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: *651 + sponsorship: *652 required: - action - changes @@ -204479,13 +204499,13 @@ webhooks: type: string enum: - tier_changed - changes: *653 - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + changes: *654 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - sponsorship: *651 + sponsorship: *652 required: - action - changes @@ -204569,10 +204589,10 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -204666,10 +204686,10 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 starred_at: description: 'The time the star was created. This is a timestamp @@ -205108,15 +205128,15 @@ webhooks: type: - string - 'null' - enterprise: *594 + enterprise: *595 id: description: The unique identifier of the status. type: integer - installation: *595 + installation: *596 name: type: string - organization: *596 - repository: *597 + organization: *597 + repository: *598 sender: *17 sha: description: The Commit SHA. @@ -205229,12 +205249,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - team: &654 + team: &655 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -205437,9 +205457,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 repository: title: Repository description: A git repository @@ -205909,7 +205929,7 @@ webhooks: - topics - visibility sender: *17 - team: *654 + team: *655 required: - action - team @@ -205995,9 +206015,9 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 repository: title: Repository description: A git repository @@ -206467,7 +206487,7 @@ webhooks: - topics - visibility sender: *17 - team: *654 + team: *655 required: - action - team @@ -206554,9 +206574,9 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 repository: title: Repository description: A git repository @@ -207026,7 +207046,7 @@ webhooks: - topics - visibility sender: *17 - team: *654 + team: *655 required: - action - team @@ -207180,9 +207200,9 @@ webhooks: - from required: - permissions - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 repository: title: Repository description: A git repository @@ -207652,7 +207672,7 @@ webhooks: - topics - visibility sender: *17 - team: *654 + team: *655 required: - action - changes @@ -207740,9 +207760,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *594 - installation: *595 - organization: *596 + enterprise: *595 + installation: *596 + organization: *597 repository: title: Repository description: A git repository @@ -208212,7 +208232,7 @@ webhooks: - topics - visibility sender: *17 - team: *654 + team: *655 required: - action - team @@ -208295,12 +208315,12 @@ webhooks: type: string enum: - created - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - user: *616 + user: *617 required: - action responses: @@ -208378,12 +208398,12 @@ webhooks: type: string enum: - deleted - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - user: *616 + user: *617 required: - action responses: @@ -208464,10 +208484,10 @@ webhooks: type: string enum: - started - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 required: - action @@ -208550,17 +208570,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *594 + enterprise: *595 inputs: type: - object - 'null' additionalProperties: true - installation: *595 - organization: *596 + installation: *596 + organization: *597 ref: type: string - repository: *597 + repository: *598 sender: *17 workflow: type: string @@ -208652,10 +208672,10 @@ webhooks: type: string enum: - completed - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 workflow_job: allOf: @@ -208911,7 +208931,7 @@ webhooks: type: string required: - conclusion - deployment: *391 + deployment: *407 required: - action - repository @@ -209000,10 +209020,10 @@ webhooks: type: string enum: - in_progress - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 workflow_job: allOf: @@ -209285,7 +209305,7 @@ webhooks: required: - status - steps - deployment: *391 + deployment: *407 required: - action - repository @@ -209374,10 +209394,10 @@ webhooks: type: string enum: - queued - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 workflow_job: type: object @@ -209523,7 +209543,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *391 + deployment: *407 required: - action - repository @@ -209612,10 +209632,10 @@ webhooks: type: string enum: - waiting - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 workflow_job: type: object @@ -209762,7 +209782,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *391 + deployment: *407 required: - action - repository @@ -209852,12 +209872,12 @@ webhooks: type: string enum: - completed - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - workflow: *611 + workflow: *612 workflow_run: title: Workflow Run type: object @@ -210886,12 +210906,12 @@ webhooks: type: string enum: - in_progress - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - workflow: *611 + workflow: *612 workflow_run: title: Workflow Run type: object @@ -211905,12 +211925,12 @@ webhooks: type: string enum: - requested - enterprise: *594 - installation: *595 - organization: *596 - repository: *597 + enterprise: *595 + installation: *596 + organization: *597 + repository: *598 sender: *17 - workflow: *611 + workflow: *612 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json index bd218c05b..a111190ae 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json @@ -22151,7 +22151,7 @@ "type": "array", "description": "An array of rules within the ruleset.", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } }, "source_type": { @@ -22487,7 +22487,7 @@ "description": "An array of rules within the ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/repository-rule" + "$ref": "#/components/schemas/org-rules" } } } @@ -107421,6 +107421,61 @@ } } }, + "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{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}