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 64098eae05..5dbf42a273 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 @@ -61207,6 +61207,57 @@ } } }, + "/repos/{owner}/{repo}/issue-types": { + "get": { + "summary": "List issue types for a repository", + "description": "Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied).\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.\nFine-grained access tokens require the \"Metadata\" repository permission (read).", + "tags": [ + "repos" + ], + "operationId": "repos/list-issue-types", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository" + }, + "parameters": [ + { + "$ref": "#/components/parameters/owner" + }, + { + "$ref": "#/components/parameters/repo" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-type" + } + }, + "examples": { + "default": { + "$ref": "#/components/examples/issue-type-items" + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "repos", + "subcategory": "issue-types" + } + } + }, "/repos/{owner}/{repo}/issues": { "get": { "summary": "List repository issues", 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 be423dedcf..fec6e002e7 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 @@ -45084,6 +45084,41 @@ paths: enabledForGitHubApps: true category: collaborators subcategory: invitations + "/repos/{owner}/{repo}/issue-types": + get: + summary: List issue types for a repository + description: |- + Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied). + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + Fine-grained access tokens require the "Metadata" repository permission (read). + tags: + - repos + operationId: repos/list-issue-types + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository + parameters: + - "$ref": "#/components/parameters/owner" + - "$ref": "#/components/parameters/repo" + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: + "$ref": "#/components/schemas/issue-type" + examples: + default: + "$ref": "#/components/examples/issue-type-items" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index 2311f9a706..91fce72642 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -61132,6 +61132,57 @@ } } }, + "/repos/{owner}/{repo}/issue-types": { + "get": { + "summary": "List issue types for a repository", + "description": "Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied).\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.\nFine-grained access tokens require the \"Metadata\" repository permission (read).", + "tags": [ + "repos" + ], + "operationId": "repos/list-issue-types", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository" + }, + "parameters": [ + { + "$ref": "#/components/parameters/owner" + }, + { + "$ref": "#/components/parameters/repo" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-type" + } + }, + "examples": { + "default": { + "$ref": "#/components/examples/issue-type-items" + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "repos", + "subcategory": "issue-types" + } + } + }, "/repos/{owner}/{repo}/issues": { "get": { "summary": "List repository issues", diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index 767f1ea60b..9c657f6fe3 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -45023,6 +45023,41 @@ paths: enabledForGitHubApps: true category: collaborators subcategory: invitations + "/repos/{owner}/{repo}/issue-types": + get: + summary: List issue types for a repository + description: |- + Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied). + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + Fine-grained access tokens require the "Metadata" repository permission (read). + tags: + - repos + operationId: repos/list-issue-types + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository + parameters: + - "$ref": "#/components/parameters/owner" + - "$ref": "#/components/parameters/repo" + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: + "$ref": "#/components/schemas/issue-type" + examples: + default: + "$ref": "#/components/examples/issue-type-items" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 543a1685ce..91d55304bd 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -61476,6 +61476,57 @@ } } }, + "/repos/{owner}/{repo}/issue-types": { + "get": { + "summary": "List issue types for a repository", + "description": "Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied).\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.\nFine-grained access tokens require the \"Metadata\" repository permission (read).", + "tags": [ + "repos" + ], + "operationId": "repos/list-issue-types", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository" + }, + "parameters": [ + { + "$ref": "#/components/parameters/owner" + }, + { + "$ref": "#/components/parameters/repo" + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/issue-type" + } + }, + "examples": { + "default": { + "$ref": "#/components/examples/issue-type-items" + } + } + } + } + }, + "404": { + "$ref": "#/components/responses/not_found" + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "repos", + "subcategory": "issue-types" + } + } + }, "/repos/{owner}/{repo}/issues": { "get": { "summary": "List repository issues", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 7894c27b3d..4db15daf92 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -45252,6 +45252,41 @@ paths: enabledForGitHubApps: true category: collaborators subcategory: invitations + "/repos/{owner}/{repo}/issue-types": + get: + summary: List issue types for a repository + description: |- + Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied). + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + Fine-grained access tokens require the "Metadata" repository permission (read). + tags: + - repos + operationId: repos/list-issue-types + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository + parameters: + - "$ref": "#/components/parameters/owner" + - "$ref": "#/components/parameters/repo" + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: + "$ref": "#/components/schemas/issue-type" + examples: + default: + "$ref": "#/components/examples/issue-type-items" + '404': + "$ref": "#/components/responses/not_found" + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues 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 5f18b03023..6b1941ce52 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 @@ -449643,6 +449643,173 @@ } } }, + "/repos/{owner}/{repo}/issue-types": { + "get": { + "summary": "List issue types for a repository", + "description": "Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied).\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.\nFine-grained access tokens require the \"Metadata\" repository permission (read).", + "tags": [ + "repos" + ], + "operationId": "repos/list-issue-types", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository" + }, + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "title": "Issue Type", + "description": "The type assigned to the issue. This is only present for issues in repositories where issue types are supported.", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "type": "integer", + "description": "The unique identifier of the issue type." + }, + "node_id": { + "type": "string", + "description": "The node identifier of the issue type." + }, + "name": { + "type": "string", + "description": "The name of the issue type." + }, + "description": { + "type": [ + "string", + "null" + ], + "description": "The description of the issue type." + }, + "color": { + "type": [ + "string", + "null" + ], + "description": "The color of the issue type.", + "enum": [ + "gray", + "blue", + "green", + "yellow", + "orange", + "red", + "pink", + "purple", + null + ] + }, + "created_at": { + "type": "string", + "description": "The time the issue type created.", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "description": "The time the issue type last updated.", + "format": "date-time" + }, + "is_enabled": { + "type": "boolean", + "description": "The enabled state of the issue type." + } + }, + "required": [ + "id", + "node_id", + "name", + "description" + ] + } + }, + "examples": { + "default": { + "value": [ + { + "id": 410, + "node_id": "IT_kwDNAd3NAZo", + "name": "Task", + "description": "A specific piece of work", + "created_at": "2024-12-11T14:39:09Z", + "updated_at": "2024-12-11T14:39:09Z" + }, + { + "id": 411, + "node_id": "IT_kwDNAd3NAZs", + "name": "Bug", + "description": "An unexpected problem or behavior", + "created_at": "2024-12-11T14:39:09Z", + "updated_at": "2024-12-11T14:39:09Z" + } + ] + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "repos", + "subcategory": "issue-types" + } + } + }, "/repos/{owner}/{repo}/issues": { "get": { "summary": "List repository 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 ef6d77d935..0c7a7a263e 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 @@ -1080,7 +1080,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &652 + - &653 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14524,7 +14524,7 @@ paths: properties: action: type: string - discussion: &742 + discussion: &743 title: Discussion description: A Discussion in a repository. type: object @@ -15310,7 +15310,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &663 + sub_issues_summary: &664 title: Sub-issues Summary type: object properties: @@ -15394,7 +15394,7 @@ paths: pin: anyOf: - type: 'null' - - &560 + - &561 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -15421,7 +15421,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &664 + issue_dependencies_summary: &665 title: Issue Dependencies Summary type: object properties: @@ -15440,7 +15440,7 @@ paths: - total_blocking issue_field_values: type: array - items: &544 + items: &545 title: Issue Field Value description: A value assigned to an issue field type: object @@ -16251,7 +16251,7 @@ paths: type: string release: allOf: - - &592 + - &593 title: Release description: A release. type: object @@ -16333,7 +16333,7 @@ paths: author: *4 assets: type: array - items: &593 + items: &594 title: Release Asset description: Data related to a release. type: object @@ -16936,7 +16936,7 @@ paths: url: type: string format: uri - user: &670 + user: &671 title: Public User description: Public User type: object @@ -20392,7 +20392,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &568 + - &569 name: all description: If `true`, show notifications marked as read. in: query @@ -20400,7 +20400,7 @@ paths: schema: type: boolean default: false - - &569 + - &570 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20410,7 +20410,7 @@ paths: type: boolean default: false - *87 - - &570 + - &571 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: @@ -21003,7 +21003,7 @@ paths: - url - subscription_url examples: - default: &571 + default: &572 value: - id: '1' repository: @@ -22921,7 +22921,7 @@ paths: parameters: - *74 - *116 - - &720 + - &721 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 @@ -23033,7 +23033,7 @@ paths: - *116 - *117 - *118 - - &721 + - &722 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -23041,7 +23041,7 @@ paths: schema: type: string - *121 - - &722 + - &723 name: sku description: The SKU to query for usage. in: query @@ -30725,12 +30725,12 @@ paths: required: - subject_digests examples: - default: &701 + default: &702 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &702 + withPredicateType: &703 value: subject_digests: - sha256:abc123 @@ -30789,7 +30789,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &703 + default: &704 value: attestations_subject_digests: - sha256:abc: @@ -41689,7 +41689,7 @@ paths: type: array items: *245 examples: - default: + default: &535 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -43480,7 +43480,7 @@ paths: parameters: - *74 - *257 - - &684 + - &685 name: repo_name description: repo_name parameter in: path @@ -44541,7 +44541,7 @@ paths: - nuget - container - *74 - - &685 + - &686 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -44582,7 +44582,7 @@ paths: default: *263 '403': *27 '401': *23 - '400': &687 + '400': &688 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -46713,7 +46713,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &770 + - &771 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -47226,7 +47226,7 @@ paths: - review_comment - self author_association: *79 - auto_merge: &578 + auto_merge: &579 title: Auto merge description: The status of auto merging a pull request. type: @@ -47611,7 +47611,7 @@ paths: - updated_at - project_url examples: - default: &707 + default: &708 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47788,7 +47788,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &708 + items: &709 type: object properties: name: @@ -47825,7 +47825,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &709 + iteration_configuration: &710 type: object description: The configuration for iteration fields. properties: @@ -47875,7 +47875,7 @@ paths: value: name: Due date data_type: date - single_select_field: &710 + single_select_field: &711 summary: Create a single select field value: name: Priority @@ -47902,7 +47902,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &711 + iteration_field: &712 summary: Create an iteration field value: name: Sprint @@ -47928,7 +47928,7 @@ paths: application/json: schema: *283 examples: - text_field: &712 + text_field: &713 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -47937,7 +47937,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &713 + number_field: &714 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -47946,7 +47946,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &714 + date_field: &715 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -47955,7 +47955,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &715 + single_select_field: &716 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47989,7 +47989,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &716 + iteration_field: &717 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -48035,7 +48035,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *280 - - &717 + - &718 name: field_id description: The unique identifier of the field. in: path @@ -48050,7 +48050,7 @@ paths: application/json: schema: *283 examples: - default: &718 + default: &719 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -49261,7 +49261,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &698 + schema: &699 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -49444,7 +49444,7 @@ paths: parameters: - *280 - *74 - - &719 + - &720 name: view_number description: The number that identifies the project view. in: path @@ -51520,7 +51520,7 @@ paths: - *74 - *17 - *19 - - &600 + - &601 name: targets description: | A comma-separated list of rule targets to filter by. @@ -51807,7 +51807,7 @@ paths: - object rules: type: array - items: &601 + items: &602 title: Repository Rule type: object description: A repository rule. @@ -51869,7 +51869,7 @@ paths: type: string enum: - required_linear_history - - &599 + - &600 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -52771,7 +52771,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *74 - - &602 + - &603 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 @@ -52786,7 +52786,7 @@ paths: in: query schema: type: string - - &603 + - &604 name: time_period description: |- The time period to filter by. @@ -52802,14 +52802,14 @@ paths: - week - month default: day - - &604 + - &605 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 - - &605 + - &606 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -52822,7 +52822,7 @@ paths: - bypass - all default: all - - &606 + - &607 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -52845,7 +52845,7 @@ paths: description: Response content: application/json: - schema: &607 + schema: &608 title: Rule Suites description: Response type: array @@ -52901,7 +52901,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &608 + default: &609 value: - id: 21 actor_id: 12 @@ -52945,7 +52945,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *74 - - &609 + - &610 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -52961,7 +52961,7 @@ paths: description: Response content: application/json: - schema: &610 + schema: &611 title: Rule Suite description: Response type: object @@ -53068,7 +53068,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &611 + default: &612 value: id: 21 actor_id: 12 @@ -53315,7 +53315,7 @@ paths: type: string format: date-time examples: - default: &613 + default: &614 value: - version_id: 3 actor: @@ -53368,7 +53368,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &615 allOf: - *326 - type: object @@ -53440,7 +53440,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *74 - - &615 + - &616 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -53451,7 +53451,7 @@ paths: enum: - open - resolved - - &616 + - &617 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -53461,7 +53461,7 @@ paths: required: false schema: type: string - - &617 + - &618 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -53472,7 +53472,7 @@ paths: required: false schema: type: string - - &618 + - &619 name: exclude_providers in: query description: |- @@ -53483,7 +53483,7 @@ paths: required: false schema: type: string - - &619 + - &620 name: providers in: query description: |- @@ -53494,7 +53494,7 @@ paths: required: false schema: type: string - - &620 + - &621 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -53503,7 +53503,7 @@ paths: required: false schema: type: string - - &621 + - &622 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -53522,7 +53522,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &622 + - &623 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. @@ -53537,7 +53537,7 @@ paths: - *60 - *19 - *17 - - &623 + - &624 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 @@ -53547,7 +53547,7 @@ paths: required: false schema: type: string - - &624 + - &625 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 @@ -53557,7 +53557,7 @@ paths: required: false schema: type: string - - &625 + - &626 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -53566,7 +53566,7 @@ paths: required: false schema: type: string - - &626 + - &627 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -53575,7 +53575,7 @@ paths: schema: type: boolean default: false - - &627 + - &628 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -53584,7 +53584,7 @@ paths: schema: type: boolean default: false - - &628 + - &629 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -53593,7 +53593,7 @@ paths: schema: type: boolean default: false - - &629 + - &630 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -53627,14 +53627,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &630 + state: &631 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: &631 + resolution: &632 type: - string - 'null' @@ -53753,14 +53753,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &632 + - &633 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &634 + - &635 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -53824,7 +53824,7 @@ paths: - blob_url - commit_sha - commit_url - - &635 + - &636 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. @@ -53885,7 +53885,7 @@ paths: - page_url - commit_sha - commit_url - - &636 + - &637 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -53907,7 +53907,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &637 + - &638 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -53929,7 +53929,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &638 + - &639 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -53951,7 +53951,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &639 + - &640 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -53966,7 +53966,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &640 + - &641 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -53981,7 +53981,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &641 + - &642 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -53996,7 +53996,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &642 + - &643 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. @@ -54018,7 +54018,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &643 + - &644 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. @@ -54040,7 +54040,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &644 + - &645 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. @@ -54062,7 +54062,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &645 + - &646 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. @@ -54084,7 +54084,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &646 + - &647 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 @@ -54605,7 +54605,7 @@ paths: application/json: schema: type: array - items: &650 + items: &651 description: A repository security advisory. type: object properties: @@ -54924,7 +54924,7 @@ paths: - private_fork additionalProperties: false examples: - default: &651 + default: &652 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -56999,7 +56999,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &666 + response-if-user-is-a-team-maintainer: &667 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -57064,7 +57064,7 @@ paths: application/json: schema: *339 examples: - response-if-users-membership-with-team-is-now-pending: &667 + response-if-users-membership-with-team-is-now-pending: &668 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -57178,7 +57178,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &668 + schema: &669 title: Team Repository description: A team's access to a repository. type: object @@ -57907,7 +57907,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: &669 + response-if-child-teams-exist: &670 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -59395,7 +59395,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': &535 + '410': &536 description: Gone content: application/json: @@ -70023,7 +70023,7 @@ paths: check. type: array items: *85 - deployment: &731 + deployment: &732 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -75504,7 +75504,7 @@ paths: type: array items: *460 examples: - default: &675 + default: &676 value: total_count: 2 machines: @@ -76918,7 +76918,7 @@ paths: - content - created_at examples: - default: &537 + default: &538 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -77055,7 +77055,7 @@ paths: - *340 - *341 - *96 - - &538 + - &539 name: reaction_id description: The unique identifier of the reaction. in: path @@ -77169,7 +77169,7 @@ paths: type: array items: *470 examples: - default: &585 + default: &586 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77460,7 +77460,7 @@ paths: type: array items: *474 examples: - default: &577 + default: &578 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78018,7 +78018,7 @@ paths: application/json: schema: *470 examples: - default: &565 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78681,7 +78681,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Status description: The status of a commit. type: object @@ -79670,7 +79670,7 @@ paths: - size - type - url - - &590 + - &591 title: Content File description: Content File type: object @@ -80307,7 +80307,7 @@ paths: items: type: object properties: - placeholder_id: &647 + placeholder_id: &648 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86495,7 +86495,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &762 + last_response: &763 title: Hook Response type: object properties: @@ -87564,7 +87564,7 @@ paths: parameters: - *340 - *341 - - &696 + - &697 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -87998,7 +87998,7 @@ paths: type: array items: *534 examples: - default: &689 + default: &690 value: - id: 1 repository: @@ -88302,6 +88302,38 @@ paths: enabledForGitHubApps: true category: collaborators subcategory: invitations + "/repos/{owner}/{repo}/issue-types": + get: + summary: List issue types for a repository + description: |- + Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied). + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + Fine-grained access tokens require the "Metadata" repository permission (read). + tags: + - repos + operationId: repos/list-issue-types + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository + parameters: + - *340 + - *341 + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *245 + examples: + default: *535 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues @@ -88412,7 +88444,7 @@ paths: type: array items: *82 examples: - default: &543 + default: &544 value: - id: 1 node_id: MDU6SXNzdWUx @@ -88708,7 +88740,7 @@ paths: application/json: schema: *82 examples: - default: &540 + default: &541 value: id: 1 node_id: MDU6SXNzdWUx @@ -88865,7 +88897,7 @@ paths: '422': *15 '503': *114 '404': *6 - '410': *535 + '410': *536 x-github: triggersNotification: true githubCloudOnly: false @@ -88917,7 +88949,7 @@ paths: type: array items: *83 examples: - default: &542 + default: &543 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -88985,7 +89017,7 @@ paths: application/json: schema: *83 examples: - default: &536 + default: &537 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -89066,7 +89098,7 @@ paths: application/json: schema: *83 examples: - default: *536 + default: *537 '422': *15 x-github: githubCloudOnly: false @@ -89178,7 +89210,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *535 + '410': *536 '422': *15 x-github: githubCloudOnly: false @@ -89204,7 +89236,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *535 + '410': *536 '503': *114 x-github: githubCloudOnly: false @@ -89252,7 +89284,7 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 @@ -89341,7 +89373,7 @@ paths: - *340 - *341 - *96 - - *538 + - *539 responses: '204': description: Response @@ -89372,7 +89404,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Issue Event description: Issue Event type: object @@ -89724,7 +89756,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -89917,7 +89949,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *535 + '410': *536 '403': *27 x-github: githubCloudOnly: false @@ -89953,7 +89985,7 @@ paths: parameters: - *340 - *341 - - &541 + - &542 name: issue_number description: The number that identifies the issue. in: path @@ -89969,7 +90001,7 @@ paths: examples: default: summary: Issue - value: *540 + value: *541 pinned_comment: summary: Issue with pinned comment value: @@ -90170,7 +90202,7 @@ paths: state_reason: completed '301': *344 '404': *6 - '410': *535 + '410': *536 '304': *35 x-github: githubCloudOnly: false @@ -90197,7 +90229,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -90342,13 +90374,13 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '422': *15 '503': *114 '403': *27 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90368,7 +90400,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -90396,7 +90428,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90414,7 +90446,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: content: application/json: @@ -90441,7 +90473,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90465,7 +90497,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - name: assignee in: path required: true @@ -90507,7 +90539,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *87 - *17 - *19 @@ -90520,11 +90552,11 @@ paths: type: array items: *83 examples: - default: *542 + default: *543 headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90555,7 +90587,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -90579,14 +90611,14 @@ paths: application/json: schema: *83 examples: - default: *536 + default: *537 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *535 + '410': *536 '422': *15 '404': *6 x-github: @@ -90616,7 +90648,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -90628,12 +90660,12 @@ paths: type: array items: *82 examples: - default: *543 + default: *544 headers: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90663,7 +90695,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -90687,7 +90719,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -90695,7 +90727,7 @@ paths: type: string '301': *344 '403': *27 - '410': *535 + '410': *536 '422': *15 '404': *6 x-github: @@ -90728,7 +90760,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -90742,13 +90774,13 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '301': *344 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *535 + '410': *536 x-github: triggersNotification: true githubCloudOnly: false @@ -90776,7 +90808,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -90788,12 +90820,12 @@ paths: type: array items: *82 examples: - default: *543 + default: *544 headers: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90812,7 +90844,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -90826,7 +90858,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &547 + - &548 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -90875,7 +90907,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &548 + - &549 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -91003,7 +91035,7 @@ paths: - performed_via_github_app - assignee - assigner - - &549 + - &550 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -91049,7 +91081,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &550 + - &551 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -91095,7 +91127,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &552 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -91144,7 +91176,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &552 + - &553 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -91186,7 +91218,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &553 + - &554 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -91228,7 +91260,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &554 + - &555 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -91284,7 +91316,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &555 + - &556 title: Locked Issue Event description: Locked Issue Event type: object @@ -91329,7 +91361,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &556 + - &557 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -91390,7 +91422,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &557 + - &558 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -91451,7 +91483,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -91512,7 +91544,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -91605,7 +91637,7 @@ paths: color: red headers: Link: *66 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91624,7 +91656,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -91634,9 +91666,9 @@ paths: application/json: schema: type: array - items: *544 + items: *545 examples: - default: &545 + default: &546 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -91673,7 +91705,7 @@ paths: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91704,7 +91736,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -91776,9 +91808,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *544 + items: *545 examples: - default: *545 + default: *546 '400': *14 '403': *27 '404': *6 @@ -91816,7 +91848,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -91883,9 +91915,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *544 + items: *545 examples: - default: *545 + default: *546 '400': *14 '403': *27 '404': *6 @@ -91918,7 +91950,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *244 responses: '204': @@ -91946,7 +91978,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -91958,7 +91990,7 @@ paths: type: array items: *81 examples: - default: &546 + default: &547 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -91978,7 +92010,7 @@ paths: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91996,7 +92028,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -92041,10 +92073,10 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 '301': *344 '404': *6 - '410': *535 + '410': *536 '422': *15 x-github: githubCloudOnly: false @@ -92063,7 +92095,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -92125,10 +92157,10 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 '301': *344 '404': *6 - '410': *535 + '410': *536 '422': *15 x-github: githubCloudOnly: false @@ -92147,13 +92179,13 @@ paths: parameters: - *340 - *341 - - *541 + - *542 responses: '204': description: Response '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92174,7 +92206,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - name: name in: path required: true @@ -92200,7 +92232,7 @@ paths: default: true '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92222,7 +92254,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -92251,7 +92283,7 @@ paths: '204': description: Response '403': *27 - '410': *535 + '410': *536 '404': *6 '422': *15 x-github: @@ -92271,7 +92303,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 responses: '204': description: Response @@ -92303,7 +92335,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 responses: '200': description: Response @@ -92311,10 +92343,10 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92333,7 +92365,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - 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. @@ -92361,11 +92393,11 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92385,7 +92417,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -92450,8 +92482,8 @@ paths: parameters: - *340 - *341 - - *541 - - *538 + - *542 + - *539 responses: '204': description: Response @@ -92482,7 +92514,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -92506,7 +92538,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -92541,7 +92573,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -92553,11 +92585,11 @@ paths: type: array items: *82 examples: - default: *543 + default: *544 headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92587,7 +92619,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -92616,14 +92648,14 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *535 + '410': *536 '422': *15 '404': *6 x-github: @@ -92645,7 +92677,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -92678,7 +92710,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '403': *27 '404': *6 '422': *7 @@ -92702,7 +92734,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -92717,7 +92749,6 @@ paths: description: Timeline Event type: object anyOf: - - *547 - *548 - *549 - *550 @@ -92730,6 +92761,7 @@ paths: - *557 - *558 - *559 + - *560 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -92786,7 +92818,7 @@ paths: pin: anyOf: - type: 'null' - - *560 + - *561 required: - event - actor @@ -93062,7 +93094,7 @@ paths: type: string comments: type: array - items: &579 + items: &580 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -93578,7 +93610,7 @@ paths: headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93606,7 +93638,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -93711,9 +93743,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &562 + default: &563 value: id: 1 key: ssh-rsa AAA... @@ -93749,7 +93781,7 @@ paths: parameters: - *340 - *341 - - &563 + - &564 name: key_id description: The unique identifier of the key. in: path @@ -93761,9 +93793,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 '404': *6 x-github: githubCloudOnly: false @@ -93783,7 +93815,7 @@ paths: parameters: - *340 - *341 - - *563 + - *564 responses: '204': description: Response @@ -93816,7 +93848,7 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 headers: Link: *66 '404': *6 @@ -93876,7 +93908,7 @@ paths: application/json: schema: *81 examples: - default: &564 + default: &565 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -93922,7 +93954,7 @@ paths: application/json: schema: *81 examples: - default: *564 + default: *565 '404': *6 x-github: githubCloudOnly: false @@ -94324,7 +94356,7 @@ paths: application/json: schema: *470 examples: - default: *565 + default: *566 '204': description: Response when already merged '404': @@ -94490,7 +94522,7 @@ paths: application/json: schema: *281 examples: - default: &566 + default: &567 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -94551,7 +94583,7 @@ paths: parameters: - *340 - *341 - - &567 + - &568 name: milestone_number description: The number that identifies the milestone. in: path @@ -94565,7 +94597,7 @@ paths: application/json: schema: *281 examples: - default: *566 + default: *567 '404': *6 x-github: githubCloudOnly: false @@ -94584,7 +94616,7 @@ paths: parameters: - *340 - *341 - - *567 + - *568 requestBody: required: false content: @@ -94624,7 +94656,7 @@ paths: application/json: schema: *281 examples: - default: *566 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94642,7 +94674,7 @@ paths: parameters: - *340 - *341 - - *567 + - *568 responses: '204': description: Response @@ -94665,7 +94697,7 @@ paths: parameters: - *340 - *341 - - *567 + - *568 - *17 - *19 responses: @@ -94677,7 +94709,7 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 headers: Link: *66 x-github: @@ -94698,10 +94730,10 @@ paths: parameters: - *340 - *341 - - *568 - *569 - - *87 - *570 + - *87 + - *571 - *17 - *19 responses: @@ -94713,7 +94745,7 @@ paths: type: array items: *107 examples: - default: *571 + default: *572 headers: Link: *66 x-github: @@ -94803,7 +94835,7 @@ paths: description: Response content: application/json: - schema: &572 + schema: &573 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -94947,7 +94979,7 @@ paths: - custom_404 - public examples: - default: &573 + default: &574 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -95044,9 +95076,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *573 + default: *574 '422': *15 '409': *52 x-github: @@ -95208,7 +95240,7 @@ paths: application/json: schema: type: array - items: &574 + items: &575 title: Page Build description: Page Build type: object @@ -95355,9 +95387,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: &575 + default: &576 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -95417,9 +95449,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: *575 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95550,7 +95582,7 @@ paths: parameters: - *340 - *341 - - &576 + - &577 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -95610,7 +95642,7 @@ paths: parameters: - *340 - *341 - - *576 + - *577 responses: '204': *59 '404': *6 @@ -96182,7 +96214,7 @@ paths: type: array items: *474 examples: - default: *577 + default: *578 headers: Link: *66 '304': *35 @@ -96282,7 +96314,7 @@ paths: description: Response content: application/json: - schema: &581 + schema: &582 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -96516,7 +96548,7 @@ paths: - review_comment - self author_association: *79 - auto_merge: *578 + auto_merge: *579 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -96618,7 +96650,7 @@ paths: - merged_by - review_comments examples: - default: &582 + default: &583 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -97175,9 +97207,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: &584 + default: &585 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97262,9 +97294,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: &580 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97363,9 +97395,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97434,7 +97466,7 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 @@ -97523,7 +97555,7 @@ paths: - *340 - *341 - *96 - - *538 + - *539 responses: '204': description: Response @@ -97568,7 +97600,7 @@ paths: parameters: - *340 - *341 - - &583 + - &584 name: pull_number description: The number that identifies the pull request. in: path @@ -97581,9 +97613,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '304': *35 '404': *6 '406': @@ -97620,7 +97652,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -97662,9 +97694,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '422': *15 '403': *27 x-github: @@ -97688,7 +97720,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: true content: @@ -97791,7 +97823,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *104 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -97812,9 +97844,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *584 + default: *585 headers: Link: *66 x-github: @@ -97849,7 +97881,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: true content: @@ -97955,7 +97987,7 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: example-for-a-multi-line-comment: value: @@ -98045,7 +98077,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *96 requestBody: required: true @@ -98068,7 +98100,7 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -98156,7 +98188,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *17 - *19 responses: @@ -98168,7 +98200,7 @@ paths: type: array items: *470 examples: - default: *585 + default: *586 headers: Link: *66 x-github: @@ -98200,7 +98232,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *17 - *19 responses: @@ -98250,7 +98282,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 responses: '204': description: Response if pull request has been merged @@ -98275,7 +98307,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -98389,7 +98421,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 responses: '200': description: Response @@ -98466,7 +98498,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -99041,7 +99073,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: true content: @@ -99582,7 +99614,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *17 - *19 responses: @@ -99592,7 +99624,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -99750,7 +99782,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -99840,9 +99872,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: &588 + default: &589 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99907,8 +99939,8 @@ paths: parameters: - *340 - *341 - - *583 - - &587 + - *584 + - &588 name: review_id description: The unique identifier of the review. in: path @@ -99920,9 +99952,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: &589 + default: &590 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99983,8 +100015,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 requestBody: required: true content: @@ -100007,7 +100039,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -100071,16 +100103,16 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 responses: '200': description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *588 + default: *589 '422': *7 '404': *6 x-github: @@ -100109,8 +100141,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 - *17 - *19 responses: @@ -100370,8 +100402,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 requestBody: required: true content: @@ -100400,7 +100432,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -100465,8 +100497,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 requestBody: required: true content: @@ -100501,9 +100533,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *589 + default: *590 '404': *6 '422': *7 '403': *27 @@ -100527,7 +100559,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -100605,9 +100637,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: type: file encoding: base64 @@ -100670,9 +100702,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 '422': *15 x-github: @@ -100705,7 +100737,7 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: default: value: @@ -100876,9 +100908,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -100985,7 +101017,7 @@ paths: parameters: - *340 - *341 - - &594 + - &595 name: asset_id description: The unique identifier of the asset. in: path @@ -100997,9 +101029,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &595 + default: &596 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 @@ -101052,7 +101084,7 @@ paths: parameters: - *340 - *341 - - *594 + - *595 requestBody: required: false content: @@ -101081,9 +101113,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *595 + default: *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101101,7 +101133,7 @@ paths: parameters: - *340 - *341 - - *594 + - *595 responses: '204': description: Response @@ -101220,9 +101252,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *596 + default: *597 '404': *6 x-github: githubCloudOnly: false @@ -101254,9 +101286,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *596 + default: *597 '404': *6 x-github: githubCloudOnly: false @@ -101280,7 +101312,7 @@ paths: parameters: - *340 - *341 - - &597 + - &598 name: release_id description: The unique identifier of the release. in: path @@ -101294,9 +101326,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: *592 + schema: *593 examples: - default: *596 + default: *597 '401': description: Unauthorized x-github: @@ -101316,7 +101348,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 requestBody: required: false content: @@ -101380,9 +101412,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *596 + default: *597 '404': description: Not Found if the discussion category name is invalid content: @@ -101405,7 +101437,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 responses: '204': description: Response @@ -101428,7 +101460,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 - *17 - *19 responses: @@ -101438,7 +101470,7 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: default: value: @@ -101521,7 +101553,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 - name: name in: query required: true @@ -101547,7 +101579,7 @@ paths: description: Response for successful upload content: application/json: - schema: *593 + schema: *594 examples: response-for-successful-upload: value: @@ -101604,7 +101636,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 - 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. @@ -101630,7 +101662,7 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 @@ -101653,7 +101685,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 requestBody: required: true content: @@ -101716,8 +101748,8 @@ paths: parameters: - *340 - *341 - - *597 - - *538 + - *598 + - *539 responses: '204': description: Response @@ -101760,7 +101792,7 @@ paths: oneOf: - allOf: - *302 - - &598 + - &599 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -101781,67 +101813,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *303 - - *598 + - *599 - allOf: - *304 - - *598 + - *599 - allOf: - *305 - - *598 + - *599 - allOf: + - *600 - *599 - - *598 - allOf: - *306 - - *598 + - *599 - allOf: - *307 - - *598 + - *599 - allOf: - *308 - - *598 + - *599 - allOf: - *309 - - *598 + - *599 - allOf: - *310 - - *598 + - *599 - allOf: - *311 - - *598 + - *599 - allOf: - *312 - - *598 + - *599 - allOf: - *313 - - *598 + - *599 - allOf: - *314 - - *598 + - *599 - allOf: - *315 - - *598 + - *599 - allOf: - *320 - - *598 + - *599 - allOf: - *321 - - *598 + - *599 - allOf: - *322 - - *598 + - *599 - allOf: - *316 - - *598 + - *599 - allOf: - *317 - - *598 + - *599 - allOf: - *318 - - *598 + - *599 - allOf: - *319 - - *598 + - *599 examples: default: value: @@ -101892,7 +101924,7 @@ paths: schema: type: boolean default: true - - *600 + - *601 responses: '200': description: Response @@ -101977,7 +102009,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *601 + items: *602 required: - name - enforcement @@ -102010,7 +102042,7 @@ paths: application/json: schema: *323 examples: - default: &612 + default: &613 value: id: 42 name: super cool ruleset @@ -102060,11 +102092,11 @@ paths: parameters: - *340 - *341 - - *602 - *603 - *604 - *605 - *606 + - *607 - *17 - *19 responses: @@ -102072,9 +102104,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '500': *53 x-github: @@ -102097,15 +102129,15 @@ paths: parameters: - *340 - *341 - - *609 + - *610 responses: '200': description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 '404': *6 '500': *53 x-github: @@ -102156,7 +102188,7 @@ paths: application/json: schema: *323 examples: - default: *612 + default: *613 '404': *6 '500': *53 put: @@ -102209,7 +102241,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *601 + items: *602 examples: default: value: @@ -102239,7 +102271,7 @@ paths: application/json: schema: *323 examples: - default: *612 + default: *613 '404': *6 '422': *15 '500': *53 @@ -102301,7 +102333,7 @@ paths: type: array items: *326 examples: - default: *613 + default: *614 '404': *6 '500': *53 x-github: @@ -102339,7 +102371,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -102396,7 +102428,6 @@ paths: parameters: - *340 - *341 - - *615 - *616 - *617 - *618 @@ -102404,16 +102435,17 @@ paths: - *620 - *621 - *622 + - *623 - *60 - *19 - *17 - - *623 - *624 - *625 - *626 - *627 - *628 - *629 + - *630 responses: '200': description: Response @@ -102421,7 +102453,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 type: object properties: number: *180 @@ -102437,8 +102469,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *630 - resolution: *631 + state: *631 + resolution: *632 resolved_at: type: - string @@ -102544,7 +102576,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *632 + - *633 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -102706,13 +102738,13 @@ paths: - *340 - *341 - *436 - - *628 + - *629 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -102776,8 +102808,8 @@ paths: schema: type: object properties: - state: *630 - resolution: *631 + state: *631 + resolution: *632 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -102825,7 +102857,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -102937,7 +102969,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &782 + items: &783 type: object properties: type: @@ -102964,7 +102996,6 @@ paths: - commit details: oneOf: - - *634 - *635 - *636 - *637 @@ -102977,6 +103008,7 @@ paths: - *644 - *645 - *646 + - *647 examples: default: value: @@ -103071,14 +103103,14 @@ paths: schema: type: object properties: - reason: &648 + reason: &649 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *647 + placeholder_id: *648 required: - reason - placeholder_id @@ -103095,7 +103127,7 @@ paths: schema: type: object properties: - reason: *648 + reason: *649 expire_at: type: - string @@ -103158,7 +103190,7 @@ paths: properties: incremental_scans: type: array - items: &649 + items: &650 description: Information on a single scan performed by secret scanning on the repository type: object @@ -103191,15 +103223,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *649 + items: *650 backfill_scans: type: array - items: *649 + items: *650 custom_pattern_backfill_scans: type: array items: allOf: - - *649 + - *650 - type: object properties: pattern_name: @@ -103212,7 +103244,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *649 + items: *650 examples: default: value: @@ -103322,9 +103354,9 @@ paths: application/json: schema: type: array - items: *650 + items: *651 examples: - default: *651 + default: *652 '400': *14 '404': *6 x-github: @@ -103518,9 +103550,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: &653 + default: &654 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -103867,7 +103899,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: default: value: @@ -104016,15 +104048,15 @@ paths: parameters: - *340 - *341 - - *652 + - *653 responses: '200': description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *653 + default: *654 '403': *27 '404': *6 x-github: @@ -104050,7 +104082,7 @@ paths: parameters: - *340 - *341 - - *652 + - *653 requestBody: required: true content: @@ -104221,10 +104253,10 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *653 - add_credit: *653 + default: *654 + add_credit: *654 '403': *27 '404': *6 '422': @@ -104264,7 +104296,7 @@ paths: parameters: - *340 - *341 - - *652 + - *653 responses: '202': *37 '400': *14 @@ -104293,7 +104325,7 @@ paths: parameters: - *340 - *341 - - *652 + - *653 responses: '202': description: Response @@ -104434,7 +104466,7 @@ paths: application/json: schema: type: array - items: &654 + items: &655 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104807,7 +104839,7 @@ paths: application/json: schema: type: array - items: *654 + items: *655 examples: default: value: @@ -104897,7 +104929,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -104991,7 +105023,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &656 + schema: &657 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105091,7 +105123,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -105301,7 +105333,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -105313,7 +105345,7 @@ paths: required: - names examples: - default: &658 + default: &659 value: names: - octocat @@ -105368,9 +105400,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '422': *7 x-github: @@ -105393,7 +105425,7 @@ paths: parameters: - *340 - *341 - - &659 + - &660 name: per description: The time frame to display results for. in: query @@ -105424,7 +105456,7 @@ paths: - 128 clones: type: array - items: &660 + items: &661 title: Traffic type: object properties: @@ -105672,7 +105704,7 @@ paths: parameters: - *340 - *341 - - *659 + - *660 responses: '200': description: Response @@ -105693,7 +105725,7 @@ paths: - 3782 views: type: array - items: *660 + items: *661 required: - uniques - count @@ -106466,7 +106498,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &661 + text_matches: &662 title: Search Result Text Matches type: array items: @@ -106629,7 +106661,7 @@ paths: enum: - author-date - committer-date - - &662 + - &663 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 @@ -106749,7 +106781,7 @@ paths: type: number node_id: type: string - text_matches: *661 + text_matches: *662 required: - sha - node_id @@ -106941,7 +106973,7 @@ paths: - interactions - created - updated - - *662 + - *663 - *17 - *19 - name: advanced_search @@ -107055,11 +107087,11 @@ paths: type: - string - 'null' - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: type: string state_reason: @@ -107087,7 +107119,7 @@ paths: - string - 'null' format: date-time - text_matches: *661 + text_matches: *662 pull_request: type: object properties: @@ -107363,7 +107395,7 @@ paths: enum: - created - updated - - *662 + - *663 - *17 - *19 responses: @@ -107408,7 +107440,7 @@ paths: - 'null' score: type: number - text_matches: *661 + text_matches: *662 required: - id - node_id @@ -107493,7 +107525,7 @@ paths: - forks - help-wanted-issues - updated - - *662 + - *663 - *17 - *19 responses: @@ -107739,7 +107771,7 @@ paths: - admin - pull - push - text_matches: *661 + text_matches: *662 temp_clone_token: type: string allow_merge_commit: @@ -108047,7 +108079,7 @@ paths: - string - 'null' format: uri - text_matches: *661 + text_matches: *662 related: type: - array @@ -108240,7 +108272,7 @@ paths: - followers - repositories - joined - - *662 + - *663 - *17 - *19 responses: @@ -108350,7 +108382,7 @@ paths: type: - boolean - 'null' - text_matches: *661 + text_matches: *662 blog: type: - string @@ -108432,7 +108464,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &665 + - &666 name: team_id description: The unique identifier of the team. in: path @@ -108473,7 +108505,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *665 + - *666 requestBody: required: true content: @@ -108574,7 +108606,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *665 + - *666 responses: '204': description: Response @@ -108603,7 +108635,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *665 + - *666 - *17 - *19 responses: @@ -108641,7 +108673,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *665 + - *666 - name: role description: Filters members returned by their role in the team. in: query @@ -108692,7 +108724,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -108729,7 +108761,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -108769,7 +108801,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -108806,7 +108838,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *665 + - *666 - *70 responses: '200': @@ -108815,7 +108847,7 @@ paths: application/json: schema: *339 examples: - response-if-user-is-a-team-maintainer: *666 + response-if-user-is-a-team-maintainer: *667 '404': *6 x-github: githubCloudOnly: false @@ -108848,7 +108880,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *665 + - *666 - *70 requestBody: required: false @@ -108876,7 +108908,7 @@ paths: application/json: schema: *339 examples: - response-if-users-membership-with-team-is-now-pending: *667 + response-if-users-membership-with-team-is-now-pending: *668 '403': description: Forbidden if team synchronization is set up '422': @@ -108910,7 +108942,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -108938,7 +108970,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *665 + - *666 - *17 - *19 responses: @@ -108980,7 +109012,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *665 + - *666 - *340 - *341 responses: @@ -108988,7 +109020,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *668 + schema: *669 examples: alternative-response-with-extra-repository-information: value: @@ -109139,7 +109171,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *665 + - *666 - *340 - *341 requestBody: @@ -109191,7 +109223,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *665 + - *666 - *340 - *341 responses: @@ -109218,7 +109250,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *665 + - *666 - *17 - *19 responses: @@ -109230,7 +109262,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: *669 + response-if-child-teams-exist: *670 headers: Link: *66 '404': *6 @@ -109263,7 +109295,7 @@ paths: application/json: schema: oneOf: - - &671 + - &672 title: Private User description: Private User type: object @@ -109513,7 +109545,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *670 + - *671 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -109673,7 +109705,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -110071,7 +110103,7 @@ paths: type: integer secrets: type: array - items: &672 + items: &673 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -110191,7 +110223,7 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: default: value: @@ -110604,7 +110636,7 @@ paths: description: Response content: application/json: - schema: &673 + schema: &674 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -110657,7 +110689,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &674 + default: &675 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -110702,9 +110734,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *674 + default: *675 '404': *6 x-github: githubCloudOnly: false @@ -110743,7 +110775,7 @@ paths: type: array items: *460 examples: - default: *675 + default: *676 '304': *35 '500': *53 '401': *23 @@ -111709,7 +111741,7 @@ paths: type: array items: *262 examples: - default: &686 + default: &687 value: - id: 197 name: hello_docker @@ -111810,7 +111842,7 @@ paths: application/json: schema: type: array - items: &676 + items: &677 title: Email description: Email type: object @@ -111880,9 +111912,9 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: - default: &688 + default: &689 value: - email: octocat@github.com verified: true @@ -111959,7 +111991,7 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: default: value: @@ -112217,7 +112249,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 title: GPG Key description: A unique encryption key type: object @@ -112362,7 +112394,7 @@ paths: - subkeys - revoked examples: - default: &705 + default: &706 value: - id: 3 name: Octocat's GPG Key @@ -112447,9 +112479,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: &678 + default: &679 value: id: 3 name: Octocat's GPG Key @@ -112506,7 +112538,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &679 + - &680 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -112518,9 +112550,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 '404': *6 '304': *35 '403': *27 @@ -112543,7 +112575,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *679 + - *680 responses: '204': description: Response @@ -113010,7 +113042,7 @@ paths: application/json: schema: type: array - items: &680 + items: &681 title: Key description: Key type: object @@ -113113,9 +113145,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: &681 + default: &682 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -113148,15 +113180,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *563 + - *564 responses: '200': description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 '404': *6 '304': *35 '403': *27 @@ -113179,7 +113211,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *563 + - *564 responses: '204': description: Response @@ -113212,7 +113244,7 @@ paths: application/json: schema: type: array - items: &682 + items: &683 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -113291,7 +113323,7 @@ paths: - account - plan examples: - default: &683 + default: &684 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -113353,9 +113385,9 @@ paths: application/json: schema: type: array - items: *682 + items: *683 examples: - default: *683 + default: *684 headers: Link: *66 '304': *35 @@ -114373,7 +114405,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *257 - - *684 + - *685 responses: '204': description: Response @@ -114488,7 +114520,7 @@ paths: - docker - nuget - container - - *685 + - *686 - *19 - *17 responses: @@ -114500,8 +114532,8 @@ paths: type: array items: *262 examples: - default: *686 - '400': *687 + default: *687 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114530,7 +114562,7 @@ paths: application/json: schema: *262 examples: - default: &706 + default: &707 value: id: 40201 name: octo-name @@ -114892,9 +114924,9 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: - default: *688 + default: *689 headers: Link: *66 '304': *35 @@ -115007,7 +115039,7 @@ paths: type: array items: *78 examples: - default: &695 + default: &696 summary: Default response value: - id: 1296269 @@ -115367,7 +115399,7 @@ paths: type: array items: *534 examples: - default: *689 + default: *690 headers: Link: *66 '304': *35 @@ -115446,7 +115478,7 @@ paths: application/json: schema: type: array - items: &690 + items: &691 title: Social account description: Social media account type: object @@ -115463,7 +115495,7 @@ paths: - provider - url examples: - default: &691 + default: &692 value: - provider: twitter url: https://twitter.com/github @@ -115526,9 +115558,9 @@ paths: application/json: schema: type: array - items: *690 + items: *691 examples: - default: *691 + default: *692 '422': *15 '304': *35 '404': *6 @@ -115616,7 +115648,7 @@ paths: application/json: schema: type: array - items: &692 + items: &693 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -115636,7 +115668,7 @@ paths: - title - created_at examples: - default: &723 + default: &724 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115701,9 +115733,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: &693 + default: &694 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115733,7 +115765,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: - - &694 + - &695 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -115745,9 +115777,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: *693 + default: *694 '404': *6 '304': *35 '403': *27 @@ -115770,7 +115802,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: - - *694 + - *695 responses: '204': description: Response @@ -115799,7 +115831,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &724 + - &725 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 @@ -115824,11 +115856,11 @@ paths: type: array items: *78 examples: - default-response: *695 + default-response: *696 application/vnd.github.v3.star+json: schema: type: array - items: &725 + items: &726 title: Starred Repository description: Starred Repository type: object @@ -116197,10 +116229,10 @@ paths: application/json: schema: oneOf: + - *672 - *671 - - *670 examples: - default-response: &699 + default-response: &700 summary: Default response value: login: octocat @@ -116235,7 +116267,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &700 + response-with-git-hub-plan-information: &701 summary: Response with GitHub plan information value: login: octocat @@ -116292,7 +116324,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &697 + - &698 name: user_id description: The unique identifier of the user. in: path @@ -116358,7 +116390,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *696 + - *697 - *17 responses: '200': @@ -116393,7 +116425,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *697 + - *698 - *280 requestBody: required: true @@ -116468,7 +116500,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *698 + schema: *699 examples: table_view: summary: Response for creating a table view @@ -116520,11 +116552,11 @@ paths: application/json: schema: oneOf: + - *672 - *671 - - *670 examples: - default-response: *699 - response-with-git-hub-plan-information: *700 + default-response: *700 + response-with-git-hub-plan-information: *701 '404': *6 x-github: githubCloudOnly: false @@ -116574,8 +116606,8 @@ paths: required: - subject_digests examples: - default: *701 - withPredicateType: *702 + default: *702 + withPredicateType: *703 responses: '200': description: Response @@ -116629,7 +116661,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *703 + default: *704 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117118,7 +117150,7 @@ paths: application/json: schema: *196 examples: - default: &704 + default: &705 summary: Example response for a user copilot space value: id: 42 @@ -117219,7 +117251,7 @@ paths: application/json: schema: *196 examples: - default: *704 + default: *705 '403': *27 '404': *6 x-github: @@ -117345,7 +117377,7 @@ paths: application/json: schema: *196 examples: - default: *704 + default: *705 '403': *27 '404': *6 '422': *15 @@ -118113,7 +118145,7 @@ paths: type: array items: *262 examples: - default: *686 + default: *687 '403': *27 '401': *23 x-github: @@ -118497,9 +118529,9 @@ paths: application/json: schema: type: array - items: *677 + items: *678 examples: - default: *705 + default: *706 headers: Link: *66 x-github: @@ -118728,7 +118760,7 @@ paths: - docker - nuget - container - - *685 + - *686 - *70 - *19 - *17 @@ -118741,10 +118773,10 @@ paths: type: array items: *262 examples: - default: *686 + default: *687 '403': *27 '401': *23 - '400': *687 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118774,7 +118806,7 @@ paths: application/json: schema: *262 examples: - default: *706 + default: *707 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119123,7 +119155,7 @@ paths: type: array items: *283 examples: - default: *707 + default: *708 headers: Link: *66 '304': *35 @@ -119183,7 +119215,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *708 + items: *709 required: - name - data_type @@ -119199,7 +119231,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *709 + iteration_configuration: *710 required: - name - data_type @@ -119221,8 +119253,8 @@ paths: value: name: Due date data_type: date - single_select_field: *710 - iteration_field: *711 + single_select_field: *711 + iteration_field: *712 responses: '201': description: Response @@ -119230,11 +119262,11 @@ paths: application/json: schema: *283 examples: - text_field: *712 - number_field: *713 - date_field: *714 - single_select_field: *715 - iteration_field: *716 + text_field: *713 + number_field: *714 + date_field: *715 + single_select_field: *716 + iteration_field: *717 '304': *35 '403': *27 '401': *23 @@ -119256,7 +119288,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *280 - - *717 + - *718 - *70 responses: '200': @@ -119265,7 +119297,7 @@ paths: application/json: schema: *283 examples: - default: *718 + default: *719 headers: Link: *66 '304': *35 @@ -119622,7 +119654,7 @@ paths: parameters: - *280 - *70 - - *719 + - *720 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -120161,7 +120193,7 @@ paths: parameters: - *70 - *116 - - *720 + - *721 - *118 responses: '200': @@ -120260,9 +120292,9 @@ paths: - *116 - *117 - *118 - - *721 - - *121 - *722 + - *121 + - *723 responses: '200': description: Response when getting a billing usage summary @@ -120396,9 +120428,9 @@ paths: application/json: schema: type: array - items: *690 + items: *691 examples: - default: *691 + default: *692 headers: Link: *66 x-github: @@ -120428,9 +120460,9 @@ paths: application/json: schema: type: array - items: *692 + items: *693 examples: - default: *723 + default: *724 headers: Link: *66 x-github: @@ -120455,7 +120487,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *70 - - *724 + - *725 - *60 - *17 - *19 @@ -120467,11 +120499,11 @@ paths: schema: anyOf: - type: array - items: *725 + items: *726 - type: array items: *78 examples: - default-response: *695 + default-response: *696 headers: Link: *66 x-github: @@ -120631,7 +120663,7 @@ webhooks: type: string enum: - disabled - enterprise: &726 + enterprise: &727 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -120700,7 +120732,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &727 + installation: &728 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -120721,7 +120753,7 @@ webhooks: required: - id - node_id - organization: &728 + organization: &729 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -120794,7 +120826,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &729 + repository: &730 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -121720,10 +121752,10 @@ webhooks: type: string enum: - enabled - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -121799,11 +121831,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - rule: &730 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + rule: &731 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) @@ -122026,11 +122058,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - rule: *730 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + rule: *731 sender: *4 required: - action @@ -122218,11 +122250,11 @@ webhooks: - everyone required: - from - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - rule: *730 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + rule: *731 sender: *4 required: - action @@ -122306,7 +122338,7 @@ webhooks: type: string enum: - completed - check_run: &732 + check_run: &733 title: CheckRun description: A check performed on the code of a given code change type: object @@ -122416,7 +122448,7 @@ webhooks: - examples: - neutral - deployment: *731 + deployment: *732 details_url: type: string examples: @@ -122514,10 +122546,10 @@ webhooks: - output - app - pull_requests - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 sender: *4 required: - check_run @@ -122908,11 +122940,11 @@ webhooks: type: string enum: - created - check_run: *732 - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + check_run: *733 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 sender: *4 required: - check_run @@ -123306,11 +123338,11 @@ webhooks: type: string enum: - requested_action - check_run: *732 - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + check_run: *733 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 requested_action: description: The action requested by the user. type: object @@ -123713,11 +123745,11 @@ webhooks: type: string enum: - rerequested - check_run: *732 - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + check_run: *733 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 sender: *4 required: - check_run @@ -124702,10 +124734,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -125419,10 +125451,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -126130,10 +126162,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -126454,20 +126486,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &733 + commit_oid: &734 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: *726 - installation: *727 - organization: *728 - ref: &734 + enterprise: *727 + installation: *728 + organization: *729 + ref: &735 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: *729 + repository: *730 sender: *4 required: - action @@ -126875,12 +126907,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -127163,12 +127195,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -127514,12 +127546,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -127809,9 +127841,9 @@ webhooks: type: - string - 'null' - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -127819,7 +127851,7 @@ webhooks: type: - string - 'null' - repository: *729 + repository: *730 sender: *4 required: - action @@ -128065,12 +128097,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -128391,10 +128423,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -128654,10 +128686,10 @@ webhooks: - updated_at - author_association - body - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -128738,18 +128770,18 @@ webhooks: type: - string - 'null' - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *728 - pusher_type: &735 + organization: *729 + pusher_type: &736 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &736 + ref: &737 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -128759,7 +128791,7 @@ webhooks: enum: - tag - branch - repository: *729 + repository: *730 sender: *4 required: - ref @@ -128842,9 +128874,9 @@ webhooks: enum: - created definition: *291 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -128929,9 +128961,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -129009,9 +129041,9 @@ webhooks: enum: - promote_to_enterprise definition: *291 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -129089,9 +129121,9 @@ webhooks: enum: - updated definition: *291 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -129168,10 +129200,10 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - repository: *729 - organization: *728 + enterprise: *727 + installation: *728 + repository: *730 + organization: *729 sender: *4 new_property_values: type: array @@ -129256,18 +129288,18 @@ webhooks: title: delete event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - pusher_type: *735 - ref: *736 + enterprise: *727 + installation: *728 + organization: *729 + pusher_type: *736 + ref: *737 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *729 + repository: *730 sender: *4 required: - ref @@ -129348,10 +129380,10 @@ webhooks: enum: - assignees_changed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129432,10 +129464,10 @@ webhooks: enum: - auto_dismissed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129517,10 +129549,10 @@ webhooks: enum: - auto_reopened alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129602,10 +129634,10 @@ webhooks: enum: - created alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129685,10 +129717,10 @@ webhooks: enum: - dismissed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129768,10 +129800,10 @@ webhooks: enum: - fixed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129852,10 +129884,10 @@ webhooks: enum: - reintroduced alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129935,10 +129967,10 @@ webhooks: enum: - reopened alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -130015,9 +130047,9 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - key: &737 + enterprise: *727 + installation: *728 + key: &738 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -130055,8 +130087,8 @@ webhooks: - verified - created_at - read_only - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -130133,11 +130165,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - key: *737 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + key: *738 + organization: *729 + repository: *730 sender: *4 required: - action @@ -130704,12 +130736,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: &741 + workflow: &742 title: Workflow type: - object @@ -131463,10 +131495,10 @@ webhooks: - *498 pull_requests: type: array - items: *581 - repository: *729 - organization: *728 - installation: *727 + items: *582 + repository: *730 + organization: *729 + installation: *728 sender: *4 responses: '200': @@ -131537,7 +131569,7 @@ webhooks: type: string enum: - approved - approver: &738 + approver: &739 type: object properties: avatar_url: @@ -131580,11 +131612,11 @@ webhooks: type: string comment: type: string - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - reviewers: &739 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + reviewers: &740 type: array items: type: object @@ -131665,7 +131697,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &740 + workflow_job_run: &741 type: object properties: conclusion: @@ -132411,18 +132443,18 @@ webhooks: type: string enum: - rejected - approver: *738 + approver: *739 comment: type: string - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - reviewers: *739 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + reviewers: *740 sender: *4 since: type: string - workflow_job_run: *740 + workflow_job_run: *741 workflow_job_runs: type: array items: @@ -133139,13 +133171,13 @@ webhooks: type: string enum: - requested - enterprise: *726 + enterprise: *727 environment: type: string - installation: *727 - organization: *728 - repository: *729 - requestor: &746 + installation: *728 + organization: *729 + repository: *730 + requestor: &747 title: User type: - object @@ -135078,12 +135110,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 workflow_run: title: Deployment Workflow Run type: @@ -135774,7 +135806,7 @@ webhooks: type: string enum: - answered - answer: &744 + answer: &745 type: object properties: author_association: @@ -135934,11 +135966,11 @@ webhooks: - created_at - updated_at - body - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136065,11 +136097,11 @@ webhooks: - from required: - category - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136152,11 +136184,11 @@ webhooks: type: string enum: - closed - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136238,7 +136270,7 @@ webhooks: type: string enum: - created - comment: &743 + comment: &744 type: object properties: author_association: @@ -136398,11 +136430,11 @@ webhooks: - updated_at - body - reactions - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136485,12 +136517,12 @@ webhooks: type: string enum: - deleted - comment: *743 - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + comment: *744 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136585,12 +136617,12 @@ webhooks: - from required: - body - comment: *743 - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + comment: *744 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136674,11 +136706,11 @@ webhooks: type: string enum: - created - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136760,11 +136792,11 @@ webhooks: type: string enum: - deleted - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136864,11 +136896,11 @@ webhooks: type: string required: - from - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136950,10 +136982,10 @@ webhooks: type: string enum: - labeled - discussion: *742 - enterprise: *726 - installation: *727 - label: &745 + discussion: *743 + enterprise: *727 + installation: *728 + label: &746 title: Label type: object properties: @@ -136986,8 +137018,8 @@ webhooks: - color - default - description - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137070,11 +137102,11 @@ webhooks: type: string enum: - locked - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137156,11 +137188,11 @@ webhooks: type: string enum: - pinned - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137242,11 +137274,11 @@ webhooks: type: string enum: - reopened - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137331,16 +137363,16 @@ webhooks: changes: type: object properties: - new_discussion: *742 - new_repository: *729 + new_discussion: *743 + new_repository: *730 required: - new_discussion - new_repository - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137423,10 +137455,10 @@ webhooks: type: string enum: - unanswered - discussion: *742 - old_answer: *744 - organization: *728 - repository: *729 + discussion: *743 + old_answer: *745 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137508,12 +137540,12 @@ webhooks: type: string enum: - unlabeled - discussion: *742 - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137596,11 +137628,11 @@ webhooks: type: string enum: - unlocked - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137682,11 +137714,11 @@ webhooks: type: string enum: - unpinned - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137759,7 +137791,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *726 + enterprise: *727 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -138437,9 +138469,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - forkee @@ -138585,9 +138617,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pages: description: The pages that were updated. type: array @@ -138625,7 +138657,7 @@ webhooks: - action - sha - html_url - repository: *729 + repository: *730 sender: *4 required: - pages @@ -138701,10 +138733,10 @@ webhooks: type: string enum: - created - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: &747 + organization: *729 + repositories: &748 description: An array of repository objects that the installation can access. type: array @@ -138730,8 +138762,8 @@ webhooks: - name - full_name - private - repository: *729 - requester: *746 + repository: *730 + requester: *747 sender: *4 required: - action @@ -138806,11 +138838,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -138887,11 +138919,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -138968,10 +139000,10 @@ webhooks: type: string enum: - added - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories_added: &748 + organization: *729 + repositories_added: &749 description: An array of repository objects, which were added to the installation. type: array @@ -139017,15 +139049,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *729 - repository_selection: &749 + repository: *730 + repository_selection: &750 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *746 + requester: *747 sender: *4 required: - action @@ -139104,10 +139136,10 @@ webhooks: type: string enum: - removed - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories_added: *748 + organization: *729 + repositories_added: *749 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -139134,9 +139166,9 @@ webhooks: - name - full_name - private - repository: *729 - repository_selection: *749 - requester: *746 + repository: *730 + repository_selection: *750 + requester: *747 sender: *4 required: - action @@ -139215,11 +139247,11 @@ webhooks: type: string enum: - suspend - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -139401,10 +139433,10 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 target_type: type: string @@ -139483,11 +139515,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -139653,7 +139685,7 @@ webhooks: pin: anyOf: - type: 'null' - - *560 + - *561 user: title: User type: @@ -139739,8 +139771,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -140552,8 +140584,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140914,8 +140946,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -140995,7 +141027,7 @@ webhooks: type: string enum: - deleted - comment: &750 + comment: &751 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -141152,7 +141184,7 @@ webhooks: pin: anyOf: - type: 'null' - - *560 + - *561 required: - url - html_url @@ -141166,8 +141198,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141975,8 +142007,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142339,8 +142371,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -142420,7 +142452,7 @@ webhooks: type: string enum: - edited - changes: &774 + changes: &775 description: The changes to the comment. type: object properties: @@ -142432,9 +142464,9 @@ webhooks: type: string required: - from - comment: *750 - enterprise: *726 - installation: *727 + comment: *751 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143245,8 +143277,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143607,8 +143639,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -143689,9 +143721,9 @@ webhooks: type: string enum: - pinned - comment: *750 - enterprise: *726 - installation: *727 + comment: *751 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144504,8 +144536,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144868,8 +144900,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -144949,9 +144981,9 @@ webhooks: type: string enum: - unpinned - comment: *750 - enterprise: *726 - installation: *727 + comment: *751 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -145764,8 +145796,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146128,8 +146160,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -146218,9 +146250,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -146309,9 +146341,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -146399,9 +146431,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -146490,9 +146522,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -146572,10 +146604,10 @@ webhooks: type: string enum: - assigned - assignee: *746 - enterprise: *726 - installation: *727 - issue: &751 + assignee: *747 + enterprise: *727 + installation: *728 + issue: &752 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147386,11 +147418,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147510,8 +147542,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -147591,8 +147623,8 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148408,11 +148440,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148675,8 +148707,8 @@ webhooks: required: - state - closed_at - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -148755,8 +148787,8 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149563,11 +149595,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149686,8 +149718,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -149766,8 +149798,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150597,11 +150629,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150699,7 +150731,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &752 + milestone: &753 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150842,8 +150874,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -150942,8 +150974,8 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151754,11 +151786,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151878,9 +151910,9 @@ webhooks: - active_lock_reason - body - reactions - label: *745 - organization: *728 - repository: *729 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -151960,9 +151992,9 @@ webhooks: type: string enum: - field_added - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 issue_field: type: object description: The issue field whose value was set or updated on the @@ -152128,8 +152160,8 @@ webhooks: - id required: - from - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -152209,9 +152241,9 @@ webhooks: type: string enum: - field_removed - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -152298,8 +152330,8 @@ webhooks: - 'null' required: - id - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -152379,8 +152411,8 @@ webhooks: type: string enum: - labeled - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153190,11 +153222,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153314,9 +153346,9 @@ webhooks: - active_lock_reason - body - reactions - label: *745 - organization: *728 - repository: *729 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -153396,8 +153428,8 @@ webhooks: type: string enum: - locked - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154232,11 +154264,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154333,8 +154365,8 @@ webhooks: format: uri user_view_type: type: string - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -154413,8 +154445,8 @@ webhooks: type: string enum: - milestoned - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155243,11 +155275,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155344,9 +155376,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *752 - organization: *728 - repository: *729 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -156233,11 +156265,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156829,8 +156861,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -157637,11 +157669,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157764,8 +157796,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -157845,9 +157877,9 @@ webhooks: type: string enum: - pinned - enterprise: *726 - installation: *727 - issue: &753 + enterprise: *727 + installation: *728 + issue: &754 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -158652,11 +158684,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158775,8 +158807,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -158855,8 +158887,8 @@ webhooks: type: string enum: - reopened - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -159689,11 +159721,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159791,8 +159823,8 @@ webhooks: user_view_type: type: string type: *245 - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -160680,11 +160712,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161294,11 +161326,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *726 - installation: *727 - issue: *753 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *754 + organization: *729 + repository: *730 sender: *4 required: - action @@ -161378,12 +161410,12 @@ webhooks: type: string enum: - typed - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 type: *245 - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -161464,7 +161496,7 @@ webhooks: type: string enum: - unassigned - assignee: &777 + assignee: &778 title: User type: - object @@ -161536,11 +161568,11 @@ webhooks: required: - login - id - enterprise: *726 - installation: *727 - issue: *751 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *752 + organization: *729 + repository: *730 sender: *4 required: - action @@ -161619,12 +161651,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *726 - installation: *727 - issue: *751 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *752 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -161704,8 +161736,8 @@ webhooks: type: string enum: - unlocked - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -162538,11 +162570,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162639,8 +162671,8 @@ webhooks: format: uri user_view_type: type: string - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162720,11 +162752,11 @@ webhooks: type: string enum: - unpinned - enterprise: *726 - installation: *727 - issue: *753 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *754 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162803,12 +162835,12 @@ webhooks: type: string enum: - untyped - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 type: *245 - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162888,11 +162920,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162970,11 +163002,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -163084,11 +163116,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -163170,9 +163202,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: &754 + enterprise: *727 + installation: *728 + marketplace_purchase: &755 title: Marketplace Purchase type: object required: @@ -163260,8 +163292,8 @@ webhooks: type: integer unit_count: type: integer - organization: *728 - previous_marketplace_purchase: &755 + organization: *729 + previous_marketplace_purchase: &756 title: Marketplace Purchase type: object properties: @@ -163345,7 +163377,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *729 + repository: *730 sender: *4 required: - action @@ -163425,10 +163457,10 @@ webhooks: - changed effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: *754 - organization: *728 + enterprise: *727 + installation: *728 + marketplace_purchase: *755 + organization: *729 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -163516,7 +163548,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *729 + repository: *730 sender: *4 required: - action @@ -163598,10 +163630,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: *754 - organization: *728 + enterprise: *727 + installation: *728 + marketplace_purchase: *755 + organization: *729 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -163687,7 +163719,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *729 + repository: *730 sender: *4 required: - action @@ -163768,8 +163800,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 marketplace_purchase: title: Marketplace Purchase type: object @@ -163855,9 +163887,9 @@ webhooks: type: integer unit_count: type: integer - organization: *728 - previous_marketplace_purchase: *755 - repository: *729 + organization: *729 + previous_marketplace_purchase: *756 + repository: *730 sender: *4 required: - action @@ -163937,12 +163969,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: *754 - organization: *728 - previous_marketplace_purchase: *755 - repository: *729 + enterprise: *727 + installation: *728 + marketplace_purchase: *755 + organization: *729 + previous_marketplace_purchase: *756 + repository: *730 sender: *4 required: - action @@ -164044,11 +164076,11 @@ webhooks: type: string required: - to - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 sender: *4 required: - action @@ -164150,11 +164182,11 @@ webhooks: type: - string - 'null' - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 sender: *4 required: - action @@ -164233,11 +164265,11 @@ webhooks: type: string enum: - removed - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 sender: *4 required: - action @@ -164315,11 +164347,11 @@ webhooks: type: string enum: - added - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 scope: description: The scope of the membership. Currently, can only be `team`. @@ -164397,7 +164429,7 @@ webhooks: required: - login - id - team: &756 + team: &757 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -164627,11 +164659,11 @@ webhooks: type: string enum: - removed - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 scope: description: The scope of the membership. Currently, can only be `team`. @@ -164710,7 +164742,7 @@ webhooks: required: - login - id - team: *756 + team: *757 required: - action - scope @@ -164792,8 +164824,8 @@ webhooks: type: string enum: - checks_requested - installation: *727 - merge_group: &757 + installation: *728 + merge_group: &758 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -164819,8 +164851,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -164906,10 +164938,10 @@ webhooks: - merged - invalidated - dequeued - installation: *727 - merge_group: *757 - organization: *728 - repository: *729 + installation: *728 + merge_group: *758 + organization: *729 + repository: *730 sender: *4 required: - action @@ -164982,7 +165014,7 @@ webhooks: type: string enum: - deleted - enterprise: *726 + enterprise: *727 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -165091,12 +165123,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *727 - organization: *728 + installation: *728 + organization: *729 repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -165176,11 +165208,11 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 - milestone: *752 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165259,9 +165291,9 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - milestone: &758 + enterprise: *727 + installation: *728 + milestone: &759 title: Milestone description: A collection of related issues and pull requests. type: object @@ -165403,8 +165435,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165483,11 +165515,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - milestone: *752 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165597,11 +165629,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - milestone: *752 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165681,11 +165713,11 @@ webhooks: type: string enum: - opened - enterprise: *726 - installation: *727 - milestone: *758 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *759 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165764,11 +165796,11 @@ webhooks: type: string enum: - blocked - blocked_user: *746 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + blocked_user: *747 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165847,11 +165879,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *746 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + blocked_user: *747 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165930,9 +165962,9 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - membership: &759 + enterprise: *727 + installation: *728 + membership: &760 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -166042,8 +166074,8 @@ webhooks: - role - organization_url - user - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166121,11 +166153,11 @@ webhooks: type: string enum: - member_added - enterprise: *726 - installation: *727 - membership: *759 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + membership: *760 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166204,8 +166236,8 @@ webhooks: type: string enum: - member_invited - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -166327,10 +166359,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 - user: *746 + user: *747 required: - action - invitation @@ -166408,11 +166440,11 @@ webhooks: type: string enum: - member_removed - enterprise: *726 - installation: *727 - membership: *759 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + membership: *760 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166499,11 +166531,11 @@ webhooks: properties: from: type: string - enterprise: *726 - installation: *727 - membership: *759 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + membership: *760 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166580,9 +166612,9 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 package: description: Information about the package. type: object @@ -167105,7 +167137,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &760 + items: &761 title: Ruby Gems metadata type: object properties: @@ -167202,7 +167234,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -167278,9 +167310,9 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 package: description: Information about the package. type: object @@ -167642,7 +167674,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *760 + items: *761 source_url: type: string format: uri @@ -167713,7 +167745,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -167893,12 +167925,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *726 + enterprise: *727 id: type: integer - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - id @@ -167975,7 +168007,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &761 + personal_access_token_request: &762 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -168125,10 +168157,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *726 - organization: *728 + enterprise: *727 + organization: *729 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -168205,11 +168237,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *761 - enterprise: *726 - organization: *728 + personal_access_token_request: *762 + enterprise: *727 + organization: *729 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -168285,11 +168317,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *761 - enterprise: *726 - organization: *728 + personal_access_token_request: *762 + enterprise: *727 + organization: *729 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -168364,11 +168396,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *761 - organization: *728 - enterprise: *726 + personal_access_token_request: *762 + organization: *729 + enterprise: *727 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -168473,7 +168505,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *762 + last_response: *763 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -168505,8 +168537,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 zen: description: Random string of GitHub zen. @@ -168751,10 +168783,10 @@ webhooks: - from required: - note - enterprise: *726 - installation: *727 - organization: *728 - project_card: &763 + enterprise: *727 + installation: *728 + organization: *729 + project_card: &764 title: Project Card type: object properties: @@ -168877,7 +168909,7 @@ webhooks: - creator - created_at - updated_at - repository: *729 + repository: *730 sender: *4 required: - action @@ -168958,11 +168990,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - project_card: *763 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_card: *764 + repository: *730 sender: *4 required: - action @@ -169042,9 +169074,9 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 project_card: title: Project Card type: object @@ -169174,7 +169206,7 @@ webhooks: repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -169268,11 +169300,11 @@ webhooks: - from required: - note - enterprise: *726 - installation: *727 - organization: *728 - project_card: *763 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_card: *764 + repository: *730 sender: *4 required: - action @@ -169366,9 +169398,9 @@ webhooks: - from required: - column_id - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 project_card: allOf: - title: Project Card @@ -169565,7 +169597,7 @@ webhooks: type: string required: - after_id - repository: *729 + repository: *730 sender: *4 required: - action @@ -169645,10 +169677,10 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 - organization: *728 - project: &765 + enterprise: *727 + installation: *728 + organization: *729 + project: &766 title: Project type: object properties: @@ -169775,7 +169807,7 @@ webhooks: - creator - created_at - updated_at - repository: *729 + repository: *730 sender: *4 required: - action @@ -169855,10 +169887,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - project_column: &764 + enterprise: *727 + installation: *728 + organization: *729 + project_column: &765 title: Project Column type: object properties: @@ -169898,7 +169930,7 @@ webhooks: - name - created_at - updated_at - repository: *729 + repository: *730 sender: *4 required: - action @@ -169977,14 +170009,14 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - project_column: *764 + enterprise: *727 + installation: *728 + organization: *729 + project_column: *765 repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -170073,11 +170105,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - project_column: *764 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_column: *765 + repository: *730 sender: *4 required: - action @@ -170157,11 +170189,11 @@ webhooks: type: string enum: - moved - enterprise: *726 - installation: *727 - organization: *728 - project_column: *764 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_column: *765 + repository: *730 sender: *4 required: - action @@ -170241,11 +170273,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - project: *765 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 + repository: *730 sender: *4 required: - action @@ -170325,14 +170357,14 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - project: *765 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -170433,11 +170465,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - project: *765 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 + repository: *730 sender: *4 required: - action @@ -170516,11 +170548,11 @@ webhooks: type: string enum: - reopened - enterprise: *726 - installation: *727 - organization: *728 - project: *765 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 + repository: *730 sender: *4 required: - action @@ -170601,8 +170633,8 @@ webhooks: type: string enum: - closed - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -170684,8 +170716,8 @@ webhooks: type: string enum: - created - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -170767,8 +170799,8 @@ webhooks: type: string enum: - deleted - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -170890,8 +170922,8 @@ webhooks: type: string to: type: string - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -170975,7 +171007,7 @@ webhooks: type: string enum: - archived - changes: &769 + changes: &770 type: object properties: archived_at: @@ -170991,9 +171023,9 @@ webhooks: - string - 'null' format: date-time - installation: *727 - organization: *728 - projects_v2_item: &766 + installation: *728 + organization: *729 + projects_v2_item: &767 title: Projects v2 Item description: An item belonging to a project type: object @@ -171133,9 +171165,9 @@ webhooks: - 'null' to: type: string - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -171217,9 +171249,9 @@ webhooks: type: string enum: - created - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -171300,9 +171332,9 @@ webhooks: type: string enum: - deleted - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -171407,7 +171439,7 @@ webhooks: oneOf: - type: string - type: integer - - &767 + - &768 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -171431,7 +171463,7 @@ webhooks: required: - id - name - - &768 + - &769 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -171471,8 +171503,8 @@ webhooks: oneOf: - type: string - type: integer - - *767 - *768 + - *769 type: - 'null' - string @@ -171495,9 +171527,9 @@ webhooks: - 'null' required: - body - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -171594,9 +171626,9 @@ webhooks: type: - string - 'null' - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -171679,10 +171711,10 @@ webhooks: type: string enum: - restored - changes: *769 - installation: *727 - organization: *728 - projects_v2_item: *766 + changes: *770 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -171764,8 +171796,8 @@ webhooks: type: string enum: - reopened - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -171847,9 +171879,9 @@ webhooks: type: string enum: - created - installation: *727 - organization: *728 - projects_v2_status_update: *770 + installation: *728 + organization: *729 + projects_v2_status_update: *771 sender: *4 required: - action @@ -171930,9 +171962,9 @@ webhooks: type: string enum: - deleted - installation: *727 - organization: *728 - projects_v2_status_update: *770 + installation: *728 + organization: *729 + projects_v2_status_update: *771 sender: *4 required: - action @@ -172078,9 +172110,9 @@ webhooks: - string - 'null' format: date - installation: *727 - organization: *728 - projects_v2_status_update: *770 + installation: *728 + organization: *729 + projects_v2_status_update: *771 sender: *4 required: - action @@ -172151,10 +172183,10 @@ webhooks: title: public event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - repository @@ -172231,13 +172263,13 @@ webhooks: type: string enum: - assigned - assignee: *746 - enterprise: *726 - installation: *727 - number: &771 + assignee: *747 + enterprise: *727 + installation: *728 + number: &772 description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -174608,7 +174640,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -174690,11 +174722,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -177058,7 +177090,7 @@ webhooks: - draft reason: type: string - repository: *729 + repository: *730 sender: *4 required: - action @@ -177140,11 +177172,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -179508,7 +179540,7 @@ webhooks: - draft reason: type: string - repository: *729 + repository: *730 sender: *4 required: - action @@ -179590,13 +179622,13 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: &772 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: &773 allOf: - - *581 + - *582 - type: object properties: allow_auto_merge: @@ -179658,7 +179690,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *729 + repository: *730 sender: *4 required: - action @@ -179739,12 +179771,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -179824,11 +179856,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *726 + enterprise: *727 milestone: *281 - number: *771 - organization: *728 - pull_request: &773 + number: *772 + organization: *729 + pull_request: &774 title: Pull Request type: object properties: @@ -182177,7 +182209,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -182256,11 +182288,11 @@ webhooks: type: string enum: - dequeued - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -184628,7 +184660,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *729 + repository: *730 sender: *4 required: - action @@ -184752,12 +184784,12 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -184837,11 +184869,11 @@ webhooks: type: string enum: - enqueued - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -187194,7 +187226,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -187274,11 +187306,11 @@ webhooks: type: string enum: - labeled - enterprise: *726 - installation: *727 - label: *745 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + label: *746 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -189648,7 +189680,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -189729,10 +189761,10 @@ webhooks: type: string enum: - locked - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -192100,7 +192132,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -192180,12 +192212,12 @@ webhooks: type: string enum: - milestoned - enterprise: *726 + enterprise: *727 milestone: *281 - number: *771 - organization: *728 - pull_request: *773 - repository: *729 + number: *772 + organization: *729 + pull_request: *774 + repository: *730 sender: *4 required: - action @@ -192264,12 +192296,12 @@ webhooks: type: string enum: - opened - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -192350,12 +192382,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -192435,12 +192467,12 @@ webhooks: type: string enum: - reopened - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -192815,9 +192847,9 @@ webhooks: - start_side - side - reactions - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: type: object properties: @@ -195069,7 +195101,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *729 + repository: *730 sender: *4 required: - action @@ -195149,7 +195181,7 @@ webhooks: type: string enum: - deleted - comment: &775 + comment: &776 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -195442,9 +195474,9 @@ webhooks: - start_side - side - reactions - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: type: object properties: @@ -197684,7 +197716,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *729 + repository: *730 sender: *4 required: - action @@ -197764,11 +197796,11 @@ webhooks: type: string enum: - edited - changes: *774 - comment: *775 - enterprise: *726 - installation: *727 - organization: *728 + changes: *775 + comment: *776 + enterprise: *727 + installation: *728 + organization: *729 pull_request: type: object properties: @@ -200011,7 +200043,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *729 + repository: *730 sender: *4 required: - action @@ -200092,9 +200124,9 @@ webhooks: type: string enum: - dismissed - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -202349,7 +202381,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 + repository: *730 review: description: The review that was affected. type: object @@ -202600,9 +202632,9 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -204716,8 +204748,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 - review: &776 + repository: *730 + review: &777 description: The review that was affected. type: object properties: @@ -204955,12 +204987,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -207329,7 +207361,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_reviewer: title: User type: @@ -207415,12 +207447,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -209796,7 +209828,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209991,12 +210023,12 @@ webhooks: type: string enum: - review_requested - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -212367,7 +212399,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_reviewer: title: User type: @@ -212454,12 +212486,12 @@ webhooks: type: string enum: - review_requested - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -214821,7 +214853,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_team: title: Team description: Groups of organization members that gives permissions @@ -215005,9 +215037,9 @@ webhooks: type: string enum: - submitted - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -217265,8 +217297,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 - review: *776 + repository: *730 + review: *777 sender: *4 required: - action @@ -217346,9 +217378,9 @@ webhooks: type: string enum: - resolved - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -219501,7 +219533,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 + repository: *730 sender: *4 thread: type: object @@ -219898,9 +219930,9 @@ webhooks: type: string enum: - unresolved - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -222036,7 +222068,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 + repository: *730 sender: *4 thread: type: object @@ -222435,10 +222467,10 @@ webhooks: type: string before: type: string - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -224795,7 +224827,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -224877,11 +224909,11 @@ webhooks: type: string enum: - unassigned - assignee: *777 - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + assignee: *778 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -227253,7 +227285,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -227332,11 +227364,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *726 - installation: *727 - label: *745 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + label: *746 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -229697,7 +229729,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -229778,10 +229810,10 @@ webhooks: type: string enum: - unlocked - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -232132,7 +232164,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -232335,7 +232367,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *726 + enterprise: *727 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -232430,8 +232462,8 @@ webhooks: - url - author - committer - installation: *727 - organization: *728 + installation: *728 + organization: *729 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -233030,9 +233062,9 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 registry_package: type: object properties: @@ -233509,7 +233541,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *760 + items: *761 summary: type: string tag_name: @@ -233565,7 +233597,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -233643,9 +233675,9 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 registry_package: type: object properties: @@ -233957,7 +233989,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *760 + items: *761 summary: type: string tag_name: @@ -234007,7 +234039,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -234084,10 +234116,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - release: &778 + enterprise: *727 + installation: *728 + organization: *729 + release: &779 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -234418,7 +234450,7 @@ webhooks: - updated_at - zipball_url - body - repository: *729 + repository: *730 sender: *4 required: - action @@ -234495,11 +234527,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - release: *778 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *779 + repository: *730 sender: *4 required: - action @@ -234616,11 +234648,11 @@ webhooks: type: boolean required: - to - enterprise: *726 - installation: *727 - organization: *728 - release: *778 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *779 + repository: *730 sender: *4 required: - action @@ -234698,9 +234730,9 @@ webhooks: type: string enum: - prereleased - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -235036,7 +235068,7 @@ webhooks: - string - 'null' format: uri - repository: *729 + repository: *730 sender: *4 required: - action @@ -235112,10 +235144,10 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 - release: &779 + enterprise: *727 + installation: *728 + organization: *729 + release: &780 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -235448,7 +235480,7 @@ webhooks: - string - 'null' format: uri - repository: *729 + repository: *730 sender: *4 required: - action @@ -235524,11 +235556,11 @@ webhooks: type: string enum: - released - enterprise: *726 - installation: *727 - organization: *728 - release: *778 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *779 + repository: *730 sender: *4 required: - action @@ -235604,11 +235636,11 @@ webhooks: type: string enum: - unpublished - enterprise: *726 - installation: *727 - organization: *728 - release: *779 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *780 + repository: *730 sender: *4 required: - action @@ -235684,11 +235716,11 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - repository_advisory: *650 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + repository_advisory: *651 sender: *4 required: - action @@ -235764,11 +235796,11 @@ webhooks: type: string enum: - reported - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - repository_advisory: *650 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + repository_advisory: *651 sender: *4 required: - action @@ -235844,10 +235876,10 @@ webhooks: type: string enum: - archived - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -235924,10 +235956,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236005,10 +236037,10 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236093,10 +236125,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236211,10 +236243,10 @@ webhooks: - 'null' items: type: string - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236286,10 +236318,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 status: type: string @@ -236370,10 +236402,10 @@ webhooks: type: string enum: - privatized - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236450,10 +236482,10 @@ webhooks: type: string enum: - publicized - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236547,10 +236579,10 @@ webhooks: - name required: - repository - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236630,10 +236662,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 repository_ruleset: *323 sender: *4 required: @@ -236712,10 +236744,10 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 repository_ruleset: *323 sender: *4 required: @@ -236794,10 +236826,10 @@ webhooks: type: string enum: - edited - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 repository_ruleset: *323 changes: type: object @@ -236859,16 +236891,16 @@ webhooks: properties: added: type: array - items: *601 + items: *602 deleted: type: array - items: *601 + items: *602 updated: type: array items: type: object properties: - rule: *601 + rule: *602 changes: type: object properties: @@ -237105,10 +237137,10 @@ webhooks: - from required: - owner - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237186,10 +237218,10 @@ webhooks: type: string enum: - unarchived - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237267,7 +237299,7 @@ webhooks: type: string enum: - create - alert: &780 + alert: &781 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -237392,10 +237424,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237605,10 +237637,10 @@ webhooks: type: string enum: - dismissed - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237686,11 +237718,11 @@ webhooks: type: string enum: - reopen - alert: *780 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *781 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237892,10 +237924,10 @@ webhooks: enum: - fixed - open - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237973,7 +238005,7 @@ webhooks: type: string enum: - assigned - alert: &781 + alert: &782 type: object properties: number: *180 @@ -238113,10 +238145,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238194,11 +238226,11 @@ webhooks: type: string enum: - created - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238279,11 +238311,11 @@ webhooks: type: string enum: - created - alert: *781 - installation: *727 - location: *782 - organization: *728 - repository: *729 + alert: *782 + installation: *728 + location: *783 + organization: *729 + repository: *730 sender: *4 required: - location @@ -238521,11 +238553,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238603,11 +238635,11 @@ webhooks: type: string enum: - reopened - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238685,11 +238717,11 @@ webhooks: type: string enum: - resolved - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238767,12 +238799,12 @@ webhooks: type: string enum: - unassigned - alert: *781 + alert: *782 assignee: *4 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238850,11 +238882,11 @@ webhooks: type: string enum: - validated - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238984,10 +239016,10 @@ webhooks: - organization - enterprise - - repository: *729 - enterprise: *726 - installation: *727 - organization: *728 + repository: *730 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -239065,11 +239097,11 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - security_advisory: &783 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + security_advisory: &784 description: The details of the security advisory, including summary, description, and severity. type: object @@ -239255,11 +239287,11 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - security_advisory: *783 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + security_advisory: *784 sender: *4 required: - action @@ -239332,10 +239364,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -239522,9 +239554,9 @@ webhooks: type: object properties: security_and_analysis: *296 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: *343 sender: *4 required: @@ -239603,12 +239635,12 @@ webhooks: type: string enum: - cancelled - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: &784 + sponsorship: &785 type: object properties: created_at: @@ -239913,12 +239945,12 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - sponsorship @@ -240006,12 +240038,12 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - changes @@ -240088,17 +240120,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &785 + effective_date: &786 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: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - sponsorship @@ -240172,7 +240204,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &786 + changes: &787 type: object properties: tier: @@ -240216,13 +240248,13 @@ webhooks: - from required: - tier - effective_date: *785 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + effective_date: *786 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - changes @@ -240299,13 +240331,13 @@ webhooks: type: string enum: - tier_changed - changes: *786 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + changes: *787 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - changes @@ -240379,10 +240411,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -240466,10 +240498,10 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -240903,15 +240935,15 @@ webhooks: type: - string - 'null' - enterprise: *726 + enterprise: *727 id: description: The unique identifier of the status. type: integer - installation: *727 + installation: *728 name: type: string - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 sha: description: The Commit SHA. @@ -241027,9 +241059,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -241118,9 +241150,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -241209,9 +241241,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -241300,9 +241332,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -241378,12 +241410,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - team: &787 + team: &788 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -241613,9 +241645,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -242085,7 +242117,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -242161,9 +242193,9 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -242633,7 +242665,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -242710,9 +242742,9 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -243182,7 +243214,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -243326,9 +243358,9 @@ webhooks: - from required: - permissions - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -243798,7 +243830,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - changes @@ -243876,9 +243908,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -244348,7 +244380,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -244424,10 +244456,10 @@ webhooks: type: string enum: - started - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -244500,17 +244532,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *726 + enterprise: *727 inputs: type: - object - 'null' additionalProperties: true - installation: *727 - organization: *728 + installation: *728 + organization: *729 ref: type: string - repository: *729 + repository: *730 sender: *4 workflow: type: string @@ -244592,10 +244624,10 @@ webhooks: type: string enum: - completed - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: allOf: @@ -244930,10 +244962,10 @@ webhooks: type: string enum: - in_progress - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: allOf: @@ -245294,10 +245326,10 @@ webhooks: type: string enum: - queued - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: type: object @@ -245522,10 +245554,10 @@ webhooks: type: string enum: - waiting - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: type: object @@ -245752,12 +245784,12 @@ webhooks: type: string enum: - completed - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 workflow_run: title: Workflow Run type: object @@ -246776,12 +246808,12 @@ webhooks: type: string enum: - in_progress - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 workflow_run: title: Workflow Run type: object @@ -247785,12 +247817,12 @@ webhooks: type: string enum: - requested - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index fe03903b3a..67372da503 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -441146,6 +441146,173 @@ } } }, + "/repos/{owner}/{repo}/issue-types": { + "get": { + "summary": "List issue types for a repository", + "description": "Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied).\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.\nFine-grained access tokens require the \"Metadata\" repository permission (read).", + "tags": [ + "repos" + ], + "operationId": "repos/list-issue-types", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository" + }, + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "title": "Issue Type", + "description": "The type assigned to the issue. This is only present for issues in repositories where issue types are supported.", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "type": "integer", + "description": "The unique identifier of the issue type." + }, + "node_id": { + "type": "string", + "description": "The node identifier of the issue type." + }, + "name": { + "type": "string", + "description": "The name of the issue type." + }, + "description": { + "type": [ + "string", + "null" + ], + "description": "The description of the issue type." + }, + "color": { + "type": [ + "string", + "null" + ], + "description": "The color of the issue type.", + "enum": [ + "gray", + "blue", + "green", + "yellow", + "orange", + "red", + "pink", + "purple", + null + ] + }, + "created_at": { + "type": "string", + "description": "The time the issue type created.", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "description": "The time the issue type last updated.", + "format": "date-time" + }, + "is_enabled": { + "type": "boolean", + "description": "The enabled state of the issue type." + } + }, + "required": [ + "id", + "node_id", + "name", + "description" + ] + } + }, + "examples": { + "default": { + "value": [ + { + "id": 410, + "node_id": "IT_kwDNAd3NAZo", + "name": "Task", + "description": "A specific piece of work", + "created_at": "2024-12-11T14:39:09Z", + "updated_at": "2024-12-11T14:39:09Z" + }, + { + "id": 411, + "node_id": "IT_kwDNAd3NAZs", + "name": "Bug", + "description": "An unexpected problem or behavior", + "created_at": "2024-12-11T14:39:09Z", + "updated_at": "2024-12-11T14:39:09Z" + } + ] + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "repos", + "subcategory": "issue-types" + } + } + }, "/repos/{owner}/{repo}/issues": { "get": { "summary": "List repository issues", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 4905095fbb..628bf5c800 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -1048,7 +1048,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &652 + - &653 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14449,7 +14449,7 @@ paths: properties: action: type: string - discussion: &742 + discussion: &743 title: Discussion description: A Discussion in a repository. type: object @@ -15236,7 +15236,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &663 + sub_issues_summary: &664 title: Sub-issues Summary type: object properties: @@ -15320,7 +15320,7 @@ paths: pin: anyOf: - type: 'null' - - &560 + - &561 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -15347,7 +15347,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &664 + issue_dependencies_summary: &665 title: Issue Dependencies Summary type: object properties: @@ -15366,7 +15366,7 @@ paths: - total_blocking issue_field_values: type: array - items: &544 + items: &545 title: Issue Field Value description: A value assigned to an issue field type: object @@ -16176,7 +16176,7 @@ paths: type: string release: allOf: - - &592 + - &593 title: Release description: A release. type: object @@ -16258,7 +16258,7 @@ paths: author: *4 assets: type: array - items: &593 + items: &594 title: Release Asset description: Data related to a release. type: object @@ -20080,7 +20080,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &568 + - &569 name: all description: If `true`, show notifications marked as read. in: query @@ -20088,7 +20088,7 @@ paths: schema: type: boolean default: false - - &569 + - &570 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20098,7 +20098,7 @@ paths: type: boolean default: false - *87 - - &570 + - &571 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: @@ -20689,7 +20689,7 @@ paths: - url - subscription_url examples: - default: &571 + default: &572 value: - id: '1' repository: @@ -22607,7 +22607,7 @@ paths: parameters: - *74 - *116 - - &720 + - &721 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 @@ -22719,7 +22719,7 @@ paths: - *116 - *117 - *118 - - &721 + - &722 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22727,7 +22727,7 @@ paths: schema: type: string - *121 - - &722 + - &723 name: sku description: The SKU to query for usage. in: query @@ -30401,12 +30401,12 @@ paths: required: - subject_digests examples: - default: &701 + default: &702 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &702 + withPredicateType: &703 value: subject_digests: - sha256:abc123 @@ -30451,7 +30451,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &703 + default: &704 value: attestations_subject_digests: - sha256:abc: @@ -41331,7 +41331,7 @@ paths: type: array items: *245 examples: - default: + default: &535 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -43124,7 +43124,7 @@ paths: parameters: - *74 - *257 - - &683 + - &684 name: repo_name description: repo_name parameter in: path @@ -44072,7 +44072,7 @@ paths: - nuget - container - *74 - - &684 + - &685 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -44113,7 +44113,7 @@ paths: default: *263 '403': *27 '401': *23 - '400': &686 + '400': &687 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -46355,7 +46355,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &770 + - &771 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -46858,7 +46858,7 @@ paths: - review_comment - self author_association: *79 - auto_merge: &578 + auto_merge: &579 title: Auto merge description: The status of auto merging a pull request. type: @@ -47241,7 +47241,7 @@ paths: - updated_at - project_url examples: - default: &707 + default: &708 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47418,7 +47418,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &708 + items: &709 type: object properties: name: @@ -47455,7 +47455,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &709 + iteration_configuration: &710 type: object description: The configuration for iteration fields. properties: @@ -47505,7 +47505,7 @@ paths: value: name: Due date data_type: date - single_select_field: &710 + single_select_field: &711 summary: Create a single select field value: name: Priority @@ -47532,7 +47532,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &711 + iteration_field: &712 summary: Create an iteration field value: name: Sprint @@ -47558,7 +47558,7 @@ paths: application/json: schema: *283 examples: - text_field: &712 + text_field: &713 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -47567,7 +47567,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &713 + number_field: &714 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -47576,7 +47576,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &714 + date_field: &715 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -47585,7 +47585,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &715 + single_select_field: &716 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47619,7 +47619,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &716 + iteration_field: &717 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -47665,7 +47665,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *280 - - &717 + - &718 name: field_id description: The unique identifier of the field. in: path @@ -47680,7 +47680,7 @@ paths: application/json: schema: *283 examples: - default: &718 + default: &719 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48891,7 +48891,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &698 + schema: &699 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -49074,7 +49074,7 @@ paths: parameters: - *280 - *74 - - &719 + - &720 name: view_number description: The number that identifies the project view. in: path @@ -51142,7 +51142,7 @@ paths: - *74 - *17 - *19 - - &600 + - &601 name: targets description: | A comma-separated list of rule targets to filter by. @@ -51429,7 +51429,7 @@ paths: - object rules: type: array - items: &601 + items: &602 title: Repository Rule type: object description: A repository rule. @@ -51491,7 +51491,7 @@ paths: type: string enum: - required_linear_history - - &599 + - &600 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -52393,7 +52393,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *74 - - &602 + - &603 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 @@ -52408,7 +52408,7 @@ paths: in: query schema: type: string - - &603 + - &604 name: time_period description: |- The time period to filter by. @@ -52424,14 +52424,14 @@ paths: - week - month default: day - - &604 + - &605 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 - - &605 + - &606 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -52444,7 +52444,7 @@ paths: - bypass - all default: all - - &606 + - &607 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -52467,7 +52467,7 @@ paths: description: Response content: application/json: - schema: &607 + schema: &608 title: Rule Suites description: Response type: array @@ -52523,7 +52523,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &608 + default: &609 value: - id: 21 actor_id: 12 @@ -52567,7 +52567,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *74 - - &609 + - &610 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -52583,7 +52583,7 @@ paths: description: Response content: application/json: - schema: &610 + schema: &611 title: Rule Suite description: Response type: object @@ -52690,7 +52690,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &611 + default: &612 value: id: 21 actor_id: 12 @@ -52937,7 +52937,7 @@ paths: type: string format: date-time examples: - default: &613 + default: &614 value: - version_id: 3 actor: @@ -52990,7 +52990,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &615 allOf: - *326 - type: object @@ -53062,7 +53062,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *74 - - &615 + - &616 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -53073,7 +53073,7 @@ paths: enum: - open - resolved - - &616 + - &617 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -53083,7 +53083,7 @@ paths: required: false schema: type: string - - &617 + - &618 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -53094,7 +53094,7 @@ paths: required: false schema: type: string - - &618 + - &619 name: exclude_providers in: query description: |- @@ -53105,7 +53105,7 @@ paths: required: false schema: type: string - - &619 + - &620 name: providers in: query description: |- @@ -53116,7 +53116,7 @@ paths: required: false schema: type: string - - &620 + - &621 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -53125,7 +53125,7 @@ paths: required: false schema: type: string - - &621 + - &622 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -53144,7 +53144,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &622 + - &623 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. @@ -53159,7 +53159,7 @@ paths: - *60 - *19 - *17 - - &623 + - &624 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 @@ -53169,7 +53169,7 @@ paths: required: false schema: type: string - - &624 + - &625 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 @@ -53179,7 +53179,7 @@ paths: required: false schema: type: string - - &625 + - &626 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -53188,7 +53188,7 @@ paths: required: false schema: type: string - - &626 + - &627 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -53197,7 +53197,7 @@ paths: schema: type: boolean default: false - - &627 + - &628 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -53206,7 +53206,7 @@ paths: schema: type: boolean default: false - - &628 + - &629 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -53215,7 +53215,7 @@ paths: schema: type: boolean default: false - - &629 + - &630 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -53249,14 +53249,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &630 + state: &631 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: &631 + resolution: &632 type: - string - 'null' @@ -53375,14 +53375,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &632 + - &633 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &634 + - &635 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -53446,7 +53446,7 @@ paths: - blob_url - commit_sha - commit_url - - &635 + - &636 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. @@ -53507,7 +53507,7 @@ paths: - page_url - commit_sha - commit_url - - &636 + - &637 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -53529,7 +53529,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &637 + - &638 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -53551,7 +53551,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &638 + - &639 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -53573,7 +53573,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &639 + - &640 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -53588,7 +53588,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &640 + - &641 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -53603,7 +53603,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &641 + - &642 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -53618,7 +53618,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &642 + - &643 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. @@ -53640,7 +53640,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &643 + - &644 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. @@ -53662,7 +53662,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &644 + - &645 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. @@ -53684,7 +53684,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &645 + - &646 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. @@ -53706,7 +53706,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &646 + - &647 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 @@ -54227,7 +54227,7 @@ paths: application/json: schema: type: array - items: &650 + items: &651 description: A repository security advisory. type: object properties: @@ -54524,7 +54524,7 @@ paths: - private_fork additionalProperties: false examples: - default: &651 + default: &652 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -56591,7 +56591,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &666 + response-if-user-is-a-team-maintainer: &667 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -56656,7 +56656,7 @@ paths: application/json: schema: *339 examples: - response-if-users-membership-with-team-is-now-pending: &667 + response-if-users-membership-with-team-is-now-pending: &668 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -56770,7 +56770,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &668 + schema: &669 title: Team Repository description: A team's access to a repository. type: object @@ -57491,7 +57491,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: &669 + response-if-child-teams-exist: &670 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -58971,7 +58971,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': &535 + '410': &536 description: Gone content: application/json: @@ -69576,7 +69576,7 @@ paths: check. type: array items: *85 - deployment: &731 + deployment: &732 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -75055,7 +75055,7 @@ paths: type: array items: *460 examples: - default: &674 + default: &675 value: total_count: 2 machines: @@ -76469,7 +76469,7 @@ paths: - content - created_at examples: - default: &537 + default: &538 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -76606,7 +76606,7 @@ paths: - *340 - *341 - *96 - - &538 + - &539 name: reaction_id description: The unique identifier of the reaction. in: path @@ -76720,7 +76720,7 @@ paths: type: array items: *470 examples: - default: &585 + default: &586 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77011,7 +77011,7 @@ paths: type: array items: *474 examples: - default: &577 + default: &578 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -77569,7 +77569,7 @@ paths: application/json: schema: *470 examples: - default: &565 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78232,7 +78232,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Status description: The status of a commit. type: object @@ -79221,7 +79221,7 @@ paths: - size - type - url - - &590 + - &591 title: Content File description: Content File type: object @@ -79858,7 +79858,7 @@ paths: items: type: object properties: - placeholder_id: &647 + placeholder_id: &648 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86046,7 +86046,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &762 + last_response: &763 title: Hook Response type: object properties: @@ -87115,7 +87115,7 @@ paths: parameters: - *340 - *341 - - &696 + - &697 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -87549,7 +87549,7 @@ paths: type: array items: *534 examples: - default: &688 + default: &689 value: - id: 1 repository: @@ -87853,6 +87853,38 @@ paths: enabledForGitHubApps: true category: collaborators subcategory: invitations + "/repos/{owner}/{repo}/issue-types": + get: + summary: List issue types for a repository + description: |- + Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied). + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + Fine-grained access tokens require the "Metadata" repository permission (read). + tags: + - repos + operationId: repos/list-issue-types + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository + parameters: + - *340 + - *341 + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *245 + examples: + default: *535 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues @@ -87963,7 +87995,7 @@ paths: type: array items: *82 examples: - default: &543 + default: &544 value: - id: 1 node_id: MDU6SXNzdWUx @@ -88251,7 +88283,7 @@ paths: application/json: schema: *82 examples: - default: &540 + default: &541 value: id: 1 node_id: MDU6SXNzdWUx @@ -88389,7 +88421,7 @@ paths: '422': *15 '503': *114 '404': *6 - '410': *535 + '410': *536 x-github: triggersNotification: true githubCloudOnly: false @@ -88441,7 +88473,7 @@ paths: type: array items: *83 examples: - default: &542 + default: &543 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -88509,7 +88541,7 @@ paths: application/json: schema: *83 examples: - default: &536 + default: &537 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -88590,7 +88622,7 @@ paths: application/json: schema: *83 examples: - default: *536 + default: *537 '422': *15 x-github: githubCloudOnly: false @@ -88702,7 +88734,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *535 + '410': *536 '422': *15 x-github: githubCloudOnly: false @@ -88728,7 +88760,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *535 + '410': *536 '503': *114 x-github: githubCloudOnly: false @@ -88776,7 +88808,7 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 @@ -88865,7 +88897,7 @@ paths: - *340 - *341 - *96 - - *538 + - *539 responses: '204': description: Response @@ -88896,7 +88928,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Issue Event description: Issue Event type: object @@ -89248,7 +89280,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -89441,7 +89473,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *535 + '410': *536 '403': *27 x-github: githubCloudOnly: false @@ -89477,7 +89509,7 @@ paths: parameters: - *340 - *341 - - &541 + - &542 name: issue_number description: The number that identifies the issue. in: path @@ -89493,7 +89525,7 @@ paths: examples: default: summary: Issue - value: *540 + value: *541 pinned_comment: summary: Issue with pinned comment value: @@ -89675,7 +89707,7 @@ paths: state_reason: completed '301': *344 '404': *6 - '410': *535 + '410': *536 '304': *35 x-github: githubCloudOnly: false @@ -89702,7 +89734,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -89841,13 +89873,13 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '422': *15 '503': *114 '403': *27 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89867,7 +89899,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -89895,7 +89927,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89913,7 +89945,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: content: application/json: @@ -89940,7 +89972,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89964,7 +89996,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - name: assignee in: path required: true @@ -90006,7 +90038,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *87 - *17 - *19 @@ -90019,11 +90051,11 @@ paths: type: array items: *83 examples: - default: *542 + default: *543 headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90054,7 +90086,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -90078,14 +90110,14 @@ paths: application/json: schema: *83 examples: - default: *536 + default: *537 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *535 + '410': *536 '422': *15 '404': *6 x-github: @@ -90115,7 +90147,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -90127,12 +90159,12 @@ paths: type: array items: *82 examples: - default: *543 + default: *544 headers: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90162,7 +90194,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -90186,7 +90218,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -90194,7 +90226,7 @@ paths: type: string '301': *344 '403': *27 - '410': *535 + '410': *536 '422': *15 '404': *6 x-github: @@ -90227,7 +90259,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -90241,13 +90273,13 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '301': *344 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *535 + '410': *536 x-github: triggersNotification: true githubCloudOnly: false @@ -90275,7 +90307,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -90287,12 +90319,12 @@ paths: type: array items: *82 examples: - default: *543 + default: *544 headers: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90311,7 +90343,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -90325,7 +90357,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &547 + - &548 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -90374,7 +90406,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &548 + - &549 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -90502,7 +90534,7 @@ paths: - performed_via_github_app - assignee - assigner - - &549 + - &550 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -90548,7 +90580,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &550 + - &551 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -90594,7 +90626,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &552 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -90643,7 +90675,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &552 + - &553 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -90685,7 +90717,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &553 + - &554 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -90727,7 +90759,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &554 + - &555 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -90783,7 +90815,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &555 + - &556 title: Locked Issue Event description: Locked Issue Event type: object @@ -90828,7 +90860,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &556 + - &557 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -90889,7 +90921,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &557 + - &558 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -90950,7 +90982,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -91011,7 +91043,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -91104,7 +91136,7 @@ paths: color: red headers: Link: *66 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91123,7 +91155,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -91133,9 +91165,9 @@ paths: application/json: schema: type: array - items: *544 + items: *545 examples: - default: &545 + default: &546 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -91172,7 +91204,7 @@ paths: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91203,7 +91235,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -91275,9 +91307,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *544 + items: *545 examples: - default: *545 + default: *546 '400': *14 '403': *27 '404': *6 @@ -91315,7 +91347,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -91382,9 +91414,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *544 + items: *545 examples: - default: *545 + default: *546 '400': *14 '403': *27 '404': *6 @@ -91417,7 +91449,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *244 responses: '204': @@ -91445,7 +91477,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -91457,7 +91489,7 @@ paths: type: array items: *81 examples: - default: &546 + default: &547 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -91477,7 +91509,7 @@ paths: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91495,7 +91527,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -91540,10 +91572,10 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 '301': *344 '404': *6 - '410': *535 + '410': *536 '422': *15 x-github: githubCloudOnly: false @@ -91562,7 +91594,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -91624,10 +91656,10 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 '301': *344 '404': *6 - '410': *535 + '410': *536 '422': *15 x-github: githubCloudOnly: false @@ -91646,13 +91678,13 @@ paths: parameters: - *340 - *341 - - *541 + - *542 responses: '204': description: Response '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91673,7 +91705,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - name: name in: path required: true @@ -91699,7 +91731,7 @@ paths: default: true '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91721,7 +91753,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -91750,7 +91782,7 @@ paths: '204': description: Response '403': *27 - '410': *535 + '410': *536 '404': *6 '422': *15 x-github: @@ -91770,7 +91802,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 responses: '204': description: Response @@ -91802,7 +91834,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 responses: '200': description: Response @@ -91810,10 +91842,10 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91832,7 +91864,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - 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. @@ -91860,11 +91892,11 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91884,7 +91916,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -91949,8 +91981,8 @@ paths: parameters: - *340 - *341 - - *541 - - *538 + - *542 + - *539 responses: '204': description: Response @@ -91981,7 +92013,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -92005,7 +92037,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -92040,7 +92072,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -92052,11 +92084,11 @@ paths: type: array items: *82 examples: - default: *543 + default: *544 headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92086,7 +92118,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -92115,14 +92147,14 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *535 + '410': *536 '422': *15 '404': *6 x-github: @@ -92144,7 +92176,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -92177,7 +92209,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '403': *27 '404': *6 '422': *7 @@ -92201,7 +92233,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -92216,7 +92248,6 @@ paths: description: Timeline Event type: object anyOf: - - *547 - *548 - *549 - *550 @@ -92229,6 +92260,7 @@ paths: - *557 - *558 - *559 + - *560 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -92285,7 +92317,7 @@ paths: pin: anyOf: - type: 'null' - - *560 + - *561 required: - event - actor @@ -92561,7 +92593,7 @@ paths: type: string comments: type: array - items: &579 + items: &580 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -93077,7 +93109,7 @@ paths: headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93105,7 +93137,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -93210,9 +93242,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &562 + default: &563 value: id: 1 key: ssh-rsa AAA... @@ -93248,7 +93280,7 @@ paths: parameters: - *340 - *341 - - &563 + - &564 name: key_id description: The unique identifier of the key. in: path @@ -93260,9 +93292,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 '404': *6 x-github: githubCloudOnly: false @@ -93282,7 +93314,7 @@ paths: parameters: - *340 - *341 - - *563 + - *564 responses: '204': description: Response @@ -93315,7 +93347,7 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 headers: Link: *66 '404': *6 @@ -93375,7 +93407,7 @@ paths: application/json: schema: *81 examples: - default: &564 + default: &565 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -93421,7 +93453,7 @@ paths: application/json: schema: *81 examples: - default: *564 + default: *565 '404': *6 x-github: githubCloudOnly: false @@ -93823,7 +93855,7 @@ paths: application/json: schema: *470 examples: - default: *565 + default: *566 '204': description: Response when already merged '404': @@ -93989,7 +94021,7 @@ paths: application/json: schema: *281 examples: - default: &566 + default: &567 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -94050,7 +94082,7 @@ paths: parameters: - *340 - *341 - - &567 + - &568 name: milestone_number description: The number that identifies the milestone. in: path @@ -94064,7 +94096,7 @@ paths: application/json: schema: *281 examples: - default: *566 + default: *567 '404': *6 x-github: githubCloudOnly: false @@ -94083,7 +94115,7 @@ paths: parameters: - *340 - *341 - - *567 + - *568 requestBody: required: false content: @@ -94123,7 +94155,7 @@ paths: application/json: schema: *281 examples: - default: *566 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94141,7 +94173,7 @@ paths: parameters: - *340 - *341 - - *567 + - *568 responses: '204': description: Response @@ -94164,7 +94196,7 @@ paths: parameters: - *340 - *341 - - *567 + - *568 - *17 - *19 responses: @@ -94176,7 +94208,7 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 headers: Link: *66 x-github: @@ -94197,10 +94229,10 @@ paths: parameters: - *340 - *341 - - *568 - *569 - - *87 - *570 + - *87 + - *571 - *17 - *19 responses: @@ -94212,7 +94244,7 @@ paths: type: array items: *107 examples: - default: *571 + default: *572 headers: Link: *66 x-github: @@ -94302,7 +94334,7 @@ paths: description: Response content: application/json: - schema: &572 + schema: &573 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -94446,7 +94478,7 @@ paths: - custom_404 - public examples: - default: &573 + default: &574 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -94543,9 +94575,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *573 + default: *574 '422': *15 '409': *52 x-github: @@ -94707,7 +94739,7 @@ paths: application/json: schema: type: array - items: &574 + items: &575 title: Page Build description: Page Build type: object @@ -94854,9 +94886,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: &575 + default: &576 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -94916,9 +94948,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: *575 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95049,7 +95081,7 @@ paths: parameters: - *340 - *341 - - &576 + - &577 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -95109,7 +95141,7 @@ paths: parameters: - *340 - *341 - - *576 + - *577 responses: '204': *59 '404': *6 @@ -95681,7 +95713,7 @@ paths: type: array items: *474 examples: - default: *577 + default: *578 headers: Link: *66 '304': *35 @@ -95781,7 +95813,7 @@ paths: description: Response content: application/json: - schema: &581 + schema: &582 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -96005,7 +96037,7 @@ paths: - review_comment - self author_association: *79 - auto_merge: *578 + auto_merge: *579 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -96105,7 +96137,7 @@ paths: - merged_by - review_comments examples: - default: &582 + default: &583 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -96642,9 +96674,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: &584 + default: &585 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96729,9 +96761,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: &580 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96830,9 +96862,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96901,7 +96933,7 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 @@ -96990,7 +97022,7 @@ paths: - *340 - *341 - *96 - - *538 + - *539 responses: '204': description: Response @@ -97035,7 +97067,7 @@ paths: parameters: - *340 - *341 - - &583 + - &584 name: pull_number description: The number that identifies the pull request. in: path @@ -97048,9 +97080,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '304': *35 '404': *6 '406': @@ -97087,7 +97119,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -97129,9 +97161,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '422': *15 '403': *27 x-github: @@ -97155,7 +97187,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: true content: @@ -97258,7 +97290,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *104 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -97279,9 +97311,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *584 + default: *585 headers: Link: *66 x-github: @@ -97316,7 +97348,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: true content: @@ -97422,7 +97454,7 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: example-for-a-multi-line-comment: value: @@ -97512,7 +97544,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *96 requestBody: required: true @@ -97535,7 +97567,7 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -97623,7 +97655,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *17 - *19 responses: @@ -97635,7 +97667,7 @@ paths: type: array items: *470 examples: - default: *585 + default: *586 headers: Link: *66 x-github: @@ -97667,7 +97699,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *17 - *19 responses: @@ -97717,7 +97749,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 responses: '204': description: Response if pull request has been merged @@ -97742,7 +97774,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -97856,7 +97888,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 responses: '200': description: Response @@ -97933,7 +97965,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -98508,7 +98540,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: true content: @@ -99029,7 +99061,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *17 - *19 responses: @@ -99039,7 +99071,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -99197,7 +99229,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -99287,9 +99319,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: &588 + default: &589 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99354,8 +99386,8 @@ paths: parameters: - *340 - *341 - - *583 - - &587 + - *584 + - &588 name: review_id description: The unique identifier of the review. in: path @@ -99367,9 +99399,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: &589 + default: &590 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99430,8 +99462,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 requestBody: required: true content: @@ -99454,7 +99486,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -99518,16 +99550,16 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 responses: '200': description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *588 + default: *589 '422': *7 '404': *6 x-github: @@ -99556,8 +99588,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 - *17 - *19 responses: @@ -99817,8 +99849,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 requestBody: required: true content: @@ -99847,7 +99879,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -99912,8 +99944,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 requestBody: required: true content: @@ -99948,9 +99980,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *589 + default: *590 '404': *6 '422': *7 '403': *27 @@ -99974,7 +100006,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -100052,9 +100084,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: type: file encoding: base64 @@ -100117,9 +100149,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 '422': *15 x-github: @@ -100152,7 +100184,7 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: default: value: @@ -100323,9 +100355,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -100432,7 +100464,7 @@ paths: parameters: - *340 - *341 - - &594 + - &595 name: asset_id description: The unique identifier of the asset. in: path @@ -100444,9 +100476,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &595 + default: &596 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 @@ -100499,7 +100531,7 @@ paths: parameters: - *340 - *341 - - *594 + - *595 requestBody: required: false content: @@ -100528,9 +100560,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *595 + default: *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100548,7 +100580,7 @@ paths: parameters: - *340 - *341 - - *594 + - *595 responses: '204': description: Response @@ -100667,9 +100699,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *596 + default: *597 '404': *6 x-github: githubCloudOnly: false @@ -100701,9 +100733,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *596 + default: *597 '404': *6 x-github: githubCloudOnly: false @@ -100727,7 +100759,7 @@ paths: parameters: - *340 - *341 - - &597 + - &598 name: release_id description: The unique identifier of the release. in: path @@ -100741,9 +100773,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: *592 + schema: *593 examples: - default: *596 + default: *597 '401': description: Unauthorized x-github: @@ -100763,7 +100795,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 requestBody: required: false content: @@ -100827,9 +100859,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *596 + default: *597 '404': description: Not Found if the discussion category name is invalid content: @@ -100852,7 +100884,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 responses: '204': description: Response @@ -100875,7 +100907,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 - *17 - *19 responses: @@ -100885,7 +100917,7 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: default: value: @@ -100968,7 +101000,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 - name: name in: query required: true @@ -100994,7 +101026,7 @@ paths: description: Response for successful upload content: application/json: - schema: *593 + schema: *594 examples: response-for-successful-upload: value: @@ -101051,7 +101083,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 - 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. @@ -101077,7 +101109,7 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 @@ -101100,7 +101132,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 requestBody: required: true content: @@ -101163,8 +101195,8 @@ paths: parameters: - *340 - *341 - - *597 - - *538 + - *598 + - *539 responses: '204': description: Response @@ -101207,7 +101239,7 @@ paths: oneOf: - allOf: - *302 - - &598 + - &599 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -101228,67 +101260,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *303 - - *598 + - *599 - allOf: - *304 - - *598 + - *599 - allOf: - *305 - - *598 + - *599 - allOf: + - *600 - *599 - - *598 - allOf: - *306 - - *598 + - *599 - allOf: - *307 - - *598 + - *599 - allOf: - *308 - - *598 + - *599 - allOf: - *309 - - *598 + - *599 - allOf: - *310 - - *598 + - *599 - allOf: - *311 - - *598 + - *599 - allOf: - *312 - - *598 + - *599 - allOf: - *313 - - *598 + - *599 - allOf: - *314 - - *598 + - *599 - allOf: - *315 - - *598 + - *599 - allOf: - *320 - - *598 + - *599 - allOf: - *321 - - *598 + - *599 - allOf: - *322 - - *598 + - *599 - allOf: - *316 - - *598 + - *599 - allOf: - *317 - - *598 + - *599 - allOf: - *318 - - *598 + - *599 - allOf: - *319 - - *598 + - *599 examples: default: value: @@ -101339,7 +101371,7 @@ paths: schema: type: boolean default: true - - *600 + - *601 responses: '200': description: Response @@ -101424,7 +101456,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *601 + items: *602 required: - name - enforcement @@ -101457,7 +101489,7 @@ paths: application/json: schema: *323 examples: - default: &612 + default: &613 value: id: 42 name: super cool ruleset @@ -101507,11 +101539,11 @@ paths: parameters: - *340 - *341 - - *602 - *603 - *604 - *605 - *606 + - *607 - *17 - *19 responses: @@ -101519,9 +101551,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '500': *53 x-github: @@ -101544,15 +101576,15 @@ paths: parameters: - *340 - *341 - - *609 + - *610 responses: '200': description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 '404': *6 '500': *53 x-github: @@ -101603,7 +101635,7 @@ paths: application/json: schema: *323 examples: - default: *612 + default: *613 '404': *6 '500': *53 put: @@ -101656,7 +101688,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *601 + items: *602 examples: default: value: @@ -101686,7 +101718,7 @@ paths: application/json: schema: *323 examples: - default: *612 + default: *613 '404': *6 '422': *15 '500': *53 @@ -101748,7 +101780,7 @@ paths: type: array items: *326 examples: - default: *613 + default: *614 '404': *6 '500': *53 x-github: @@ -101786,7 +101818,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -101843,7 +101875,6 @@ paths: parameters: - *340 - *341 - - *615 - *616 - *617 - *618 @@ -101851,16 +101882,17 @@ paths: - *620 - *621 - *622 + - *623 - *60 - *19 - *17 - - *623 - *624 - *625 - *626 - *627 - *628 - *629 + - *630 responses: '200': description: Response @@ -101868,7 +101900,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 type: object properties: number: *180 @@ -101884,8 +101916,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *630 - resolution: *631 + state: *631 + resolution: *632 resolved_at: type: - string @@ -101991,7 +102023,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *632 + - *633 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -102153,13 +102185,13 @@ paths: - *340 - *341 - *436 - - *628 + - *629 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -102223,8 +102255,8 @@ paths: schema: type: object properties: - state: *630 - resolution: *631 + state: *631 + resolution: *632 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -102272,7 +102304,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -102384,7 +102416,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &782 + items: &783 type: object properties: type: @@ -102411,7 +102443,6 @@ paths: - commit details: oneOf: - - *634 - *635 - *636 - *637 @@ -102424,6 +102455,7 @@ paths: - *644 - *645 - *646 + - *647 examples: default: value: @@ -102518,14 +102550,14 @@ paths: schema: type: object properties: - reason: &648 + reason: &649 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *647 + placeholder_id: *648 required: - reason - placeholder_id @@ -102542,7 +102574,7 @@ paths: schema: type: object properties: - reason: *648 + reason: *649 expire_at: type: - string @@ -102605,7 +102637,7 @@ paths: properties: incremental_scans: type: array - items: &649 + items: &650 description: Information on a single scan performed by secret scanning on the repository type: object @@ -102638,15 +102670,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *649 + items: *650 backfill_scans: type: array - items: *649 + items: *650 custom_pattern_backfill_scans: type: array items: allOf: - - *649 + - *650 - type: object properties: pattern_name: @@ -102659,7 +102691,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *649 + items: *650 examples: default: value: @@ -102769,9 +102801,9 @@ paths: application/json: schema: type: array - items: *650 + items: *651 examples: - default: *651 + default: *652 '400': *14 '404': *6 x-github: @@ -102965,9 +102997,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: &653 + default: &654 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -103311,7 +103343,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: default: value: @@ -103459,15 +103491,15 @@ paths: parameters: - *340 - *341 - - *652 + - *653 responses: '200': description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *653 + default: *654 '403': *27 '404': *6 x-github: @@ -103493,7 +103525,7 @@ paths: parameters: - *340 - *341 - - *652 + - *653 requestBody: required: true content: @@ -103664,10 +103696,10 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *653 - add_credit: *653 + default: *654 + add_credit: *654 '403': *27 '404': *6 '422': @@ -103707,7 +103739,7 @@ paths: parameters: - *340 - *341 - - *652 + - *653 responses: '202': *37 '400': *14 @@ -103736,7 +103768,7 @@ paths: parameters: - *340 - *341 - - *652 + - *653 responses: '202': description: Response @@ -103877,7 +103909,7 @@ paths: application/json: schema: type: array - items: &654 + items: &655 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104250,7 +104282,7 @@ paths: application/json: schema: type: array - items: *654 + items: *655 examples: default: value: @@ -104340,7 +104372,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -104434,7 +104466,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &656 + schema: &657 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -104534,7 +104566,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -104744,7 +104776,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -104756,7 +104788,7 @@ paths: required: - names examples: - default: &658 + default: &659 value: names: - octocat @@ -104811,9 +104843,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '422': *7 x-github: @@ -104836,7 +104868,7 @@ paths: parameters: - *340 - *341 - - &659 + - &660 name: per description: The time frame to display results for. in: query @@ -104867,7 +104899,7 @@ paths: - 128 clones: type: array - items: &660 + items: &661 title: Traffic type: object properties: @@ -105115,7 +105147,7 @@ paths: parameters: - *340 - *341 - - *659 + - *660 responses: '200': description: Response @@ -105136,7 +105168,7 @@ paths: - 3782 views: type: array - items: *660 + items: *661 required: - uniques - count @@ -105908,7 +105940,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &661 + text_matches: &662 title: Search Result Text Matches type: array items: @@ -106071,7 +106103,7 @@ paths: enum: - author-date - committer-date - - &662 + - &663 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 @@ -106191,7 +106223,7 @@ paths: type: number node_id: type: string - text_matches: *661 + text_matches: *662 required: - sha - node_id @@ -106383,7 +106415,7 @@ paths: - interactions - created - updated - - *662 + - *663 - *17 - *19 - name: advanced_search @@ -106497,11 +106529,11 @@ paths: type: - string - 'null' - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: type: string state_reason: @@ -106525,7 +106557,7 @@ paths: - string - 'null' format: date-time - text_matches: *661 + text_matches: *662 pull_request: type: object properties: @@ -106799,7 +106831,7 @@ paths: enum: - created - updated - - *662 + - *663 - *17 - *19 responses: @@ -106844,7 +106876,7 @@ paths: - 'null' score: type: number - text_matches: *661 + text_matches: *662 required: - id - node_id @@ -106929,7 +106961,7 @@ paths: - forks - help-wanted-issues - updated - - *662 + - *663 - *17 - *19 responses: @@ -107175,7 +107207,7 @@ paths: - admin - pull - push - text_matches: *661 + text_matches: *662 temp_clone_token: type: string allow_merge_commit: @@ -107483,7 +107515,7 @@ paths: - string - 'null' format: uri - text_matches: *661 + text_matches: *662 related: type: - array @@ -107676,7 +107708,7 @@ paths: - followers - repositories - joined - - *662 + - *663 - *17 - *19 responses: @@ -107786,7 +107818,7 @@ paths: type: - boolean - 'null' - text_matches: *661 + text_matches: *662 blog: type: - string @@ -107868,7 +107900,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &665 + - &666 name: team_id description: The unique identifier of the team. in: path @@ -107909,7 +107941,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *665 + - *666 requestBody: required: true content: @@ -108010,7 +108042,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *665 + - *666 responses: '204': description: Response @@ -108039,7 +108071,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *665 + - *666 - *17 - *19 responses: @@ -108077,7 +108109,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *665 + - *666 - name: role description: Filters members returned by their role in the team. in: query @@ -108128,7 +108160,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -108165,7 +108197,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -108205,7 +108237,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -108242,7 +108274,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *665 + - *666 - *70 responses: '200': @@ -108251,7 +108283,7 @@ paths: application/json: schema: *339 examples: - response-if-user-is-a-team-maintainer: *666 + response-if-user-is-a-team-maintainer: *667 '404': *6 x-github: githubCloudOnly: false @@ -108284,7 +108316,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *665 + - *666 - *70 requestBody: required: false @@ -108312,7 +108344,7 @@ paths: application/json: schema: *339 examples: - response-if-users-membership-with-team-is-now-pending: *667 + response-if-users-membership-with-team-is-now-pending: *668 '403': description: Forbidden if team synchronization is set up '422': @@ -108346,7 +108378,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -108374,7 +108406,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *665 + - *666 - *17 - *19 responses: @@ -108416,7 +108448,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *665 + - *666 - *340 - *341 responses: @@ -108424,7 +108456,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *668 + schema: *669 examples: alternative-response-with-extra-repository-information: value: @@ -108574,7 +108606,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *665 + - *666 - *340 - *341 requestBody: @@ -108626,7 +108658,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *665 + - *666 - *340 - *341 responses: @@ -108653,7 +108685,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *665 + - *666 - *17 - *19 responses: @@ -108665,7 +108697,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: *669 + response-if-child-teams-exist: *670 headers: Link: *66 '404': *6 @@ -108698,7 +108730,7 @@ paths: application/json: schema: oneOf: - - &670 + - &671 title: Private User description: Private User type: object @@ -108948,7 +108980,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &695 + - &696 title: Public User description: Public User type: object @@ -109282,7 +109314,7 @@ paths: description: Response content: application/json: - schema: *670 + schema: *671 examples: default: value: @@ -109680,7 +109712,7 @@ paths: type: integer secrets: type: array - items: &671 + items: &672 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109800,7 +109832,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -110213,7 +110245,7 @@ paths: description: Response content: application/json: - schema: &672 + schema: &673 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -110266,7 +110298,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &673 + default: &674 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -110311,9 +110343,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *673 + default: *674 '404': *6 x-github: githubCloudOnly: false @@ -110352,7 +110384,7 @@ paths: type: array items: *460 examples: - default: *674 + default: *675 '304': *35 '500': *53 '401': *23 @@ -111318,7 +111350,7 @@ paths: type: array items: *262 examples: - default: &685 + default: &686 value: - id: 197 name: hello_docker @@ -111419,7 +111451,7 @@ paths: application/json: schema: type: array - items: &675 + items: &676 title: Email description: Email type: object @@ -111489,9 +111521,9 @@ paths: application/json: schema: type: array - items: *675 + items: *676 examples: - default: &687 + default: &688 value: - email: octocat@github.com verified: true @@ -111568,7 +111600,7 @@ paths: application/json: schema: type: array - items: *675 + items: *676 examples: default: value: @@ -111826,7 +111858,7 @@ paths: application/json: schema: type: array - items: &676 + items: &677 title: GPG Key description: A unique encryption key type: object @@ -111971,7 +112003,7 @@ paths: - subkeys - revoked examples: - default: &705 + default: &706 value: - id: 3 name: Octocat's GPG Key @@ -112056,9 +112088,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: - default: &677 + default: &678 value: id: 3 name: Octocat's GPG Key @@ -112115,7 +112147,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &678 + - &679 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -112127,9 +112159,9 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: - default: *677 + default: *678 '404': *6 '304': *35 '403': *27 @@ -112152,7 +112184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *678 + - *679 responses: '204': description: Response @@ -112619,7 +112651,7 @@ paths: application/json: schema: type: array - items: &679 + items: &680 title: Key description: Key type: object @@ -112722,9 +112754,9 @@ paths: description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: &680 + default: &681 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112757,15 +112789,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *563 + - *564 responses: '200': description: Response content: application/json: - schema: *679 + schema: *680 examples: - default: *680 + default: *681 '404': *6 '304': *35 '403': *27 @@ -112788,7 +112820,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *563 + - *564 responses: '204': description: Response @@ -112821,7 +112853,7 @@ paths: application/json: schema: type: array - items: &681 + items: &682 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112900,7 +112932,7 @@ paths: - account - plan examples: - default: &682 + default: &683 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112962,9 +112994,9 @@ paths: application/json: schema: type: array - items: *681 + items: *682 examples: - default: *682 + default: *683 headers: Link: *66 '304': *35 @@ -113982,7 +114014,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *257 - - *683 + - *684 responses: '204': description: Response @@ -114095,7 +114127,7 @@ paths: - docker - nuget - container - - *684 + - *685 - *19 - *17 responses: @@ -114107,8 +114139,8 @@ paths: type: array items: *262 examples: - default: *685 - '400': *686 + default: *686 + '400': *687 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114137,7 +114169,7 @@ paths: application/json: schema: *262 examples: - default: &706 + default: &707 value: id: 40201 name: octo-name @@ -114499,9 +114531,9 @@ paths: application/json: schema: type: array - items: *675 + items: *676 examples: - default: *687 + default: *688 headers: Link: *66 '304': *35 @@ -114614,7 +114646,7 @@ paths: type: array items: *78 examples: - default: &694 + default: &695 summary: Default response value: - id: 1296269 @@ -114975,7 +115007,7 @@ paths: type: array items: *534 examples: - default: *688 + default: *689 headers: Link: *66 '304': *35 @@ -115055,7 +115087,7 @@ paths: application/json: schema: type: array - items: &689 + items: &690 title: Social account description: Social media account type: object @@ -115072,7 +115104,7 @@ paths: - provider - url examples: - default: &690 + default: &691 value: - provider: twitter url: https://twitter.com/github @@ -115135,9 +115167,9 @@ paths: application/json: schema: type: array - items: *689 + items: *690 examples: - default: *690 + default: *691 '422': *15 '304': *35 '404': *6 @@ -115225,7 +115257,7 @@ paths: application/json: schema: type: array - items: &691 + items: &692 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -115245,7 +115277,7 @@ paths: - title - created_at examples: - default: &723 + default: &724 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115310,9 +115342,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *692 examples: - default: &692 + default: &693 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115342,7 +115374,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: - - &693 + - &694 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -115354,9 +115386,9 @@ paths: description: Response content: application/json: - schema: *691 + schema: *692 examples: - default: *692 + default: *693 '404': *6 '304': *35 '403': *27 @@ -115379,7 +115411,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: - - *693 + - *694 responses: '204': description: Response @@ -115408,7 +115440,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &724 + - &725 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 @@ -115433,11 +115465,11 @@ paths: type: array items: *78 examples: - default-response: *694 + default-response: *695 application/vnd.github.v3.star+json: schema: type: array - items: &725 + items: &726 title: Starred Repository description: Starred Repository type: object @@ -115806,10 +115838,10 @@ paths: application/json: schema: oneOf: - - *670 - - *695 + - *671 + - *696 examples: - default-response: &699 + default-response: &700 summary: Default response value: login: octocat @@ -115844,7 +115876,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &700 + response-with-git-hub-plan-information: &701 summary: Response with GitHub plan information value: login: octocat @@ -115901,7 +115933,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &697 + - &698 name: user_id description: The unique identifier of the user. in: path @@ -115967,7 +115999,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *696 + - *697 - *17 responses: '200': @@ -116002,7 +116034,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *697 + - *698 - *280 requestBody: required: true @@ -116077,7 +116109,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *698 + schema: *699 examples: table_view: summary: Response for creating a table view @@ -116129,11 +116161,11 @@ paths: application/json: schema: oneOf: - - *670 - - *695 + - *671 + - *696 examples: - default-response: *699 - response-with-git-hub-plan-information: *700 + default-response: *700 + response-with-git-hub-plan-information: *701 '404': *6 x-github: githubCloudOnly: false @@ -116183,8 +116215,8 @@ paths: required: - subject_digests examples: - default: *701 - withPredicateType: *702 + default: *702 + withPredicateType: *703 responses: '200': description: Response @@ -116224,7 +116256,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *703 + default: *704 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116697,7 +116729,7 @@ paths: application/json: schema: *196 examples: - default: &704 + default: &705 summary: Example response for a user copilot space value: id: 42 @@ -116798,7 +116830,7 @@ paths: application/json: schema: *196 examples: - default: *704 + default: *705 '403': *27 '404': *6 x-github: @@ -116924,7 +116956,7 @@ paths: application/json: schema: *196 examples: - default: *704 + default: *705 '403': *27 '404': *6 '422': *15 @@ -117692,7 +117724,7 @@ paths: type: array items: *262 examples: - default: *685 + default: *686 '403': *27 '401': *23 x-github: @@ -118076,9 +118108,9 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: - default: *705 + default: *706 headers: Link: *66 x-github: @@ -118307,7 +118339,7 @@ paths: - docker - nuget - container - - *684 + - *685 - *70 - *19 - *17 @@ -118320,10 +118352,10 @@ paths: type: array items: *262 examples: - default: *685 + default: *686 '403': *27 '401': *23 - '400': *686 + '400': *687 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118353,7 +118385,7 @@ paths: application/json: schema: *262 examples: - default: *706 + default: *707 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118702,7 +118734,7 @@ paths: type: array items: *283 examples: - default: *707 + default: *708 headers: Link: *66 '304': *35 @@ -118762,7 +118794,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *708 + items: *709 required: - name - data_type @@ -118778,7 +118810,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *709 + iteration_configuration: *710 required: - name - data_type @@ -118800,8 +118832,8 @@ paths: value: name: Due date data_type: date - single_select_field: *710 - iteration_field: *711 + single_select_field: *711 + iteration_field: *712 responses: '201': description: Response @@ -118809,11 +118841,11 @@ paths: application/json: schema: *283 examples: - text_field: *712 - number_field: *713 - date_field: *714 - single_select_field: *715 - iteration_field: *716 + text_field: *713 + number_field: *714 + date_field: *715 + single_select_field: *716 + iteration_field: *717 '304': *35 '403': *27 '401': *23 @@ -118835,7 +118867,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *280 - - *717 + - *718 - *70 responses: '200': @@ -118844,7 +118876,7 @@ paths: application/json: schema: *283 examples: - default: *718 + default: *719 headers: Link: *66 '304': *35 @@ -119201,7 +119233,7 @@ paths: parameters: - *280 - *70 - - *719 + - *720 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -119740,7 +119772,7 @@ paths: parameters: - *70 - *116 - - *720 + - *721 - *118 responses: '200': @@ -119839,9 +119871,9 @@ paths: - *116 - *117 - *118 - - *721 - - *121 - *722 + - *121 + - *723 responses: '200': description: Response when getting a billing usage summary @@ -119975,9 +120007,9 @@ paths: application/json: schema: type: array - items: *689 + items: *690 examples: - default: *690 + default: *691 headers: Link: *66 x-github: @@ -120007,9 +120039,9 @@ paths: application/json: schema: type: array - items: *691 + items: *692 examples: - default: *723 + default: *724 headers: Link: *66 x-github: @@ -120034,7 +120066,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *70 - - *724 + - *725 - *60 - *17 - *19 @@ -120046,11 +120078,11 @@ paths: schema: anyOf: - type: array - items: *725 + items: *726 - type: array items: *78 examples: - default-response: *694 + default-response: *695 headers: Link: *66 x-github: @@ -120210,7 +120242,7 @@ webhooks: type: string enum: - disabled - enterprise: &726 + enterprise: &727 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -120279,7 +120311,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &727 + installation: &728 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -120300,7 +120332,7 @@ webhooks: required: - id - node_id - organization: &728 + organization: &729 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -120373,7 +120405,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &729 + repository: &730 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -121288,10 +121320,10 @@ webhooks: type: string enum: - enabled - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -121367,11 +121399,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - rule: &730 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + rule: &731 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) @@ -121594,11 +121626,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - rule: *730 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + rule: *731 sender: *4 required: - action @@ -121786,11 +121818,11 @@ webhooks: - everyone required: - from - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - rule: *730 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + rule: *731 sender: *4 required: - action @@ -121874,7 +121906,7 @@ webhooks: type: string enum: - completed - check_run: &732 + check_run: &733 title: CheckRun description: A check performed on the code of a given code change type: object @@ -121984,7 +122016,7 @@ webhooks: - examples: - neutral - deployment: *731 + deployment: *732 details_url: type: string examples: @@ -122082,10 +122114,10 @@ webhooks: - output - app - pull_requests - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 sender: *4 required: - check_run @@ -122476,11 +122508,11 @@ webhooks: type: string enum: - created - check_run: *732 - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + check_run: *733 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 sender: *4 required: - check_run @@ -122874,11 +122906,11 @@ webhooks: type: string enum: - requested_action - check_run: *732 - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + check_run: *733 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 requested_action: description: The action requested by the user. type: object @@ -123281,11 +123313,11 @@ webhooks: type: string enum: - rerequested - check_run: *732 - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + check_run: *733 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 sender: *4 required: - check_run @@ -124270,10 +124302,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -124987,10 +125019,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -125698,10 +125730,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -126022,20 +126054,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &733 + commit_oid: &734 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: *726 - installation: *727 - organization: *728 - ref: &734 + enterprise: *727 + installation: *728 + organization: *729 + ref: &735 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: *729 + repository: *730 sender: *4 required: - action @@ -126443,12 +126475,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -126731,12 +126763,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -127082,12 +127114,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -127377,9 +127409,9 @@ webhooks: type: - string - 'null' - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -127387,7 +127419,7 @@ webhooks: type: - string - 'null' - repository: *729 + repository: *730 sender: *4 required: - action @@ -127633,12 +127665,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -127959,10 +127991,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -128222,10 +128254,10 @@ webhooks: - updated_at - author_association - body - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -128306,18 +128338,18 @@ webhooks: type: - string - 'null' - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *728 - pusher_type: &735 + organization: *729 + pusher_type: &736 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &736 + ref: &737 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -128327,7 +128359,7 @@ webhooks: enum: - tag - branch - repository: *729 + repository: *730 sender: *4 required: - ref @@ -128410,9 +128442,9 @@ webhooks: enum: - created definition: *291 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -128497,9 +128529,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -128577,9 +128609,9 @@ webhooks: enum: - promote_to_enterprise definition: *291 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -128657,9 +128689,9 @@ webhooks: enum: - updated definition: *291 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -128736,10 +128768,10 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - repository: *729 - organization: *728 + enterprise: *727 + installation: *728 + repository: *730 + organization: *729 sender: *4 new_property_values: type: array @@ -128824,18 +128856,18 @@ webhooks: title: delete event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - pusher_type: *735 - ref: *736 + enterprise: *727 + installation: *728 + organization: *729 + pusher_type: *736 + ref: *737 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *729 + repository: *730 sender: *4 required: - ref @@ -128916,10 +128948,10 @@ webhooks: enum: - assignees_changed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129000,10 +129032,10 @@ webhooks: enum: - auto_dismissed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129085,10 +129117,10 @@ webhooks: enum: - auto_reopened alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129170,10 +129202,10 @@ webhooks: enum: - created alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129253,10 +129285,10 @@ webhooks: enum: - dismissed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129336,10 +129368,10 @@ webhooks: enum: - fixed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129420,10 +129452,10 @@ webhooks: enum: - reintroduced alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129503,10 +129535,10 @@ webhooks: enum: - reopened alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -129583,9 +129615,9 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - key: &737 + enterprise: *727 + installation: *728 + key: &738 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -129623,8 +129655,8 @@ webhooks: - verified - created_at - read_only - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -129701,11 +129733,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - key: *737 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + key: *738 + organization: *729 + repository: *730 sender: *4 required: - action @@ -130272,12 +130304,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: &741 + workflow: &742 title: Workflow type: - object @@ -131031,10 +131063,10 @@ webhooks: - *498 pull_requests: type: array - items: *581 - repository: *729 - organization: *728 - installation: *727 + items: *582 + repository: *730 + organization: *729 + installation: *728 sender: *4 responses: '200': @@ -131105,7 +131137,7 @@ webhooks: type: string enum: - approved - approver: &738 + approver: &739 type: object properties: avatar_url: @@ -131148,11 +131180,11 @@ webhooks: type: string comment: type: string - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - reviewers: &739 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + reviewers: &740 type: array items: type: object @@ -131233,7 +131265,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &740 + workflow_job_run: &741 type: object properties: conclusion: @@ -131979,18 +132011,18 @@ webhooks: type: string enum: - rejected - approver: *738 + approver: *739 comment: type: string - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - reviewers: *739 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + reviewers: *740 sender: *4 since: type: string - workflow_job_run: *740 + workflow_job_run: *741 workflow_job_runs: type: array items: @@ -132707,13 +132739,13 @@ webhooks: type: string enum: - requested - enterprise: *726 + enterprise: *727 environment: type: string - installation: *727 - organization: *728 - repository: *729 - requestor: &746 + installation: *728 + organization: *729 + repository: *730 + requestor: &747 title: User type: - object @@ -134646,12 +134678,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 workflow_run: title: Deployment Workflow Run type: @@ -135342,7 +135374,7 @@ webhooks: type: string enum: - answered - answer: &744 + answer: &745 type: object properties: author_association: @@ -135502,11 +135534,11 @@ webhooks: - created_at - updated_at - body - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -135633,11 +135665,11 @@ webhooks: - from required: - category - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -135720,11 +135752,11 @@ webhooks: type: string enum: - closed - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -135806,7 +135838,7 @@ webhooks: type: string enum: - created - comment: &743 + comment: &744 type: object properties: author_association: @@ -135966,11 +135998,11 @@ webhooks: - updated_at - body - reactions - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136053,12 +136085,12 @@ webhooks: type: string enum: - deleted - comment: *743 - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + comment: *744 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136153,12 +136185,12 @@ webhooks: - from required: - body - comment: *743 - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + comment: *744 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136242,11 +136274,11 @@ webhooks: type: string enum: - created - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136328,11 +136360,11 @@ webhooks: type: string enum: - deleted - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136432,11 +136464,11 @@ webhooks: type: string required: - from - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136518,10 +136550,10 @@ webhooks: type: string enum: - labeled - discussion: *742 - enterprise: *726 - installation: *727 - label: &745 + discussion: *743 + enterprise: *727 + installation: *728 + label: &746 title: Label type: object properties: @@ -136554,8 +136586,8 @@ webhooks: - color - default - description - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136638,11 +136670,11 @@ webhooks: type: string enum: - locked - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136724,11 +136756,11 @@ webhooks: type: string enum: - pinned - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136810,11 +136842,11 @@ webhooks: type: string enum: - reopened - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136899,16 +136931,16 @@ webhooks: changes: type: object properties: - new_discussion: *742 - new_repository: *729 + new_discussion: *743 + new_repository: *730 required: - new_discussion - new_repository - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -136991,10 +137023,10 @@ webhooks: type: string enum: - unanswered - discussion: *742 - old_answer: *744 - organization: *728 - repository: *729 + discussion: *743 + old_answer: *745 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137076,12 +137108,12 @@ webhooks: type: string enum: - unlabeled - discussion: *742 - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137164,11 +137196,11 @@ webhooks: type: string enum: - unlocked - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137250,11 +137282,11 @@ webhooks: type: string enum: - unpinned - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137327,7 +137359,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *726 + enterprise: *727 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -138005,9 +138037,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - forkee @@ -138153,9 +138185,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pages: description: The pages that were updated. type: array @@ -138193,7 +138225,7 @@ webhooks: - action - sha - html_url - repository: *729 + repository: *730 sender: *4 required: - pages @@ -138269,10 +138301,10 @@ webhooks: type: string enum: - created - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: &747 + organization: *729 + repositories: &748 description: An array of repository objects that the installation can access. type: array @@ -138298,8 +138330,8 @@ webhooks: - name - full_name - private - repository: *729 - requester: *746 + repository: *730 + requester: *747 sender: *4 required: - action @@ -138374,11 +138406,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -138455,11 +138487,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -138536,10 +138568,10 @@ webhooks: type: string enum: - added - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories_added: &748 + organization: *729 + repositories_added: &749 description: An array of repository objects, which were added to the installation. type: array @@ -138585,15 +138617,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *729 - repository_selection: &749 + repository: *730 + repository_selection: &750 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *746 + requester: *747 sender: *4 required: - action @@ -138672,10 +138704,10 @@ webhooks: type: string enum: - removed - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories_added: *748 + organization: *729 + repositories_added: *749 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -138702,9 +138734,9 @@ webhooks: - name - full_name - private - repository: *729 - repository_selection: *749 - requester: *746 + repository: *730 + repository_selection: *750 + requester: *747 sender: *4 required: - action @@ -138783,11 +138815,11 @@ webhooks: type: string enum: - suspend - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -138969,10 +139001,10 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 target_type: type: string @@ -139051,11 +139083,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -139221,7 +139253,7 @@ webhooks: pin: anyOf: - type: 'null' - - *560 + - *561 user: title: User type: @@ -139307,8 +139339,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -140120,8 +140152,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140482,8 +140514,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -140563,7 +140595,7 @@ webhooks: type: string enum: - deleted - comment: &750 + comment: &751 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -140720,7 +140752,7 @@ webhooks: pin: anyOf: - type: 'null' - - *560 + - *561 required: - url - html_url @@ -140734,8 +140766,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141543,8 +141575,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141907,8 +141939,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -141988,7 +142020,7 @@ webhooks: type: string enum: - edited - changes: &774 + changes: &775 description: The changes to the comment. type: object properties: @@ -142000,9 +142032,9 @@ webhooks: type: string required: - from - comment: *750 - enterprise: *726 - installation: *727 + comment: *751 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142813,8 +142845,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143175,8 +143207,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -143257,9 +143289,9 @@ webhooks: type: string enum: - pinned - comment: *750 - enterprise: *726 - installation: *727 + comment: *751 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144072,8 +144104,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144436,8 +144468,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -144517,9 +144549,9 @@ webhooks: type: string enum: - unpinned - comment: *750 - enterprise: *726 - installation: *727 + comment: *751 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -145332,8 +145364,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145696,8 +145728,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -145786,9 +145818,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -145877,9 +145909,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -145967,9 +145999,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -146058,9 +146090,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -146140,10 +146172,10 @@ webhooks: type: string enum: - assigned - assignee: *746 - enterprise: *726 - installation: *727 - issue: &751 + assignee: *747 + enterprise: *727 + installation: *728 + issue: &752 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -146954,11 +146986,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147078,8 +147110,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -147159,8 +147191,8 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147976,11 +148008,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148243,8 +148275,8 @@ webhooks: required: - state - closed_at - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -148323,8 +148355,8 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149131,11 +149163,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149254,8 +149286,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -149334,8 +149366,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150165,11 +150197,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150267,7 +150299,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &752 + milestone: &753 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150410,8 +150442,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -150510,8 +150542,8 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151322,11 +151354,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151446,9 +151478,9 @@ webhooks: - active_lock_reason - body - reactions - label: *745 - organization: *728 - repository: *729 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -151528,9 +151560,9 @@ webhooks: type: string enum: - field_added - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 issue_field: type: object description: The issue field whose value was set or updated on the @@ -151696,8 +151728,8 @@ webhooks: - id required: - from - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -151777,9 +151809,9 @@ webhooks: type: string enum: - field_removed - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -151866,8 +151898,8 @@ webhooks: - 'null' required: - id - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -151947,8 +151979,8 @@ webhooks: type: string enum: - labeled - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152758,11 +152790,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152882,9 +152914,9 @@ webhooks: - active_lock_reason - body - reactions - label: *745 - organization: *728 - repository: *729 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -152964,8 +152996,8 @@ webhooks: type: string enum: - locked - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153800,11 +153832,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153901,8 +153933,8 @@ webhooks: format: uri user_view_type: type: string - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -153981,8 +154013,8 @@ webhooks: type: string enum: - milestoned - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154811,11 +154843,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154912,9 +154944,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *752 - organization: *728 - repository: *729 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -155801,11 +155833,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156397,8 +156429,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -157205,11 +157237,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157332,8 +157364,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -157413,9 +157445,9 @@ webhooks: type: string enum: - pinned - enterprise: *726 - installation: *727 - issue: &753 + enterprise: *727 + installation: *728 + issue: &754 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -158220,11 +158252,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158343,8 +158375,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -158423,8 +158455,8 @@ webhooks: type: string enum: - reopened - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -159257,11 +159289,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159359,8 +159391,8 @@ webhooks: user_view_type: type: string type: *245 - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -160248,11 +160280,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160862,11 +160894,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *726 - installation: *727 - issue: *753 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *754 + organization: *729 + repository: *730 sender: *4 required: - action @@ -160946,12 +160978,12 @@ webhooks: type: string enum: - typed - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 type: *245 - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -161032,7 +161064,7 @@ webhooks: type: string enum: - unassigned - assignee: &777 + assignee: &778 title: User type: - object @@ -161104,11 +161136,11 @@ webhooks: required: - login - id - enterprise: *726 - installation: *727 - issue: *751 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *752 + organization: *729 + repository: *730 sender: *4 required: - action @@ -161187,12 +161219,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *726 - installation: *727 - issue: *751 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *752 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -161272,8 +161304,8 @@ webhooks: type: string enum: - unlocked - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -162106,11 +162138,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162207,8 +162239,8 @@ webhooks: format: uri user_view_type: type: string - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162288,11 +162320,11 @@ webhooks: type: string enum: - unpinned - enterprise: *726 - installation: *727 - issue: *753 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *754 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162371,12 +162403,12 @@ webhooks: type: string enum: - untyped - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 type: *245 - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162456,11 +162488,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162538,11 +162570,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162652,11 +162684,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162738,9 +162770,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: &754 + enterprise: *727 + installation: *728 + marketplace_purchase: &755 title: Marketplace Purchase type: object required: @@ -162828,8 +162860,8 @@ webhooks: type: integer unit_count: type: integer - organization: *728 - previous_marketplace_purchase: &755 + organization: *729 + previous_marketplace_purchase: &756 title: Marketplace Purchase type: object properties: @@ -162913,7 +162945,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *729 + repository: *730 sender: *4 required: - action @@ -162993,10 +163025,10 @@ webhooks: - changed effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: *754 - organization: *728 + enterprise: *727 + installation: *728 + marketplace_purchase: *755 + organization: *729 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -163084,7 +163116,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *729 + repository: *730 sender: *4 required: - action @@ -163166,10 +163198,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: *754 - organization: *728 + enterprise: *727 + installation: *728 + marketplace_purchase: *755 + organization: *729 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -163255,7 +163287,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *729 + repository: *730 sender: *4 required: - action @@ -163336,8 +163368,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 marketplace_purchase: title: Marketplace Purchase type: object @@ -163423,9 +163455,9 @@ webhooks: type: integer unit_count: type: integer - organization: *728 - previous_marketplace_purchase: *755 - repository: *729 + organization: *729 + previous_marketplace_purchase: *756 + repository: *730 sender: *4 required: - action @@ -163505,12 +163537,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: *754 - organization: *728 - previous_marketplace_purchase: *755 - repository: *729 + enterprise: *727 + installation: *728 + marketplace_purchase: *755 + organization: *729 + previous_marketplace_purchase: *756 + repository: *730 sender: *4 required: - action @@ -163612,11 +163644,11 @@ webhooks: type: string required: - to - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 sender: *4 required: - action @@ -163718,11 +163750,11 @@ webhooks: type: - string - 'null' - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 sender: *4 required: - action @@ -163801,11 +163833,11 @@ webhooks: type: string enum: - removed - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 sender: *4 required: - action @@ -163883,11 +163915,11 @@ webhooks: type: string enum: - added - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163965,7 +163997,7 @@ webhooks: required: - login - id - team: &756 + team: &757 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -164195,11 +164227,11 @@ webhooks: type: string enum: - removed - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 scope: description: The scope of the membership. Currently, can only be `team`. @@ -164278,7 +164310,7 @@ webhooks: required: - login - id - team: *756 + team: *757 required: - action - scope @@ -164360,8 +164392,8 @@ webhooks: type: string enum: - checks_requested - installation: *727 - merge_group: &757 + installation: *728 + merge_group: &758 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -164387,8 +164419,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -164474,10 +164506,10 @@ webhooks: - merged - invalidated - dequeued - installation: *727 - merge_group: *757 - organization: *728 - repository: *729 + installation: *728 + merge_group: *758 + organization: *729 + repository: *730 sender: *4 required: - action @@ -164550,7 +164582,7 @@ webhooks: type: string enum: - deleted - enterprise: *726 + enterprise: *727 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -164659,12 +164691,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *727 - organization: *728 + installation: *728 + organization: *729 repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -164744,11 +164776,11 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 - milestone: *752 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -164827,9 +164859,9 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - milestone: &758 + enterprise: *727 + installation: *728 + milestone: &759 title: Milestone description: A collection of related issues and pull requests. type: object @@ -164971,8 +165003,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165051,11 +165083,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - milestone: *752 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165165,11 +165197,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - milestone: *752 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165249,11 +165281,11 @@ webhooks: type: string enum: - opened - enterprise: *726 - installation: *727 - milestone: *758 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *759 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165332,11 +165364,11 @@ webhooks: type: string enum: - blocked - blocked_user: *746 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + blocked_user: *747 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165415,11 +165447,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *746 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + blocked_user: *747 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165498,9 +165530,9 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - membership: &759 + enterprise: *727 + installation: *728 + membership: &760 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -165610,8 +165642,8 @@ webhooks: - role - organization_url - user - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165689,11 +165721,11 @@ webhooks: type: string enum: - member_added - enterprise: *726 - installation: *727 - membership: *759 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + membership: *760 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165772,8 +165804,8 @@ webhooks: type: string enum: - member_invited - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -165895,10 +165927,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 - user: *746 + user: *747 required: - action - invitation @@ -165976,11 +166008,11 @@ webhooks: type: string enum: - member_removed - enterprise: *726 - installation: *727 - membership: *759 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + membership: *760 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166067,11 +166099,11 @@ webhooks: properties: from: type: string - enterprise: *726 - installation: *727 - membership: *759 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + membership: *760 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166148,9 +166180,9 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 package: description: Information about the package. type: object @@ -166673,7 +166705,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &760 + items: &761 title: Ruby Gems metadata type: object properties: @@ -166770,7 +166802,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -166846,9 +166878,9 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 package: description: Information about the package. type: object @@ -167210,7 +167242,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *760 + items: *761 source_url: type: string format: uri @@ -167281,7 +167313,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -167461,12 +167493,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *726 + enterprise: *727 id: type: integer - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - id @@ -167543,7 +167575,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &761 + personal_access_token_request: &762 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -167693,10 +167725,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *726 - organization: *728 + enterprise: *727 + organization: *729 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -167773,11 +167805,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *761 - enterprise: *726 - organization: *728 + personal_access_token_request: *762 + enterprise: *727 + organization: *729 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -167853,11 +167885,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *761 - enterprise: *726 - organization: *728 + personal_access_token_request: *762 + enterprise: *727 + organization: *729 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -167932,11 +167964,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *761 - organization: *728 - enterprise: *726 + personal_access_token_request: *762 + organization: *729 + enterprise: *727 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -168041,7 +168073,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *762 + last_response: *763 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -168073,8 +168105,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 zen: description: Random string of GitHub zen. @@ -168319,10 +168351,10 @@ webhooks: - from required: - note - enterprise: *726 - installation: *727 - organization: *728 - project_card: &763 + enterprise: *727 + installation: *728 + organization: *729 + project_card: &764 title: Project Card type: object properties: @@ -168445,7 +168477,7 @@ webhooks: - creator - created_at - updated_at - repository: *729 + repository: *730 sender: *4 required: - action @@ -168526,11 +168558,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - project_card: *763 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_card: *764 + repository: *730 sender: *4 required: - action @@ -168610,9 +168642,9 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 project_card: title: Project Card type: object @@ -168742,7 +168774,7 @@ webhooks: repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -168836,11 +168868,11 @@ webhooks: - from required: - note - enterprise: *726 - installation: *727 - organization: *728 - project_card: *763 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_card: *764 + repository: *730 sender: *4 required: - action @@ -168934,9 +168966,9 @@ webhooks: - from required: - column_id - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 project_card: allOf: - title: Project Card @@ -169133,7 +169165,7 @@ webhooks: type: string required: - after_id - repository: *729 + repository: *730 sender: *4 required: - action @@ -169213,10 +169245,10 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 - organization: *728 - project: &765 + enterprise: *727 + installation: *728 + organization: *729 + project: &766 title: Project type: object properties: @@ -169343,7 +169375,7 @@ webhooks: - creator - created_at - updated_at - repository: *729 + repository: *730 sender: *4 required: - action @@ -169423,10 +169455,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - project_column: &764 + enterprise: *727 + installation: *728 + organization: *729 + project_column: &765 title: Project Column type: object properties: @@ -169466,7 +169498,7 @@ webhooks: - name - created_at - updated_at - repository: *729 + repository: *730 sender: *4 required: - action @@ -169545,14 +169577,14 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - project_column: *764 + enterprise: *727 + installation: *728 + organization: *729 + project_column: *765 repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -169641,11 +169673,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - project_column: *764 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_column: *765 + repository: *730 sender: *4 required: - action @@ -169725,11 +169757,11 @@ webhooks: type: string enum: - moved - enterprise: *726 - installation: *727 - organization: *728 - project_column: *764 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_column: *765 + repository: *730 sender: *4 required: - action @@ -169809,11 +169841,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - project: *765 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 + repository: *730 sender: *4 required: - action @@ -169893,14 +169925,14 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - project: *765 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -170001,11 +170033,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - project: *765 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 + repository: *730 sender: *4 required: - action @@ -170084,11 +170116,11 @@ webhooks: type: string enum: - reopened - enterprise: *726 - installation: *727 - organization: *728 - project: *765 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 + repository: *730 sender: *4 required: - action @@ -170169,8 +170201,8 @@ webhooks: type: string enum: - closed - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -170252,8 +170284,8 @@ webhooks: type: string enum: - created - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -170335,8 +170367,8 @@ webhooks: type: string enum: - deleted - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -170458,8 +170490,8 @@ webhooks: type: string to: type: string - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -170543,7 +170575,7 @@ webhooks: type: string enum: - archived - changes: &769 + changes: &770 type: object properties: archived_at: @@ -170559,9 +170591,9 @@ webhooks: - string - 'null' format: date-time - installation: *727 - organization: *728 - projects_v2_item: &766 + installation: *728 + organization: *729 + projects_v2_item: &767 title: Projects v2 Item description: An item belonging to a project type: object @@ -170701,9 +170733,9 @@ webhooks: - 'null' to: type: string - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -170785,9 +170817,9 @@ webhooks: type: string enum: - created - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -170868,9 +170900,9 @@ webhooks: type: string enum: - deleted - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -170975,7 +171007,7 @@ webhooks: oneOf: - type: string - type: integer - - &767 + - &768 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170999,7 +171031,7 @@ webhooks: required: - id - name - - &768 + - &769 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -171039,8 +171071,8 @@ webhooks: oneOf: - type: string - type: integer - - *767 - *768 + - *769 type: - 'null' - string @@ -171063,9 +171095,9 @@ webhooks: - 'null' required: - body - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -171162,9 +171194,9 @@ webhooks: type: - string - 'null' - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -171247,10 +171279,10 @@ webhooks: type: string enum: - restored - changes: *769 - installation: *727 - organization: *728 - projects_v2_item: *766 + changes: *770 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -171332,8 +171364,8 @@ webhooks: type: string enum: - reopened - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -171415,9 +171447,9 @@ webhooks: type: string enum: - created - installation: *727 - organization: *728 - projects_v2_status_update: *770 + installation: *728 + organization: *729 + projects_v2_status_update: *771 sender: *4 required: - action @@ -171498,9 +171530,9 @@ webhooks: type: string enum: - deleted - installation: *727 - organization: *728 - projects_v2_status_update: *770 + installation: *728 + organization: *729 + projects_v2_status_update: *771 sender: *4 required: - action @@ -171646,9 +171678,9 @@ webhooks: - string - 'null' format: date - installation: *727 - organization: *728 - projects_v2_status_update: *770 + installation: *728 + organization: *729 + projects_v2_status_update: *771 sender: *4 required: - action @@ -171719,10 +171751,10 @@ webhooks: title: public event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - repository @@ -171799,13 +171831,13 @@ webhooks: type: string enum: - assigned - assignee: *746 - enterprise: *726 - installation: *727 - number: &771 + assignee: *747 + enterprise: *727 + installation: *728 + number: &772 description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -174157,7 +174189,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -174239,11 +174271,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -176588,7 +176620,7 @@ webhooks: - draft reason: type: string - repository: *729 + repository: *730 sender: *4 required: - action @@ -176670,11 +176702,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -179019,7 +179051,7 @@ webhooks: - draft reason: type: string - repository: *729 + repository: *730 sender: *4 required: - action @@ -179101,13 +179133,13 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: &772 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: &773 allOf: - - *581 + - *582 - type: object properties: allow_auto_merge: @@ -179169,7 +179201,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *729 + repository: *730 sender: *4 required: - action @@ -179250,12 +179282,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -179335,11 +179367,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *726 + enterprise: *727 milestone: *281 - number: *771 - organization: *728 - pull_request: &773 + number: *772 + organization: *729 + pull_request: &774 title: Pull Request type: object properties: @@ -181683,7 +181715,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -181762,11 +181794,11 @@ webhooks: type: string enum: - dequeued - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -184129,7 +184161,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *729 + repository: *730 sender: *4 required: - action @@ -184253,12 +184285,12 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -184338,11 +184370,11 @@ webhooks: type: string enum: - enqueued - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -186690,7 +186722,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -186770,11 +186802,11 @@ webhooks: type: string enum: - labeled - enterprise: *726 - installation: *727 - label: *745 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + label: *746 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -189125,7 +189157,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -189206,10 +189238,10 @@ webhooks: type: string enum: - locked - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -191558,7 +191590,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -191638,12 +191670,12 @@ webhooks: type: string enum: - milestoned - enterprise: *726 + enterprise: *727 milestone: *281 - number: *771 - organization: *728 - pull_request: *773 - repository: *729 + number: *772 + organization: *729 + pull_request: *774 + repository: *730 sender: *4 required: - action @@ -191722,12 +191754,12 @@ webhooks: type: string enum: - opened - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -191808,12 +191840,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -191893,12 +191925,12 @@ webhooks: type: string enum: - reopened - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -192273,9 +192305,9 @@ webhooks: - start_side - side - reactions - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: type: object properties: @@ -194508,7 +194540,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *729 + repository: *730 sender: *4 required: - action @@ -194588,7 +194620,7 @@ webhooks: type: string enum: - deleted - comment: &775 + comment: &776 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -194881,9 +194913,9 @@ webhooks: - start_side - side - reactions - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: type: object properties: @@ -197104,7 +197136,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *729 + repository: *730 sender: *4 required: - action @@ -197184,11 +197216,11 @@ webhooks: type: string enum: - edited - changes: *774 - comment: *775 - enterprise: *726 - installation: *727 - organization: *728 + changes: *775 + comment: *776 + enterprise: *727 + installation: *728 + organization: *729 pull_request: type: object properties: @@ -199412,7 +199444,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *729 + repository: *730 sender: *4 required: - action @@ -199493,9 +199525,9 @@ webhooks: type: string enum: - dismissed - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -201731,7 +201763,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 + repository: *730 review: description: The review that was affected. type: object @@ -201982,9 +202014,9 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -204093,8 +204125,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 - review: &776 + repository: *730 + review: &777 description: The review that was affected. type: object properties: @@ -204332,12 +204364,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -206687,7 +206719,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_reviewer: title: User type: @@ -206773,12 +206805,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -209135,7 +209167,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209330,12 +209362,12 @@ webhooks: type: string enum: - review_requested - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -211687,7 +211719,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_reviewer: title: User type: @@ -211774,12 +211806,12 @@ webhooks: type: string enum: - review_requested - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -214122,7 +214154,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_team: title: Team description: Groups of organization members that gives permissions @@ -214306,9 +214338,9 @@ webhooks: type: string enum: - submitted - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -216547,8 +216579,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 - review: *776 + repository: *730 + review: *777 sender: *4 required: - action @@ -216628,9 +216660,9 @@ webhooks: type: string enum: - resolved - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -218778,7 +218810,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 + repository: *730 sender: *4 thread: type: object @@ -219175,9 +219207,9 @@ webhooks: type: string enum: - unresolved - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -221308,7 +221340,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 + repository: *730 sender: *4 thread: type: object @@ -221707,10 +221739,10 @@ webhooks: type: string before: type: string - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -224048,7 +224080,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -224130,11 +224162,11 @@ webhooks: type: string enum: - unassigned - assignee: *777 - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + assignee: *778 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -226487,7 +226519,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -226566,11 +226598,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *726 - installation: *727 - label: *745 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + label: *746 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -228912,7 +228944,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -228993,10 +229025,10 @@ webhooks: type: string enum: - unlocked - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -231328,7 +231360,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -231531,7 +231563,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *726 + enterprise: *727 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -231626,8 +231658,8 @@ webhooks: - url - author - committer - installation: *727 - organization: *728 + installation: *728 + organization: *729 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -232226,9 +232258,9 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 registry_package: type: object properties: @@ -232705,7 +232737,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *760 + items: *761 summary: type: string tag_name: @@ -232761,7 +232793,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -232839,9 +232871,9 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 registry_package: type: object properties: @@ -233153,7 +233185,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *760 + items: *761 summary: type: string tag_name: @@ -233203,7 +233235,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -233280,10 +233312,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - release: &778 + enterprise: *727 + installation: *728 + organization: *729 + release: &779 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -233614,7 +233646,7 @@ webhooks: - updated_at - zipball_url - body - repository: *729 + repository: *730 sender: *4 required: - action @@ -233691,11 +233723,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - release: *778 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *779 + repository: *730 sender: *4 required: - action @@ -233812,11 +233844,11 @@ webhooks: type: boolean required: - to - enterprise: *726 - installation: *727 - organization: *728 - release: *778 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *779 + repository: *730 sender: *4 required: - action @@ -233894,9 +233926,9 @@ webhooks: type: string enum: - prereleased - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -234232,7 +234264,7 @@ webhooks: - string - 'null' format: uri - repository: *729 + repository: *730 sender: *4 required: - action @@ -234308,10 +234340,10 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 - release: &779 + enterprise: *727 + installation: *728 + organization: *729 + release: &780 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -234644,7 +234676,7 @@ webhooks: - string - 'null' format: uri - repository: *729 + repository: *730 sender: *4 required: - action @@ -234720,11 +234752,11 @@ webhooks: type: string enum: - released - enterprise: *726 - installation: *727 - organization: *728 - release: *778 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *779 + repository: *730 sender: *4 required: - action @@ -234800,11 +234832,11 @@ webhooks: type: string enum: - unpublished - enterprise: *726 - installation: *727 - organization: *728 - release: *779 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *780 + repository: *730 sender: *4 required: - action @@ -234880,11 +234912,11 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - repository_advisory: *650 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + repository_advisory: *651 sender: *4 required: - action @@ -234960,11 +234992,11 @@ webhooks: type: string enum: - reported - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - repository_advisory: *650 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + repository_advisory: *651 sender: *4 required: - action @@ -235040,10 +235072,10 @@ webhooks: type: string enum: - archived - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -235120,10 +235152,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -235201,10 +235233,10 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -235289,10 +235321,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -235407,10 +235439,10 @@ webhooks: - 'null' items: type: string - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -235482,10 +235514,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 status: type: string @@ -235566,10 +235598,10 @@ webhooks: type: string enum: - privatized - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -235646,10 +235678,10 @@ webhooks: type: string enum: - publicized - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -235743,10 +235775,10 @@ webhooks: - name required: - repository - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -235826,10 +235858,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 repository_ruleset: *323 sender: *4 required: @@ -235908,10 +235940,10 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 repository_ruleset: *323 sender: *4 required: @@ -235990,10 +236022,10 @@ webhooks: type: string enum: - edited - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 repository_ruleset: *323 changes: type: object @@ -236055,16 +236087,16 @@ webhooks: properties: added: type: array - items: *601 + items: *602 deleted: type: array - items: *601 + items: *602 updated: type: array items: type: object properties: - rule: *601 + rule: *602 changes: type: object properties: @@ -236301,10 +236333,10 @@ webhooks: - from required: - owner - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236382,10 +236414,10 @@ webhooks: type: string enum: - unarchived - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236463,7 +236495,7 @@ webhooks: type: string enum: - create - alert: &780 + alert: &781 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -236588,10 +236620,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236801,10 +236833,10 @@ webhooks: type: string enum: - dismissed - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -236882,11 +236914,11 @@ webhooks: type: string enum: - reopen - alert: *780 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *781 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237088,10 +237120,10 @@ webhooks: enum: - fixed - open - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237169,7 +237201,7 @@ webhooks: type: string enum: - assigned - alert: &781 + alert: &782 type: object properties: number: *180 @@ -237309,10 +237341,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237390,11 +237422,11 @@ webhooks: type: string enum: - created - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237475,11 +237507,11 @@ webhooks: type: string enum: - created - alert: *781 - installation: *727 - location: *782 - organization: *728 - repository: *729 + alert: *782 + installation: *728 + location: *783 + organization: *729 + repository: *730 sender: *4 required: - location @@ -237717,11 +237749,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237799,11 +237831,11 @@ webhooks: type: string enum: - reopened - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237881,11 +237913,11 @@ webhooks: type: string enum: - resolved - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237963,12 +237995,12 @@ webhooks: type: string enum: - unassigned - alert: *781 + alert: *782 assignee: *4 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238046,11 +238078,11 @@ webhooks: type: string enum: - validated - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238180,10 +238212,10 @@ webhooks: - organization - enterprise - - repository: *729 - enterprise: *726 - installation: *727 - organization: *728 + repository: *730 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -238261,11 +238293,11 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - security_advisory: &783 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + security_advisory: &784 description: The details of the security advisory, including summary, description, and severity. type: object @@ -238438,11 +238470,11 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - security_advisory: *783 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + security_advisory: *784 sender: *4 required: - action @@ -238515,10 +238547,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -238692,9 +238724,9 @@ webhooks: type: object properties: security_and_analysis: *296 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: *343 sender: *4 required: @@ -238773,12 +238805,12 @@ webhooks: type: string enum: - cancelled - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: &784 + sponsorship: &785 type: object properties: created_at: @@ -239083,12 +239115,12 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - sponsorship @@ -239176,12 +239208,12 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - changes @@ -239258,17 +239290,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &785 + effective_date: &786 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: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - sponsorship @@ -239342,7 +239374,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &786 + changes: &787 type: object properties: tier: @@ -239386,13 +239418,13 @@ webhooks: - from required: - tier - effective_date: *785 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + effective_date: *786 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - changes @@ -239469,13 +239501,13 @@ webhooks: type: string enum: - tier_changed - changes: *786 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + changes: *787 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - changes @@ -239549,10 +239581,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -239636,10 +239668,10 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -240073,15 +240105,15 @@ webhooks: type: - string - 'null' - enterprise: *726 + enterprise: *727 id: description: The unique identifier of the status. type: integer - installation: *727 + installation: *728 name: type: string - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 sha: description: The Commit SHA. @@ -240197,9 +240229,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -240288,9 +240320,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -240379,9 +240411,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -240470,9 +240502,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -240548,12 +240580,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - team: &787 + team: &788 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -240783,9 +240815,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -241255,7 +241287,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -241331,9 +241363,9 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -241803,7 +241835,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -241880,9 +241912,9 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -242352,7 +242384,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -242496,9 +242528,9 @@ webhooks: - from required: - permissions - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -242968,7 +243000,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - changes @@ -243046,9 +243078,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -243518,7 +243550,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -243594,10 +243626,10 @@ webhooks: type: string enum: - started - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -243670,17 +243702,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *726 + enterprise: *727 inputs: type: - object - 'null' additionalProperties: true - installation: *727 - organization: *728 + installation: *728 + organization: *729 ref: type: string - repository: *729 + repository: *730 sender: *4 workflow: type: string @@ -243762,10 +243794,10 @@ webhooks: type: string enum: - completed - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: allOf: @@ -244100,10 +244132,10 @@ webhooks: type: string enum: - in_progress - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: allOf: @@ -244464,10 +244496,10 @@ webhooks: type: string enum: - queued - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: type: object @@ -244692,10 +244724,10 @@ webhooks: type: string enum: - waiting - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: type: object @@ -244922,12 +244954,12 @@ webhooks: type: string enum: - completed - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 workflow_run: title: Workflow Run type: object @@ -245946,12 +245978,12 @@ webhooks: type: string enum: - in_progress - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 workflow_run: title: Workflow Run type: object @@ -246955,12 +246987,12 @@ webhooks: type: string enum: - requested - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 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 9e03b9695b..ed0c74e735 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 @@ -458984,6 +458984,173 @@ } } }, + "/repos/{owner}/{repo}/issue-types": { + "get": { + "summary": "List issue types for a repository", + "description": "Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied).\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.\nFine-grained access tokens require the \"Metadata\" repository permission (read).", + "tags": [ + "repos" + ], + "operationId": "repos/list-issue-types", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository" + }, + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "title": "Issue Type", + "description": "The type assigned to the issue. This is only present for issues in repositories where issue types are supported.", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "type": "integer", + "description": "The unique identifier of the issue type." + }, + "node_id": { + "type": "string", + "description": "The node identifier of the issue type." + }, + "name": { + "type": "string", + "description": "The name of the issue type." + }, + "description": { + "type": [ + "string", + "null" + ], + "description": "The description of the issue type." + }, + "color": { + "type": [ + "string", + "null" + ], + "description": "The color of the issue type.", + "enum": [ + "gray", + "blue", + "green", + "yellow", + "orange", + "red", + "pink", + "purple", + null + ] + }, + "created_at": { + "type": "string", + "description": "The time the issue type created.", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "description": "The time the issue type last updated.", + "format": "date-time" + }, + "is_enabled": { + "type": "boolean", + "description": "The enabled state of the issue type." + } + }, + "required": [ + "id", + "node_id", + "name", + "description" + ] + } + }, + "examples": { + "default": { + "value": [ + { + "id": 410, + "node_id": "IT_kwDNAd3NAZo", + "name": "Task", + "description": "A specific piece of work", + "created_at": "2024-12-11T14:39:09Z", + "updated_at": "2024-12-11T14:39:09Z" + }, + { + "id": 411, + "node_id": "IT_kwDNAd3NAZs", + "name": "Bug", + "description": "An unexpected problem or behavior", + "created_at": "2024-12-11T14:39:09Z", + "updated_at": "2024-12-11T14:39:09Z" + } + ] + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "repos", + "subcategory": "issue-types" + } + } + }, "/repos/{owner}/{repo}/issues": { "get": { "summary": "List repository 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 76b513f935..11cca692e6 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 @@ -1131,7 +1131,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &652 + - &653 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14697,7 +14697,7 @@ paths: properties: action: type: string - discussion: &742 + discussion: &743 title: Discussion description: A Discussion in a repository. type: object @@ -15483,7 +15483,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &663 + sub_issues_summary: &664 title: Sub-issues Summary type: object properties: @@ -15567,7 +15567,7 @@ paths: pin: anyOf: - type: 'null' - - &560 + - &561 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -15594,7 +15594,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &664 + issue_dependencies_summary: &665 title: Issue Dependencies Summary type: object properties: @@ -15613,7 +15613,7 @@ paths: - total_blocking issue_field_values: type: array - items: &544 + items: &545 title: Issue Field Value description: A value assigned to an issue field type: object @@ -16467,7 +16467,7 @@ paths: type: string release: allOf: - - &592 + - &593 title: Release description: A release. type: object @@ -16549,7 +16549,7 @@ paths: author: *4 assets: type: array - items: &593 + items: &594 title: Release Asset description: Data related to a release. type: object @@ -17181,7 +17181,7 @@ paths: url: type: string format: uri - user: &670 + user: &671 title: Public User description: Public User type: object @@ -20651,7 +20651,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &568 + - &569 name: all description: If `true`, show notifications marked as read. in: query @@ -20659,7 +20659,7 @@ paths: schema: type: boolean default: false - - &569 + - &570 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20669,7 +20669,7 @@ paths: type: boolean default: false - *87 - - &570 + - &571 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: @@ -21268,7 +21268,7 @@ paths: - url - subscription_url examples: - default: &571 + default: &572 value: - id: '1' repository: @@ -23186,7 +23186,7 @@ paths: parameters: - *74 - *116 - - &720 + - &721 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 @@ -23298,7 +23298,7 @@ paths: - *116 - *117 - *118 - - &721 + - &722 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -23306,7 +23306,7 @@ paths: schema: type: string - *121 - - &722 + - &723 name: sku description: The SKU to query for usage. in: query @@ -31018,12 +31018,12 @@ paths: required: - subject_digests examples: - default: &701 + default: &702 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &702 + withPredicateType: &703 value: subject_digests: - sha256:abc123 @@ -31082,7 +31082,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &703 + default: &704 value: attestations_subject_digests: - sha256:abc: @@ -42019,7 +42019,7 @@ paths: type: array items: *245 examples: - default: + default: &535 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -43833,7 +43833,7 @@ paths: parameters: - *74 - *257 - - &684 + - &685 name: repo_name description: repo_name parameter in: path @@ -44912,7 +44912,7 @@ paths: - nuget - container - *74 - - &685 + - &686 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -44953,7 +44953,7 @@ paths: default: *263 '403': *27 '401': *23 - '400': &687 + '400': &688 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -47084,7 +47084,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &770 + - &771 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -47597,7 +47597,7 @@ paths: - review_comment - self author_association: *79 - auto_merge: &578 + auto_merge: &579 title: Auto merge description: The status of auto merging a pull request. type: @@ -48054,7 +48054,7 @@ paths: - updated_at - project_url examples: - default: &707 + default: &708 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48231,7 +48231,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &708 + items: &709 type: object properties: name: @@ -48268,7 +48268,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &709 + iteration_configuration: &710 type: object description: The configuration for iteration fields. properties: @@ -48318,7 +48318,7 @@ paths: value: name: Due date data_type: date - single_select_field: &710 + single_select_field: &711 summary: Create a single select field value: name: Priority @@ -48345,7 +48345,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &711 + iteration_field: &712 summary: Create an iteration field value: name: Sprint @@ -48371,7 +48371,7 @@ paths: application/json: schema: *283 examples: - text_field: &712 + text_field: &713 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -48380,7 +48380,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &713 + number_field: &714 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -48389,7 +48389,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &714 + date_field: &715 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -48398,7 +48398,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &715 + single_select_field: &716 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48432,7 +48432,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &716 + iteration_field: &717 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -48478,7 +48478,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *280 - - &717 + - &718 name: field_id description: The unique identifier of the field. in: path @@ -48493,7 +48493,7 @@ paths: application/json: schema: *283 examples: - default: &718 + default: &719 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -49704,7 +49704,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &698 + schema: &699 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -49887,7 +49887,7 @@ paths: parameters: - *280 - *74 - - &719 + - &720 name: view_number description: The number that identifies the project view. in: path @@ -51986,7 +51986,7 @@ paths: - *74 - *17 - *19 - - &600 + - &601 name: targets description: | A comma-separated list of rule targets to filter by. @@ -52273,7 +52273,7 @@ paths: - object rules: type: array - items: &601 + items: &602 title: Repository Rule type: object description: A repository rule. @@ -52335,7 +52335,7 @@ paths: type: string enum: - required_linear_history - - &599 + - &600 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -53237,7 +53237,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *74 - - &602 + - &603 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 @@ -53252,7 +53252,7 @@ paths: in: query schema: type: string - - &603 + - &604 name: time_period description: |- The time period to filter by. @@ -53268,14 +53268,14 @@ paths: - week - month default: day - - &604 + - &605 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 - - &605 + - &606 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -53288,7 +53288,7 @@ paths: - bypass - all default: all - - &606 + - &607 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -53311,7 +53311,7 @@ paths: description: Response content: application/json: - schema: &607 + schema: &608 title: Rule Suites description: Response type: array @@ -53367,7 +53367,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &608 + default: &609 value: - id: 21 actor_id: 12 @@ -53411,7 +53411,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *74 - - &609 + - &610 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -53427,7 +53427,7 @@ paths: description: Response content: application/json: - schema: &610 + schema: &611 title: Rule Suite description: Response type: object @@ -53534,7 +53534,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &611 + default: &612 value: id: 21 actor_id: 12 @@ -53781,7 +53781,7 @@ paths: type: string format: date-time examples: - default: &613 + default: &614 value: - version_id: 3 actor: @@ -53834,7 +53834,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &615 allOf: - *326 - type: object @@ -53906,7 +53906,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *74 - - &615 + - &616 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -53917,7 +53917,7 @@ paths: enum: - open - resolved - - &616 + - &617 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -53927,7 +53927,7 @@ paths: required: false schema: type: string - - &617 + - &618 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -53938,7 +53938,7 @@ paths: required: false schema: type: string - - &618 + - &619 name: exclude_providers in: query description: |- @@ -53949,7 +53949,7 @@ paths: required: false schema: type: string - - &619 + - &620 name: providers in: query description: |- @@ -53960,7 +53960,7 @@ paths: required: false schema: type: string - - &620 + - &621 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -53969,7 +53969,7 @@ paths: required: false schema: type: string - - &621 + - &622 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -53988,7 +53988,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &622 + - &623 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. @@ -54003,7 +54003,7 @@ paths: - *60 - *19 - *17 - - &623 + - &624 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 @@ -54013,7 +54013,7 @@ paths: required: false schema: type: string - - &624 + - &625 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 @@ -54023,7 +54023,7 @@ paths: required: false schema: type: string - - &625 + - &626 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -54032,7 +54032,7 @@ paths: required: false schema: type: string - - &626 + - &627 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -54041,7 +54041,7 @@ paths: schema: type: boolean default: false - - &627 + - &628 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -54050,7 +54050,7 @@ paths: schema: type: boolean default: false - - &628 + - &629 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -54059,7 +54059,7 @@ paths: schema: type: boolean default: false - - &629 + - &630 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -54093,14 +54093,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &630 + state: &631 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: &631 + resolution: &632 type: - string - 'null' @@ -54219,14 +54219,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &632 + - &633 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &634 + - &635 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -54290,7 +54290,7 @@ paths: - blob_url - commit_sha - commit_url - - &635 + - &636 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. @@ -54351,7 +54351,7 @@ paths: - page_url - commit_sha - commit_url - - &636 + - &637 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -54373,7 +54373,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &637 + - &638 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -54395,7 +54395,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &638 + - &639 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -54417,7 +54417,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &639 + - &640 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -54432,7 +54432,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &640 + - &641 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -54447,7 +54447,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &641 + - &642 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -54462,7 +54462,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &642 + - &643 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. @@ -54484,7 +54484,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &643 + - &644 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. @@ -54506,7 +54506,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &644 + - &645 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. @@ -54528,7 +54528,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &645 + - &646 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. @@ -54550,7 +54550,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &646 + - &647 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 @@ -55071,7 +55071,7 @@ paths: application/json: schema: type: array - items: &650 + items: &651 description: A repository security advisory. type: object properties: @@ -55422,7 +55422,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &651 + default: &652 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -57508,7 +57508,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &666 + response-if-user-is-a-team-maintainer: &667 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -57573,7 +57573,7 @@ paths: application/json: schema: *339 examples: - response-if-users-membership-with-team-is-now-pending: &667 + response-if-users-membership-with-team-is-now-pending: &668 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -57687,7 +57687,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &668 + schema: &669 title: Team Repository description: A team's access to a repository. type: object @@ -58501,7 +58501,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: &669 + response-if-child-teams-exist: &670 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -60009,7 +60009,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': &535 + '410': &536 description: Gone content: application/json: @@ -70662,7 +70662,7 @@ paths: check. type: array items: *85 - deployment: &731 + deployment: &732 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -76160,7 +76160,7 @@ paths: type: array items: *460 examples: - default: &675 + default: &676 value: total_count: 2 machines: @@ -77574,7 +77574,7 @@ paths: - content - created_at examples: - default: &537 + default: &538 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -77711,7 +77711,7 @@ paths: - *340 - *341 - *96 - - &538 + - &539 name: reaction_id description: The unique identifier of the reaction. in: path @@ -77825,7 +77825,7 @@ paths: type: array items: *470 examples: - default: &585 + default: &586 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78116,7 +78116,7 @@ paths: type: array items: *474 examples: - default: &577 + default: &578 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78674,7 +78674,7 @@ paths: application/json: schema: *470 examples: - default: &565 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -79337,7 +79337,7 @@ paths: application/json: schema: type: array - items: &655 + items: &656 title: Status description: The status of a commit. type: object @@ -80326,7 +80326,7 @@ paths: - size - type - url - - &590 + - &591 title: Content File description: Content File type: object @@ -80993,7 +80993,7 @@ paths: items: type: object properties: - placeholder_id: &647 + placeholder_id: &648 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -87181,7 +87181,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &762 + last_response: &763 title: Hook Response type: object properties: @@ -88250,7 +88250,7 @@ paths: parameters: - *340 - *341 - - &696 + - &697 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -88684,7 +88684,7 @@ paths: type: array items: *534 examples: - default: &689 + default: &690 value: - id: 1 repository: @@ -88988,6 +88988,38 @@ paths: enabledForGitHubApps: true category: collaborators subcategory: invitations + "/repos/{owner}/{repo}/issue-types": + get: + summary: List issue types for a repository + description: |- + Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied). + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + Fine-grained access tokens require the "Metadata" repository permission (read). + tags: + - repos + operationId: repos/list-issue-types + externalDocs: + description: API method documentation + url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository + parameters: + - *340 + - *341 + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *245 + examples: + default: *535 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues @@ -89098,7 +89130,7 @@ paths: type: array items: *82 examples: - default: &543 + default: &544 value: - id: 1 node_id: MDU6SXNzdWUx @@ -89394,7 +89426,7 @@ paths: application/json: schema: *82 examples: - default: &540 + default: &541 value: id: 1 node_id: MDU6SXNzdWUx @@ -89557,7 +89589,7 @@ paths: '422': *15 '503': *114 '404': *6 - '410': *535 + '410': *536 x-github: triggersNotification: true githubCloudOnly: false @@ -89619,7 +89651,7 @@ paths: type: array items: *83 examples: - default: &542 + default: &543 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -89687,7 +89719,7 @@ paths: application/json: schema: *83 examples: - default: &536 + default: &537 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -89768,7 +89800,7 @@ paths: application/json: schema: *83 examples: - default: *536 + default: *537 '422': *15 x-github: githubCloudOnly: false @@ -89880,7 +89912,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *535 + '410': *536 '422': *15 x-github: githubCloudOnly: false @@ -89906,7 +89938,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *535 + '410': *536 '503': *114 x-github: githubCloudOnly: false @@ -89954,7 +89986,7 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 @@ -90043,7 +90075,7 @@ paths: - *340 - *341 - *96 - - *538 + - *539 responses: '204': description: Response @@ -90074,7 +90106,7 @@ paths: application/json: schema: type: array - items: &539 + items: &540 title: Issue Event description: Issue Event type: object @@ -90426,7 +90458,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *540 examples: default: value: @@ -90619,7 +90651,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *535 + '410': *536 '403': *27 x-github: githubCloudOnly: false @@ -90655,7 +90687,7 @@ paths: parameters: - *340 - *341 - - &541 + - &542 name: issue_number description: The number that identifies the issue. in: path @@ -90671,7 +90703,7 @@ paths: examples: default: summary: Issue - value: *540 + value: *541 pinned_comment: summary: Issue with pinned comment value: @@ -90878,7 +90910,7 @@ paths: version: '2026-03-10' '301': *344 '404': *6 - '410': *535 + '410': *536 '304': *35 x-github: githubCloudOnly: false @@ -90905,7 +90937,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -91050,13 +91082,13 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '422': *15 '503': *114 '403': *27 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91086,7 +91118,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -91114,7 +91146,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91132,7 +91164,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: content: application/json: @@ -91159,7 +91191,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91183,7 +91215,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - name: assignee in: path required: true @@ -91225,7 +91257,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *87 - *17 - *19 @@ -91238,11 +91270,11 @@ paths: type: array items: *83 examples: - default: *542 + default: *543 headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91273,7 +91305,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -91297,14 +91329,14 @@ paths: application/json: schema: *83 examples: - default: *536 + default: *537 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *535 + '410': *536 '422': *15 '404': *6 x-github: @@ -91334,7 +91366,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -91346,12 +91378,12 @@ paths: type: array items: *82 examples: - default: *543 + default: *544 headers: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91381,7 +91413,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -91405,7 +91437,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -91413,7 +91445,7 @@ paths: type: string '301': *344 '403': *27 - '410': *535 + '410': *536 '422': *15 '404': *6 x-github: @@ -91446,7 +91478,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -91460,13 +91492,13 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '301': *344 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *535 + '410': *536 x-github: triggersNotification: true githubCloudOnly: false @@ -91494,7 +91526,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -91506,12 +91538,12 @@ paths: type: array items: *82 examples: - default: *543 + default: *544 headers: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91530,7 +91562,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -91544,7 +91576,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &547 + - &548 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -91593,7 +91625,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &548 + - &549 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -91721,7 +91753,7 @@ paths: - performed_via_github_app - assignee - assigner - - &549 + - &550 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -91767,7 +91799,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &550 + - &551 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -91813,7 +91845,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &551 + - &552 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -91862,7 +91894,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &552 + - &553 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -91904,7 +91936,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &553 + - &554 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -91946,7 +91978,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &554 + - &555 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -92002,7 +92034,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &555 + - &556 title: Locked Issue Event description: Locked Issue Event type: object @@ -92047,7 +92079,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &556 + - &557 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -92108,7 +92140,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &557 + - &558 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -92169,7 +92201,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &558 + - &559 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -92230,7 +92262,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &559 + - &560 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -92323,7 +92355,7 @@ paths: color: red headers: Link: *66 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92342,7 +92374,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -92352,9 +92384,9 @@ paths: application/json: schema: type: array - items: *544 + items: *545 examples: - default: &545 + default: &546 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -92391,7 +92423,7 @@ paths: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92422,7 +92454,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -92494,9 +92526,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *544 + items: *545 examples: - default: *545 + default: *546 '400': *14 '403': *27 '404': *6 @@ -92534,7 +92566,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -92601,9 +92633,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *544 + items: *545 examples: - default: *545 + default: *546 '400': *14 '403': *27 '404': *6 @@ -92636,7 +92668,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *244 responses: '204': @@ -92664,7 +92696,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -92676,7 +92708,7 @@ paths: type: array items: *81 examples: - default: &546 + default: &547 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92696,7 +92728,7 @@ paths: Link: *66 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92714,7 +92746,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -92759,10 +92791,10 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 '301': *344 '404': *6 - '410': *535 + '410': *536 '422': *15 x-github: githubCloudOnly: false @@ -92781,7 +92813,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -92843,10 +92875,10 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 '301': *344 '404': *6 - '410': *535 + '410': *536 '422': *15 x-github: githubCloudOnly: false @@ -92865,13 +92897,13 @@ paths: parameters: - *340 - *341 - - *541 + - *542 responses: '204': description: Response '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92892,7 +92924,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - name: name in: path required: true @@ -92918,7 +92950,7 @@ paths: default: true '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92940,7 +92972,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: false content: @@ -92969,7 +93001,7 @@ paths: '204': description: Response '403': *27 - '410': *535 + '410': *536 '404': *6 '422': *15 x-github: @@ -92989,7 +93021,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 responses: '204': description: Response @@ -93021,7 +93053,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 responses: '200': description: Response @@ -93029,10 +93061,10 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '301': *344 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93051,7 +93083,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - 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. @@ -93079,11 +93111,11 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93103,7 +93135,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -93168,8 +93200,8 @@ paths: parameters: - *340 - *341 - - *541 - - *538 + - *542 + - *539 responses: '204': description: Response @@ -93200,7 +93232,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -93224,7 +93256,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93259,7 +93291,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -93271,11 +93303,11 @@ paths: type: array items: *82 examples: - default: *543 + default: *544 headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93305,7 +93337,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -93334,14 +93366,14 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *535 + '410': *536 '422': *15 '404': *6 x-github: @@ -93363,7 +93395,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 requestBody: required: true content: @@ -93396,7 +93428,7 @@ paths: application/json: schema: *82 examples: - default: *540 + default: *541 '403': *27 '404': *6 '422': *7 @@ -93420,7 +93452,7 @@ paths: parameters: - *340 - *341 - - *541 + - *542 - *17 - *19 responses: @@ -93435,7 +93467,6 @@ paths: description: Timeline Event type: object anyOf: - - *547 - *548 - *549 - *550 @@ -93448,6 +93479,7 @@ paths: - *557 - *558 - *559 + - *560 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -93504,7 +93536,7 @@ paths: pin: anyOf: - type: 'null' - - *560 + - *561 required: - event - actor @@ -93780,7 +93812,7 @@ paths: type: string comments: type: array - items: &579 + items: &580 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -94296,7 +94328,7 @@ paths: headers: Link: *66 '404': *6 - '410': *535 + '410': *536 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94324,7 +94356,7 @@ paths: application/json: schema: type: array - items: &561 + items: &562 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94429,9 +94461,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &562 + default: &563 value: id: 1 key: ssh-rsa AAA... @@ -94467,7 +94499,7 @@ paths: parameters: - *340 - *341 - - &563 + - &564 name: key_id description: The unique identifier of the key. in: path @@ -94479,9 +94511,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 '404': *6 x-github: githubCloudOnly: false @@ -94501,7 +94533,7 @@ paths: parameters: - *340 - *341 - - *563 + - *564 responses: '204': description: Response @@ -94534,7 +94566,7 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 headers: Link: *66 '404': *6 @@ -94594,7 +94626,7 @@ paths: application/json: schema: *81 examples: - default: &564 + default: &565 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94640,7 +94672,7 @@ paths: application/json: schema: *81 examples: - default: *564 + default: *565 '404': *6 x-github: githubCloudOnly: false @@ -95042,7 +95074,7 @@ paths: application/json: schema: *470 examples: - default: *565 + default: *566 '204': description: Response when already merged '404': @@ -95208,7 +95240,7 @@ paths: application/json: schema: *281 examples: - default: &566 + default: &567 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95269,7 +95301,7 @@ paths: parameters: - *340 - *341 - - &567 + - &568 name: milestone_number description: The number that identifies the milestone. in: path @@ -95283,7 +95315,7 @@ paths: application/json: schema: *281 examples: - default: *566 + default: *567 '404': *6 x-github: githubCloudOnly: false @@ -95302,7 +95334,7 @@ paths: parameters: - *340 - *341 - - *567 + - *568 requestBody: required: false content: @@ -95342,7 +95374,7 @@ paths: application/json: schema: *281 examples: - default: *566 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95360,7 +95392,7 @@ paths: parameters: - *340 - *341 - - *567 + - *568 responses: '204': description: Response @@ -95383,7 +95415,7 @@ paths: parameters: - *340 - *341 - - *567 + - *568 - *17 - *19 responses: @@ -95395,7 +95427,7 @@ paths: type: array items: *81 examples: - default: *546 + default: *547 headers: Link: *66 x-github: @@ -95416,10 +95448,10 @@ paths: parameters: - *340 - *341 - - *568 - *569 - - *87 - *570 + - *87 + - *571 - *17 - *19 responses: @@ -95431,7 +95463,7 @@ paths: type: array items: *107 examples: - default: *571 + default: *572 headers: Link: *66 x-github: @@ -95521,7 +95553,7 @@ paths: description: Response content: application/json: - schema: &572 + schema: &573 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95665,7 +95697,7 @@ paths: - custom_404 - public examples: - default: &573 + default: &574 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -95762,9 +95794,9 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: - default: *573 + default: *574 '422': *15 '409': *52 x-github: @@ -95926,7 +95958,7 @@ paths: application/json: schema: type: array - items: &574 + items: &575 title: Page Build description: Page Build type: object @@ -96073,9 +96105,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: &575 + default: &576 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96135,9 +96167,9 @@ paths: description: Response content: application/json: - schema: *574 + schema: *575 examples: - default: *575 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96268,7 +96300,7 @@ paths: parameters: - *340 - *341 - - &576 + - &577 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96328,7 +96360,7 @@ paths: parameters: - *340 - *341 - - *576 + - *577 responses: '204': *59 '404': *6 @@ -96900,7 +96932,7 @@ paths: type: array items: *474 examples: - default: *577 + default: *578 headers: Link: *66 '304': *35 @@ -97000,7 +97032,7 @@ paths: description: Response content: application/json: - schema: &581 + schema: &582 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -97234,7 +97266,7 @@ paths: - review_comment - self author_association: *79 - auto_merge: *578 + auto_merge: *579 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -97430,7 +97462,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &582 + default: &583 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -97998,9 +98030,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: &584 + default: &585 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98085,9 +98117,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: &580 + default: &581 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98186,9 +98218,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: *580 + default: *581 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98257,7 +98289,7 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 @@ -98346,7 +98378,7 @@ paths: - *340 - *341 - *96 - - *538 + - *539 responses: '204': description: Response @@ -98391,7 +98423,7 @@ paths: parameters: - *340 - *341 - - &583 + - &584 name: pull_number description: The number that identifies the pull request. in: path @@ -98404,9 +98436,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '304': *35 '404': *6 '406': @@ -98443,7 +98475,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -98485,9 +98517,9 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: - default: *582 + default: *583 '422': *15 '403': *27 x-github: @@ -98511,7 +98543,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: true content: @@ -98614,7 +98646,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *104 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -98635,9 +98667,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: *584 + default: *585 headers: Link: *66 x-github: @@ -98672,7 +98704,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: true content: @@ -98778,7 +98810,7 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: example-for-a-multi-line-comment: value: @@ -98868,7 +98900,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *96 requestBody: required: true @@ -98891,7 +98923,7 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: default: value: @@ -98979,7 +99011,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *17 - *19 responses: @@ -98991,7 +99023,7 @@ paths: type: array items: *470 examples: - default: *585 + default: *586 headers: Link: *66 x-github: @@ -99023,7 +99055,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *17 - *19 responses: @@ -99073,7 +99105,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 responses: '204': description: Response if pull request has been merged @@ -99098,7 +99130,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -99212,7 +99244,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 responses: '200': description: Response @@ -99289,7 +99321,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -99864,7 +99896,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: true content: @@ -100416,7 +100448,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 - *17 - *19 responses: @@ -100426,7 +100458,7 @@ paths: application/json: schema: type: array - items: &586 + items: &587 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100584,7 +100616,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -100674,9 +100706,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: &588 + default: &589 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100741,8 +100773,8 @@ paths: parameters: - *340 - *341 - - *583 - - &587 + - *584 + - &588 name: review_id description: The unique identifier of the review. in: path @@ -100754,9 +100786,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: &589 + default: &590 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100817,8 +100849,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 requestBody: required: true content: @@ -100841,7 +100873,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -100905,16 +100937,16 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 responses: '200': description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *588 + default: *589 '422': *7 '404': *6 x-github: @@ -100943,8 +100975,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 - *17 - *19 responses: @@ -101204,8 +101236,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 requestBody: required: true content: @@ -101234,7 +101266,7 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: default: value: @@ -101299,8 +101331,8 @@ paths: parameters: - *340 - *341 - - *583 - - *587 + - *584 + - *588 requestBody: required: true content: @@ -101335,9 +101367,9 @@ paths: description: Response content: application/json: - schema: *586 + schema: *587 examples: - default: *589 + default: *590 '404': *6 '422': *7 '403': *27 @@ -101361,7 +101393,7 @@ paths: parameters: - *340 - *341 - - *583 + - *584 requestBody: required: false content: @@ -101439,9 +101471,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: &591 + default: &592 value: type: file encoding: base64 @@ -101504,9 +101536,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *591 examples: - default: *591 + default: *592 '404': *6 '422': *15 x-github: @@ -101539,7 +101571,7 @@ paths: application/json: schema: type: array - items: *592 + items: *593 examples: default: value: @@ -101710,9 +101742,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: &596 + default: &597 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101819,7 +101851,7 @@ paths: parameters: - *340 - *341 - - &594 + - &595 name: asset_id description: The unique identifier of the asset. in: path @@ -101831,9 +101863,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: &595 + default: &596 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 @@ -101886,7 +101918,7 @@ paths: parameters: - *340 - *341 - - *594 + - *595 requestBody: required: false content: @@ -101915,9 +101947,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *594 examples: - default: *595 + default: *596 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101935,7 +101967,7 @@ paths: parameters: - *340 - *341 - - *594 + - *595 responses: '204': description: Response @@ -102054,9 +102086,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *596 + default: *597 '404': *6 x-github: githubCloudOnly: false @@ -102088,9 +102120,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *596 + default: *597 '404': *6 x-github: githubCloudOnly: false @@ -102114,7 +102146,7 @@ paths: parameters: - *340 - *341 - - &597 + - &598 name: release_id description: The unique identifier of the release. in: path @@ -102128,9 +102160,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: *592 + schema: *593 examples: - default: *596 + default: *597 '401': description: Unauthorized x-github: @@ -102150,7 +102182,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 requestBody: required: false content: @@ -102214,9 +102246,9 @@ paths: description: Response content: application/json: - schema: *592 + schema: *593 examples: - default: *596 + default: *597 '404': description: Not Found if the discussion category name is invalid content: @@ -102239,7 +102271,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 responses: '204': description: Response @@ -102262,7 +102294,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 - *17 - *19 responses: @@ -102272,7 +102304,7 @@ paths: application/json: schema: type: array - items: *593 + items: *594 examples: default: value: @@ -102355,7 +102387,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 - name: name in: query required: true @@ -102381,7 +102413,7 @@ paths: description: Response for successful upload content: application/json: - schema: *593 + schema: *594 examples: response-for-successful-upload: value: @@ -102438,7 +102470,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 - 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. @@ -102464,7 +102496,7 @@ paths: type: array items: *468 examples: - default: *537 + default: *538 headers: Link: *66 '404': *6 @@ -102487,7 +102519,7 @@ paths: parameters: - *340 - *341 - - *597 + - *598 requestBody: required: true content: @@ -102550,8 +102582,8 @@ paths: parameters: - *340 - *341 - - *597 - - *538 + - *598 + - *539 responses: '204': description: Response @@ -102594,7 +102626,7 @@ paths: oneOf: - allOf: - *302 - - &598 + - &599 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102615,67 +102647,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *303 - - *598 + - *599 - allOf: - *304 - - *598 + - *599 - allOf: - *305 - - *598 + - *599 - allOf: + - *600 - *599 - - *598 - allOf: - *306 - - *598 + - *599 - allOf: - *307 - - *598 + - *599 - allOf: - *308 - - *598 + - *599 - allOf: - *309 - - *598 + - *599 - allOf: - *310 - - *598 + - *599 - allOf: - *311 - - *598 + - *599 - allOf: - *312 - - *598 + - *599 - allOf: - *313 - - *598 + - *599 - allOf: - *314 - - *598 + - *599 - allOf: - *315 - - *598 + - *599 - allOf: - *320 - - *598 + - *599 - allOf: - *321 - - *598 + - *599 - allOf: - *322 - - *598 + - *599 - allOf: - *316 - - *598 + - *599 - allOf: - *317 - - *598 + - *599 - allOf: - *318 - - *598 + - *599 - allOf: - *319 - - *598 + - *599 examples: default: value: @@ -102726,7 +102758,7 @@ paths: schema: type: boolean default: true - - *600 + - *601 responses: '200': description: Response @@ -102811,7 +102843,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *601 + items: *602 required: - name - enforcement @@ -102844,7 +102876,7 @@ paths: application/json: schema: *323 examples: - default: &612 + default: &613 value: id: 42 name: super cool ruleset @@ -102894,11 +102926,11 @@ paths: parameters: - *340 - *341 - - *602 - *603 - *604 - *605 - *606 + - *607 - *17 - *19 responses: @@ -102906,9 +102938,9 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: - default: *608 + default: *609 '404': *6 '500': *53 x-github: @@ -102931,15 +102963,15 @@ paths: parameters: - *340 - *341 - - *609 + - *610 responses: '200': description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *611 + default: *612 '404': *6 '500': *53 x-github: @@ -102990,7 +103022,7 @@ paths: application/json: schema: *323 examples: - default: *612 + default: *613 '404': *6 '500': *53 put: @@ -103043,7 +103075,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *601 + items: *602 examples: default: value: @@ -103073,7 +103105,7 @@ paths: application/json: schema: *323 examples: - default: *612 + default: *613 '404': *6 '422': *15 '500': *53 @@ -103135,7 +103167,7 @@ paths: type: array items: *326 examples: - default: *613 + default: *614 '404': *6 '500': *53 x-github: @@ -103173,7 +103205,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: default: value: @@ -103230,7 +103262,6 @@ paths: parameters: - *340 - *341 - - *615 - *616 - *617 - *618 @@ -103238,16 +103269,17 @@ paths: - *620 - *621 - *622 + - *623 - *60 - *19 - *17 - - *623 - *624 - *625 - *626 - *627 - *628 - *629 + - *630 responses: '200': description: Response @@ -103255,7 +103287,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 type: object properties: number: *180 @@ -103271,8 +103303,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *630 - resolution: *631 + state: *631 + resolution: *632 resolved_at: type: - string @@ -103378,7 +103410,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *632 + - *633 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -103540,13 +103572,13 @@ paths: - *340 - *341 - *436 - - *628 + - *629 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -103610,8 +103642,8 @@ paths: schema: type: object properties: - state: *630 - resolution: *631 + state: *631 + resolution: *632 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103659,7 +103691,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -103771,7 +103803,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &782 + items: &783 type: object properties: type: @@ -103798,7 +103830,6 @@ paths: - commit details: oneOf: - - *634 - *635 - *636 - *637 @@ -103811,6 +103842,7 @@ paths: - *644 - *645 - *646 + - *647 examples: default: value: @@ -103905,14 +103937,14 @@ paths: schema: type: object properties: - reason: &648 + reason: &649 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *647 + placeholder_id: *648 required: - reason - placeholder_id @@ -103929,7 +103961,7 @@ paths: schema: type: object properties: - reason: *648 + reason: *649 expire_at: type: - string @@ -103992,7 +104024,7 @@ paths: properties: incremental_scans: type: array - items: &649 + items: &650 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104025,15 +104057,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *649 + items: *650 backfill_scans: type: array - items: *649 + items: *650 custom_pattern_backfill_scans: type: array items: allOf: - - *649 + - *650 - type: object properties: pattern_name: @@ -104046,7 +104078,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *649 + items: *650 examples: default: value: @@ -104156,9 +104188,9 @@ paths: application/json: schema: type: array - items: *650 + items: *651 examples: - default: *651 + default: *652 '400': *14 '404': *6 x-github: @@ -104352,9 +104384,9 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: &653 + default: &654 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104707,7 +104739,7 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: default: value: @@ -104862,15 +104894,15 @@ paths: parameters: - *340 - *341 - - *652 + - *653 responses: '200': description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *653 + default: *654 '403': *27 '404': *6 x-github: @@ -104896,7 +104928,7 @@ paths: parameters: - *340 - *341 - - *652 + - *653 requestBody: required: true content: @@ -105067,10 +105099,10 @@ paths: description: Response content: application/json: - schema: *650 + schema: *651 examples: - default: *653 - add_credit: *653 + default: *654 + add_credit: *654 '403': *27 '404': *6 '422': @@ -105110,7 +105142,7 @@ paths: parameters: - *340 - *341 - - *652 + - *653 responses: '202': *37 '400': *14 @@ -105139,7 +105171,7 @@ paths: parameters: - *340 - *341 - - *652 + - *653 responses: '202': description: Response @@ -105280,7 +105312,7 @@ paths: application/json: schema: type: array - items: &654 + items: &655 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -105653,7 +105685,7 @@ paths: application/json: schema: type: array - items: *654 + items: *655 examples: default: value: @@ -105743,7 +105775,7 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -105837,7 +105869,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &656 + schema: &657 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105937,7 +105969,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default: value: @@ -106147,7 +106179,7 @@ paths: description: Response content: application/json: - schema: &657 + schema: &658 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -106159,7 +106191,7 @@ paths: required: - names examples: - default: &658 + default: &659 value: names: - octocat @@ -106214,9 +106246,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '422': *7 x-github: @@ -106239,7 +106271,7 @@ paths: parameters: - *340 - *341 - - &659 + - &660 name: per description: The time frame to display results for. in: query @@ -106270,7 +106302,7 @@ paths: - 128 clones: type: array - items: &660 + items: &661 title: Traffic type: object properties: @@ -106518,7 +106550,7 @@ paths: parameters: - *340 - *341 - - *659 + - *660 responses: '200': description: Response @@ -106539,7 +106571,7 @@ paths: - 3782 views: type: array - items: *660 + items: *661 required: - uniques - count @@ -107318,7 +107350,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &661 + text_matches: &662 title: Search Result Text Matches type: array items: @@ -107481,7 +107513,7 @@ paths: enum: - author-date - committer-date - - &662 + - &663 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 @@ -107601,7 +107633,7 @@ paths: type: number node_id: type: string - text_matches: *661 + text_matches: *662 required: - sha - node_id @@ -107793,7 +107825,7 @@ paths: - interactions - created - updated - - *662 + - *663 - *17 - *19 - name: advanced_search @@ -107907,11 +107939,11 @@ paths: type: - string - 'null' - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: type: string state_reason: @@ -107939,7 +107971,7 @@ paths: - string - 'null' format: date-time - text_matches: *661 + text_matches: *662 pull_request: type: object properties: @@ -108249,7 +108281,7 @@ paths: enum: - created - updated - - *662 + - *663 - *17 - *19 responses: @@ -108294,7 +108326,7 @@ paths: - 'null' score: type: number - text_matches: *661 + text_matches: *662 required: - id - node_id @@ -108379,7 +108411,7 @@ paths: - forks - help-wanted-issues - updated - - *662 + - *663 - *17 - *19 responses: @@ -108625,7 +108657,7 @@ paths: - admin - pull - push - text_matches: *661 + text_matches: *662 temp_clone_token: type: string allow_merge_commit: @@ -108933,7 +108965,7 @@ paths: - string - 'null' format: uri - text_matches: *661 + text_matches: *662 related: type: - array @@ -109126,7 +109158,7 @@ paths: - followers - repositories - joined - - *662 + - *663 - *17 - *19 responses: @@ -109236,7 +109268,7 @@ paths: type: - boolean - 'null' - text_matches: *661 + text_matches: *662 blog: type: - string @@ -109318,7 +109350,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &665 + - &666 name: team_id description: The unique identifier of the team. in: path @@ -109359,7 +109391,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *665 + - *666 requestBody: required: true content: @@ -109460,7 +109492,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *665 + - *666 responses: '204': description: Response @@ -109489,7 +109521,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *665 + - *666 - *17 - *19 responses: @@ -109527,7 +109559,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *665 + - *666 - name: role description: Filters members returned by their role in the team. in: query @@ -109578,7 +109610,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -109615,7 +109647,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -109655,7 +109687,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -109692,7 +109724,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *665 + - *666 - *70 responses: '200': @@ -109701,7 +109733,7 @@ paths: application/json: schema: *339 examples: - response-if-user-is-a-team-maintainer: *666 + response-if-user-is-a-team-maintainer: *667 '404': *6 x-github: githubCloudOnly: false @@ -109734,7 +109766,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *665 + - *666 - *70 requestBody: required: false @@ -109762,7 +109794,7 @@ paths: application/json: schema: *339 examples: - response-if-users-membership-with-team-is-now-pending: *667 + response-if-users-membership-with-team-is-now-pending: *668 '403': description: Forbidden if team synchronization is set up '422': @@ -109796,7 +109828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *665 + - *666 - *70 responses: '204': @@ -109824,7 +109856,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *665 + - *666 - *17 - *19 responses: @@ -109866,7 +109898,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *665 + - *666 - *340 - *341 responses: @@ -109874,7 +109906,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *668 + schema: *669 examples: alternative-response-with-extra-repository-information: value: @@ -110031,7 +110063,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *665 + - *666 - *340 - *341 requestBody: @@ -110083,7 +110115,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *665 + - *666 - *340 - *341 responses: @@ -110110,7 +110142,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *665 + - *666 - *17 - *19 responses: @@ -110122,7 +110154,7 @@ paths: type: array items: *200 examples: - response-if-child-teams-exist: *669 + response-if-child-teams-exist: *670 headers: Link: *66 '404': *6 @@ -110155,7 +110187,7 @@ paths: application/json: schema: oneOf: - - &671 + - &672 title: Private User description: Private User type: object @@ -110405,7 +110437,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *670 + - *671 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -110565,7 +110597,7 @@ paths: description: Response content: application/json: - schema: *671 + schema: *672 examples: default: value: @@ -110963,7 +110995,7 @@ paths: type: integer secrets: type: array - items: &672 + items: &673 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -111083,7 +111115,7 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: default: value: @@ -111496,7 +111528,7 @@ paths: description: Response content: application/json: - schema: &673 + schema: &674 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -111549,7 +111581,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &674 + default: &675 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -111594,9 +111626,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *674 + default: *675 '404': *6 x-github: githubCloudOnly: false @@ -111635,7 +111667,7 @@ paths: type: array items: *460 examples: - default: *675 + default: *676 '304': *35 '500': *53 '401': *23 @@ -112601,7 +112633,7 @@ paths: type: array items: *262 examples: - default: &686 + default: &687 value: - id: 197 name: hello_docker @@ -112702,7 +112734,7 @@ paths: application/json: schema: type: array - items: &676 + items: &677 title: Email description: Email type: object @@ -112772,9 +112804,9 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: - default: &688 + default: &689 value: - email: octocat@github.com verified: true @@ -112851,7 +112883,7 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: default: value: @@ -113109,7 +113141,7 @@ paths: application/json: schema: type: array - items: &677 + items: &678 title: GPG Key description: A unique encryption key type: object @@ -113254,7 +113286,7 @@ paths: - subkeys - revoked examples: - default: &705 + default: &706 value: - id: 3 name: Octocat's GPG Key @@ -113339,9 +113371,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: &678 + default: &679 value: id: 3 name: Octocat's GPG Key @@ -113398,7 +113430,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &679 + - &680 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -113410,9 +113442,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 '404': *6 '304': *35 '403': *27 @@ -113435,7 +113467,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *679 + - *680 responses: '204': description: Response @@ -113902,7 +113934,7 @@ paths: application/json: schema: type: array - items: &680 + items: &681 title: Key description: Key type: object @@ -114005,9 +114037,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: &681 + default: &682 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114040,15 +114072,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *563 + - *564 responses: '200': description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 '404': *6 '304': *35 '403': *27 @@ -114071,7 +114103,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *563 + - *564 responses: '204': description: Response @@ -114104,7 +114136,7 @@ paths: application/json: schema: type: array - items: &682 + items: &683 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -114183,7 +114215,7 @@ paths: - account - plan examples: - default: &683 + default: &684 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -114245,9 +114277,9 @@ paths: application/json: schema: type: array - items: *682 + items: *683 examples: - default: *683 + default: *684 headers: Link: *66 '304': *35 @@ -115265,7 +115297,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *257 - - *684 + - *685 responses: '204': description: Response @@ -115398,7 +115430,7 @@ paths: - docker - nuget - container - - *685 + - *686 - *19 - *17 responses: @@ -115410,8 +115442,8 @@ paths: type: array items: *262 examples: - default: *686 - '400': *687 + default: *687 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115440,7 +115472,7 @@ paths: application/json: schema: *262 examples: - default: &706 + default: &707 value: id: 40201 name: octo-name @@ -115802,9 +115834,9 @@ paths: application/json: schema: type: array - items: *676 + items: *677 examples: - default: *688 + default: *689 headers: Link: *66 '304': *35 @@ -115917,7 +115949,7 @@ paths: type: array items: *78 examples: - default: &695 + default: &696 summary: Default response value: - id: 1296269 @@ -116283,7 +116315,7 @@ paths: type: array items: *534 examples: - default: *689 + default: *690 headers: Link: *66 '304': *35 @@ -116368,7 +116400,7 @@ paths: application/json: schema: type: array - items: &690 + items: &691 title: Social account description: Social media account type: object @@ -116385,7 +116417,7 @@ paths: - provider - url examples: - default: &691 + default: &692 value: - provider: twitter url: https://twitter.com/github @@ -116448,9 +116480,9 @@ paths: application/json: schema: type: array - items: *690 + items: *691 examples: - default: *691 + default: *692 '422': *15 '304': *35 '404': *6 @@ -116538,7 +116570,7 @@ paths: application/json: schema: type: array - items: &692 + items: &693 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -116558,7 +116590,7 @@ paths: - title - created_at examples: - default: &723 + default: &724 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -116623,9 +116655,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: &693 + default: &694 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -116655,7 +116687,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: - - &694 + - &695 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -116667,9 +116699,9 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: - default: *693 + default: *694 '404': *6 '304': *35 '403': *27 @@ -116692,7 +116724,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: - - *694 + - *695 responses: '204': description: Response @@ -116721,7 +116753,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &724 + - &725 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 @@ -116746,11 +116778,11 @@ paths: type: array items: *78 examples: - default-response: *695 + default-response: *696 application/vnd.github.v3.star+json: schema: type: array - items: &725 + items: &726 title: Starred Repository description: Starred Repository type: object @@ -117119,10 +117151,10 @@ paths: application/json: schema: oneOf: + - *672 - *671 - - *670 examples: - default-response: &699 + default-response: &700 summary: Default response value: login: octocat @@ -117157,7 +117189,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &700 + response-with-git-hub-plan-information: &701 summary: Response with GitHub plan information value: login: octocat @@ -117214,7 +117246,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &697 + - &698 name: user_id description: The unique identifier of the user. in: path @@ -117280,7 +117312,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *696 + - *697 - *17 responses: '200': @@ -117315,7 +117347,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *697 + - *698 - *280 requestBody: required: true @@ -117390,7 +117422,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *698 + schema: *699 examples: table_view: summary: Response for creating a table view @@ -117442,11 +117474,11 @@ paths: application/json: schema: oneOf: + - *672 - *671 - - *670 examples: - default-response: *699 - response-with-git-hub-plan-information: *700 + default-response: *700 + response-with-git-hub-plan-information: *701 '404': *6 x-github: githubCloudOnly: false @@ -117496,8 +117528,8 @@ paths: required: - subject_digests examples: - default: *701 - withPredicateType: *702 + default: *702 + withPredicateType: *703 responses: '200': description: Response @@ -117551,7 +117583,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *703 + default: *704 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118069,7 +118101,7 @@ paths: application/json: schema: *196 examples: - default: &704 + default: &705 summary: Example response for a user copilot space value: id: 42 @@ -118170,7 +118202,7 @@ paths: application/json: schema: *196 examples: - default: *704 + default: *705 '403': *27 '404': *6 x-github: @@ -118296,7 +118328,7 @@ paths: application/json: schema: *196 examples: - default: *704 + default: *705 '403': *27 '404': *6 '422': *15 @@ -119064,7 +119096,7 @@ paths: type: array items: *262 examples: - default: *686 + default: *687 '403': *27 '401': *23 x-github: @@ -119448,9 +119480,9 @@ paths: application/json: schema: type: array - items: *677 + items: *678 examples: - default: *705 + default: *706 headers: Link: *66 x-github: @@ -119679,7 +119711,7 @@ paths: - docker - nuget - container - - *685 + - *686 - *70 - *19 - *17 @@ -119692,10 +119724,10 @@ paths: type: array items: *262 examples: - default: *686 + default: *687 '403': *27 '401': *23 - '400': *687 + '400': *688 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119725,7 +119757,7 @@ paths: application/json: schema: *262 examples: - default: *706 + default: *707 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120074,7 +120106,7 @@ paths: type: array items: *283 examples: - default: *707 + default: *708 headers: Link: *66 '304': *35 @@ -120134,7 +120166,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *708 + items: *709 required: - name - data_type @@ -120150,7 +120182,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *709 + iteration_configuration: *710 required: - name - data_type @@ -120172,8 +120204,8 @@ paths: value: name: Due date data_type: date - single_select_field: *710 - iteration_field: *711 + single_select_field: *711 + iteration_field: *712 responses: '201': description: Response @@ -120181,11 +120213,11 @@ paths: application/json: schema: *283 examples: - text_field: *712 - number_field: *713 - date_field: *714 - single_select_field: *715 - iteration_field: *716 + text_field: *713 + number_field: *714 + date_field: *715 + single_select_field: *716 + iteration_field: *717 '304': *35 '403': *27 '401': *23 @@ -120207,7 +120239,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *280 - - *717 + - *718 - *70 responses: '200': @@ -120216,7 +120248,7 @@ paths: application/json: schema: *283 examples: - default: *718 + default: *719 headers: Link: *66 '304': *35 @@ -120573,7 +120605,7 @@ paths: parameters: - *280 - *70 - - *719 + - *720 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -121112,7 +121144,7 @@ paths: parameters: - *70 - *116 - - *720 + - *721 - *118 responses: '200': @@ -121211,9 +121243,9 @@ paths: - *116 - *117 - *118 - - *721 - - *121 - *722 + - *121 + - *723 responses: '200': description: Response when getting a billing usage summary @@ -121347,9 +121379,9 @@ paths: application/json: schema: type: array - items: *690 + items: *691 examples: - default: *691 + default: *692 headers: Link: *66 x-github: @@ -121379,9 +121411,9 @@ paths: application/json: schema: type: array - items: *692 + items: *693 examples: - default: *723 + default: *724 headers: Link: *66 x-github: @@ -121406,7 +121438,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *70 - - *724 + - *725 - *60 - *17 - *19 @@ -121418,11 +121450,11 @@ paths: schema: anyOf: - type: array - items: *725 + items: *726 - type: array items: *78 examples: - default-response: *695 + default-response: *696 headers: Link: *66 x-github: @@ -121582,7 +121614,7 @@ webhooks: type: string enum: - disabled - enterprise: &726 + enterprise: &727 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121651,7 +121683,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &727 + installation: &728 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121672,7 +121704,7 @@ webhooks: required: - id - node_id - organization: &728 + organization: &729 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121745,7 +121777,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &729 + repository: &730 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -122685,10 +122717,10 @@ webhooks: type: string enum: - enabled - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -122764,11 +122796,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - rule: &730 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + rule: &731 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) @@ -122991,11 +123023,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - rule: *730 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + rule: *731 sender: *4 required: - action @@ -123183,11 +123215,11 @@ webhooks: - everyone required: - from - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - rule: *730 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + rule: *731 sender: *4 required: - action @@ -123271,7 +123303,7 @@ webhooks: type: string enum: - completed - check_run: &732 + check_run: &733 title: CheckRun description: A check performed on the code of a given code change type: object @@ -123381,7 +123413,7 @@ webhooks: - examples: - neutral - deployment: *731 + deployment: *732 details_url: type: string examples: @@ -123479,10 +123511,10 @@ webhooks: - output - app - pull_requests - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 sender: *4 required: - check_run @@ -123873,11 +123905,11 @@ webhooks: type: string enum: - created - check_run: *732 - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + check_run: *733 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 sender: *4 required: - check_run @@ -124271,11 +124303,11 @@ webhooks: type: string enum: - requested_action - check_run: *732 - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + check_run: *733 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 requested_action: description: The action requested by the user. type: object @@ -124678,11 +124710,11 @@ webhooks: type: string enum: - rerequested - check_run: *732 - installation: *727 - enterprise: *726 - organization: *728 - repository: *729 + check_run: *733 + installation: *728 + enterprise: *727 + organization: *729 + repository: *730 sender: *4 required: - check_run @@ -125667,10 +125699,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -126384,10 +126416,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -127095,10 +127127,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -127419,20 +127451,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &733 + commit_oid: &734 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: *726 - installation: *727 - organization: *728 - ref: &734 + enterprise: *727 + installation: *728 + organization: *729 + ref: &735 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: *729 + repository: *730 sender: *4 required: - action @@ -127840,12 +127872,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -128128,12 +128160,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -128479,12 +128511,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -128774,9 +128806,9 @@ webhooks: type: - string - 'null' - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -128784,7 +128816,7 @@ webhooks: type: - string - 'null' - repository: *729 + repository: *730 sender: *4 required: - action @@ -129030,12 +129062,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *733 - enterprise: *726 - installation: *727 - organization: *728 - ref: *734 - repository: *729 + commit_oid: *734 + enterprise: *727 + installation: *728 + organization: *729 + ref: *735 + repository: *730 sender: *4 required: - action @@ -129356,10 +129388,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -129619,10 +129651,10 @@ webhooks: - updated_at - author_association - body - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -129703,18 +129735,18 @@ webhooks: type: - string - 'null' - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *728 - pusher_type: &735 + organization: *729 + pusher_type: &736 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &736 + ref: &737 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -129724,7 +129756,7 @@ webhooks: enum: - tag - branch - repository: *729 + repository: *730 sender: *4 required: - ref @@ -129807,9 +129839,9 @@ webhooks: enum: - created definition: *291 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -129894,9 +129926,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -129974,9 +130006,9 @@ webhooks: enum: - promote_to_enterprise definition: *291 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -130054,9 +130086,9 @@ webhooks: enum: - updated definition: *291 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -130133,10 +130165,10 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - repository: *729 - organization: *728 + enterprise: *727 + installation: *728 + repository: *730 + organization: *729 sender: *4 new_property_values: type: array @@ -130221,18 +130253,18 @@ webhooks: title: delete event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - pusher_type: *735 - ref: *736 + enterprise: *727 + installation: *728 + organization: *729 + pusher_type: *736 + ref: *737 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *729 + repository: *730 sender: *4 required: - ref @@ -130313,10 +130345,10 @@ webhooks: enum: - assignees_changed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -130397,10 +130429,10 @@ webhooks: enum: - auto_dismissed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -130482,10 +130514,10 @@ webhooks: enum: - auto_reopened alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -130567,10 +130599,10 @@ webhooks: enum: - created alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -130650,10 +130682,10 @@ webhooks: enum: - dismissed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -130733,10 +130765,10 @@ webhooks: enum: - fixed alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -130817,10 +130849,10 @@ webhooks: enum: - reintroduced alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -130900,10 +130932,10 @@ webhooks: enum: - reopened alert: *491 - installation: *727 - organization: *728 - enterprise: *726 - repository: *729 + installation: *728 + organization: *729 + enterprise: *727 + repository: *730 sender: *4 required: - action @@ -130980,9 +131012,9 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - key: &737 + enterprise: *727 + installation: *728 + key: &738 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131020,8 +131052,8 @@ webhooks: - verified - created_at - read_only - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -131098,11 +131130,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - key: *737 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + key: *738 + organization: *729 + repository: *730 sender: *4 required: - action @@ -131669,12 +131701,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: &741 + workflow: &742 title: Workflow type: - object @@ -132428,10 +132460,10 @@ webhooks: - *498 pull_requests: type: array - items: *581 - repository: *729 - organization: *728 - installation: *727 + items: *582 + repository: *730 + organization: *729 + installation: *728 sender: *4 responses: '200': @@ -132502,7 +132534,7 @@ webhooks: type: string enum: - approved - approver: &738 + approver: &739 type: object properties: avatar_url: @@ -132545,11 +132577,11 @@ webhooks: type: string comment: type: string - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - reviewers: &739 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + reviewers: &740 type: array items: type: object @@ -132630,7 +132662,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &740 + workflow_job_run: &741 type: object properties: conclusion: @@ -133376,18 +133408,18 @@ webhooks: type: string enum: - rejected - approver: *738 + approver: *739 comment: type: string - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - reviewers: *739 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + reviewers: *740 sender: *4 since: type: string - workflow_job_run: *740 + workflow_job_run: *741 workflow_job_runs: type: array items: @@ -134104,13 +134136,13 @@ webhooks: type: string enum: - requested - enterprise: *726 + enterprise: *727 environment: type: string - installation: *727 - organization: *728 - repository: *729 - requestor: &746 + installation: *728 + organization: *729 + repository: *730 + requestor: &747 title: User type: - object @@ -136043,12 +136075,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 workflow_run: title: Deployment Workflow Run type: @@ -136739,7 +136771,7 @@ webhooks: type: string enum: - answered - answer: &744 + answer: &745 type: object properties: author_association: @@ -136899,11 +136931,11 @@ webhooks: - created_at - updated_at - body - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137030,11 +137062,11 @@ webhooks: - from required: - category - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137117,11 +137149,11 @@ webhooks: type: string enum: - closed - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137203,7 +137235,7 @@ webhooks: type: string enum: - created - comment: &743 + comment: &744 type: object properties: author_association: @@ -137363,11 +137395,11 @@ webhooks: - updated_at - body - reactions - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137450,12 +137482,12 @@ webhooks: type: string enum: - deleted - comment: *743 - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + comment: *744 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137550,12 +137582,12 @@ webhooks: - from required: - body - comment: *743 - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + comment: *744 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137639,11 +137671,11 @@ webhooks: type: string enum: - created - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137725,11 +137757,11 @@ webhooks: type: string enum: - deleted - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137829,11 +137861,11 @@ webhooks: type: string required: - from - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -137915,10 +137947,10 @@ webhooks: type: string enum: - labeled - discussion: *742 - enterprise: *726 - installation: *727 - label: &745 + discussion: *743 + enterprise: *727 + installation: *728 + label: &746 title: Label type: object properties: @@ -137951,8 +137983,8 @@ webhooks: - color - default - description - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -138035,11 +138067,11 @@ webhooks: type: string enum: - locked - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -138121,11 +138153,11 @@ webhooks: type: string enum: - pinned - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -138207,11 +138239,11 @@ webhooks: type: string enum: - reopened - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -138296,16 +138328,16 @@ webhooks: changes: type: object properties: - new_discussion: *742 - new_repository: *729 + new_discussion: *743 + new_repository: *730 required: - new_discussion - new_repository - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -138388,10 +138420,10 @@ webhooks: type: string enum: - unanswered - discussion: *742 - old_answer: *744 - organization: *728 - repository: *729 + discussion: *743 + old_answer: *745 + organization: *729 + repository: *730 sender: *4 required: - action @@ -138473,12 +138505,12 @@ webhooks: type: string enum: - unlabeled - discussion: *742 - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -138561,11 +138593,11 @@ webhooks: type: string enum: - unlocked - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -138647,11 +138679,11 @@ webhooks: type: string enum: - unpinned - discussion: *742 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + discussion: *743 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -138724,7 +138756,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *726 + enterprise: *727 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -139402,9 +139434,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - forkee @@ -139550,9 +139582,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pages: description: The pages that were updated. type: array @@ -139590,7 +139622,7 @@ webhooks: - action - sha - html_url - repository: *729 + repository: *730 sender: *4 required: - pages @@ -139666,10 +139698,10 @@ webhooks: type: string enum: - created - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: &747 + organization: *729 + repositories: &748 description: An array of repository objects that the installation can access. type: array @@ -139695,8 +139727,8 @@ webhooks: - name - full_name - private - repository: *729 - requester: *746 + repository: *730 + requester: *747 sender: *4 required: - action @@ -139771,11 +139803,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -139852,11 +139884,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -139933,10 +139965,10 @@ webhooks: type: string enum: - added - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories_added: &748 + organization: *729 + repositories_added: &749 description: An array of repository objects, which were added to the installation. type: array @@ -139982,15 +140014,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *729 - repository_selection: &749 + repository: *730 + repository_selection: &750 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *746 + requester: *747 sender: *4 required: - action @@ -140069,10 +140101,10 @@ webhooks: type: string enum: - removed - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories_added: *748 + organization: *729 + repositories_added: *749 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -140099,9 +140131,9 @@ webhooks: - name - full_name - private - repository: *729 - repository_selection: *749 - requester: *746 + repository: *730 + repository_selection: *750 + requester: *747 sender: *4 required: - action @@ -140180,11 +140212,11 @@ webhooks: type: string enum: - suspend - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -140366,10 +140398,10 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 target_type: type: string @@ -140448,11 +140480,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *726 + enterprise: *727 installation: *20 - organization: *728 - repositories: *747 - repository: *729 + organization: *729 + repositories: *748 + repository: *730 requester: type: - 'null' @@ -140618,7 +140650,7 @@ webhooks: pin: anyOf: - type: 'null' - - *560 + - *561 user: title: User type: @@ -140704,8 +140736,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141517,8 +141549,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141879,8 +141911,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -141960,7 +141992,7 @@ webhooks: type: string enum: - deleted - comment: &750 + comment: &751 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -142117,7 +142149,7 @@ webhooks: pin: anyOf: - type: 'null' - - *560 + - *561 required: - url - html_url @@ -142131,8 +142163,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142940,8 +142972,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143304,8 +143336,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -143385,7 +143417,7 @@ webhooks: type: string enum: - edited - changes: &774 + changes: &775 description: The changes to the comment. type: object properties: @@ -143397,9 +143429,9 @@ webhooks: type: string required: - from - comment: *750 - enterprise: *726 - installation: *727 + comment: *751 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144210,8 +144242,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144572,8 +144604,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -144654,9 +144686,9 @@ webhooks: type: string enum: - pinned - comment: *750 - enterprise: *726 - installation: *727 + comment: *751 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -145469,8 +145501,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145833,8 +145865,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -145914,9 +145946,9 @@ webhooks: type: string enum: - unpinned - comment: *750 - enterprise: *726 - installation: *727 + comment: *751 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -146729,8 +146761,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147093,8 +147125,8 @@ webhooks: - state - locked - assignee - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -147183,9 +147215,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -147274,9 +147306,9 @@ webhooks: type: number blocking_issue: *82 blocking_issue_repo: *78 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -147364,9 +147396,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -147455,9 +147487,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -147537,10 +147569,10 @@ webhooks: type: string enum: - assigned - assignee: *746 - enterprise: *726 - installation: *727 - issue: &751 + assignee: *747 + enterprise: *727 + installation: *728 + issue: &752 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148351,11 +148383,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148475,8 +148507,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -148556,8 +148588,8 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -149373,11 +149405,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149640,8 +149672,8 @@ webhooks: required: - state - closed_at - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -149720,8 +149752,8 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150528,11 +150560,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150651,8 +150683,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -150731,8 +150763,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151562,11 +151594,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151664,7 +151696,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &752 + milestone: &753 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151807,8 +151839,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -151907,8 +151939,8 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152719,11 +152751,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152843,9 +152875,9 @@ webhooks: - active_lock_reason - body - reactions - label: *745 - organization: *728 - repository: *729 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -152925,9 +152957,9 @@ webhooks: type: string enum: - field_added - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 issue_field: type: object description: The issue field whose value was set or updated on the @@ -153093,8 +153125,8 @@ webhooks: - id required: - from - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -153174,9 +153206,9 @@ webhooks: type: string enum: - field_removed - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -153263,8 +153295,8 @@ webhooks: - 'null' required: - id - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -153344,8 +153376,8 @@ webhooks: type: string enum: - labeled - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154155,11 +154187,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154279,9 +154311,9 @@ webhooks: - active_lock_reason - body - reactions - label: *745 - organization: *728 - repository: *729 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -154361,8 +154393,8 @@ webhooks: type: string enum: - locked - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155197,11 +155229,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155298,8 +155330,8 @@ webhooks: format: uri user_view_type: type: string - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -155378,8 +155410,8 @@ webhooks: type: string enum: - milestoned - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156208,11 +156240,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156309,9 +156341,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *752 - organization: *728 - repository: *729 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -157198,11 +157230,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157794,8 +157826,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -158602,11 +158634,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158729,8 +158761,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -158810,9 +158842,9 @@ webhooks: type: string enum: - pinned - enterprise: *726 - installation: *727 - issue: &753 + enterprise: *727 + installation: *728 + issue: &754 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -159617,11 +159649,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159740,8 +159772,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -159820,8 +159852,8 @@ webhooks: type: string enum: - reopened - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -160654,11 +160686,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160756,8 +160788,8 @@ webhooks: user_view_type: type: string type: *245 - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -161645,11 +161677,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162259,11 +162291,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *726 - installation: *727 - issue: *753 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *754 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162343,12 +162375,12 @@ webhooks: type: string enum: - typed - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 type: *245 - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162429,7 +162461,7 @@ webhooks: type: string enum: - unassigned - assignee: &777 + assignee: &778 title: User type: - object @@ -162501,11 +162533,11 @@ webhooks: required: - login - id - enterprise: *726 - installation: *727 - issue: *751 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *752 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162584,12 +162616,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *726 - installation: *727 - issue: *751 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *752 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -162669,8 +162701,8 @@ webhooks: type: string enum: - unlocked - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -163503,11 +163535,11 @@ webhooks: anyOf: - type: 'null' - *83 - sub_issues_summary: *663 - issue_dependencies_summary: *664 + sub_issues_summary: *664 + issue_dependencies_summary: *665 issue_field_values: type: array - items: *544 + items: *545 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163604,8 +163636,8 @@ webhooks: format: uri user_view_type: type: string - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -163685,11 +163717,11 @@ webhooks: type: string enum: - unpinned - enterprise: *726 - installation: *727 - issue: *753 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + issue: *754 + organization: *729 + repository: *730 sender: *4 required: - action @@ -163768,12 +163800,12 @@ webhooks: type: string enum: - untyped - enterprise: *726 - installation: *727 - issue: *751 + enterprise: *727 + installation: *728 + issue: *752 type: *245 - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -163853,11 +163885,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -163935,11 +163967,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -164049,11 +164081,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - label: *745 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + label: *746 + organization: *729 + repository: *730 sender: *4 required: - action @@ -164135,9 +164167,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: &754 + enterprise: *727 + installation: *728 + marketplace_purchase: &755 title: Marketplace Purchase type: object required: @@ -164225,8 +164257,8 @@ webhooks: type: integer unit_count: type: integer - organization: *728 - previous_marketplace_purchase: &755 + organization: *729 + previous_marketplace_purchase: &756 title: Marketplace Purchase type: object properties: @@ -164310,7 +164342,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *729 + repository: *730 sender: *4 required: - action @@ -164390,10 +164422,10 @@ webhooks: - changed effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: *754 - organization: *728 + enterprise: *727 + installation: *728 + marketplace_purchase: *755 + organization: *729 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -164481,7 +164513,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *729 + repository: *730 sender: *4 required: - action @@ -164563,10 +164595,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: *754 - organization: *728 + enterprise: *727 + installation: *728 + marketplace_purchase: *755 + organization: *729 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -164652,7 +164684,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *729 + repository: *730 sender: *4 required: - action @@ -164733,8 +164765,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 marketplace_purchase: title: Marketplace Purchase type: object @@ -164820,9 +164852,9 @@ webhooks: type: integer unit_count: type: integer - organization: *728 - previous_marketplace_purchase: *755 - repository: *729 + organization: *729 + previous_marketplace_purchase: *756 + repository: *730 sender: *4 required: - action @@ -164902,12 +164934,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *726 - installation: *727 - marketplace_purchase: *754 - organization: *728 - previous_marketplace_purchase: *755 - repository: *729 + enterprise: *727 + installation: *728 + marketplace_purchase: *755 + organization: *729 + previous_marketplace_purchase: *756 + repository: *730 sender: *4 required: - action @@ -165009,11 +165041,11 @@ webhooks: type: string required: - to - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165115,11 +165147,11 @@ webhooks: type: - string - 'null' - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165198,11 +165230,11 @@ webhooks: type: string enum: - removed - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165280,11 +165312,11 @@ webhooks: type: string enum: - added - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 scope: description: The scope of the membership. Currently, can only be `team`. @@ -165362,7 +165394,7 @@ webhooks: required: - login - id - team: &756 + team: &757 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -165592,11 +165624,11 @@ webhooks: type: string enum: - removed - enterprise: *726 - installation: *727 - member: *746 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + member: *747 + organization: *729 + repository: *730 scope: description: The scope of the membership. Currently, can only be `team`. @@ -165675,7 +165707,7 @@ webhooks: required: - login - id - team: *756 + team: *757 required: - action - scope @@ -165757,8 +165789,8 @@ webhooks: type: string enum: - checks_requested - installation: *727 - merge_group: &757 + installation: *728 + merge_group: &758 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -165784,8 +165816,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165871,10 +165903,10 @@ webhooks: - merged - invalidated - dequeued - installation: *727 - merge_group: *757 - organization: *728 - repository: *729 + installation: *728 + merge_group: *758 + organization: *729 + repository: *730 sender: *4 required: - action @@ -165947,7 +165979,7 @@ webhooks: type: string enum: - deleted - enterprise: *726 + enterprise: *727 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -166056,12 +166088,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *727 - organization: *728 + installation: *728 + organization: *729 repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -166141,11 +166173,11 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 - milestone: *752 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166224,9 +166256,9 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - milestone: &758 + enterprise: *727 + installation: *728 + milestone: &759 title: Milestone description: A collection of related issues and pull requests. type: object @@ -166368,8 +166400,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166448,11 +166480,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - milestone: *752 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166562,11 +166594,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - milestone: *752 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *753 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166646,11 +166678,11 @@ webhooks: type: string enum: - opened - enterprise: *726 - installation: *727 - milestone: *758 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + milestone: *759 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166729,11 +166761,11 @@ webhooks: type: string enum: - blocked - blocked_user: *746 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + blocked_user: *747 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166812,11 +166844,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *746 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + blocked_user: *747 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -166895,9 +166927,9 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - membership: &759 + enterprise: *727 + installation: *728 + membership: &760 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -167007,8 +167039,8 @@ webhooks: - role - organization_url - user - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 required: - action @@ -167086,11 +167118,11 @@ webhooks: type: string enum: - member_added - enterprise: *726 - installation: *727 - membership: *759 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + membership: *760 + organization: *729 + repository: *730 sender: *4 required: - action @@ -167169,8 +167201,8 @@ webhooks: type: string enum: - member_invited - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -167292,10 +167324,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 - user: *746 + user: *747 required: - action - invitation @@ -167373,11 +167405,11 @@ webhooks: type: string enum: - member_removed - enterprise: *726 - installation: *727 - membership: *759 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + membership: *760 + organization: *729 + repository: *730 sender: *4 required: - action @@ -167464,11 +167496,11 @@ webhooks: properties: from: type: string - enterprise: *726 - installation: *727 - membership: *759 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + membership: *760 + organization: *729 + repository: *730 sender: *4 required: - action @@ -167545,9 +167577,9 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 package: description: Information about the package. type: object @@ -168070,7 +168102,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &760 + items: &761 title: Ruby Gems metadata type: object properties: @@ -168167,7 +168199,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -168243,9 +168275,9 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 package: description: Information about the package. type: object @@ -168607,7 +168639,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *760 + items: *761 source_url: type: string format: uri @@ -168678,7 +168710,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -168858,12 +168890,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *726 + enterprise: *727 id: type: integer - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - id @@ -168940,7 +168972,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &761 + personal_access_token_request: &762 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -169090,10 +169122,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *726 - organization: *728 + enterprise: *727 + organization: *729 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -169170,11 +169202,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *761 - enterprise: *726 - organization: *728 + personal_access_token_request: *762 + enterprise: *727 + organization: *729 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -169250,11 +169282,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *761 - enterprise: *726 - organization: *728 + personal_access_token_request: *762 + enterprise: *727 + organization: *729 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -169329,11 +169361,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *761 - organization: *728 - enterprise: *726 + personal_access_token_request: *762 + organization: *729 + enterprise: *727 sender: *4 - installation: *727 + installation: *728 required: - action - personal_access_token_request @@ -169438,7 +169470,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *762 + last_response: *763 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -169470,8 +169502,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 zen: description: Random string of GitHub zen. @@ -169716,10 +169748,10 @@ webhooks: - from required: - note - enterprise: *726 - installation: *727 - organization: *728 - project_card: &763 + enterprise: *727 + installation: *728 + organization: *729 + project_card: &764 title: Project Card type: object properties: @@ -169842,7 +169874,7 @@ webhooks: - creator - created_at - updated_at - repository: *729 + repository: *730 sender: *4 required: - action @@ -169923,11 +169955,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - project_card: *763 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_card: *764 + repository: *730 sender: *4 required: - action @@ -170007,9 +170039,9 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 project_card: title: Project Card type: object @@ -170139,7 +170171,7 @@ webhooks: repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -170233,11 +170265,11 @@ webhooks: - from required: - note - enterprise: *726 - installation: *727 - organization: *728 - project_card: *763 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_card: *764 + repository: *730 sender: *4 required: - action @@ -170331,9 +170363,9 @@ webhooks: - from required: - column_id - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 project_card: allOf: - title: Project Card @@ -170530,7 +170562,7 @@ webhooks: type: string required: - after_id - repository: *729 + repository: *730 sender: *4 required: - action @@ -170610,10 +170642,10 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 - organization: *728 - project: &765 + enterprise: *727 + installation: *728 + organization: *729 + project: &766 title: Project type: object properties: @@ -170740,7 +170772,7 @@ webhooks: - creator - created_at - updated_at - repository: *729 + repository: *730 sender: *4 required: - action @@ -170820,10 +170852,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - project_column: &764 + enterprise: *727 + installation: *728 + organization: *729 + project_column: &765 title: Project Column type: object properties: @@ -170863,7 +170895,7 @@ webhooks: - name - created_at - updated_at - repository: *729 + repository: *730 sender: *4 required: - action @@ -170942,14 +170974,14 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - project_column: *764 + enterprise: *727 + installation: *728 + organization: *729 + project_column: *765 repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -171038,11 +171070,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - project_column: *764 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_column: *765 + repository: *730 sender: *4 required: - action @@ -171122,11 +171154,11 @@ webhooks: type: string enum: - moved - enterprise: *726 - installation: *727 - organization: *728 - project_column: *764 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project_column: *765 + repository: *730 sender: *4 required: - action @@ -171206,11 +171238,11 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - project: *765 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 + repository: *730 sender: *4 required: - action @@ -171290,14 +171322,14 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - project: *765 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 repository: anyOf: - type: 'null' - - *729 + - *730 sender: *4 required: - action @@ -171398,11 +171430,11 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - project: *765 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 + repository: *730 sender: *4 required: - action @@ -171481,11 +171513,11 @@ webhooks: type: string enum: - reopened - enterprise: *726 - installation: *727 - organization: *728 - project: *765 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + project: *766 + repository: *730 sender: *4 required: - action @@ -171566,8 +171598,8 @@ webhooks: type: string enum: - closed - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -171649,8 +171681,8 @@ webhooks: type: string enum: - created - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -171732,8 +171764,8 @@ webhooks: type: string enum: - deleted - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -171855,8 +171887,8 @@ webhooks: type: string to: type: string - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -171940,7 +171972,7 @@ webhooks: type: string enum: - archived - changes: &769 + changes: &770 type: object properties: archived_at: @@ -171956,9 +171988,9 @@ webhooks: - string - 'null' format: date-time - installation: *727 - organization: *728 - projects_v2_item: &766 + installation: *728 + organization: *729 + projects_v2_item: &767 title: Projects v2 Item description: An item belonging to a project type: object @@ -172098,9 +172130,9 @@ webhooks: - 'null' to: type: string - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -172182,9 +172214,9 @@ webhooks: type: string enum: - created - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -172265,9 +172297,9 @@ webhooks: type: string enum: - deleted - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -172372,7 +172404,7 @@ webhooks: oneOf: - type: string - type: integer - - &767 + - &768 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -172396,7 +172428,7 @@ webhooks: required: - id - name - - &768 + - &769 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -172436,8 +172468,8 @@ webhooks: oneOf: - type: string - type: integer - - *767 - *768 + - *769 type: - 'null' - string @@ -172460,9 +172492,9 @@ webhooks: - 'null' required: - body - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -172559,9 +172591,9 @@ webhooks: type: - string - 'null' - installation: *727 - organization: *728 - projects_v2_item: *766 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -172644,10 +172676,10 @@ webhooks: type: string enum: - restored - changes: *769 - installation: *727 - organization: *728 - projects_v2_item: *766 + changes: *770 + installation: *728 + organization: *729 + projects_v2_item: *767 sender: *4 required: - action @@ -172729,8 +172761,8 @@ webhooks: type: string enum: - reopened - installation: *727 - organization: *728 + installation: *728 + organization: *729 projects_v2: *278 sender: *4 required: @@ -172812,9 +172844,9 @@ webhooks: type: string enum: - created - installation: *727 - organization: *728 - projects_v2_status_update: *770 + installation: *728 + organization: *729 + projects_v2_status_update: *771 sender: *4 required: - action @@ -172895,9 +172927,9 @@ webhooks: type: string enum: - deleted - installation: *727 - organization: *728 - projects_v2_status_update: *770 + installation: *728 + organization: *729 + projects_v2_status_update: *771 sender: *4 required: - action @@ -173043,9 +173075,9 @@ webhooks: - string - 'null' format: date - installation: *727 - organization: *728 - projects_v2_status_update: *770 + installation: *728 + organization: *729 + projects_v2_status_update: *771 sender: *4 required: - action @@ -173116,10 +173148,10 @@ webhooks: title: public event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - repository @@ -173196,13 +173228,13 @@ webhooks: type: string enum: - assigned - assignee: *746 - enterprise: *726 - installation: *727 - number: &771 + assignee: *747 + enterprise: *727 + installation: *728 + number: &772 description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -175573,7 +175605,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -175670,11 +175702,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -178038,7 +178070,7 @@ webhooks: - draft reason: type: string - repository: *729 + repository: *730 sender: *4 required: - action @@ -178135,11 +178167,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -180503,7 +180535,7 @@ webhooks: - draft reason: type: string - repository: *729 + repository: *730 sender: *4 required: - action @@ -180600,13 +180632,13 @@ webhooks: type: string enum: - closed - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: &772 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: &773 allOf: - - *581 + - *582 - type: object properties: allow_auto_merge: @@ -180668,7 +180700,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *729 + repository: *730 sender: *4 required: - action @@ -180749,12 +180781,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -180834,11 +180866,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *726 + enterprise: *727 milestone: *281 - number: *771 - organization: *728 - pull_request: &773 + number: *772 + organization: *729 + pull_request: &774 title: Pull Request type: object properties: @@ -183229,7 +183261,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *729 + repository: *730 sender: *4 required: - action @@ -183308,11 +183340,11 @@ webhooks: type: string enum: - dequeued - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -185680,7 +185712,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *729 + repository: *730 sender: *4 required: - action @@ -185812,12 +185844,12 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -185897,11 +185929,11 @@ webhooks: type: string enum: - enqueued - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -188254,7 +188286,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -188342,11 +188374,11 @@ webhooks: type: string enum: - labeled - enterprise: *726 - installation: *727 - label: *745 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + label: *746 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -190716,7 +190748,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -190812,10 +190844,10 @@ webhooks: type: string enum: - locked - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -193183,7 +193215,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -193278,12 +193310,12 @@ webhooks: type: string enum: - milestoned - enterprise: *726 + enterprise: *727 milestone: *281 - number: *771 - organization: *728 - pull_request: *773 - repository: *729 + number: *772 + organization: *729 + pull_request: *774 + repository: *730 sender: *4 required: - action @@ -193362,12 +193394,12 @@ webhooks: type: string enum: - opened - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -193448,12 +193480,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -193533,12 +193565,12 @@ webhooks: type: string enum: - reopened - enterprise: *726 - installation: *727 - number: *771 - organization: *728 - pull_request: *772 - repository: *729 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 + pull_request: *773 + repository: *730 sender: *4 required: - action @@ -193913,9 +193945,9 @@ webhooks: - start_side - side - reactions - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: type: object properties: @@ -196167,7 +196199,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *729 + repository: *730 sender: *4 required: - action @@ -196262,7 +196294,7 @@ webhooks: type: string enum: - deleted - comment: &775 + comment: &776 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -196555,9 +196587,9 @@ webhooks: - start_side - side - reactions - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: type: object properties: @@ -198797,7 +198829,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *729 + repository: *730 sender: *4 required: - action @@ -198892,11 +198924,11 @@ webhooks: type: string enum: - edited - changes: *774 - comment: *775 - enterprise: *726 - installation: *727 - organization: *728 + changes: *775 + comment: *776 + enterprise: *727 + installation: *728 + organization: *729 pull_request: type: object properties: @@ -201139,7 +201171,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *729 + repository: *730 sender: *4 required: - action @@ -201235,9 +201267,9 @@ webhooks: type: string enum: - dismissed - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -203492,7 +203524,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 + repository: *730 review: description: The review that was affected. type: object @@ -203758,9 +203790,9 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -205874,8 +205906,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 - review: &776 + repository: *730 + review: &777 description: The review that was affected. type: object properties: @@ -206121,12 +206153,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -208495,7 +208527,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_reviewer: title: User type: @@ -208581,12 +208613,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -210962,7 +210994,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211180,12 +211212,12 @@ webhooks: type: string enum: - review_requested - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -213556,7 +213588,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_reviewer: title: User type: @@ -213643,12 +213675,12 @@ webhooks: type: string enum: - review_requested - enterprise: *726 - installation: *727 + enterprise: *727 + installation: *728 number: description: The pull request number. type: integer - organization: *728 + organization: *729 pull_request: title: Pull Request type: object @@ -216010,7 +216042,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216217,9 +216249,9 @@ webhooks: type: string enum: - submitted - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -218477,8 +218509,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 - review: *776 + repository: *730 + review: *777 sender: *4 required: - action @@ -218573,9 +218605,9 @@ webhooks: type: string enum: - resolved - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -220728,7 +220760,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 + repository: *730 sender: *4 thread: type: object @@ -221133,9 +221165,9 @@ webhooks: type: string enum: - unresolved - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 pull_request: title: Simple Pull Request type: object @@ -223271,7 +223303,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *729 + repository: *730 sender: *4 thread: type: object @@ -223678,10 +223710,10 @@ webhooks: type: string before: type: string - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -226038,7 +226070,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -226135,11 +226167,11 @@ webhooks: type: string enum: - unassigned - assignee: *777 - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + assignee: *778 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -228511,7 +228543,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -228605,11 +228637,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *726 - installation: *727 - label: *745 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + label: *746 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -230970,7 +231002,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -231066,10 +231098,10 @@ webhooks: type: string enum: - unlocked - enterprise: *726 - installation: *727 - number: *771 - organization: *728 + enterprise: *727 + installation: *728 + number: *772 + organization: *729 pull_request: title: Pull Request type: object @@ -233420,7 +233452,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *729 + repository: *730 sender: *4 required: - action @@ -233638,7 +233670,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *726 + enterprise: *727 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -233733,8 +233765,8 @@ webhooks: - url - author - committer - installation: *727 - organization: *728 + installation: *728 + organization: *729 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -234333,9 +234365,9 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 registry_package: type: object properties: @@ -234812,7 +234844,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *760 + items: *761 summary: type: string tag_name: @@ -234868,7 +234900,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -234946,9 +234978,9 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 registry_package: type: object properties: @@ -235260,7 +235292,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *760 + items: *761 summary: type: string tag_name: @@ -235310,7 +235342,7 @@ webhooks: - owner - package_version - registry - repository: *729 + repository: *730 sender: *4 required: - action @@ -235387,10 +235419,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - release: &778 + enterprise: *727 + installation: *728 + organization: *729 + release: &779 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -235721,7 +235753,7 @@ webhooks: - updated_at - zipball_url - body - repository: *729 + repository: *730 sender: *4 required: - action @@ -235798,11 +235830,11 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - release: *778 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *779 + repository: *730 sender: *4 required: - action @@ -235919,11 +235951,11 @@ webhooks: type: boolean required: - to - enterprise: *726 - installation: *727 - organization: *728 - release: *778 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *779 + repository: *730 sender: *4 required: - action @@ -236001,9 +236033,9 @@ webhooks: type: string enum: - prereleased - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -236339,7 +236371,7 @@ webhooks: - string - 'null' format: uri - repository: *729 + repository: *730 sender: *4 required: - action @@ -236415,10 +236447,10 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 - release: &779 + enterprise: *727 + installation: *728 + organization: *729 + release: &780 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -236751,7 +236783,7 @@ webhooks: - string - 'null' format: uri - repository: *729 + repository: *730 sender: *4 required: - action @@ -236827,11 +236859,11 @@ webhooks: type: string enum: - released - enterprise: *726 - installation: *727 - organization: *728 - release: *778 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *779 + repository: *730 sender: *4 required: - action @@ -236907,11 +236939,11 @@ webhooks: type: string enum: - unpublished - enterprise: *726 - installation: *727 - organization: *728 - release: *779 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + release: *780 + repository: *730 sender: *4 required: - action @@ -236987,11 +237019,11 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - repository_advisory: *650 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + repository_advisory: *651 sender: *4 required: - action @@ -237067,11 +237099,11 @@ webhooks: type: string enum: - reported - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - repository_advisory: *650 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + repository_advisory: *651 sender: *4 required: - action @@ -237147,10 +237179,10 @@ webhooks: type: string enum: - archived - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237227,10 +237259,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237308,10 +237340,10 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237396,10 +237428,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237514,10 +237546,10 @@ webhooks: - 'null' items: type: string - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237589,10 +237621,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 status: type: string @@ -237673,10 +237705,10 @@ webhooks: type: string enum: - privatized - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237753,10 +237785,10 @@ webhooks: type: string enum: - publicized - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237850,10 +237882,10 @@ webhooks: - name required: - repository - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -237933,10 +237965,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 repository_ruleset: *323 sender: *4 required: @@ -238015,10 +238047,10 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 repository_ruleset: *323 sender: *4 required: @@ -238097,10 +238129,10 @@ webhooks: type: string enum: - edited - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 repository_ruleset: *323 changes: type: object @@ -238162,16 +238194,16 @@ webhooks: properties: added: type: array - items: *601 + items: *602 deleted: type: array - items: *601 + items: *602 updated: type: array items: type: object properties: - rule: *601 + rule: *602 changes: type: object properties: @@ -238408,10 +238440,10 @@ webhooks: - from required: - owner - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238489,10 +238521,10 @@ webhooks: type: string enum: - unarchived - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238570,7 +238602,7 @@ webhooks: type: string enum: - create - alert: &780 + alert: &781 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -238695,10 +238727,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238908,10 +238940,10 @@ webhooks: type: string enum: - dismissed - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -238989,11 +239021,11 @@ webhooks: type: string enum: - reopen - alert: *780 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *781 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -239195,10 +239227,10 @@ webhooks: enum: - fixed - open - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -239276,7 +239308,7 @@ webhooks: type: string enum: - assigned - alert: &781 + alert: &782 type: object properties: number: *180 @@ -239416,10 +239448,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -239497,11 +239529,11 @@ webhooks: type: string enum: - created - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -239582,11 +239614,11 @@ webhooks: type: string enum: - created - alert: *781 - installation: *727 - location: *782 - organization: *728 - repository: *729 + alert: *782 + installation: *728 + location: *783 + organization: *729 + repository: *730 sender: *4 required: - location @@ -239824,11 +239856,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -239906,11 +239938,11 @@ webhooks: type: string enum: - reopened - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -239988,11 +240020,11 @@ webhooks: type: string enum: - resolved - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -240070,12 +240102,12 @@ webhooks: type: string enum: - unassigned - alert: *781 + alert: *782 assignee: *4 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -240153,11 +240185,11 @@ webhooks: type: string enum: - validated - alert: *781 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + alert: *782 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -240287,10 +240319,10 @@ webhooks: - organization - enterprise - - repository: *729 - enterprise: *726 - installation: *727 - organization: *728 + repository: *730 + enterprise: *727 + installation: *728 + organization: *729 sender: *4 required: - action @@ -240368,11 +240400,11 @@ webhooks: type: string enum: - published - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - security_advisory: &783 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + security_advisory: &784 description: The details of the security advisory, including summary, description, and severity. type: object @@ -240576,11 +240608,11 @@ webhooks: type: string enum: - updated - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 - security_advisory: *783 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 + security_advisory: *784 sender: *4 required: - action @@ -240653,10 +240685,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -240851,9 +240883,9 @@ webhooks: type: object properties: security_and_analysis: *296 - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: *343 sender: *4 required: @@ -240932,12 +240964,12 @@ webhooks: type: string enum: - cancelled - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: &784 + sponsorship: &785 type: object properties: created_at: @@ -241242,12 +241274,12 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - sponsorship @@ -241335,12 +241367,12 @@ webhooks: type: string required: - from - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - changes @@ -241417,17 +241449,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &785 + effective_date: &786 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: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - sponsorship @@ -241501,7 +241533,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &786 + changes: &787 type: object properties: tier: @@ -241545,13 +241577,13 @@ webhooks: - from required: - tier - effective_date: *785 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + effective_date: *786 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - changes @@ -241628,13 +241660,13 @@ webhooks: type: string enum: - tier_changed - changes: *786 - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + changes: *787 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - sponsorship: *784 + sponsorship: *785 required: - action - changes @@ -241708,10 +241740,10 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -241795,10 +241827,10 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242232,15 +242264,15 @@ webhooks: type: - string - 'null' - enterprise: *726 + enterprise: *727 id: description: The unique identifier of the status. type: integer - installation: *727 + installation: *728 name: type: string - organization: *728 - repository: *729 + organization: *729 + repository: *730 sender: *4 sha: description: The Commit SHA. @@ -242356,9 +242388,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -242447,9 +242479,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -242538,9 +242570,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -242629,9 +242661,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *82 - installation: *727 - organization: *728 - repository: *729 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -242707,12 +242739,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - team: &787 + team: &788 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -242942,9 +242974,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -243414,7 +243446,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -243490,9 +243522,9 @@ webhooks: type: string enum: - created - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -243962,7 +243994,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -244039,9 +244071,9 @@ webhooks: type: string enum: - deleted - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -244511,7 +244543,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -244655,9 +244687,9 @@ webhooks: - from required: - permissions - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -245127,7 +245159,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - changes @@ -245205,9 +245237,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *726 - installation: *727 - organization: *728 + enterprise: *727 + installation: *728 + organization: *729 repository: title: Repository description: A git repository @@ -245677,7 +245709,7 @@ webhooks: - topics - visibility sender: *4 - team: *787 + team: *788 required: - action - team @@ -245753,10 +245785,10 @@ webhooks: type: string enum: - started - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 required: - action @@ -245829,17 +245861,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *726 + enterprise: *727 inputs: type: - object - 'null' additionalProperties: true - installation: *727 - organization: *728 + installation: *728 + organization: *729 ref: type: string - repository: *729 + repository: *730 sender: *4 workflow: type: string @@ -245921,10 +245953,10 @@ webhooks: type: string enum: - completed - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: allOf: @@ -246259,10 +246291,10 @@ webhooks: type: string enum: - in_progress - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: allOf: @@ -246623,10 +246655,10 @@ webhooks: type: string enum: - queued - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: type: object @@ -246851,10 +246883,10 @@ webhooks: type: string enum: - waiting - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 workflow_job: type: object @@ -247081,12 +247113,12 @@ webhooks: type: string enum: - completed - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 workflow_run: title: Workflow Run type: object @@ -248105,12 +248137,12 @@ webhooks: type: string enum: - in_progress - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 workflow_run: title: Workflow Run type: object @@ -249114,12 +249146,12 @@ webhooks: type: string enum: - requested - enterprise: *726 - installation: *727 - organization: *728 - repository: *729 + enterprise: *727 + installation: *728 + organization: *729 + repository: *730 sender: *4 - workflow: *741 + workflow: *742 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 ab8434637c..f952aecde6 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -515260,6 +515260,173 @@ } } }, + "/repos/{owner}/{repo}/issue-types": { + "get": { + "summary": "List issue types for a repository", + "description": "Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied).\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.\nFine-grained access tokens require the \"Metadata\" repository permission (read).", + "tags": [ + "repos" + ], + "operationId": "repos/list-issue-types", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/repos/issue-types#list-issue-types-for-a-repository" + }, + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "title": "Issue Type", + "description": "The type assigned to the issue. This is only present for issues in repositories where issue types are supported.", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "type": "integer", + "description": "The unique identifier of the issue type." + }, + "node_id": { + "type": "string", + "description": "The node identifier of the issue type." + }, + "name": { + "type": "string", + "description": "The name of the issue type." + }, + "description": { + "type": [ + "string", + "null" + ], + "description": "The description of the issue type." + }, + "color": { + "type": [ + "string", + "null" + ], + "description": "The color of the issue type.", + "enum": [ + "gray", + "blue", + "green", + "yellow", + "orange", + "red", + "pink", + "purple", + null + ] + }, + "created_at": { + "type": "string", + "description": "The time the issue type created.", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "description": "The time the issue type last updated.", + "format": "date-time" + }, + "is_enabled": { + "type": "boolean", + "description": "The enabled state of the issue type." + } + }, + "required": [ + "id", + "node_id", + "name", + "description" + ] + } + }, + "examples": { + "default": { + "value": [ + { + "id": 410, + "node_id": "IT_kwDNAd3NAZo", + "name": "Task", + "description": "A specific piece of work", + "created_at": "2024-12-11T14:39:09Z", + "updated_at": "2024-12-11T14:39:09Z" + }, + { + "id": 411, + "node_id": "IT_kwDNAd3NAZs", + "name": "Bug", + "description": "An unexpected problem or behavior", + "created_at": "2024-12-11T14:39:09Z", + "updated_at": "2024-12-11T14:39:09Z" + } + ] + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "repos", + "subcategory": "issue-types" + } + } + }, "/repos/{owner}/{repo}/issues": { "get": { "summary": "List repository 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 148539451a..99b4002d33 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -1088,7 +1088,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: - - &763 + - &764 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4361,7 +4361,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &772 + schema: &773 title: Scim Error description: Scim Error type: object @@ -12016,7 +12016,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &773 + '401': &774 description: Authorization failure '404': *6 x-github: @@ -25756,7 +25756,7 @@ paths: - object rules: type: array - items: &728 + items: &729 title: Repository Rule type: object description: A repository rule. @@ -25765,7 +25765,7 @@ paths: - *167 - *168 - *169 - - &726 + - &727 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -26369,14 +26369,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &741 + state: &742 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: &742 + resolution: &743 type: - string - 'null' @@ -26495,14 +26495,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &743 + - &744 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &745 + - &746 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26566,7 +26566,7 @@ paths: - blob_url - commit_sha - commit_url - - &746 + - &747 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. @@ -26627,7 +26627,7 @@ paths: - page_url - commit_sha - commit_url - - &747 + - &748 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26649,7 +26649,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &748 + - &749 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26671,7 +26671,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &749 + - &750 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26693,7 +26693,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &750 + - &751 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26708,7 +26708,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &751 + - &752 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26723,7 +26723,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &752 + - &753 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26738,7 +26738,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &753 + - &754 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. @@ -26760,7 +26760,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &754 + - &755 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. @@ -26782,7 +26782,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &755 + - &756 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. @@ -26804,7 +26804,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &756 + - &757 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. @@ -26826,7 +26826,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &757 + - &758 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 @@ -30836,7 +30836,7 @@ paths: properties: action: type: string - discussion: &878 + discussion: &879 title: Discussion description: A Discussion in a repository. type: object @@ -31622,7 +31622,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &800 + sub_issues_summary: &801 title: Sub-issues Summary type: object properties: @@ -31706,7 +31706,7 @@ paths: pin: anyOf: - type: 'null' - - &685 + - &686 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -31733,7 +31733,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &801 + issue_dependencies_summary: &802 title: Issue Dependencies Summary type: object properties: @@ -31752,7 +31752,7 @@ paths: - total_blocking issue_field_values: type: array - items: &669 + items: &670 title: Issue Field Value description: A value assigned to an issue field type: object @@ -32563,7 +32563,7 @@ paths: type: string release: allOf: - - &719 + - &720 title: Release description: A release. type: object @@ -32645,7 +32645,7 @@ paths: author: *4 assets: type: array - items: &720 + items: &721 title: Release Asset description: Data related to a release. type: object @@ -33236,7 +33236,7 @@ paths: url: type: string format: uri - user: &807 + user: &808 title: Public User description: Public User type: object @@ -36692,7 +36692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &693 + - &694 name: all description: If `true`, show notifications marked as read. in: query @@ -36700,7 +36700,7 @@ paths: schema: type: boolean default: false - - &694 + - &695 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -36710,7 +36710,7 @@ paths: type: boolean default: false - *226 - - &695 + - &696 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: @@ -37311,7 +37311,7 @@ paths: - url - subscription_url examples: - default: &696 + default: &697 value: - id: '1' repository: @@ -38174,7 +38174,7 @@ paths: type: array items: *152 examples: - default: &702 + default: &703 value: - property_name: environment value: production @@ -38224,7 +38224,7 @@ paths: required: - properties examples: - default: &703 + default: &704 value: properties: - property_name: environment @@ -44980,12 +44980,12 @@ paths: required: - subject_digests examples: - default: &838 + default: &839 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &839 + withPredicateType: &840 value: subject_digests: - sha256:abc123 @@ -45044,7 +45044,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &840 + default: &841 value: attestations_subject_digests: - sha256:abc: @@ -56327,7 +56327,7 @@ paths: type: array items: *389 examples: - default: + default: &660 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -58118,7 +58118,7 @@ paths: parameters: - *87 - *400 - - &821 + - &822 name: repo_name description: repo_name parameter in: path @@ -59466,7 +59466,7 @@ paths: - nuget - container - *87 - - &822 + - &823 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -59507,7 +59507,7 @@ paths: default: *405 '403': *27 '401': *23 - '400': &824 + '400': &825 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -61638,7 +61638,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &911 + - &912 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -62151,7 +62151,7 @@ paths: - review_comment - self author_association: *218 - auto_merge: &705 + auto_merge: &706 title: Auto merge description: The status of auto merging a pull request. type: @@ -62536,7 +62536,7 @@ paths: - updated_at - project_url examples: - default: &844 + default: &845 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62713,7 +62713,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &845 + items: &846 type: object properties: name: @@ -62750,7 +62750,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &846 + iteration_configuration: &847 type: object description: The configuration for iteration fields. properties: @@ -62800,7 +62800,7 @@ paths: value: name: Due date data_type: date - single_select_field: &847 + single_select_field: &848 summary: Create a single select field value: name: Priority @@ -62827,7 +62827,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &848 + iteration_field: &849 summary: Create an iteration field value: name: Sprint @@ -62853,7 +62853,7 @@ paths: application/json: schema: *425 examples: - text_field: &849 + text_field: &850 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -62862,7 +62862,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &850 + number_field: &851 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -62871,7 +62871,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &851 + date_field: &852 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -62880,7 +62880,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &852 + single_select_field: &853 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62914,7 +62914,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &853 + iteration_field: &854 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -62960,7 +62960,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - *422 - - &854 + - &855 name: field_id description: The unique identifier of the field. in: path @@ -62975,7 +62975,7 @@ paths: application/json: schema: *425 examples: - default: &855 + default: &856 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -64186,7 +64186,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &835 + schema: &836 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -64369,7 +64369,7 @@ paths: parameters: - *422 - *87 - - &856 + - &857 name: view_number description: The number that identifies the project view. in: path @@ -66284,7 +66284,7 @@ paths: - *87 - *17 - *19 - - &727 + - &728 name: targets description: | A comma-separated list of rule targets to filter by. @@ -66501,7 +66501,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &729 + - &730 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 @@ -66513,14 +66513,14 @@ paths: x-multi-segment: true - *313 - *105 - - &730 + - &731 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 - - &731 + - &732 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -66533,7 +66533,7 @@ paths: - bypass - all default: all - - &732 + - &733 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -66556,7 +66556,7 @@ paths: description: Response content: application/json: - schema: &733 + schema: &734 title: Rule Suites description: Response type: array @@ -66612,7 +66612,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &734 + default: &735 value: - id: 21 actor_id: 12 @@ -66656,7 +66656,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &735 + - &736 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -66672,7 +66672,7 @@ paths: description: Response content: application/json: - schema: &736 + schema: &737 title: Rule Suite description: Response type: object @@ -66779,7 +66779,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &737 + default: &738 value: id: 21 actor_id: 12 @@ -67115,7 +67115,7 @@ paths: - *110 - *19 - *17 - - &739 + - &740 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 @@ -67125,7 +67125,7 @@ paths: required: false schema: type: string - - &740 + - &741 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 @@ -67339,7 +67339,7 @@ paths: application/json: schema: type: array - items: &761 + items: &762 description: A repository security advisory. type: object properties: @@ -67658,7 +67658,7 @@ paths: - private_fork additionalProperties: false examples: - default: &762 + default: &763 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -69836,7 +69836,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &803 + response-if-user-is-a-team-maintainer: &804 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -69901,7 +69901,7 @@ paths: application/json: schema: *474 examples: - response-if-users-membership-with-team-is-now-pending: &804 + response-if-users-membership-with-team-is-now-pending: &805 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -70015,7 +70015,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &805 + schema: &806 title: Team Repository description: A team's access to a repository. type: object @@ -70855,7 +70855,7 @@ paths: type: array items: *316 examples: - response-if-child-teams-exist: &806 + response-if-child-teams-exist: &807 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -72357,7 +72357,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': &660 + '410': &661 description: Gone content: application/json: @@ -83323,7 +83323,7 @@ paths: check. type: array items: *224 - deployment: &867 + deployment: &868 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -88578,7 +88578,7 @@ paths: type: array items: *578 examples: - default: &812 + default: &813 value: total_count: 2 machines: @@ -89992,7 +89992,7 @@ paths: - content - created_at examples: - default: &662 + default: &663 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -90129,7 +90129,7 @@ paths: - *475 - *476 - *235 - - &663 + - &664 name: reaction_id description: The unique identifier of the reaction. in: path @@ -90243,7 +90243,7 @@ paths: type: array items: *588 examples: - default: &712 + default: &713 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -90534,7 +90534,7 @@ paths: type: array items: *592 examples: - default: &704 + default: &705 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91092,7 +91092,7 @@ paths: application/json: schema: *588 examples: - default: &690 + default: &691 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -91755,7 +91755,7 @@ paths: application/json: schema: type: array - items: &766 + items: &767 title: Status description: The status of a commit. type: object @@ -92744,7 +92744,7 @@ paths: - size - type - url - - &717 + - &718 title: Content File description: Content File type: object @@ -93381,7 +93381,7 @@ paths: items: type: object properties: - placeholder_id: &758 + placeholder_id: &759 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -100225,7 +100225,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &903 + last_response: &904 title: Hook Response type: object properties: @@ -101294,7 +101294,7 @@ paths: parameters: - *475 - *476 - - &833 + - &834 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -101728,7 +101728,7 @@ paths: type: array items: *659 examples: - default: &826 + default: &827 value: - id: 1 repository: @@ -102032,6 +102032,38 @@ paths: enabledForGitHubApps: true category: collaborators subcategory: invitations + "/repos/{owner}/{repo}/issue-types": + get: + summary: List issue types for a repository + description: |- + Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied). + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + Fine-grained access tokens require the "Metadata" repository permission (read). + tags: + - repos + operationId: repos/list-issue-types + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/repos/issue-types#list-issue-types-for-a-repository + parameters: + - *475 + - *476 + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *389 + examples: + default: *660 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues @@ -102142,7 +102174,7 @@ paths: type: array items: *221 examples: - default: &668 + default: &669 value: - id: 1 node_id: MDU6SXNzdWUx @@ -102438,7 +102470,7 @@ paths: application/json: schema: *221 examples: - default: &665 + default: &666 value: id: 1 node_id: MDU6SXNzdWUx @@ -102595,7 +102627,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *660 + '410': *661 x-github: triggersNotification: true githubCloudOnly: false @@ -102647,7 +102679,7 @@ paths: type: array items: *222 examples: - default: &667 + default: &668 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -102715,7 +102747,7 @@ paths: application/json: schema: *222 examples: - default: &661 + default: &662 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -102796,7 +102828,7 @@ paths: application/json: schema: *222 examples: - default: *661 + default: *662 '422': *15 x-github: githubCloudOnly: false @@ -102908,7 +102940,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *660 + '410': *661 '422': *15 x-github: githubCloudOnly: false @@ -102934,7 +102966,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *660 + '410': *661 '503': *192 x-github: githubCloudOnly: false @@ -102982,7 +103014,7 @@ paths: type: array items: *586 examples: - default: *662 + default: *663 headers: Link: *45 '404': *6 @@ -103071,7 +103103,7 @@ paths: - *475 - *476 - *235 - - *663 + - *664 responses: '204': description: Response @@ -103102,7 +103134,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: Issue Event description: Issue Event type: object @@ -103454,7 +103486,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -103647,7 +103679,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *660 + '410': *661 '403': *27 x-github: githubCloudOnly: false @@ -103683,7 +103715,7 @@ paths: parameters: - *475 - *476 - - &666 + - &667 name: issue_number description: The number that identifies the issue. in: path @@ -103699,7 +103731,7 @@ paths: examples: default: summary: Issue - value: *665 + value: *666 pinned_comment: summary: Issue with pinned comment value: @@ -103900,7 +103932,7 @@ paths: state_reason: completed '301': *481 '404': *6 - '410': *660 + '410': *661 '304': *35 x-github: githubCloudOnly: false @@ -103927,7 +103959,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: false content: @@ -104072,13 +104104,13 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 '422': *15 '503': *192 '403': *27 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104098,7 +104130,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: false content: @@ -104126,7 +104158,7 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104144,7 +104176,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: content: application/json: @@ -104171,7 +104203,7 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104195,7 +104227,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - name: assignee in: path required: true @@ -104237,7 +104269,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *226 - *17 - *19 @@ -104250,11 +104282,11 @@ paths: type: array items: *222 examples: - default: *667 + default: *668 headers: Link: *45 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104285,7 +104317,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -104309,14 +104341,14 @@ paths: application/json: schema: *222 examples: - default: *661 + default: *662 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *660 + '410': *661 '422': *15 '404': *6 x-github: @@ -104346,7 +104378,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -104358,12 +104390,12 @@ paths: type: array items: *221 examples: - default: *668 + default: *669 headers: Link: *45 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104393,7 +104425,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -104417,7 +104449,7 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -104425,7 +104457,7 @@ paths: type: string '301': *481 '403': *27 - '410': *660 + '410': *661 '422': *15 '404': *6 x-github: @@ -104458,7 +104490,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -104472,13 +104504,13 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 '301': *481 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *660 + '410': *661 x-github: triggersNotification: true githubCloudOnly: false @@ -104506,7 +104538,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -104518,12 +104550,12 @@ paths: type: array items: *221 examples: - default: *668 + default: *669 headers: Link: *45 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104542,7 +104574,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -104556,7 +104588,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &672 + - &673 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -104605,7 +104637,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &674 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -104733,7 +104765,7 @@ paths: - performed_via_github_app - assignee - assigner - - &674 + - &675 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -104779,7 +104811,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &675 + - &676 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -104825,7 +104857,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &676 + - &677 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -104874,7 +104906,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &677 + - &678 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -104916,7 +104948,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &678 + - &679 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -104958,7 +104990,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &679 + - &680 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -105014,7 +105046,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &680 + - &681 title: Locked Issue Event description: Locked Issue Event type: object @@ -105059,7 +105091,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &681 + - &682 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -105120,7 +105152,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &682 + - &683 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -105181,7 +105213,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &683 + - &684 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -105242,7 +105274,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &684 + - &685 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -105335,7 +105367,7 @@ paths: color: red headers: Link: *45 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105354,7 +105386,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -105364,9 +105396,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: &670 + default: &671 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -105403,7 +105435,7 @@ paths: Link: *45 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105434,7 +105466,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -105506,9 +105538,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *669 + items: *670 examples: - default: *670 + default: *671 '400': *14 '403': *27 '404': *6 @@ -105546,7 +105578,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -105613,9 +105645,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *669 + items: *670 examples: - default: *670 + default: *671 '400': *14 '403': *27 '404': *6 @@ -105648,7 +105680,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *388 responses: '204': @@ -105676,7 +105708,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -105688,7 +105720,7 @@ paths: type: array items: *220 examples: - default: &671 + default: &672 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -105708,7 +105740,7 @@ paths: Link: *45 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105726,7 +105758,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: false content: @@ -105771,10 +105803,10 @@ paths: type: array items: *220 examples: - default: *671 + default: *672 '301': *481 '404': *6 - '410': *660 + '410': *661 '422': *15 x-github: githubCloudOnly: false @@ -105793,7 +105825,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: false content: @@ -105855,10 +105887,10 @@ paths: type: array items: *220 examples: - default: *671 + default: *672 '301': *481 '404': *6 - '410': *660 + '410': *661 '422': *15 x-github: githubCloudOnly: false @@ -105877,13 +105909,13 @@ paths: parameters: - *475 - *476 - - *666 + - *667 responses: '204': description: Response '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105904,7 +105936,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - name: name in: path required: true @@ -105930,7 +105962,7 @@ paths: default: true '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105952,7 +105984,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: false content: @@ -105981,7 +106013,7 @@ paths: '204': description: Response '403': *27 - '410': *660 + '410': *661 '404': *6 '422': *15 x-github: @@ -106001,7 +106033,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 responses: '204': description: Response @@ -106033,7 +106065,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 responses: '200': description: Response @@ -106041,10 +106073,10 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106063,7 +106095,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - 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. @@ -106091,11 +106123,11 @@ paths: type: array items: *586 examples: - default: *662 + default: *663 headers: Link: *45 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106115,7 +106147,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -106180,8 +106212,8 @@ paths: parameters: - *475 - *476 - - *666 - - *663 + - *667 + - *664 responses: '204': description: Response @@ -106212,7 +106244,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -106236,7 +106268,7 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -106271,7 +106303,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -106283,11 +106315,11 @@ paths: type: array items: *221 examples: - default: *668 + default: *669 headers: Link: *45 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106317,7 +106349,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -106346,14 +106378,14 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *660 + '410': *661 '422': *15 '404': *6 x-github: @@ -106375,7 +106407,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -106408,7 +106440,7 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 '403': *27 '404': *6 '422': *7 @@ -106432,7 +106464,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -106447,7 +106479,6 @@ paths: description: Timeline Event type: object anyOf: - - *672 - *673 - *674 - *675 @@ -106460,6 +106491,7 @@ paths: - *682 - *683 - *684 + - *685 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -106516,7 +106548,7 @@ paths: pin: anyOf: - type: 'null' - - *685 + - *686 required: - event - actor @@ -106792,7 +106824,7 @@ paths: type: string comments: type: array - items: &706 + items: &707 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -107308,7 +107340,7 @@ paths: headers: Link: *45 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107336,7 +107368,7 @@ paths: application/json: schema: type: array - items: &686 + items: &687 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -107441,9 +107473,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: &687 + default: &688 value: id: 1 key: ssh-rsa AAA... @@ -107479,7 +107511,7 @@ paths: parameters: - *475 - *476 - - &688 + - &689 name: key_id description: The unique identifier of the key. in: path @@ -107491,9 +107523,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: *687 + default: *688 '404': *6 x-github: githubCloudOnly: false @@ -107513,7 +107545,7 @@ paths: parameters: - *475 - *476 - - *688 + - *689 responses: '204': description: Response @@ -107546,7 +107578,7 @@ paths: type: array items: *220 examples: - default: *671 + default: *672 headers: Link: *45 '404': *6 @@ -107606,7 +107638,7 @@ paths: application/json: schema: *220 examples: - default: &689 + default: &690 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -107652,7 +107684,7 @@ paths: application/json: schema: *220 examples: - default: *689 + default: *690 '404': *6 x-github: githubCloudOnly: false @@ -108107,7 +108139,7 @@ paths: application/json: schema: *588 examples: - default: *690 + default: *691 '204': description: Response when already merged '404': @@ -108273,7 +108305,7 @@ paths: application/json: schema: *423 examples: - default: &691 + default: &692 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -108334,7 +108366,7 @@ paths: parameters: - *475 - *476 - - &692 + - &693 name: milestone_number description: The number that identifies the milestone. in: path @@ -108348,7 +108380,7 @@ paths: application/json: schema: *423 examples: - default: *691 + default: *692 '404': *6 x-github: githubCloudOnly: false @@ -108367,7 +108399,7 @@ paths: parameters: - *475 - *476 - - *692 + - *693 requestBody: required: false content: @@ -108407,7 +108439,7 @@ paths: application/json: schema: *423 examples: - default: *691 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108425,7 +108457,7 @@ paths: parameters: - *475 - *476 - - *692 + - *693 responses: '204': description: Response @@ -108448,7 +108480,7 @@ paths: parameters: - *475 - *476 - - *692 + - *693 - *17 - *19 responses: @@ -108460,7 +108492,7 @@ paths: type: array items: *220 examples: - default: *671 + default: *672 headers: Link: *45 x-github: @@ -108481,10 +108513,10 @@ paths: parameters: - *475 - *476 - - *693 - *694 - - *226 - *695 + - *226 + - *696 - *17 - *19 responses: @@ -108496,7 +108528,7 @@ paths: type: array items: *246 examples: - default: *696 + default: *697 headers: Link: *45 x-github: @@ -108586,7 +108618,7 @@ paths: description: Response content: application/json: - schema: &697 + schema: &698 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -108730,7 +108762,7 @@ paths: - custom_404 - public examples: - default: &698 + default: &699 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -108827,9 +108859,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *698 + default: *699 '422': *15 '409': *119 x-github: @@ -108999,7 +109031,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: Page Build description: Page Build type: object @@ -109146,9 +109178,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: &700 + default: &701 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -109208,9 +109240,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *700 + default: *701 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109341,7 +109373,7 @@ paths: parameters: - *475 - *476 - - &701 + - &702 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -109401,7 +109433,7 @@ paths: parameters: - *475 - *476 - - *701 + - *702 responses: '204': *126 '404': *6 @@ -109818,7 +109850,7 @@ paths: type: array items: *152 examples: - default: *702 + default: *703 '403': *27 '404': *6 x-github: @@ -109857,7 +109889,7 @@ paths: required: - properties examples: - default: *703 + default: *704 responses: '204': description: No Content when custom property values are successfully created @@ -109958,7 +109990,7 @@ paths: type: array items: *592 examples: - default: *704 + default: *705 headers: Link: *45 '304': *35 @@ -110058,7 +110090,7 @@ paths: description: Response content: application/json: - schema: &708 + schema: &709 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -110292,7 +110324,7 @@ paths: - review_comment - self author_association: *218 - auto_merge: *705 + auto_merge: *706 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -110394,7 +110426,7 @@ paths: - merged_by - review_comments examples: - default: &709 + default: &710 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -110951,9 +110983,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: &711 + default: &712 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -111038,9 +111070,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: - default: &707 + default: &708 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -111139,9 +111171,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: - default: *707 + default: *708 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111210,7 +111242,7 @@ paths: type: array items: *586 examples: - default: *662 + default: *663 headers: Link: *45 '404': *6 @@ -111299,7 +111331,7 @@ paths: - *475 - *476 - *235 - - *663 + - *664 responses: '204': description: Response @@ -111344,7 +111376,7 @@ paths: parameters: - *475 - *476 - - &710 + - &711 name: pull_number description: The number that identifies the pull request. in: path @@ -111357,9 +111389,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '304': *35 '404': *6 '406': @@ -111396,7 +111428,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: false content: @@ -111438,9 +111470,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '422': *15 '403': *27 x-github: @@ -111464,7 +111496,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: true content: @@ -111567,7 +111599,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 - *243 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -111588,9 +111620,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: *711 + default: *712 headers: Link: *45 x-github: @@ -111625,7 +111657,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: true content: @@ -111731,7 +111763,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: example-for-a-multi-line-comment: value: @@ -111821,7 +111853,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 - *235 requestBody: required: true @@ -111844,7 +111876,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: default: value: @@ -111932,7 +111964,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 - *17 - *19 responses: @@ -111944,7 +111976,7 @@ paths: type: array items: *588 examples: - default: *712 + default: *713 headers: Link: *45 x-github: @@ -111976,7 +112008,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 - *17 - *19 responses: @@ -112026,7 +112058,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 responses: '204': description: Response if pull request has been merged @@ -112051,7 +112083,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: false content: @@ -112165,7 +112197,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 responses: '200': description: Response @@ -112242,7 +112274,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: false content: @@ -112817,7 +112849,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: true content: @@ -113358,7 +113390,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 - *17 - *19 responses: @@ -113368,7 +113400,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -113526,7 +113558,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: false content: @@ -113616,9 +113648,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: &715 + default: &716 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -113683,8 +113715,8 @@ paths: parameters: - *475 - *476 - - *710 - - &714 + - *711 + - &715 name: review_id description: The unique identifier of the review. in: path @@ -113696,9 +113728,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: &716 + default: &717 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -113759,8 +113791,8 @@ paths: parameters: - *475 - *476 - - *710 - - *714 + - *711 + - *715 requestBody: required: true content: @@ -113783,7 +113815,7 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: default: value: @@ -113847,16 +113879,16 @@ paths: parameters: - *475 - *476 - - *710 - - *714 + - *711 + - *715 responses: '200': description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *715 + default: *716 '422': *7 '404': *6 x-github: @@ -113885,8 +113917,8 @@ paths: parameters: - *475 - *476 - - *710 - - *714 + - *711 + - *715 - *17 - *19 responses: @@ -114146,8 +114178,8 @@ paths: parameters: - *475 - *476 - - *710 - - *714 + - *711 + - *715 requestBody: required: true content: @@ -114176,7 +114208,7 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: default: value: @@ -114241,8 +114273,8 @@ paths: parameters: - *475 - *476 - - *710 - - *714 + - *711 + - *715 requestBody: required: true content: @@ -114277,9 +114309,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *716 + default: *717 '404': *6 '422': *7 '403': *27 @@ -114303,7 +114335,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: false content: @@ -114381,9 +114413,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: &718 + default: &719 value: type: file encoding: base64 @@ -114446,9 +114478,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *718 + default: *719 '404': *6 '422': *15 x-github: @@ -114481,7 +114513,7 @@ paths: application/json: schema: type: array - items: *719 + items: *720 examples: default: value: @@ -114652,9 +114684,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: &723 + default: &724 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -114761,7 +114793,7 @@ paths: parameters: - *475 - *476 - - &721 + - &722 name: asset_id description: The unique identifier of the asset. in: path @@ -114773,9 +114805,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: &722 + default: &723 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 @@ -114828,7 +114860,7 @@ paths: parameters: - *475 - *476 - - *721 + - *722 requestBody: required: false content: @@ -114857,9 +114889,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: *722 + default: *723 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114877,7 +114909,7 @@ paths: parameters: - *475 - *476 - - *721 + - *722 responses: '204': description: Response @@ -114996,9 +115028,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *723 + default: *724 '404': *6 x-github: githubCloudOnly: false @@ -115030,9 +115062,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *723 + default: *724 '404': *6 x-github: githubCloudOnly: false @@ -115056,7 +115088,7 @@ paths: parameters: - *475 - *476 - - &724 + - &725 name: release_id description: The unique identifier of the release. in: path @@ -115070,9 +115102,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: *719 + schema: *720 examples: - default: *723 + default: *724 '401': description: Unauthorized x-github: @@ -115092,7 +115124,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 requestBody: required: false content: @@ -115156,9 +115188,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *723 + default: *724 '404': description: Not Found if the discussion category name is invalid content: @@ -115181,7 +115213,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 responses: '204': description: Response @@ -115204,7 +115236,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 - *17 - *19 responses: @@ -115214,7 +115246,7 @@ paths: application/json: schema: type: array - items: *720 + items: *721 examples: default: value: @@ -115298,7 +115330,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 - name: name in: query required: true @@ -115324,7 +115356,7 @@ paths: description: Response for successful upload content: application/json: - schema: *720 + schema: *721 examples: response-for-successful-upload: value: @@ -115381,7 +115413,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 - 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. @@ -115407,7 +115439,7 @@ paths: type: array items: *586 examples: - default: *662 + default: *663 headers: Link: *45 '404': *6 @@ -115430,7 +115462,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 requestBody: required: true content: @@ -115493,8 +115525,8 @@ paths: parameters: - *475 - *476 - - *724 - - *663 + - *725 + - *664 responses: '204': description: Response @@ -115537,7 +115569,7 @@ paths: oneOf: - allOf: - *166 - - &725 + - &726 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -115558,67 +115590,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *725 + - *726 - allOf: - *168 - - *725 + - *726 - allOf: - *169 - - *725 + - *726 - allOf: + - *727 - *726 - - *725 - allOf: - *170 - - *725 + - *726 - allOf: - *171 - - *725 + - *726 - allOf: - *172 - - *725 + - *726 - allOf: - *173 - - *725 + - *726 - allOf: - *174 - - *725 + - *726 - allOf: - *175 - - *725 + - *726 - allOf: - *176 - - *725 + - *726 - allOf: - *177 - - *725 + - *726 - allOf: - *178 - - *725 + - *726 - allOf: - *179 - - *725 + - *726 - allOf: - *180 - - *725 + - *726 - allOf: - *181 - - *725 + - *726 - allOf: - *182 - - *725 + - *726 - allOf: - *183 - - *725 + - *726 - allOf: - *184 - - *725 + - *726 - allOf: - *185 - - *725 + - *726 - allOf: - *186 - - *725 + - *726 examples: default: value: @@ -115669,7 +115701,7 @@ paths: schema: type: boolean default: true - - *727 + - *728 responses: '200': description: Response @@ -115754,7 +115786,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *728 + items: *729 required: - name - enforcement @@ -115787,7 +115819,7 @@ paths: application/json: schema: *187 examples: - default: &738 + default: &739 value: id: 42 name: super cool ruleset @@ -115837,11 +115869,11 @@ paths: parameters: - *475 - *476 - - *729 - - *105 - *730 + - *105 - *731 - *732 + - *733 - *17 - *19 responses: @@ -115849,9 +115881,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *734 examples: - default: *734 + default: *735 '404': *6 '500': *38 x-github: @@ -115874,15 +115906,15 @@ paths: parameters: - *475 - *476 - - *735 + - *736 responses: '200': description: Response content: application/json: - schema: *736 + schema: *737 examples: - default: *737 + default: *738 '404': *6 '500': *38 x-github: @@ -115933,7 +115965,7 @@ paths: application/json: schema: *187 examples: - default: *738 + default: *739 '404': *6 '500': *38 put: @@ -115986,7 +116018,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *728 + items: *729 examples: default: value: @@ -116016,7 +116048,7 @@ paths: application/json: schema: *187 examples: - default: *738 + default: *739 '404': *6 '422': *15 '500': *38 @@ -116184,8 +116216,8 @@ paths: - *110 - *19 - *17 - - *739 - *740 + - *741 - *450 - *451 - *452 @@ -116198,7 +116230,7 @@ paths: application/json: schema: type: array - items: &744 + items: &745 type: object properties: number: *127 @@ -116214,8 +116246,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *741 - resolution: *742 + state: *742 + resolution: *743 resolved_at: type: - string @@ -116321,7 +116353,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *743 + - *744 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -116489,7 +116521,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -116553,8 +116585,8 @@ paths: schema: type: object properties: - state: *741 - resolution: *742 + state: *742 + resolution: *743 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -116602,7 +116634,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -116714,7 +116746,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &923 + items: &924 type: object properties: type: @@ -116741,7 +116773,6 @@ paths: - commit details: oneOf: - - *745 - *746 - *747 - *748 @@ -116754,6 +116785,7 @@ paths: - *755 - *756 - *757 + - *758 examples: default: value: @@ -116848,14 +116880,14 @@ paths: schema: type: object properties: - reason: &759 + reason: &760 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *758 + placeholder_id: *759 required: - reason - placeholder_id @@ -116872,7 +116904,7 @@ paths: schema: type: object properties: - reason: *759 + reason: *760 expire_at: type: - string @@ -116935,7 +116967,7 @@ paths: properties: incremental_scans: type: array - items: &760 + items: &761 description: Information on a single scan performed by secret scanning on the repository type: object @@ -116968,15 +117000,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *760 + items: *761 backfill_scans: type: array - items: *760 + items: *761 custom_pattern_backfill_scans: type: array items: allOf: - - *760 + - *761 - type: object properties: pattern_name: @@ -116989,7 +117021,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *760 + items: *761 examples: default: value: @@ -117099,9 +117131,9 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: - default: *762 + default: *763 '400': *14 '404': *6 x-github: @@ -117295,9 +117327,9 @@ paths: description: Response content: application/json: - schema: *761 + schema: *762 examples: - default: &764 + default: &765 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -117644,7 +117676,7 @@ paths: description: Response content: application/json: - schema: *761 + schema: *762 examples: default: value: @@ -117793,15 +117825,15 @@ paths: parameters: - *475 - *476 - - *763 + - *764 responses: '200': description: Response content: application/json: - schema: *761 + schema: *762 examples: - default: *764 + default: *765 '403': *27 '404': *6 x-github: @@ -117827,7 +117859,7 @@ paths: parameters: - *475 - *476 - - *763 + - *764 requestBody: required: true content: @@ -117998,10 +118030,10 @@ paths: description: Response content: application/json: - schema: *761 + schema: *762 examples: - default: *764 - add_credit: *764 + default: *765 + add_credit: *765 '403': *27 '404': *6 '422': @@ -118041,7 +118073,7 @@ paths: parameters: - *475 - *476 - - *763 + - *764 responses: '202': *37 '400': *14 @@ -118070,7 +118102,7 @@ paths: parameters: - *475 - *476 - - *763 + - *764 responses: '202': description: Response @@ -118211,7 +118243,7 @@ paths: application/json: schema: type: array - items: &765 + items: &766 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -118584,7 +118616,7 @@ paths: application/json: schema: type: array - items: *765 + items: *766 examples: default: value: @@ -118674,7 +118706,7 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: default: value: @@ -118768,7 +118800,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &767 + schema: &768 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -118868,7 +118900,7 @@ paths: description: Response content: application/json: - schema: *767 + schema: *768 examples: default: value: @@ -119078,7 +119110,7 @@ paths: description: Response content: application/json: - schema: &768 + schema: &769 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -119090,7 +119122,7 @@ paths: required: - names examples: - default: &769 + default: &770 value: names: - octocat @@ -119145,9 +119177,9 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: - default: *769 + default: *770 '404': *6 '422': *7 x-github: @@ -119170,7 +119202,7 @@ paths: parameters: - *475 - *476 - - &770 + - &771 name: per description: The time frame to display results for. in: query @@ -119201,7 +119233,7 @@ paths: - 128 clones: type: array - items: &771 + items: &772 title: Traffic type: object properties: @@ -119449,7 +119481,7 @@ paths: parameters: - *475 - *476 - - *770 + - *771 responses: '200': description: Response @@ -119470,7 +119502,7 @@ paths: - 3782 views: type: array - items: *771 + items: *772 required: - uniques - count @@ -120142,7 +120174,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &779 + - &780 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -120152,7 +120184,7 @@ paths: type: string examples: - members - - &784 + - &785 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -120164,7 +120196,7 @@ paths: format: int32 examples: - 1 - - &785 + - &786 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -120208,7 +120240,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &774 + items: &775 allOf: - type: object required: @@ -120290,7 +120322,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: &786 + meta: &787 type: object description: The metadata associated with the creation/updates to the user. @@ -120355,30 +120387,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &775 + '400': &776 description: Bad request content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 - '401': *773 - '403': &776 + schema: *773 + '401': *774 + '403': &777 description: Permission denied - '429': &777 + '429': &778 description: Too many requests content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 - '500': &778 + schema: *773 + '500': &779 description: Internal server error content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 + schema: *773 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120402,7 +120434,7 @@ paths: required: true content: application/json: - schema: &782 + schema: &783 type: object required: - schemas @@ -120466,9 +120498,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *774 + schema: *775 examples: - group: &780 + group: &781 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -120487,13 +120519,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': *775 - '401': *773 - '403': *776 - '409': &783 + '400': *776 + '401': *774 + '403': *777 + '409': &784 description: Duplicate record detected - '429': *777 - '500': *778 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120510,7 +120542,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: - - &781 + - &782 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -120519,22 +120551,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *779 + - *780 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *780 - '400': *775 - '401': *773 - '403': *776 + default: *781 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '429': *777 - '500': *778 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120553,13 +120585,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: - - *781 + - *782 - *39 requestBody: required: true content: application/json: - schema: *782 + schema: *783 examples: group: summary: Group @@ -120585,17 +120617,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *774 + schema: *775 examples: - group: *780 - groupWithMembers: *780 - '400': *775 - '401': *773 - '403': *776 + group: *781 + groupWithMembers: *781 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '409': *783 - '429': *777 - '500': *778 + '409': *784 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120619,13 +120651,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: - - *781 + - *782 - *39 requestBody: required: true content: application/json: - schema: &793 + schema: &794 type: object required: - Operations @@ -120685,17 +120717,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *774 + schema: *775 examples: - updateGroup: *780 - addMembers: *780 - '400': *775 - '401': *773 - '403': *776 + updateGroup: *781 + addMembers: *781 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '409': *783 - '429': *777 - '500': *778 + '409': *784 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120711,17 +120743,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: - - *781 + - *782 - *39 responses: '204': description: Group was deleted, no content - '400': *775 - '401': *773 - '403': *776 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '429': *777 - '500': *778 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120755,8 +120787,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *784 - *785 + - *786 - *39 responses: '200': @@ -120790,7 +120822,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &788 + items: &789 allOf: - type: object required: @@ -120882,7 +120914,7 @@ paths: address. examples: - true - roles: &787 + roles: &788 type: array description: The roles assigned to the user. items: @@ -120941,7 +120973,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *786 + meta: *787 startIndex: type: integer description: A starting index for the returned page @@ -120980,11 +121012,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *775 - '401': *773 - '403': *776 - '429': *777 - '500': *778 + '400': *776 + '401': *774 + '403': *777 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121008,7 +121040,7 @@ paths: required: true content: application/json: - schema: &791 + schema: &792 type: object required: - schemas @@ -121101,9 +121133,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *787 + roles: *788 examples: - user: &792 + user: &793 summary: User value: schemas: @@ -121150,9 +121182,9 @@ paths: description: User has been created content: application/scim+json: - schema: *788 + schema: *789 examples: - user: &789 + user: &790 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -121178,13 +121210,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: *789 - '400': *775 - '401': *773 - '403': *776 - '409': *783 - '429': *777 - '500': *778 + enterpriseOwner: *790 + '400': *776 + '401': *774 + '403': *777 + '409': *784 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121201,7 +121233,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: - - &790 + - &791 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -121214,15 +121246,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *788 + schema: *789 examples: - default: *789 - '400': *775 - '401': *773 - '403': *776 + default: *790 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '429': *777 - '500': *778 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121273,30 +121305,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: - - *790 + - *791 - *39 requestBody: required: true content: application/json: - schema: *791 + schema: *792 examples: - user: *792 + user: *793 responses: '200': description: User was updated content: application/scim+json: - schema: *788 + schema: *789 examples: - user: *789 - '400': *775 - '401': *773 - '403': *776 + user: *790 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '409': *783 - '429': *777 - '500': *778 + '409': *784 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121337,13 +121369,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: - - *790 + - *791 - *39 requestBody: required: true content: application/json: - schema: *793 + schema: *794 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -121383,18 +121415,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *788 - examples: - userMultiValuedProperties: *789 - userSingleValuedProperties: *789 - disableUser: *789 - '400': *775 - '401': *773 - '403': *776 + schema: *789 + examples: + userMultiValuedProperties: *790 + userSingleValuedProperties: *790 + disableUser: *790 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '409': *783 - '429': *777 - '500': *778 + '409': *784 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121414,17 +121446,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: - - *790 + - *791 - *39 responses: '204': description: User was deleted, no content - '400': *775 - '401': *773 - '403': *776 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '429': *777 - '500': *778 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121515,7 +121547,7 @@ paths: - 1 Resources: type: array - items: &794 + items: &795 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -121762,22 +121794,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': &795 + '404': &796 description: Resource not found content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 - '403': &796 + schema: *773 + '403': &797 description: Forbidden content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 - '400': *775 - '429': *777 + schema: *773 + '400': *776 + '429': *778 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -121803,9 +121835,9 @@ paths: description: Response content: application/scim+json: - schema: *794 + schema: *795 examples: - default: &797 + default: &798 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -121828,17 +121860,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': *795 - '403': *796 - '500': *778 + '404': *796 + '403': *797 + '500': *779 '409': description: Conflict content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 - '400': *775 + schema: *773 + '400': *776 requestBody: required: true content: @@ -121938,17 +121970,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *790 + - *791 responses: '200': description: Response content: application/scim+json: - schema: *794 + schema: *795 examples: - default: *797 - '404': *795 - '403': *796 + default: *798 + '404': *796 + '403': *797 '304': *35 x-github: githubCloudOnly: true @@ -121972,18 +122004,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *790 + - *791 responses: '200': description: Response content: application/scim+json: - schema: *794 + schema: *795 examples: - default: *797 + default: *798 '304': *35 - '404': *795 - '403': *796 + '404': *796 + '403': *797 requestBody: required: true content: @@ -122098,19 +122130,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *790 + - *791 responses: '200': description: Response content: application/scim+json: - schema: *794 + schema: *795 examples: - default: *797 + default: *798 '304': *35 - '404': *795 - '403': *796 - '400': *775 + '404': *796 + '403': *797 + '400': *776 '429': description: Response content: @@ -122206,12 +122238,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *790 + - *791 responses: '204': description: Response - '404': *795 - '403': *796 + '404': *796 + '403': *797 '304': *35 x-github: githubCloudOnly: true @@ -122348,7 +122380,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &798 + text_matches: &799 title: Search Result Text Matches type: array items: @@ -122512,7 +122544,7 @@ paths: enum: - author-date - committer-date - - &799 + - &800 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 @@ -122632,7 +122664,7 @@ paths: type: number node_id: type: string - text_matches: *798 + text_matches: *799 required: - sha - node_id @@ -122825,7 +122857,7 @@ paths: - interactions - created - updated - - *799 + - *800 - *17 - *19 - name: advanced_search @@ -122939,11 +122971,11 @@ paths: type: - string - 'null' - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: type: string state_reason: @@ -122971,7 +123003,7 @@ paths: - string - 'null' format: date-time - text_matches: *798 + text_matches: *799 pull_request: type: object properties: @@ -123247,7 +123279,7 @@ paths: enum: - created - updated - - *799 + - *800 - *17 - *19 responses: @@ -123292,7 +123324,7 @@ paths: - 'null' score: type: number - text_matches: *798 + text_matches: *799 required: - id - node_id @@ -123378,7 +123410,7 @@ paths: - forks - help-wanted-issues - updated - - *799 + - *800 - *17 - *19 responses: @@ -123624,7 +123656,7 @@ paths: - admin - pull - push - text_matches: *798 + text_matches: *799 temp_clone_token: type: string allow_merge_commit: @@ -123933,7 +123965,7 @@ paths: - string - 'null' format: uri - text_matches: *798 + text_matches: *799 related: type: - array @@ -124128,7 +124160,7 @@ paths: - followers - repositories - joined - - *799 + - *800 - *17 - *19 responses: @@ -124238,7 +124270,7 @@ paths: type: - boolean - 'null' - text_matches: *798 + text_matches: *799 blog: type: - string @@ -124320,7 +124352,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &802 + - &803 name: team_id description: The unique identifier of the team. in: path @@ -124361,7 +124393,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *802 + - *803 requestBody: required: true content: @@ -124462,7 +124494,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *802 + - *803 responses: '204': description: Response @@ -124491,7 +124523,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *802 + - *803 - *17 - *19 responses: @@ -124529,7 +124561,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *802 + - *803 - name: role description: Filters members returned by their role in the team. in: query @@ -124580,7 +124612,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *802 + - *803 - *140 responses: '204': @@ -124617,7 +124649,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *802 + - *803 - *140 responses: '204': @@ -124657,7 +124689,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *802 + - *803 - *140 responses: '204': @@ -124694,7 +124726,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *802 + - *803 - *140 responses: '200': @@ -124703,7 +124735,7 @@ paths: application/json: schema: *474 examples: - response-if-user-is-a-team-maintainer: *803 + response-if-user-is-a-team-maintainer: *804 '404': *6 x-github: githubCloudOnly: false @@ -124736,7 +124768,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *802 + - *803 - *140 requestBody: required: false @@ -124764,7 +124796,7 @@ paths: application/json: schema: *474 examples: - response-if-users-membership-with-team-is-now-pending: *804 + response-if-users-membership-with-team-is-now-pending: *805 '403': description: Forbidden if team synchronization is set up '422': @@ -124798,7 +124830,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *802 + - *803 - *140 responses: '204': @@ -124826,7 +124858,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *802 + - *803 - *17 - *19 responses: @@ -124868,7 +124900,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *802 + - *803 - *475 - *476 responses: @@ -124876,7 +124908,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *805 + schema: *806 examples: alternative-response-with-extra-repository-information: value: @@ -125027,7 +125059,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *802 + - *803 - *475 - *476 requestBody: @@ -125079,7 +125111,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *802 + - *803 - *475 - *476 responses: @@ -125110,7 +125142,7 @@ 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: - - *802 + - *803 responses: '200': description: Response @@ -125145,7 +125177,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: - - *802 + - *803 requestBody: required: true content: @@ -125237,7 +125269,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *802 + - *803 - *17 - *19 responses: @@ -125249,7 +125281,7 @@ paths: type: array items: *316 examples: - response-if-child-teams-exist: *806 + response-if-child-teams-exist: *807 headers: Link: *45 '404': *6 @@ -125282,7 +125314,7 @@ paths: application/json: schema: oneOf: - - &808 + - &809 title: Private User description: Private User type: object @@ -125532,7 +125564,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *807 + - *808 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -125692,7 +125724,7 @@ paths: description: Response content: application/json: - schema: *808 + schema: *809 examples: default: value: @@ -126090,7 +126122,7 @@ paths: type: integer secrets: type: array - items: &809 + items: &810 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -126210,7 +126242,7 @@ paths: description: Response content: application/json: - schema: *809 + schema: *810 examples: default: value: @@ -126623,7 +126655,7 @@ paths: description: Response content: application/json: - schema: &810 + schema: &811 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -126676,7 +126708,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &811 + default: &812 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -126721,9 +126753,9 @@ paths: description: Response content: application/json: - schema: *810 + schema: *811 examples: - default: *811 + default: *812 '404': *6 x-github: githubCloudOnly: false @@ -126762,7 +126794,7 @@ paths: type: array items: *578 examples: - default: *812 + default: *813 '304': *35 '500': *38 '401': *23 @@ -127728,7 +127760,7 @@ paths: type: array items: *404 examples: - default: &823 + default: &824 value: - id: 197 name: hello_docker @@ -127829,7 +127861,7 @@ paths: application/json: schema: type: array - items: &813 + items: &814 title: Email description: Email type: object @@ -127899,9 +127931,9 @@ paths: application/json: schema: type: array - items: *813 + items: *814 examples: - default: &825 + default: &826 value: - email: octocat@github.com verified: true @@ -127978,7 +128010,7 @@ paths: application/json: schema: type: array - items: *813 + items: *814 examples: default: value: @@ -128236,7 +128268,7 @@ paths: application/json: schema: type: array - items: &814 + items: &815 title: GPG Key description: A unique encryption key type: object @@ -128381,7 +128413,7 @@ paths: - subkeys - revoked examples: - default: &842 + default: &843 value: - id: 3 name: Octocat's GPG Key @@ -128466,9 +128498,9 @@ paths: description: Response content: application/json: - schema: *814 + schema: *815 examples: - default: &815 + default: &816 value: id: 3 name: Octocat's GPG Key @@ -128525,7 +128557,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: - - &816 + - &817 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -128537,9 +128569,9 @@ paths: description: Response content: application/json: - schema: *814 + schema: *815 examples: - default: *815 + default: *816 '404': *6 '304': *35 '403': *27 @@ -128562,7 +128594,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: - - *816 + - *817 responses: '204': description: Response @@ -129029,7 +129061,7 @@ paths: application/json: schema: type: array - items: &817 + items: &818 title: Key description: Key type: object @@ -129132,9 +129164,9 @@ paths: description: Response content: application/json: - schema: *817 + schema: *818 examples: - default: &818 + default: &819 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -129167,15 +129199,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: - - *688 + - *689 responses: '200': description: Response content: application/json: - schema: *817 + schema: *818 examples: - default: *818 + default: *819 '404': *6 '304': *35 '403': *27 @@ -129198,7 +129230,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: - - *688 + - *689 responses: '204': description: Response @@ -129231,7 +129263,7 @@ paths: application/json: schema: type: array - items: &819 + items: &820 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -129310,7 +129342,7 @@ paths: - account - plan examples: - default: &820 + default: &821 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -129372,9 +129404,9 @@ paths: application/json: schema: type: array - items: *819 + items: *820 examples: - default: *820 + default: *821 headers: Link: *45 '304': *35 @@ -130392,7 +130424,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - *400 - - *821 + - *822 responses: '204': description: Response @@ -130507,7 +130539,7 @@ paths: - docker - nuget - container - - *822 + - *823 - *19 - *17 responses: @@ -130519,8 +130551,8 @@ paths: type: array items: *404 examples: - default: *823 - '400': *824 + default: *824 + '400': *825 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -130549,7 +130581,7 @@ paths: application/json: schema: *404 examples: - default: &843 + default: &844 value: id: 40201 name: octo-name @@ -130911,9 +130943,9 @@ paths: application/json: schema: type: array - items: *813 + items: *814 examples: - default: *825 + default: *826 headers: Link: *45 '304': *35 @@ -131026,7 +131058,7 @@ paths: type: array items: *78 examples: - default: &832 + default: &833 summary: Default response value: - id: 1296269 @@ -131386,7 +131418,7 @@ paths: type: array items: *659 examples: - default: *826 + default: *827 headers: Link: *45 '304': *35 @@ -131465,7 +131497,7 @@ paths: application/json: schema: type: array - items: &827 + items: &828 title: Social account description: Social media account type: object @@ -131482,7 +131514,7 @@ paths: - provider - url examples: - default: &828 + default: &829 value: - provider: twitter url: https://twitter.com/github @@ -131545,9 +131577,9 @@ paths: application/json: schema: type: array - items: *827 + items: *828 examples: - default: *828 + default: *829 '422': *15 '304': *35 '404': *6 @@ -131635,7 +131667,7 @@ paths: application/json: schema: type: array - items: &829 + items: &830 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -131655,7 +131687,7 @@ paths: - title - created_at examples: - default: &857 + default: &858 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -131720,9 +131752,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *830 examples: - default: &830 + default: &831 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -131752,7 +131784,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: - - &831 + - &832 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -131764,9 +131796,9 @@ paths: description: Response content: application/json: - schema: *829 + schema: *830 examples: - default: *830 + default: *831 '404': *6 '304': *35 '403': *27 @@ -131789,7 +131821,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: - - *831 + - *832 responses: '204': description: Response @@ -131818,7 +131850,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: - - &858 + - &859 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 @@ -131843,11 +131875,11 @@ paths: type: array items: *78 examples: - default-response: *832 + default-response: *833 application/vnd.github.v3.star+json: schema: type: array - items: &859 + items: &860 title: Starred Repository description: Starred Repository type: object @@ -132216,10 +132248,10 @@ paths: application/json: schema: oneOf: + - *809 - *808 - - *807 examples: - default-response: &836 + default-response: &837 summary: Default response value: login: octocat @@ -132254,7 +132286,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &837 + response-with-git-hub-plan-information: &838 summary: Response with GitHub plan information value: login: octocat @@ -132311,7 +132343,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &834 + - &835 name: user_id description: The unique identifier of the user. in: path @@ -132377,7 +132409,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *833 + - *834 - *17 responses: '200': @@ -132412,7 +132444,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *834 + - *835 - *422 requestBody: required: true @@ -132487,7 +132519,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *835 + schema: *836 examples: table_view: summary: Response for creating a table view @@ -132539,11 +132571,11 @@ paths: application/json: schema: oneOf: + - *809 - *808 - - *807 examples: - default-response: *836 - response-with-git-hub-plan-information: *837 + default-response: *837 + response-with-git-hub-plan-information: *838 '404': *6 x-github: githubCloudOnly: false @@ -132593,8 +132625,8 @@ paths: required: - subject_digests examples: - default: *838 - withPredicateType: *839 + default: *839 + withPredicateType: *840 responses: '200': description: Response @@ -132648,7 +132680,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *840 + default: *841 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -133137,7 +133169,7 @@ paths: application/json: schema: *331 examples: - default: &841 + default: &842 summary: Example response for a user copilot space value: id: 42 @@ -133238,7 +133270,7 @@ paths: application/json: schema: *331 examples: - default: *841 + default: *842 '403': *27 '404': *6 x-github: @@ -133364,7 +133396,7 @@ paths: application/json: schema: *331 examples: - default: *841 + default: *842 '403': *27 '404': *6 '422': *15 @@ -134132,7 +134164,7 @@ paths: type: array items: *404 examples: - default: *823 + default: *824 '403': *27 '401': *23 x-github: @@ -134516,9 +134548,9 @@ paths: application/json: schema: type: array - items: *814 + items: *815 examples: - default: *842 + default: *843 headers: Link: *45 x-github: @@ -134747,7 +134779,7 @@ paths: - docker - nuget - container - - *822 + - *823 - *140 - *19 - *17 @@ -134760,10 +134792,10 @@ paths: type: array items: *404 examples: - default: *823 + default: *824 '403': *27 '401': *23 - '400': *824 + '400': *825 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -134793,7 +134825,7 @@ paths: application/json: schema: *404 examples: - default: *843 + default: *844 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -135142,7 +135174,7 @@ paths: type: array items: *425 examples: - default: *844 + default: *845 headers: Link: *45 '304': *35 @@ -135202,7 +135234,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *845 + items: *846 required: - name - data_type @@ -135218,7 +135250,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *846 + iteration_configuration: *847 required: - name - data_type @@ -135240,8 +135272,8 @@ paths: value: name: Due date data_type: date - single_select_field: *847 - iteration_field: *848 + single_select_field: *848 + iteration_field: *849 responses: '201': description: Response @@ -135249,11 +135281,11 @@ paths: application/json: schema: *425 examples: - text_field: *849 - number_field: *850 - date_field: *851 - single_select_field: *852 - iteration_field: *853 + text_field: *850 + number_field: *851 + date_field: *852 + single_select_field: *853 + iteration_field: *854 '304': *35 '403': *27 '401': *23 @@ -135275,7 +135307,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - *422 - - *854 + - *855 - *140 responses: '200': @@ -135284,7 +135316,7 @@ paths: application/json: schema: *425 examples: - default: *855 + default: *856 headers: Link: *45 '304': *35 @@ -135641,7 +135673,7 @@ paths: parameters: - *422 - *140 - - *856 + - *857 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -135920,9 +135952,9 @@ paths: application/json: schema: type: array - items: *827 + items: *828 examples: - default: *828 + default: *829 headers: Link: *45 x-github: @@ -135952,9 +135984,9 @@ paths: application/json: schema: type: array - items: *829 + items: *830 examples: - default: *857 + default: *858 headers: Link: *45 x-github: @@ -135979,7 +136011,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *140 - - *858 + - *859 - *110 - *17 - *19 @@ -135991,11 +136023,11 @@ paths: schema: anyOf: - type: array - items: *859 + items: *860 - type: array items: *78 examples: - default-response: *832 + default-response: *833 headers: Link: *45 x-github: @@ -136155,7 +136187,7 @@ webhooks: type: string enum: - disabled - enterprise: &860 + enterprise: &861 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -136224,7 +136256,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &861 + installation: &862 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -136245,7 +136277,7 @@ webhooks: required: - id - node_id - organization: &862 + organization: &863 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -136318,7 +136350,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &863 + repository: &864 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -137244,10 +137276,10 @@ webhooks: type: string enum: - enabled - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -137323,11 +137355,11 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - rule: &864 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + rule: &865 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) @@ -137550,11 +137582,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - rule: *864 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + rule: *865 sender: *4 required: - action @@ -137742,11 +137774,11 @@ webhooks: - everyone required: - from - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - rule: *864 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + rule: *865 sender: *4 required: - action @@ -137819,7 +137851,7 @@ webhooks: required: true content: application/json: - schema: &884 + schema: &885 title: Exemption request cancellation event type: object properties: @@ -137827,11 +137859,11 @@ webhooks: type: string enum: - cancelled - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - exemption_request: &865 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + exemption_request: &866 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -138140,7 +138172,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &866 + items: &867 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -138252,7 +138284,7 @@ webhooks: required: true content: application/json: - schema: &885 + schema: &886 title: Exemption request completed event type: object properties: @@ -138260,11 +138292,11 @@ webhooks: type: string enum: - completed - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - exemption_request: *865 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + exemption_request: *866 sender: *4 required: - action @@ -138336,7 +138368,7 @@ webhooks: required: true content: application/json: - schema: &882 + schema: &883 title: Exemption request created event type: object properties: @@ -138344,11 +138376,11 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - exemption_request: *865 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + exemption_request: *866 sender: *4 required: - action @@ -138420,7 +138452,7 @@ webhooks: required: true content: application/json: - schema: &886 + schema: &887 title: Exemption response dismissed event type: object properties: @@ -138428,12 +138460,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - exemption_request: *865 - exemption_response: *866 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + exemption_request: *866 + exemption_response: *867 sender: *4 required: - action @@ -138507,7 +138539,7 @@ webhooks: required: true content: application/json: - schema: &883 + schema: &884 title: Exemption response submitted event type: object properties: @@ -138515,12 +138547,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - exemption_request: *865 - exemption_response: *866 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + exemption_request: *866 + exemption_response: *867 sender: *4 required: - action @@ -138604,7 +138636,7 @@ webhooks: type: string enum: - completed - check_run: &868 + check_run: &869 title: CheckRun description: A check performed on the code of a given code change type: object @@ -138714,7 +138746,7 @@ webhooks: - examples: - neutral - deployment: *867 + deployment: *868 details_url: type: string examples: @@ -138812,10 +138844,10 @@ webhooks: - output - app - pull_requests - installation: *861 - enterprise: *860 - organization: *862 - repository: *863 + installation: *862 + enterprise: *861 + organization: *863 + repository: *864 sender: *4 required: - check_run @@ -139206,11 +139238,11 @@ webhooks: type: string enum: - created - check_run: *868 - installation: *861 - enterprise: *860 - organization: *862 - repository: *863 + check_run: *869 + installation: *862 + enterprise: *861 + organization: *863 + repository: *864 sender: *4 required: - check_run @@ -139604,11 +139636,11 @@ webhooks: type: string enum: - requested_action - check_run: *868 - installation: *861 - enterprise: *860 - organization: *862 - repository: *863 + check_run: *869 + installation: *862 + enterprise: *861 + organization: *863 + repository: *864 requested_action: description: The action requested by the user. type: object @@ -140011,11 +140043,11 @@ webhooks: type: string enum: - rerequested - check_run: *868 - installation: *861 - enterprise: *860 - organization: *862 - repository: *863 + check_run: *869 + installation: *862 + enterprise: *861 + organization: *863 + repository: *864 sender: *4 required: - check_run @@ -141000,10 +141032,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -141717,10 +141749,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -142428,10 +142460,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -142752,20 +142784,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &869 + commit_oid: &870 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: *860 - installation: *861 - organization: *862 - ref: &870 + enterprise: *861 + installation: *862 + organization: *863 + ref: &871 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: *863 + repository: *864 sender: *4 required: - action @@ -143173,12 +143205,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *869 - enterprise: *860 - installation: *861 - organization: *862 - ref: *870 - repository: *863 + commit_oid: *870 + enterprise: *861 + installation: *862 + organization: *863 + ref: *871 + repository: *864 sender: *4 required: - action @@ -143461,12 +143493,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *869 - enterprise: *860 - installation: *861 - organization: *862 - ref: *870 - repository: *863 + commit_oid: *870 + enterprise: *861 + installation: *862 + organization: *863 + ref: *871 + repository: *864 sender: *4 required: - action @@ -143812,12 +143844,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *869 - enterprise: *860 - installation: *861 - organization: *862 - ref: *870 - repository: *863 + commit_oid: *870 + enterprise: *861 + installation: *862 + organization: *863 + ref: *871 + repository: *864 sender: *4 required: - action @@ -144107,9 +144139,9 @@ webhooks: type: - string - 'null' - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -144117,7 +144149,7 @@ webhooks: type: - string - 'null' - repository: *863 + repository: *864 sender: *4 required: - action @@ -144363,12 +144395,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *869 - enterprise: *860 - installation: *861 - organization: *862 - ref: *870 - repository: *863 + commit_oid: *870 + enterprise: *861 + installation: *862 + organization: *863 + ref: *871 + repository: *864 sender: *4 required: - action @@ -144689,10 +144721,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -144952,10 +144984,10 @@ webhooks: - updated_at - author_association - body - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -145036,18 +145068,18 @@ webhooks: type: - string - 'null' - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *862 - pusher_type: &871 + organization: *863 + pusher_type: &872 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &872 + ref: &873 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -145057,7 +145089,7 @@ webhooks: enum: - tag - branch - repository: *863 + repository: *864 sender: *4 required: - ref @@ -145140,9 +145172,9 @@ webhooks: enum: - created definition: *153 - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 required: - action @@ -145227,9 +145259,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 required: - action @@ -145307,9 +145339,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 required: - action @@ -145387,9 +145419,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 required: - action @@ -145466,10 +145498,10 @@ webhooks: type: string enum: - updated - enterprise: *860 - installation: *861 - repository: *863 - organization: *862 + enterprise: *861 + installation: *862 + repository: *864 + organization: *863 sender: *4 new_property_values: type: array @@ -145554,18 +145586,18 @@ webhooks: title: delete event type: object properties: - enterprise: *860 - installation: *861 - organization: *862 - pusher_type: *871 - ref: *872 + enterprise: *861 + installation: *862 + organization: *863 + pusher_type: *872 + ref: *873 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *863 + repository: *864 sender: *4 required: - ref @@ -145646,10 +145678,10 @@ webhooks: enum: - assignees_changed alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145730,10 +145762,10 @@ webhooks: enum: - auto_dismissed alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145815,10 +145847,10 @@ webhooks: enum: - auto_reopened alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145900,10 +145932,10 @@ webhooks: enum: - created alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145983,10 +146015,10 @@ webhooks: enum: - dismissed alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -146066,10 +146098,10 @@ webhooks: enum: - fixed alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -146150,10 +146182,10 @@ webhooks: enum: - reintroduced alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -146233,10 +146265,10 @@ webhooks: enum: - reopened alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -146313,9 +146345,9 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - key: &873 + enterprise: *861 + installation: *862 + key: &874 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -146353,8 +146385,8 @@ webhooks: - verified - created_at - read_only - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -146431,11 +146463,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - key: *873 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + key: *874 + organization: *863 + repository: *864 sender: *4 required: - action @@ -147002,12 +147034,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - workflow: &877 + workflow: &878 title: Workflow type: - object @@ -147761,10 +147793,10 @@ webhooks: - *616 pull_requests: type: array - items: *708 - repository: *863 - organization: *862 - installation: *861 + items: *709 + repository: *864 + organization: *863 + installation: *862 sender: *4 responses: '200': @@ -147835,7 +147867,7 @@ webhooks: type: string enum: - approved - approver: &874 + approver: &875 type: object properties: avatar_url: @@ -147878,11 +147910,11 @@ webhooks: type: string comment: type: string - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - reviewers: &875 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + reviewers: &876 type: array items: type: object @@ -147963,7 +147995,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &876 + workflow_job_run: &877 type: object properties: conclusion: @@ -148709,18 +148741,18 @@ webhooks: type: string enum: - rejected - approver: *874 + approver: *875 comment: type: string - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - reviewers: *875 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + reviewers: *876 sender: *4 since: type: string - workflow_job_run: *876 + workflow_job_run: *877 workflow_job_runs: type: array items: @@ -149437,13 +149469,13 @@ webhooks: type: string enum: - requested - enterprise: *860 + enterprise: *861 environment: type: string - installation: *861 - organization: *862 - repository: *863 - requestor: &887 + installation: *862 + organization: *863 + repository: *864 + requestor: &888 title: User type: - object @@ -151376,12 +151408,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - workflow: *877 + workflow: *878 workflow_run: title: Deployment Workflow Run type: @@ -152072,7 +152104,7 @@ webhooks: type: string enum: - answered - answer: &880 + answer: &881 type: object properties: author_association: @@ -152232,11 +152264,11 @@ webhooks: - created_at - updated_at - body - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152363,11 +152395,11 @@ webhooks: - from required: - category - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152450,11 +152482,11 @@ webhooks: type: string enum: - closed - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152536,7 +152568,7 @@ webhooks: type: string enum: - created - comment: &879 + comment: &880 type: object properties: author_association: @@ -152696,11 +152728,11 @@ webhooks: - updated_at - body - reactions - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152783,12 +152815,12 @@ webhooks: type: string enum: - deleted - comment: *879 - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + comment: *880 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152883,12 +152915,12 @@ webhooks: - from required: - body - comment: *879 - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + comment: *880 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152972,11 +153004,11 @@ webhooks: type: string enum: - created - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153058,11 +153090,11 @@ webhooks: type: string enum: - deleted - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153162,11 +153194,11 @@ webhooks: type: string required: - from - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153248,10 +153280,10 @@ webhooks: type: string enum: - labeled - discussion: *878 - enterprise: *860 - installation: *861 - label: &881 + discussion: *879 + enterprise: *861 + installation: *862 + label: &882 title: Label type: object properties: @@ -153284,8 +153316,8 @@ webhooks: - color - default - description - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153368,11 +153400,11 @@ webhooks: type: string enum: - locked - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153454,11 +153486,11 @@ webhooks: type: string enum: - pinned - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153540,11 +153572,11 @@ webhooks: type: string enum: - reopened - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153629,16 +153661,16 @@ webhooks: changes: type: object properties: - new_discussion: *878 - new_repository: *863 + new_discussion: *879 + new_repository: *864 required: - new_discussion - new_repository - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153721,10 +153753,10 @@ webhooks: type: string enum: - unanswered - discussion: *878 - old_answer: *880 - organization: *862 - repository: *863 + discussion: *879 + old_answer: *881 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153806,12 +153838,12 @@ webhooks: type: string enum: - unlabeled - discussion: *878 - enterprise: *860 - installation: *861 - label: *881 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153894,11 +153926,11 @@ webhooks: type: string enum: - unlocked - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153980,11 +154012,11 @@ webhooks: type: string enum: - unpinned - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -154053,7 +154085,7 @@ webhooks: required: true content: application/json: - schema: *882 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154116,7 +154148,7 @@ webhooks: required: true content: application/json: - schema: *883 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154179,7 +154211,7 @@ webhooks: required: true content: application/json: - schema: *884 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154242,7 +154274,7 @@ webhooks: required: true content: application/json: - schema: *882 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154305,7 +154337,7 @@ webhooks: required: true content: application/json: - schema: *883 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154371,7 +154403,7 @@ webhooks: required: true content: application/json: - schema: *884 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154437,7 +154469,7 @@ webhooks: required: true content: application/json: - schema: *885 + schema: *886 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154503,7 +154535,7 @@ webhooks: required: true content: application/json: - schema: *882 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154569,7 +154601,7 @@ webhooks: required: true content: application/json: - schema: *886 + schema: *887 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154635,7 +154667,7 @@ webhooks: required: true content: application/json: - schema: *883 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154700,7 +154732,7 @@ webhooks: required: true content: application/json: - schema: *884 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154765,7 +154797,7 @@ webhooks: required: true content: application/json: - schema: *885 + schema: *886 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154830,7 +154862,7 @@ webhooks: required: true content: application/json: - schema: *882 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154895,7 +154927,7 @@ webhooks: required: true content: application/json: - schema: *886 + schema: *887 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154961,7 +154993,7 @@ webhooks: required: true content: application/json: - schema: *883 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155028,7 +155060,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *860 + enterprise: *861 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -155706,9 +155738,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - forkee @@ -155854,9 +155886,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pages: description: The pages that were updated. type: array @@ -155894,7 +155926,7 @@ webhooks: - action - sha - html_url - repository: *863 + repository: *864 sender: *4 required: - pages @@ -155970,10 +156002,10 @@ webhooks: type: string enum: - created - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories: &888 + organization: *863 + repositories: &889 description: An array of repository objects that the installation can access. type: array @@ -155999,8 +156031,8 @@ webhooks: - name - full_name - private - repository: *863 - requester: *887 + repository: *864 + requester: *888 sender: *4 required: - action @@ -156075,11 +156107,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories: *888 - repository: *863 + organization: *863 + repositories: *889 + repository: *864 requester: type: - 'null' @@ -156156,11 +156188,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories: *888 - repository: *863 + organization: *863 + repositories: *889 + repository: *864 requester: type: - 'null' @@ -156237,10 +156269,10 @@ webhooks: type: string enum: - added - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories_added: &889 + organization: *863 + repositories_added: &890 description: An array of repository objects, which were added to the installation. type: array @@ -156286,15 +156318,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *863 - repository_selection: &890 + repository: *864 + repository_selection: &891 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *887 + requester: *888 sender: *4 required: - action @@ -156373,10 +156405,10 @@ webhooks: type: string enum: - removed - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories_added: *889 + organization: *863 + repositories_added: *890 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -156403,9 +156435,9 @@ webhooks: - name - full_name - private - repository: *863 - repository_selection: *890 - requester: *887 + repository: *864 + repository_selection: *891 + requester: *888 sender: *4 required: - action @@ -156484,11 +156516,11 @@ webhooks: type: string enum: - suspend - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories: *888 - repository: *863 + organization: *863 + repositories: *889 + repository: *864 requester: type: - 'null' @@ -156671,10 +156703,10 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 target_type: type: string @@ -156753,11 +156785,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories: *888 - repository: *863 + organization: *863 + repositories: *889 + repository: *864 requester: type: - 'null' @@ -156923,7 +156955,7 @@ webhooks: pin: anyOf: - type: 'null' - - *685 + - *686 user: title: User type: @@ -157009,8 +157041,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -157822,8 +157854,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158184,8 +158216,8 @@ webhooks: - state - locked - assignee - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -158265,7 +158297,7 @@ webhooks: type: string enum: - deleted - comment: &891 + comment: &892 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -158422,7 +158454,7 @@ webhooks: pin: anyOf: - type: 'null' - - *685 + - *686 required: - url - html_url @@ -158436,8 +158468,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -159245,8 +159277,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159609,8 +159641,8 @@ webhooks: - state - locked - assignee - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -159690,7 +159722,7 @@ webhooks: type: string enum: - edited - changes: &915 + changes: &916 description: The changes to the comment. type: object properties: @@ -159702,9 +159734,9 @@ webhooks: type: string required: - from - comment: *891 - enterprise: *860 - installation: *861 + comment: *892 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -160515,8 +160547,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160877,8 +160909,8 @@ webhooks: - state - locked - assignee - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -160959,9 +160991,9 @@ webhooks: type: string enum: - pinned - comment: *891 - enterprise: *860 - installation: *861 + comment: *892 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -161774,8 +161806,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162138,8 +162170,8 @@ webhooks: - state - locked - assignee - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -162219,9 +162251,9 @@ webhooks: type: string enum: - unpinned - comment: *891 - enterprise: *860 - installation: *861 + comment: *892 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -163034,8 +163066,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163398,8 +163430,8 @@ webhooks: - state - locked - assignee - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -163488,9 +163520,9 @@ webhooks: type: number blocking_issue: *221 blocking_issue_repo: *78 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -163579,9 +163611,9 @@ webhooks: type: number blocking_issue: *221 blocking_issue_repo: *78 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -163669,9 +163701,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -163760,9 +163792,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -163842,10 +163874,10 @@ webhooks: type: string enum: - assigned - assignee: *887 - enterprise: *860 - installation: *861 - issue: &892 + assignee: *888 + enterprise: *861 + installation: *862 + issue: &893 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -164656,11 +164688,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164780,8 +164812,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -164861,8 +164893,8 @@ webhooks: type: string enum: - closed - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -165678,11 +165710,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165945,8 +165977,8 @@ webhooks: required: - state - closed_at - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -166025,8 +166057,8 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -166833,11 +166865,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166956,8 +166988,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -167036,8 +167068,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -167867,11 +167899,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167969,7 +168001,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &893 + milestone: &894 title: Milestone description: A collection of related issues and pull requests. type: object @@ -168112,8 +168144,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -168212,8 +168244,8 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169024,11 +169056,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169148,9 +169180,9 @@ webhooks: - active_lock_reason - body - reactions - label: *881 - organization: *862 - repository: *863 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -169230,9 +169262,9 @@ webhooks: type: string enum: - field_added - enterprise: *860 - installation: *861 - issue: *892 + enterprise: *861 + installation: *862 + issue: *893 issue_field: type: object description: The issue field whose value was set or updated on the @@ -169398,8 +169430,8 @@ webhooks: - id required: - from - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -169479,9 +169511,9 @@ webhooks: type: string enum: - field_removed - enterprise: *860 - installation: *861 - issue: *892 + enterprise: *861 + installation: *862 + issue: *893 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -169568,8 +169600,8 @@ webhooks: - 'null' required: - id - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -169649,8 +169681,8 @@ webhooks: type: string enum: - labeled - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170460,11 +170492,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170584,9 +170616,9 @@ webhooks: - active_lock_reason - body - reactions - label: *881 - organization: *862 - repository: *863 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -170666,8 +170698,8 @@ webhooks: type: string enum: - locked - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171502,11 +171534,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171603,8 +171635,8 @@ webhooks: format: uri user_view_type: type: string - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -171683,8 +171715,8 @@ webhooks: type: string enum: - milestoned - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -172513,11 +172545,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172614,9 +172646,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *893 - organization: *862 - repository: *863 + milestone: *894 + organization: *863 + repository: *864 sender: *4 required: - action @@ -173503,11 +173535,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -174099,8 +174131,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -174907,11 +174939,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -175034,8 +175066,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -175115,9 +175147,9 @@ webhooks: type: string enum: - pinned - enterprise: *860 - installation: *861 - issue: &894 + enterprise: *861 + installation: *862 + issue: &895 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -175922,11 +175954,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -176045,8 +176077,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -176125,8 +176157,8 @@ webhooks: type: string enum: - reopened - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -176959,11 +176991,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -177061,8 +177093,8 @@ webhooks: user_view_type: type: string type: *389 - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -177950,11 +177982,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -178564,11 +178596,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *860 - installation: *861 - issue: *894 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + issue: *895 + organization: *863 + repository: *864 sender: *4 required: - action @@ -178648,12 +178680,12 @@ webhooks: type: string enum: - typed - enterprise: *860 - installation: *861 - issue: *892 + enterprise: *861 + installation: *862 + issue: *893 type: *389 - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -178734,7 +178766,7 @@ webhooks: type: string enum: - unassigned - assignee: &918 + assignee: &919 title: User type: - object @@ -178806,11 +178838,11 @@ webhooks: required: - login - id - enterprise: *860 - installation: *861 - issue: *892 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + issue: *893 + organization: *863 + repository: *864 sender: *4 required: - action @@ -178889,12 +178921,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *860 - installation: *861 - issue: *892 - label: *881 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + issue: *893 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -178974,8 +179006,8 @@ webhooks: type: string enum: - unlocked - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -179808,11 +179840,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -179909,8 +179941,8 @@ webhooks: format: uri user_view_type: type: string - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -179990,11 +180022,11 @@ webhooks: type: string enum: - unpinned - enterprise: *860 - installation: *861 - issue: *894 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + issue: *895 + organization: *863 + repository: *864 sender: *4 required: - action @@ -180073,12 +180105,12 @@ webhooks: type: string enum: - untyped - enterprise: *860 - installation: *861 - issue: *892 + enterprise: *861 + installation: *862 + issue: *893 type: *389 - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -180158,11 +180190,11 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - label: *881 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -180240,11 +180272,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - label: *881 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -180354,11 +180386,11 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - label: *881 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -180440,9 +180472,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *860 - installation: *861 - marketplace_purchase: &895 + enterprise: *861 + installation: *862 + marketplace_purchase: &896 title: Marketplace Purchase type: object required: @@ -180530,8 +180562,8 @@ webhooks: type: integer unit_count: type: integer - organization: *862 - previous_marketplace_purchase: &896 + organization: *863 + previous_marketplace_purchase: &897 title: Marketplace Purchase type: object properties: @@ -180615,7 +180647,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *863 + repository: *864 sender: *4 required: - action @@ -180695,10 +180727,10 @@ webhooks: - changed effective_date: type: string - enterprise: *860 - installation: *861 - marketplace_purchase: *895 - organization: *862 + enterprise: *861 + installation: *862 + marketplace_purchase: *896 + organization: *863 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -180786,7 +180818,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *863 + repository: *864 sender: *4 required: - action @@ -180868,10 +180900,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *860 - installation: *861 - marketplace_purchase: *895 - organization: *862 + enterprise: *861 + installation: *862 + marketplace_purchase: *896 + organization: *863 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -180957,7 +180989,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *863 + repository: *864 sender: *4 required: - action @@ -181038,8 +181070,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 marketplace_purchase: title: Marketplace Purchase type: object @@ -181125,9 +181157,9 @@ webhooks: type: integer unit_count: type: integer - organization: *862 - previous_marketplace_purchase: *896 - repository: *863 + organization: *863 + previous_marketplace_purchase: *897 + repository: *864 sender: *4 required: - action @@ -181207,12 +181239,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *860 - installation: *861 - marketplace_purchase: *895 - organization: *862 - previous_marketplace_purchase: *896 - repository: *863 + enterprise: *861 + installation: *862 + marketplace_purchase: *896 + organization: *863 + previous_marketplace_purchase: *897 + repository: *864 sender: *4 required: - action @@ -181314,11 +181346,11 @@ webhooks: type: string required: - to - enterprise: *860 - installation: *861 - member: *887 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + member: *888 + organization: *863 + repository: *864 sender: *4 required: - action @@ -181420,11 +181452,11 @@ webhooks: type: - string - 'null' - enterprise: *860 - installation: *861 - member: *887 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + member: *888 + organization: *863 + repository: *864 sender: *4 required: - action @@ -181503,11 +181535,11 @@ webhooks: type: string enum: - removed - enterprise: *860 - installation: *861 - member: *887 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + member: *888 + organization: *863 + repository: *864 sender: *4 required: - action @@ -181585,11 +181617,11 @@ webhooks: type: string enum: - added - enterprise: *860 - installation: *861 - member: *887 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + member: *888 + organization: *863 + repository: *864 scope: description: The scope of the membership. Currently, can only be `team`. @@ -181667,7 +181699,7 @@ webhooks: required: - login - id - team: &897 + team: &898 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -181897,11 +181929,11 @@ webhooks: type: string enum: - removed - enterprise: *860 - installation: *861 - member: *887 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + member: *888 + organization: *863 + repository: *864 scope: description: The scope of the membership. Currently, can only be `team`. @@ -181980,7 +182012,7 @@ webhooks: required: - login - id - team: *897 + team: *898 required: - action - scope @@ -182062,8 +182094,8 @@ webhooks: type: string enum: - checks_requested - installation: *861 - merge_group: &898 + installation: *862 + merge_group: &899 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -182089,8 +182121,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182176,10 +182208,10 @@ webhooks: - merged - invalidated - dequeued - installation: *861 - merge_group: *898 - organization: *862 - repository: *863 + installation: *862 + merge_group: *899 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182252,7 +182284,7 @@ webhooks: type: string enum: - deleted - enterprise: *860 + enterprise: *861 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -182361,12 +182393,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *861 - organization: *862 + installation: *862 + organization: *863 repository: anyOf: - type: 'null' - - *863 + - *864 sender: *4 required: - action @@ -182446,11 +182478,11 @@ webhooks: type: string enum: - closed - enterprise: *860 - installation: *861 - milestone: *893 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + milestone: *894 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182529,9 +182561,9 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - milestone: &899 + enterprise: *861 + installation: *862 + milestone: &900 title: Milestone description: A collection of related issues and pull requests. type: object @@ -182673,8 +182705,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182753,11 +182785,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - milestone: *893 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + milestone: *894 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182867,11 +182899,11 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - milestone: *893 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + milestone: *894 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182951,11 +182983,11 @@ webhooks: type: string enum: - opened - enterprise: *860 - installation: *861 - milestone: *899 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + milestone: *900 + organization: *863 + repository: *864 sender: *4 required: - action @@ -183034,11 +183066,11 @@ webhooks: type: string enum: - blocked - blocked_user: *887 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + blocked_user: *888 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -183117,11 +183149,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *887 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + blocked_user: *888 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -183197,7 +183229,7 @@ webhooks: enum: - created definition: *148 - enterprise: *860 + enterprise: *861 sender: *4 required: - action @@ -183277,8 +183309,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 sender: *4 required: - action @@ -183351,8 +183383,8 @@ webhooks: enum: - updated definition: *148 - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 sender: *4 required: - action @@ -183424,9 +183456,9 @@ webhooks: type: string enum: - updated - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 new_property_values: type: array @@ -183514,9 +183546,9 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - membership: &900 + enterprise: *861 + installation: *862 + membership: &901 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -183626,8 +183658,8 @@ webhooks: - role - organization_url - user - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -183705,11 +183737,11 @@ webhooks: type: string enum: - member_added - enterprise: *860 - installation: *861 - membership: *900 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + membership: *901 + organization: *863 + repository: *864 sender: *4 required: - action @@ -183788,8 +183820,8 @@ webhooks: type: string enum: - member_invited - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -183911,10 +183943,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 - user: *887 + user: *888 required: - action - invitation @@ -183992,11 +184024,11 @@ webhooks: type: string enum: - member_removed - enterprise: *860 - installation: *861 - membership: *900 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + membership: *901 + organization: *863 + repository: *864 sender: *4 required: - action @@ -184083,11 +184115,11 @@ webhooks: properties: from: type: string - enterprise: *860 - installation: *861 - membership: *900 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + membership: *901 + organization: *863 + repository: *864 sender: *4 required: - action @@ -184165,9 +184197,9 @@ webhooks: type: string enum: - published - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 package: description: Information about the package. type: object @@ -184690,7 +184722,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &901 + items: &902 title: Ruby Gems metadata type: object properties: @@ -184787,7 +184819,7 @@ webhooks: - owner - package_version - registry - repository: *863 + repository: *864 sender: *4 required: - action @@ -184864,9 +184896,9 @@ webhooks: type: string enum: - updated - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 package: description: Information about the package. type: object @@ -185228,7 +185260,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *901 + items: *902 source_url: type: string format: uri @@ -185299,7 +185331,7 @@ webhooks: - owner - package_version - registry - repository: *863 + repository: *864 sender: *4 required: - action @@ -185479,12 +185511,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *860 + enterprise: *861 id: type: integer - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - id @@ -185561,7 +185593,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &902 + personal_access_token_request: &903 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -185711,10 +185743,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *860 - organization: *862 + enterprise: *861 + organization: *863 sender: *4 - installation: *861 + installation: *862 required: - action - personal_access_token_request @@ -185791,11 +185823,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *902 - enterprise: *860 - organization: *862 + personal_access_token_request: *903 + enterprise: *861 + organization: *863 sender: *4 - installation: *861 + installation: *862 required: - action - personal_access_token_request @@ -185871,11 +185903,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *902 - enterprise: *860 - organization: *862 + personal_access_token_request: *903 + enterprise: *861 + organization: *863 sender: *4 - installation: *861 + installation: *862 required: - action - personal_access_token_request @@ -185950,11 +185982,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *902 - organization: *862 - enterprise: *860 + personal_access_token_request: *903 + organization: *863 + enterprise: *861 sender: *4 - installation: *861 + installation: *862 required: - action - personal_access_token_request @@ -186059,7 +186091,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *903 + last_response: *904 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -186091,8 +186123,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 zen: description: Random string of GitHub zen. @@ -186337,10 +186369,10 @@ webhooks: - from required: - note - enterprise: *860 - installation: *861 - organization: *862 - project_card: &904 + enterprise: *861 + installation: *862 + organization: *863 + project_card: &905 title: Project Card type: object properties: @@ -186463,7 +186495,7 @@ webhooks: - creator - created_at - updated_at - repository: *863 + repository: *864 sender: *4 required: - action @@ -186544,11 +186576,11 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - project_card: *904 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project_card: *905 + repository: *864 sender: *4 required: - action @@ -186628,9 +186660,9 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 project_card: title: Project Card type: object @@ -186760,7 +186792,7 @@ webhooks: repository: anyOf: - type: 'null' - - *863 + - *864 sender: *4 required: - action @@ -186854,11 +186886,11 @@ webhooks: - from required: - note - enterprise: *860 - installation: *861 - organization: *862 - project_card: *904 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project_card: *905 + repository: *864 sender: *4 required: - action @@ -186952,9 +186984,9 @@ webhooks: - from required: - column_id - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 project_card: allOf: - title: Project Card @@ -187151,7 +187183,7 @@ webhooks: type: string required: - after_id - repository: *863 + repository: *864 sender: *4 required: - action @@ -187231,10 +187263,10 @@ webhooks: type: string enum: - closed - enterprise: *860 - installation: *861 - organization: *862 - project: &906 + enterprise: *861 + installation: *862 + organization: *863 + project: &907 title: Project type: object properties: @@ -187361,7 +187393,7 @@ webhooks: - creator - created_at - updated_at - repository: *863 + repository: *864 sender: *4 required: - action @@ -187441,10 +187473,10 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - project_column: &905 + enterprise: *861 + installation: *862 + organization: *863 + project_column: &906 title: Project Column type: object properties: @@ -187484,7 +187516,7 @@ webhooks: - name - created_at - updated_at - repository: *863 + repository: *864 sender: *4 required: - action @@ -187563,14 +187595,14 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - project_column: *905 + enterprise: *861 + installation: *862 + organization: *863 + project_column: *906 repository: anyOf: - type: 'null' - - *863 + - *864 sender: *4 required: - action @@ -187659,11 +187691,11 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - organization: *862 - project_column: *905 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project_column: *906 + repository: *864 sender: *4 required: - action @@ -187743,11 +187775,11 @@ webhooks: type: string enum: - moved - enterprise: *860 - installation: *861 - organization: *862 - project_column: *905 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project_column: *906 + repository: *864 sender: *4 required: - action @@ -187827,11 +187859,11 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - project: *906 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project: *907 + repository: *864 sender: *4 required: - action @@ -187911,14 +187943,14 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - project: *906 + enterprise: *861 + installation: *862 + organization: *863 + project: *907 repository: anyOf: - type: 'null' - - *863 + - *864 sender: *4 required: - action @@ -188019,11 +188051,11 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - organization: *862 - project: *906 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project: *907 + repository: *864 sender: *4 required: - action @@ -188102,11 +188134,11 @@ webhooks: type: string enum: - reopened - enterprise: *860 - installation: *861 - organization: *862 - project: *906 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project: *907 + repository: *864 sender: *4 required: - action @@ -188187,8 +188219,8 @@ webhooks: type: string enum: - closed - installation: *861 - organization: *862 + installation: *862 + organization: *863 projects_v2: *420 sender: *4 required: @@ -188270,8 +188302,8 @@ webhooks: type: string enum: - created - installation: *861 - organization: *862 + installation: *862 + organization: *863 projects_v2: *420 sender: *4 required: @@ -188353,8 +188385,8 @@ webhooks: type: string enum: - deleted - installation: *861 - organization: *862 + installation: *862 + organization: *863 projects_v2: *420 sender: *4 required: @@ -188476,8 +188508,8 @@ webhooks: type: string to: type: string - installation: *861 - organization: *862 + installation: *862 + organization: *863 projects_v2: *420 sender: *4 required: @@ -188561,7 +188593,7 @@ webhooks: type: string enum: - archived - changes: &910 + changes: &911 type: object properties: archived_at: @@ -188577,9 +188609,9 @@ webhooks: - string - 'null' format: date-time - installation: *861 - organization: *862 - projects_v2_item: &907 + installation: *862 + organization: *863 + projects_v2_item: &908 title: Projects v2 Item description: An item belonging to a project type: object @@ -188719,9 +188751,9 @@ webhooks: - 'null' to: type: string - installation: *861 - organization: *862 - projects_v2_item: *907 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -188803,9 +188835,9 @@ webhooks: type: string enum: - created - installation: *861 - organization: *862 - projects_v2_item: *907 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -188886,9 +188918,9 @@ webhooks: type: string enum: - deleted - installation: *861 - organization: *862 - projects_v2_item: *907 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -188993,7 +189025,7 @@ webhooks: oneOf: - type: string - type: integer - - &908 + - &909 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -189017,7 +189049,7 @@ webhooks: required: - id - name - - &909 + - &910 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -189057,8 +189089,8 @@ webhooks: oneOf: - type: string - type: integer - - *908 - *909 + - *910 type: - 'null' - string @@ -189081,9 +189113,9 @@ webhooks: - 'null' required: - body - installation: *861 - organization: *862 - projects_v2_item: *907 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -189180,9 +189212,9 @@ webhooks: type: - string - 'null' - installation: *861 - organization: *862 - projects_v2_item: *907 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -189265,10 +189297,10 @@ webhooks: type: string enum: - restored - changes: *910 - installation: *861 - organization: *862 - projects_v2_item: *907 + changes: *911 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -189350,8 +189382,8 @@ webhooks: type: string enum: - reopened - installation: *861 - organization: *862 + installation: *862 + organization: *863 projects_v2: *420 sender: *4 required: @@ -189433,9 +189465,9 @@ webhooks: type: string enum: - created - installation: *861 - organization: *862 - projects_v2_status_update: *911 + installation: *862 + organization: *863 + projects_v2_status_update: *912 sender: *4 required: - action @@ -189516,9 +189548,9 @@ webhooks: type: string enum: - deleted - installation: *861 - organization: *862 - projects_v2_status_update: *911 + installation: *862 + organization: *863 + projects_v2_status_update: *912 sender: *4 required: - action @@ -189664,9 +189696,9 @@ webhooks: - string - 'null' format: date - installation: *861 - organization: *862 - projects_v2_status_update: *911 + installation: *862 + organization: *863 + projects_v2_status_update: *912 sender: *4 required: - action @@ -189737,10 +189769,10 @@ webhooks: title: public event type: object properties: - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - repository @@ -189817,13 +189849,13 @@ webhooks: type: string enum: - assigned - assignee: *887 - enterprise: *860 - installation: *861 - number: &912 + assignee: *888 + enterprise: *861 + installation: *862 + number: &913 description: The pull request number. type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -192194,7 +192226,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -192276,11 +192308,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -194644,7 +194676,7 @@ webhooks: - draft reason: type: string - repository: *863 + repository: *864 sender: *4 required: - action @@ -194726,11 +194758,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -197094,7 +197126,7 @@ webhooks: - draft reason: type: string - repository: *863 + repository: *864 sender: *4 required: - action @@ -197176,13 +197208,13 @@ webhooks: type: string enum: - closed - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: &913 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: &914 allOf: - - *708 + - *709 - type: object properties: allow_auto_merge: @@ -197244,7 +197276,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *863 + repository: *864 sender: *4 required: - action @@ -197325,12 +197357,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: *913 - repository: *863 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: *914 + repository: *864 sender: *4 required: - action @@ -197410,11 +197442,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *860 + enterprise: *861 milestone: *423 - number: *912 - organization: *862 - pull_request: &914 + number: *913 + organization: *863 + pull_request: &915 title: Pull Request type: object properties: @@ -199763,7 +199795,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -199842,11 +199874,11 @@ webhooks: type: string enum: - dequeued - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -202214,7 +202246,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *863 + repository: *864 sender: *4 required: - action @@ -202338,12 +202370,12 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: *913 - repository: *863 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: *914 + repository: *864 sender: *4 required: - action @@ -202423,11 +202455,11 @@ webhooks: type: string enum: - enqueued - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -204780,7 +204812,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -204860,11 +204892,11 @@ webhooks: type: string enum: - labeled - enterprise: *860 - installation: *861 - label: *881 - number: *912 - organization: *862 + enterprise: *861 + installation: *862 + label: *882 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -207234,7 +207266,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -207315,10 +207347,10 @@ webhooks: type: string enum: - locked - enterprise: *860 - installation: *861 - number: *912 - organization: *862 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -209686,7 +209718,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -209766,12 +209798,12 @@ webhooks: type: string enum: - milestoned - enterprise: *860 + enterprise: *861 milestone: *423 - number: *912 - organization: *862 - pull_request: *914 - repository: *863 + number: *913 + organization: *863 + pull_request: *915 + repository: *864 sender: *4 required: - action @@ -209850,12 +209882,12 @@ webhooks: type: string enum: - opened - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: *913 - repository: *863 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: *914 + repository: *864 sender: *4 required: - action @@ -209936,12 +209968,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: *913 - repository: *863 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: *914 + repository: *864 sender: *4 required: - action @@ -210021,12 +210053,12 @@ webhooks: type: string enum: - reopened - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: *913 - repository: *863 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: *914 + repository: *864 sender: *4 required: - action @@ -210401,9 +210433,9 @@ webhooks: - start_side - side - reactions - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: type: object properties: @@ -212655,7 +212687,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *863 + repository: *864 sender: *4 required: - action @@ -212735,7 +212767,7 @@ webhooks: type: string enum: - deleted - comment: &916 + comment: &917 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. @@ -213028,9 +213060,9 @@ webhooks: - start_side - side - reactions - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: type: object properties: @@ -215270,7 +215302,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *863 + repository: *864 sender: *4 required: - action @@ -215350,11 +215382,11 @@ webhooks: type: string enum: - edited - changes: *915 - comment: *916 - enterprise: *860 - installation: *861 - organization: *862 + changes: *916 + comment: *917 + enterprise: *861 + installation: *862 + organization: *863 pull_request: type: object properties: @@ -217597,7 +217629,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *863 + repository: *864 sender: *4 required: - action @@ -217678,9 +217710,9 @@ webhooks: type: string enum: - dismissed - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: title: Simple Pull Request type: object @@ -219935,7 +219967,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *863 + repository: *864 review: description: The review that was affected. type: object @@ -220186,9 +220218,9 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: title: Simple Pull Request type: object @@ -222302,8 +222334,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *863 - review: &917 + repository: *864 + review: &918 description: The review that was affected. type: object properties: @@ -222541,12 +222573,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: description: The pull request number. type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -224915,7 +224947,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 requested_reviewer: title: User type: @@ -225001,12 +225033,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: description: The pull request number. type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -227382,7 +227414,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 requested_team: title: Team description: Groups of organization members that gives permissions @@ -227577,12 +227609,12 @@ webhooks: type: string enum: - review_requested - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: description: The pull request number. type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -229953,7 +229985,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 requested_reviewer: title: User type: @@ -230040,12 +230072,12 @@ webhooks: type: string enum: - review_requested - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: description: The pull request number. type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -232407,7 +232439,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 requested_team: title: Team description: Groups of organization members that gives permissions @@ -232591,9 +232623,9 @@ webhooks: type: string enum: - submitted - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: title: Simple Pull Request type: object @@ -234851,8 +234883,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *863 - review: *917 + repository: *864 + review: *918 sender: *4 required: - action @@ -234932,9 +234964,9 @@ webhooks: type: string enum: - resolved - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: title: Simple Pull Request type: object @@ -237087,7 +237119,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *863 + repository: *864 sender: *4 thread: type: object @@ -237484,9 +237516,9 @@ webhooks: type: string enum: - unresolved - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: title: Simple Pull Request type: object @@ -239622,7 +239654,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *863 + repository: *864 sender: *4 thread: type: object @@ -240021,10 +240053,10 @@ webhooks: type: string before: type: string - enterprise: *860 - installation: *861 - number: *912 - organization: *862 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -242381,7 +242413,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -242463,11 +242495,11 @@ webhooks: type: string enum: - unassigned - assignee: *918 - enterprise: *860 - installation: *861 - number: *912 - organization: *862 + assignee: *919 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -244839,7 +244871,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -244918,11 +244950,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *860 - installation: *861 - label: *881 - number: *912 - organization: *862 + enterprise: *861 + installation: *862 + label: *882 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -247283,7 +247315,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -247364,10 +247396,10 @@ webhooks: type: string enum: - unlocked - enterprise: *860 - installation: *861 - number: *912 - organization: *862 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -249718,7 +249750,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -249921,7 +249953,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *860 + enterprise: *861 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -250016,8 +250048,8 @@ webhooks: - url - author - committer - installation: *861 - organization: *862 + installation: *862 + organization: *863 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -250616,9 +250648,9 @@ webhooks: type: string enum: - published - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 registry_package: type: object properties: @@ -251095,7 +251127,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *901 + items: *902 summary: type: string tag_name: @@ -251151,7 +251183,7 @@ webhooks: - owner - package_version - registry - repository: *863 + repository: *864 sender: *4 required: - action @@ -251229,9 +251261,9 @@ webhooks: type: string enum: - updated - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 registry_package: type: object properties: @@ -251543,7 +251575,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *901 + items: *902 summary: type: string tag_name: @@ -251593,7 +251625,7 @@ webhooks: - owner - package_version - registry - repository: *863 + repository: *864 sender: *4 required: - action @@ -251670,10 +251702,10 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - release: &919 + enterprise: *861 + installation: *862 + organization: *863 + release: &920 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -252004,7 +252036,7 @@ webhooks: - updated_at - zipball_url - body - repository: *863 + repository: *864 sender: *4 required: - action @@ -252081,11 +252113,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - release: *919 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + release: *920 + repository: *864 sender: *4 required: - action @@ -252202,11 +252234,11 @@ webhooks: type: boolean required: - to - enterprise: *860 - installation: *861 - organization: *862 - release: *919 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + release: *920 + repository: *864 sender: *4 required: - action @@ -252284,9 +252316,9 @@ webhooks: type: string enum: - prereleased - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -252622,7 +252654,7 @@ webhooks: - string - 'null' format: uri - repository: *863 + repository: *864 sender: *4 required: - action @@ -252698,10 +252730,10 @@ webhooks: type: string enum: - published - enterprise: *860 - installation: *861 - organization: *862 - release: &920 + enterprise: *861 + installation: *862 + organization: *863 + release: &921 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -253034,7 +253066,7 @@ webhooks: - string - 'null' format: uri - repository: *863 + repository: *864 sender: *4 required: - action @@ -253110,11 +253142,11 @@ webhooks: type: string enum: - released - enterprise: *860 - installation: *861 - organization: *862 - release: *919 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + release: *920 + repository: *864 sender: *4 required: - action @@ -253190,11 +253222,11 @@ webhooks: type: string enum: - unpublished - enterprise: *860 - installation: *861 - organization: *862 - release: *920 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + release: *921 + repository: *864 sender: *4 required: - action @@ -253270,11 +253302,11 @@ webhooks: type: string enum: - published - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - repository_advisory: *761 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + repository_advisory: *762 sender: *4 required: - action @@ -253350,11 +253382,11 @@ webhooks: type: string enum: - reported - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - repository_advisory: *761 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + repository_advisory: *762 sender: *4 required: - action @@ -253430,10 +253462,10 @@ webhooks: type: string enum: - archived - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -253510,10 +253542,10 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -253591,10 +253623,10 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -253679,10 +253711,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -253797,10 +253829,10 @@ webhooks: - 'null' items: type: string - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -253872,10 +253904,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 status: type: string @@ -253956,10 +253988,10 @@ webhooks: type: string enum: - privatized - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254036,10 +254068,10 @@ webhooks: type: string enum: - publicized - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254133,10 +254165,10 @@ webhooks: - name required: - repository - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254216,10 +254248,10 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 repository_ruleset: *187 sender: *4 required: @@ -254298,10 +254330,10 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 repository_ruleset: *187 sender: *4 required: @@ -254380,10 +254412,10 @@ webhooks: type: string enum: - edited - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 repository_ruleset: *187 changes: type: object @@ -254445,16 +254477,16 @@ webhooks: properties: added: type: array - items: *728 + items: *729 deleted: type: array - items: *728 + items: *729 updated: type: array items: type: object properties: - rule: *728 + rule: *729 changes: type: object properties: @@ -254691,10 +254723,10 @@ webhooks: - from required: - owner - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254772,10 +254804,10 @@ webhooks: type: string enum: - unarchived - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254853,7 +254885,7 @@ webhooks: type: string enum: - create - alert: &921 + alert: &922 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -254978,10 +255010,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255191,10 +255223,10 @@ webhooks: type: string enum: - dismissed - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255272,11 +255304,11 @@ webhooks: type: string enum: - reopen - alert: *921 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *922 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255478,10 +255510,10 @@ webhooks: enum: - fixed - open - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255559,7 +255591,7 @@ webhooks: type: string enum: - assigned - alert: &922 + alert: &923 type: object properties: number: *127 @@ -255699,10 +255731,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255780,11 +255812,11 @@ webhooks: type: string enum: - created - alert: *922 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *923 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255865,11 +255897,11 @@ webhooks: type: string enum: - created - alert: *922 - installation: *861 - location: *923 - organization: *862 - repository: *863 + alert: *923 + installation: *862 + location: *924 + organization: *863 + repository: *864 sender: *4 required: - location @@ -256107,11 +256139,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *922 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *923 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -256189,11 +256221,11 @@ webhooks: type: string enum: - reopened - alert: *922 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *923 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -256271,11 +256303,11 @@ webhooks: type: string enum: - resolved - alert: *922 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *923 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -256353,12 +256385,12 @@ webhooks: type: string enum: - unassigned - alert: *922 + alert: *923 assignee: *4 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -256436,11 +256468,11 @@ webhooks: type: string enum: - validated - alert: *922 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *923 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -256570,10 +256602,10 @@ webhooks: - organization - enterprise - - repository: *863 - enterprise: *860 - installation: *861 - organization: *862 + repository: *864 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 required: - action @@ -256651,11 +256683,11 @@ webhooks: type: string enum: - published - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - security_advisory: &924 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + security_advisory: &925 description: The details of the security advisory, including summary, description, and severity. type: object @@ -256841,11 +256873,11 @@ webhooks: type: string enum: - updated - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - security_advisory: *924 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + security_advisory: *925 sender: *4 required: - action @@ -256918,10 +256950,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -257108,9 +257140,9 @@ webhooks: type: object properties: security_and_analysis: *434 - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: *480 sender: *4 required: @@ -257189,12 +257221,12 @@ webhooks: type: string enum: - cancelled - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: &925 + sponsorship: &926 type: object properties: created_at: @@ -257499,12 +257531,12 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: *925 + sponsorship: *926 required: - action - sponsorship @@ -257592,12 +257624,12 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: *925 + sponsorship: *926 required: - action - changes @@ -257674,17 +257706,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &926 + effective_date: &927 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: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: *925 + sponsorship: *926 required: - action - sponsorship @@ -257758,7 +257790,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &927 + changes: &928 type: object properties: tier: @@ -257802,13 +257834,13 @@ webhooks: - from required: - tier - effective_date: *926 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + effective_date: *927 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: *925 + sponsorship: *926 required: - action - changes @@ -257885,13 +257917,13 @@ webhooks: type: string enum: - tier_changed - changes: *927 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + changes: *928 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: *925 + sponsorship: *926 required: - action - changes @@ -257965,10 +257997,10 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -258052,10 +258084,10 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -258489,15 +258521,15 @@ webhooks: type: - string - 'null' - enterprise: *860 + enterprise: *861 id: description: The unique identifier of the status. type: integer - installation: *861 + installation: *862 name: type: string - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 sha: description: The Commit SHA. @@ -258613,9 +258645,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -258704,9 +258736,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -258795,9 +258827,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -258886,9 +258918,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -258964,12 +258996,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - team: &928 + team: &929 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -259199,9 +259231,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: title: Repository description: A git repository @@ -259671,7 +259703,7 @@ webhooks: - topics - visibility sender: *4 - team: *928 + team: *929 required: - action - team @@ -259747,9 +259779,9 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: title: Repository description: A git repository @@ -260219,7 +260251,7 @@ webhooks: - topics - visibility sender: *4 - team: *928 + team: *929 required: - action - team @@ -260296,9 +260328,9 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: title: Repository description: A git repository @@ -260768,7 +260800,7 @@ webhooks: - topics - visibility sender: *4 - team: *928 + team: *929 required: - action - team @@ -260912,9 +260944,9 @@ webhooks: - from required: - permissions - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: title: Repository description: A git repository @@ -261384,7 +261416,7 @@ webhooks: - topics - visibility sender: *4 - team: *928 + team: *929 required: - action - changes @@ -261462,9 +261494,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: title: Repository description: A git repository @@ -261934,7 +261966,7 @@ webhooks: - topics - visibility sender: *4 - team: *928 + team: *929 required: - action - team @@ -262010,10 +262042,10 @@ webhooks: type: string enum: - started - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -262086,17 +262118,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *860 + enterprise: *861 inputs: type: - object - 'null' additionalProperties: true - installation: *861 - organization: *862 + installation: *862 + organization: *863 ref: type: string - repository: *863 + repository: *864 sender: *4 workflow: type: string @@ -262178,10 +262210,10 @@ webhooks: type: string enum: - completed - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 workflow_job: allOf: @@ -262516,10 +262548,10 @@ webhooks: type: string enum: - in_progress - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 workflow_job: allOf: @@ -262880,10 +262912,10 @@ webhooks: type: string enum: - queued - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 workflow_job: type: object @@ -263108,10 +263140,10 @@ webhooks: type: string enum: - waiting - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 workflow_job: type: object @@ -263338,12 +263370,12 @@ webhooks: type: string enum: - completed - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - workflow: *877 + workflow: *878 workflow_run: title: Workflow Run type: object @@ -264362,12 +264394,12 @@ webhooks: type: string enum: - in_progress - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - workflow: *877 + workflow: *878 workflow_run: title: Workflow Run type: object @@ -265371,12 +265403,12 @@ webhooks: type: string enum: - requested - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - workflow: *877 + workflow: *878 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json index 0d7a83d898..9d0345c667 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -506464,6 +506464,173 @@ } } }, + "/repos/{owner}/{repo}/issue-types": { + "get": { + "summary": "List issue types for a repository", + "description": "Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied).\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.\nFine-grained access tokens require the \"Metadata\" repository permission (read).", + "tags": [ + "repos" + ], + "operationId": "repos/list-issue-types", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/repos/issue-types#list-issue-types-for-a-repository" + }, + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "repo", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Response", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "title": "Issue Type", + "description": "The type assigned to the issue. This is only present for issues in repositories where issue types are supported.", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "type": "integer", + "description": "The unique identifier of the issue type." + }, + "node_id": { + "type": "string", + "description": "The node identifier of the issue type." + }, + "name": { + "type": "string", + "description": "The name of the issue type." + }, + "description": { + "type": [ + "string", + "null" + ], + "description": "The description of the issue type." + }, + "color": { + "type": [ + "string", + "null" + ], + "description": "The color of the issue type.", + "enum": [ + "gray", + "blue", + "green", + "yellow", + "orange", + "red", + "pink", + "purple", + null + ] + }, + "created_at": { + "type": "string", + "description": "The time the issue type created.", + "format": "date-time" + }, + "updated_at": { + "type": "string", + "description": "The time the issue type last updated.", + "format": "date-time" + }, + "is_enabled": { + "type": "boolean", + "description": "The enabled state of the issue type." + } + }, + "required": [ + "id", + "node_id", + "name", + "description" + ] + } + }, + "examples": { + "default": { + "value": [ + { + "id": 410, + "node_id": "IT_kwDNAd3NAZo", + "name": "Task", + "description": "A specific piece of work", + "created_at": "2024-12-11T14:39:09Z", + "updated_at": "2024-12-11T14:39:09Z" + }, + { + "id": 411, + "node_id": "IT_kwDNAd3NAZs", + "name": "Bug", + "description": "An unexpected problem or behavior", + "created_at": "2024-12-11T14:39:09Z", + "updated_at": "2024-12-11T14:39:09Z" + } + ] + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": false, + "enabledForGitHubApps": true, + "category": "repos", + "subcategory": "issue-types" + } + } + }, "/repos/{owner}/{repo}/issues": { "get": { "summary": "List repository issues", diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml index 60ac077892..0fb9a8a97b 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -1056,7 +1056,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: - - &763 + - &764 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4326,7 +4326,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &772 + schema: &773 title: Scim Error description: Scim Error type: object @@ -11964,7 +11964,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &773 + '401': &774 description: Authorization failure '404': *6 x-github: @@ -25681,7 +25681,7 @@ paths: - object rules: type: array - items: &728 + items: &729 title: Repository Rule type: object description: A repository rule. @@ -25690,7 +25690,7 @@ paths: - *167 - *168 - *169 - - &726 + - &727 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -26294,14 +26294,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &741 + state: &742 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: &742 + resolution: &743 type: - string - 'null' @@ -26420,14 +26420,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &743 + - &744 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &745 + - &746 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26491,7 +26491,7 @@ paths: - blob_url - commit_sha - commit_url - - &746 + - &747 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. @@ -26552,7 +26552,7 @@ paths: - page_url - commit_sha - commit_url - - &747 + - &748 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26574,7 +26574,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &748 + - &749 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26596,7 +26596,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &749 + - &750 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26618,7 +26618,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &750 + - &751 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26633,7 +26633,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &751 + - &752 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26648,7 +26648,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &752 + - &753 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26663,7 +26663,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &753 + - &754 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. @@ -26685,7 +26685,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &754 + - &755 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. @@ -26707,7 +26707,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &755 + - &756 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. @@ -26729,7 +26729,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &756 + - &757 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. @@ -26751,7 +26751,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &757 + - &758 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 @@ -30761,7 +30761,7 @@ paths: properties: action: type: string - discussion: &878 + discussion: &879 title: Discussion description: A Discussion in a repository. type: object @@ -31548,7 +31548,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &800 + sub_issues_summary: &801 title: Sub-issues Summary type: object properties: @@ -31632,7 +31632,7 @@ paths: pin: anyOf: - type: 'null' - - &685 + - &686 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -31659,7 +31659,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &801 + issue_dependencies_summary: &802 title: Issue Dependencies Summary type: object properties: @@ -31678,7 +31678,7 @@ paths: - total_blocking issue_field_values: type: array - items: &669 + items: &670 title: Issue Field Value description: A value assigned to an issue field type: object @@ -32488,7 +32488,7 @@ paths: type: string release: allOf: - - &719 + - &720 title: Release description: A release. type: object @@ -32570,7 +32570,7 @@ paths: author: *4 assets: type: array - items: &720 + items: &721 title: Release Asset description: Data related to a release. type: object @@ -36380,7 +36380,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &693 + - &694 name: all description: If `true`, show notifications marked as read. in: query @@ -36388,7 +36388,7 @@ paths: schema: type: boolean default: false - - &694 + - &695 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -36398,7 +36398,7 @@ paths: type: boolean default: false - *226 - - &695 + - &696 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: @@ -36997,7 +36997,7 @@ paths: - url - subscription_url examples: - default: &696 + default: &697 value: - id: '1' repository: @@ -37778,7 +37778,7 @@ paths: type: array items: *152 examples: - default: &702 + default: &703 value: - property_name: environment value: production @@ -37828,7 +37828,7 @@ paths: required: - properties examples: - default: &703 + default: &704 value: properties: - property_name: environment @@ -44574,12 +44574,12 @@ paths: required: - subject_digests examples: - default: &838 + default: &839 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &839 + withPredicateType: &840 value: subject_digests: - sha256:abc123 @@ -44624,7 +44624,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &840 + default: &841 value: attestations_subject_digests: - sha256:abc: @@ -55957,7 +55957,7 @@ paths: type: array items: *389 examples: - default: + default: &660 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -57750,7 +57750,7 @@ paths: parameters: - *87 - *400 - - &820 + - &821 name: repo_name description: repo_name parameter in: path @@ -58985,7 +58985,7 @@ paths: - nuget - container - *87 - - &821 + - &822 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -59026,7 +59026,7 @@ paths: default: *405 '403': *27 '401': *23 - '400': &823 + '400': &824 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -61268,7 +61268,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &911 + - &912 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -61771,7 +61771,7 @@ paths: - review_comment - self author_association: *218 - auto_merge: &705 + auto_merge: &706 title: Auto merge description: The status of auto merging a pull request. type: @@ -62154,7 +62154,7 @@ paths: - updated_at - project_url examples: - default: &844 + default: &845 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62331,7 +62331,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &845 + items: &846 type: object properties: name: @@ -62368,7 +62368,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &846 + iteration_configuration: &847 type: object description: The configuration for iteration fields. properties: @@ -62418,7 +62418,7 @@ paths: value: name: Due date data_type: date - single_select_field: &847 + single_select_field: &848 summary: Create a single select field value: name: Priority @@ -62445,7 +62445,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &848 + iteration_field: &849 summary: Create an iteration field value: name: Sprint @@ -62471,7 +62471,7 @@ paths: application/json: schema: *425 examples: - text_field: &849 + text_field: &850 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -62480,7 +62480,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &850 + number_field: &851 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -62489,7 +62489,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &851 + date_field: &852 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -62498,7 +62498,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &852 + single_select_field: &853 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62532,7 +62532,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &853 + iteration_field: &854 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -62578,7 +62578,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - *422 - - &854 + - &855 name: field_id description: The unique identifier of the field. in: path @@ -62593,7 +62593,7 @@ paths: application/json: schema: *425 examples: - default: &855 + default: &856 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63804,7 +63804,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &835 + schema: &836 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -63987,7 +63987,7 @@ paths: parameters: - *422 - *87 - - &856 + - &857 name: view_number description: The number that identifies the project view. in: path @@ -65894,7 +65894,7 @@ paths: - *87 - *17 - *19 - - &727 + - &728 name: targets description: | A comma-separated list of rule targets to filter by. @@ -66111,7 +66111,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &729 + - &730 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 @@ -66123,14 +66123,14 @@ paths: x-multi-segment: true - *313 - *105 - - &730 + - &731 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 - - &731 + - &732 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -66143,7 +66143,7 @@ paths: - bypass - all default: all - - &732 + - &733 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -66166,7 +66166,7 @@ paths: description: Response content: application/json: - schema: &733 + schema: &734 title: Rule Suites description: Response type: array @@ -66222,7 +66222,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &734 + default: &735 value: - id: 21 actor_id: 12 @@ -66266,7 +66266,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &735 + - &736 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -66282,7 +66282,7 @@ paths: description: Response content: application/json: - schema: &736 + schema: &737 title: Rule Suite description: Response type: object @@ -66389,7 +66389,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &737 + default: &738 value: id: 21 actor_id: 12 @@ -66725,7 +66725,7 @@ paths: - *110 - *19 - *17 - - &739 + - &740 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 @@ -66735,7 +66735,7 @@ paths: required: false schema: type: string - - &740 + - &741 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 @@ -66949,7 +66949,7 @@ paths: application/json: schema: type: array - items: &761 + items: &762 description: A repository security advisory. type: object properties: @@ -67246,7 +67246,7 @@ paths: - private_fork additionalProperties: false examples: - default: &762 + default: &763 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -69416,7 +69416,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &803 + response-if-user-is-a-team-maintainer: &804 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -69481,7 +69481,7 @@ paths: application/json: schema: *474 examples: - response-if-users-membership-with-team-is-now-pending: &804 + response-if-users-membership-with-team-is-now-pending: &805 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -69595,7 +69595,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &805 + schema: &806 title: Team Repository description: A team's access to a repository. type: object @@ -70427,7 +70427,7 @@ paths: type: array items: *316 examples: - response-if-child-teams-exist: &806 + response-if-child-teams-exist: &807 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -71921,7 +71921,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': &660 + '410': &661 description: Gone content: application/json: @@ -82864,7 +82864,7 @@ paths: check. type: array items: *224 - deployment: &867 + deployment: &868 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -88117,7 +88117,7 @@ paths: type: array items: *578 examples: - default: &811 + default: &812 value: total_count: 2 machines: @@ -89531,7 +89531,7 @@ paths: - content - created_at examples: - default: &662 + default: &663 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -89668,7 +89668,7 @@ paths: - *475 - *476 - *235 - - &663 + - &664 name: reaction_id description: The unique identifier of the reaction. in: path @@ -89782,7 +89782,7 @@ paths: type: array items: *588 examples: - default: &712 + default: &713 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -90073,7 +90073,7 @@ paths: type: array items: *592 examples: - default: &704 + default: &705 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -90631,7 +90631,7 @@ paths: application/json: schema: *588 examples: - default: &690 + default: &691 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -91294,7 +91294,7 @@ paths: application/json: schema: type: array - items: &766 + items: &767 title: Status description: The status of a commit. type: object @@ -92283,7 +92283,7 @@ paths: - size - type - url - - &717 + - &718 title: Content File description: Content File type: object @@ -92920,7 +92920,7 @@ paths: items: type: object properties: - placeholder_id: &758 + placeholder_id: &759 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -99764,7 +99764,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &903 + last_response: &904 title: Hook Response type: object properties: @@ -100833,7 +100833,7 @@ paths: parameters: - *475 - *476 - - &833 + - &834 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -101267,7 +101267,7 @@ paths: type: array items: *659 examples: - default: &825 + default: &826 value: - id: 1 repository: @@ -101571,6 +101571,38 @@ paths: enabledForGitHubApps: true category: collaborators subcategory: invitations + "/repos/{owner}/{repo}/issue-types": + get: + summary: List issue types for a repository + description: |- + Lists issue types available for a repository (inherited from its organization owner, with any per-repository overrides applied). + OAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint. + Fine-grained access tokens require the "Metadata" repository permission (read). + tags: + - repos + operationId: repos/list-issue-types + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/repos/issue-types#list-issue-types-for-a-repository + parameters: + - *475 + - *476 + responses: + '200': + description: Response + content: + application/json: + schema: + type: array + items: *389 + examples: + default: *660 + '404': *6 + x-github: + githubCloudOnly: false + enabledForGitHubApps: true + category: repos + subcategory: issue-types "/repos/{owner}/{repo}/issues": get: summary: List repository issues @@ -101681,7 +101713,7 @@ paths: type: array items: *221 examples: - default: &668 + default: &669 value: - id: 1 node_id: MDU6SXNzdWUx @@ -101969,7 +102001,7 @@ paths: application/json: schema: *221 examples: - default: &665 + default: &666 value: id: 1 node_id: MDU6SXNzdWUx @@ -102107,7 +102139,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *660 + '410': *661 x-github: triggersNotification: true githubCloudOnly: false @@ -102159,7 +102191,7 @@ paths: type: array items: *222 examples: - default: &667 + default: &668 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -102227,7 +102259,7 @@ paths: application/json: schema: *222 examples: - default: &661 + default: &662 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -102308,7 +102340,7 @@ paths: application/json: schema: *222 examples: - default: *661 + default: *662 '422': *15 x-github: githubCloudOnly: false @@ -102420,7 +102452,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *660 + '410': *661 '422': *15 x-github: githubCloudOnly: false @@ -102446,7 +102478,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *660 + '410': *661 '503': *192 x-github: githubCloudOnly: false @@ -102494,7 +102526,7 @@ paths: type: array items: *586 examples: - default: *662 + default: *663 headers: Link: *45 '404': *6 @@ -102583,7 +102615,7 @@ paths: - *475 - *476 - *235 - - *663 + - *664 responses: '204': description: Response @@ -102614,7 +102646,7 @@ paths: application/json: schema: type: array - items: &664 + items: &665 title: Issue Event description: Issue Event type: object @@ -102966,7 +102998,7 @@ paths: description: Response content: application/json: - schema: *664 + schema: *665 examples: default: value: @@ -103159,7 +103191,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *660 + '410': *661 '403': *27 x-github: githubCloudOnly: false @@ -103195,7 +103227,7 @@ paths: parameters: - *475 - *476 - - &666 + - &667 name: issue_number description: The number that identifies the issue. in: path @@ -103211,7 +103243,7 @@ paths: examples: default: summary: Issue - value: *665 + value: *666 pinned_comment: summary: Issue with pinned comment value: @@ -103393,7 +103425,7 @@ paths: state_reason: completed '301': *481 '404': *6 - '410': *660 + '410': *661 '304': *35 x-github: githubCloudOnly: false @@ -103420,7 +103452,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: false content: @@ -103559,13 +103591,13 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 '422': *15 '503': *192 '403': *27 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103585,7 +103617,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: false content: @@ -103613,7 +103645,7 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103631,7 +103663,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: content: application/json: @@ -103658,7 +103690,7 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103682,7 +103714,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - name: assignee in: path required: true @@ -103724,7 +103756,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *226 - *17 - *19 @@ -103737,11 +103769,11 @@ paths: type: array items: *222 examples: - default: *667 + default: *668 headers: Link: *45 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103772,7 +103804,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -103796,14 +103828,14 @@ paths: application/json: schema: *222 examples: - default: *661 + default: *662 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *660 + '410': *661 '422': *15 '404': *6 x-github: @@ -103833,7 +103865,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -103845,12 +103877,12 @@ paths: type: array items: *221 examples: - default: *668 + default: *669 headers: Link: *45 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103880,7 +103912,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -103904,7 +103936,7 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by @@ -103912,7 +103944,7 @@ paths: type: string '301': *481 '403': *27 - '410': *660 + '410': *661 '422': *15 '404': *6 x-github: @@ -103945,7 +103977,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -103959,13 +103991,13 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 '301': *481 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *660 + '410': *661 x-github: triggersNotification: true githubCloudOnly: false @@ -103993,7 +104025,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -104005,12 +104037,12 @@ paths: type: array items: *221 examples: - default: *668 + default: *669 headers: Link: *45 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104029,7 +104061,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -104043,7 +104075,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &672 + - &673 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -104092,7 +104124,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &673 + - &674 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -104220,7 +104252,7 @@ paths: - performed_via_github_app - assignee - assigner - - &674 + - &675 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -104266,7 +104298,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &675 + - &676 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -104312,7 +104344,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &676 + - &677 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -104361,7 +104393,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &677 + - &678 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -104403,7 +104435,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &678 + - &679 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -104445,7 +104477,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &679 + - &680 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -104501,7 +104533,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &680 + - &681 title: Locked Issue Event description: Locked Issue Event type: object @@ -104546,7 +104578,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &681 + - &682 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -104607,7 +104639,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &682 + - &683 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -104668,7 +104700,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &683 + - &684 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -104729,7 +104761,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &684 + - &685 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -104822,7 +104854,7 @@ paths: color: red headers: Link: *45 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104841,7 +104873,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -104851,9 +104883,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: &670 + default: &671 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -104890,7 +104922,7 @@ paths: Link: *45 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104921,7 +104953,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -104993,9 +105025,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *669 + items: *670 examples: - default: *670 + default: *671 '400': *14 '403': *27 '404': *6 @@ -105033,7 +105065,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -105100,9 +105132,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *669 + items: *670 examples: - default: *670 + default: *671 '400': *14 '403': *27 '404': *6 @@ -105135,7 +105167,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *388 responses: '204': @@ -105163,7 +105195,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -105175,7 +105207,7 @@ paths: type: array items: *220 examples: - default: &671 + default: &672 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -105195,7 +105227,7 @@ paths: Link: *45 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105213,7 +105245,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: false content: @@ -105258,10 +105290,10 @@ paths: type: array items: *220 examples: - default: *671 + default: *672 '301': *481 '404': *6 - '410': *660 + '410': *661 '422': *15 x-github: githubCloudOnly: false @@ -105280,7 +105312,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: false content: @@ -105342,10 +105374,10 @@ paths: type: array items: *220 examples: - default: *671 + default: *672 '301': *481 '404': *6 - '410': *660 + '410': *661 '422': *15 x-github: githubCloudOnly: false @@ -105364,13 +105396,13 @@ paths: parameters: - *475 - *476 - - *666 + - *667 responses: '204': description: Response '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105391,7 +105423,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - name: name in: path required: true @@ -105417,7 +105449,7 @@ paths: default: true '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105439,7 +105471,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: false content: @@ -105468,7 +105500,7 @@ paths: '204': description: Response '403': *27 - '410': *660 + '410': *661 '404': *6 '422': *15 x-github: @@ -105488,7 +105520,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 responses: '204': description: Response @@ -105520,7 +105552,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 responses: '200': description: Response @@ -105528,10 +105560,10 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 '301': *481 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105550,7 +105582,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - 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. @@ -105578,11 +105610,11 @@ paths: type: array items: *586 examples: - default: *662 + default: *663 headers: Link: *45 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105602,7 +105634,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -105667,8 +105699,8 @@ paths: parameters: - *475 - *476 - - *666 - - *663 + - *667 + - *664 responses: '204': description: Response @@ -105699,7 +105731,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -105723,7 +105755,7 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -105758,7 +105790,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -105770,11 +105802,11 @@ paths: type: array items: *221 examples: - default: *668 + default: *669 headers: Link: *45 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105804,7 +105836,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -105833,14 +105865,14 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *660 + '410': *661 '422': *15 '404': *6 x-github: @@ -105862,7 +105894,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 requestBody: required: true content: @@ -105895,7 +105927,7 @@ paths: application/json: schema: *221 examples: - default: *665 + default: *666 '403': *27 '404': *6 '422': *7 @@ -105919,7 +105951,7 @@ paths: parameters: - *475 - *476 - - *666 + - *667 - *17 - *19 responses: @@ -105934,7 +105966,6 @@ paths: description: Timeline Event type: object anyOf: - - *672 - *673 - *674 - *675 @@ -105947,6 +105978,7 @@ paths: - *682 - *683 - *684 + - *685 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -106003,7 +106035,7 @@ paths: pin: anyOf: - type: 'null' - - *685 + - *686 required: - event - actor @@ -106279,7 +106311,7 @@ paths: type: string comments: type: array - items: &706 + items: &707 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -106795,7 +106827,7 @@ paths: headers: Link: *45 '404': *6 - '410': *660 + '410': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106823,7 +106855,7 @@ paths: application/json: schema: type: array - items: &686 + items: &687 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -106928,9 +106960,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: &687 + default: &688 value: id: 1 key: ssh-rsa AAA... @@ -106966,7 +106998,7 @@ paths: parameters: - *475 - *476 - - &688 + - &689 name: key_id description: The unique identifier of the key. in: path @@ -106978,9 +107010,9 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: - default: *687 + default: *688 '404': *6 x-github: githubCloudOnly: false @@ -107000,7 +107032,7 @@ paths: parameters: - *475 - *476 - - *688 + - *689 responses: '204': description: Response @@ -107033,7 +107065,7 @@ paths: type: array items: *220 examples: - default: *671 + default: *672 headers: Link: *45 '404': *6 @@ -107093,7 +107125,7 @@ paths: application/json: schema: *220 examples: - default: &689 + default: &690 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -107139,7 +107171,7 @@ paths: application/json: schema: *220 examples: - default: *689 + default: *690 '404': *6 x-github: githubCloudOnly: false @@ -107594,7 +107626,7 @@ paths: application/json: schema: *588 examples: - default: *690 + default: *691 '204': description: Response when already merged '404': @@ -107760,7 +107792,7 @@ paths: application/json: schema: *423 examples: - default: &691 + default: &692 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -107821,7 +107853,7 @@ paths: parameters: - *475 - *476 - - &692 + - &693 name: milestone_number description: The number that identifies the milestone. in: path @@ -107835,7 +107867,7 @@ paths: application/json: schema: *423 examples: - default: *691 + default: *692 '404': *6 x-github: githubCloudOnly: false @@ -107854,7 +107886,7 @@ paths: parameters: - *475 - *476 - - *692 + - *693 requestBody: required: false content: @@ -107894,7 +107926,7 @@ paths: application/json: schema: *423 examples: - default: *691 + default: *692 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107912,7 +107944,7 @@ paths: parameters: - *475 - *476 - - *692 + - *693 responses: '204': description: Response @@ -107935,7 +107967,7 @@ paths: parameters: - *475 - *476 - - *692 + - *693 - *17 - *19 responses: @@ -107947,7 +107979,7 @@ paths: type: array items: *220 examples: - default: *671 + default: *672 headers: Link: *45 x-github: @@ -107968,10 +108000,10 @@ paths: parameters: - *475 - *476 - - *693 - *694 - - *226 - *695 + - *226 + - *696 - *17 - *19 responses: @@ -107983,7 +108015,7 @@ paths: type: array items: *246 examples: - default: *696 + default: *697 headers: Link: *45 x-github: @@ -108073,7 +108105,7 @@ paths: description: Response content: application/json: - schema: &697 + schema: &698 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -108217,7 +108249,7 @@ paths: - custom_404 - public examples: - default: &698 + default: &699 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -108314,9 +108346,9 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: - default: *698 + default: *699 '422': *15 '409': *119 x-github: @@ -108486,7 +108518,7 @@ paths: application/json: schema: type: array - items: &699 + items: &700 title: Page Build description: Page Build type: object @@ -108633,9 +108665,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: &700 + default: &701 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -108695,9 +108727,9 @@ paths: description: Response content: application/json: - schema: *699 + schema: *700 examples: - default: *700 + default: *701 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108828,7 +108860,7 @@ paths: parameters: - *475 - *476 - - &701 + - &702 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -108888,7 +108920,7 @@ paths: parameters: - *475 - *476 - - *701 + - *702 responses: '204': *126 '404': *6 @@ -109305,7 +109337,7 @@ paths: type: array items: *152 examples: - default: *702 + default: *703 '403': *27 '404': *6 x-github: @@ -109344,7 +109376,7 @@ paths: required: - properties examples: - default: *703 + default: *704 responses: '204': description: No Content when custom property values are successfully created @@ -109445,7 +109477,7 @@ paths: type: array items: *592 examples: - default: *704 + default: *705 headers: Link: *45 '304': *35 @@ -109545,7 +109577,7 @@ paths: description: Response content: application/json: - schema: &708 + schema: &709 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -109769,7 +109801,7 @@ paths: - review_comment - self author_association: *218 - auto_merge: *705 + auto_merge: *706 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -109869,7 +109901,7 @@ paths: - merged_by - review_comments examples: - default: &709 + default: &710 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -110406,9 +110438,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: &711 + default: &712 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -110493,9 +110525,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: - default: &707 + default: &708 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -110594,9 +110626,9 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: - default: *707 + default: *708 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110665,7 +110697,7 @@ paths: type: array items: *586 examples: - default: *662 + default: *663 headers: Link: *45 '404': *6 @@ -110754,7 +110786,7 @@ paths: - *475 - *476 - *235 - - *663 + - *664 responses: '204': description: Response @@ -110799,7 +110831,7 @@ paths: parameters: - *475 - *476 - - &710 + - &711 name: pull_number description: The number that identifies the pull request. in: path @@ -110812,9 +110844,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '304': *35 '404': *6 '406': @@ -110851,7 +110883,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: false content: @@ -110893,9 +110925,9 @@ paths: description: Response content: application/json: - schema: *708 + schema: *709 examples: - default: *709 + default: *710 '422': *15 '403': *27 x-github: @@ -110919,7 +110951,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: true content: @@ -111022,7 +111054,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 - *243 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -111043,9 +111075,9 @@ paths: application/json: schema: type: array - items: *706 + items: *707 examples: - default: *711 + default: *712 headers: Link: *45 x-github: @@ -111080,7 +111112,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: true content: @@ -111186,7 +111218,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: example-for-a-multi-line-comment: value: @@ -111276,7 +111308,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 - *235 requestBody: required: true @@ -111299,7 +111331,7 @@ paths: description: Response content: application/json: - schema: *706 + schema: *707 examples: default: value: @@ -111387,7 +111419,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 - *17 - *19 responses: @@ -111399,7 +111431,7 @@ paths: type: array items: *588 examples: - default: *712 + default: *713 headers: Link: *45 x-github: @@ -111431,7 +111463,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 - *17 - *19 responses: @@ -111481,7 +111513,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 responses: '204': description: Response if pull request has been merged @@ -111506,7 +111538,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: false content: @@ -111620,7 +111652,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 responses: '200': description: Response @@ -111697,7 +111729,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: false content: @@ -112272,7 +112304,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: true content: @@ -112793,7 +112825,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 - *17 - *19 responses: @@ -112803,7 +112835,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -112961,7 +112993,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: false content: @@ -113051,9 +113083,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: &715 + default: &716 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -113118,8 +113150,8 @@ paths: parameters: - *475 - *476 - - *710 - - &714 + - *711 + - &715 name: review_id description: The unique identifier of the review. in: path @@ -113131,9 +113163,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: &716 + default: &717 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -113194,8 +113226,8 @@ paths: parameters: - *475 - *476 - - *710 - - *714 + - *711 + - *715 requestBody: required: true content: @@ -113218,7 +113250,7 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: default: value: @@ -113282,16 +113314,16 @@ paths: parameters: - *475 - *476 - - *710 - - *714 + - *711 + - *715 responses: '200': description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *715 + default: *716 '422': *7 '404': *6 x-github: @@ -113320,8 +113352,8 @@ paths: parameters: - *475 - *476 - - *710 - - *714 + - *711 + - *715 - *17 - *19 responses: @@ -113581,8 +113613,8 @@ paths: parameters: - *475 - *476 - - *710 - - *714 + - *711 + - *715 requestBody: required: true content: @@ -113611,7 +113643,7 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: default: value: @@ -113676,8 +113708,8 @@ paths: parameters: - *475 - *476 - - *710 - - *714 + - *711 + - *715 requestBody: required: true content: @@ -113712,9 +113744,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *716 + default: *717 '404': *6 '422': *7 '403': *27 @@ -113738,7 +113770,7 @@ paths: parameters: - *475 - *476 - - *710 + - *711 requestBody: required: false content: @@ -113816,9 +113848,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: &718 + default: &719 value: type: file encoding: base64 @@ -113881,9 +113913,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *718 + default: *719 '404': *6 '422': *15 x-github: @@ -113916,7 +113948,7 @@ paths: application/json: schema: type: array - items: *719 + items: *720 examples: default: value: @@ -114087,9 +114119,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: &723 + default: &724 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -114196,7 +114228,7 @@ paths: parameters: - *475 - *476 - - &721 + - &722 name: asset_id description: The unique identifier of the asset. in: path @@ -114208,9 +114240,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: &722 + default: &723 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 @@ -114263,7 +114295,7 @@ paths: parameters: - *475 - *476 - - *721 + - *722 requestBody: required: false content: @@ -114292,9 +114324,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: *722 + default: *723 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -114312,7 +114344,7 @@ paths: parameters: - *475 - *476 - - *721 + - *722 responses: '204': description: Response @@ -114431,9 +114463,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *723 + default: *724 '404': *6 x-github: githubCloudOnly: false @@ -114465,9 +114497,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *723 + default: *724 '404': *6 x-github: githubCloudOnly: false @@ -114491,7 +114523,7 @@ paths: parameters: - *475 - *476 - - &724 + - &725 name: release_id description: The unique identifier of the release. in: path @@ -114505,9 +114537,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: *719 + schema: *720 examples: - default: *723 + default: *724 '401': description: Unauthorized x-github: @@ -114527,7 +114559,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 requestBody: required: false content: @@ -114591,9 +114623,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *723 + default: *724 '404': description: Not Found if the discussion category name is invalid content: @@ -114616,7 +114648,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 responses: '204': description: Response @@ -114639,7 +114671,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 - *17 - *19 responses: @@ -114649,7 +114681,7 @@ paths: application/json: schema: type: array - items: *720 + items: *721 examples: default: value: @@ -114733,7 +114765,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 - name: name in: query required: true @@ -114759,7 +114791,7 @@ paths: description: Response for successful upload content: application/json: - schema: *720 + schema: *721 examples: response-for-successful-upload: value: @@ -114816,7 +114848,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 - 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. @@ -114842,7 +114874,7 @@ paths: type: array items: *586 examples: - default: *662 + default: *663 headers: Link: *45 '404': *6 @@ -114865,7 +114897,7 @@ paths: parameters: - *475 - *476 - - *724 + - *725 requestBody: required: true content: @@ -114928,8 +114960,8 @@ paths: parameters: - *475 - *476 - - *724 - - *663 + - *725 + - *664 responses: '204': description: Response @@ -114972,7 +115004,7 @@ paths: oneOf: - allOf: - *166 - - &725 + - &726 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -114993,67 +115025,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *725 + - *726 - allOf: - *168 - - *725 + - *726 - allOf: - *169 - - *725 + - *726 - allOf: + - *727 - *726 - - *725 - allOf: - *170 - - *725 + - *726 - allOf: - *171 - - *725 + - *726 - allOf: - *172 - - *725 + - *726 - allOf: - *173 - - *725 + - *726 - allOf: - *174 - - *725 + - *726 - allOf: - *175 - - *725 + - *726 - allOf: - *176 - - *725 + - *726 - allOf: - *177 - - *725 + - *726 - allOf: - *178 - - *725 + - *726 - allOf: - *179 - - *725 + - *726 - allOf: - *180 - - *725 + - *726 - allOf: - *181 - - *725 + - *726 - allOf: - *182 - - *725 + - *726 - allOf: - *183 - - *725 + - *726 - allOf: - *184 - - *725 + - *726 - allOf: - *185 - - *725 + - *726 - allOf: - *186 - - *725 + - *726 examples: default: value: @@ -115104,7 +115136,7 @@ paths: schema: type: boolean default: true - - *727 + - *728 responses: '200': description: Response @@ -115189,7 +115221,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *728 + items: *729 required: - name - enforcement @@ -115222,7 +115254,7 @@ paths: application/json: schema: *187 examples: - default: &738 + default: &739 value: id: 42 name: super cool ruleset @@ -115272,11 +115304,11 @@ paths: parameters: - *475 - *476 - - *729 - - *105 - *730 + - *105 - *731 - *732 + - *733 - *17 - *19 responses: @@ -115284,9 +115316,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *734 examples: - default: *734 + default: *735 '404': *6 '500': *38 x-github: @@ -115309,15 +115341,15 @@ paths: parameters: - *475 - *476 - - *735 + - *736 responses: '200': description: Response content: application/json: - schema: *736 + schema: *737 examples: - default: *737 + default: *738 '404': *6 '500': *38 x-github: @@ -115368,7 +115400,7 @@ paths: application/json: schema: *187 examples: - default: *738 + default: *739 '404': *6 '500': *38 put: @@ -115421,7 +115453,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *728 + items: *729 examples: default: value: @@ -115451,7 +115483,7 @@ paths: application/json: schema: *187 examples: - default: *738 + default: *739 '404': *6 '422': *15 '500': *38 @@ -115619,8 +115651,8 @@ paths: - *110 - *19 - *17 - - *739 - *740 + - *741 - *450 - *451 - *452 @@ -115633,7 +115665,7 @@ paths: application/json: schema: type: array - items: &744 + items: &745 type: object properties: number: *127 @@ -115649,8 +115681,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *741 - resolution: *742 + state: *742 + resolution: *743 resolved_at: type: - string @@ -115756,7 +115788,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *743 + - *744 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -115924,7 +115956,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -115988,8 +116020,8 @@ paths: schema: type: object properties: - state: *741 - resolution: *742 + state: *742 + resolution: *743 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -116037,7 +116069,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -116149,7 +116181,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &923 + items: &924 type: object properties: type: @@ -116176,7 +116208,6 @@ paths: - commit details: oneOf: - - *745 - *746 - *747 - *748 @@ -116189,6 +116220,7 @@ paths: - *755 - *756 - *757 + - *758 examples: default: value: @@ -116283,14 +116315,14 @@ paths: schema: type: object properties: - reason: &759 + reason: &760 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *758 + placeholder_id: *759 required: - reason - placeholder_id @@ -116307,7 +116339,7 @@ paths: schema: type: object properties: - reason: *759 + reason: *760 expire_at: type: - string @@ -116370,7 +116402,7 @@ paths: properties: incremental_scans: type: array - items: &760 + items: &761 description: Information on a single scan performed by secret scanning on the repository type: object @@ -116403,15 +116435,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *760 + items: *761 backfill_scans: type: array - items: *760 + items: *761 custom_pattern_backfill_scans: type: array items: allOf: - - *760 + - *761 - type: object properties: pattern_name: @@ -116424,7 +116456,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *760 + items: *761 examples: default: value: @@ -116534,9 +116566,9 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: - default: *762 + default: *763 '400': *14 '404': *6 x-github: @@ -116730,9 +116762,9 @@ paths: description: Response content: application/json: - schema: *761 + schema: *762 examples: - default: &764 + default: &765 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -117076,7 +117108,7 @@ paths: description: Response content: application/json: - schema: *761 + schema: *762 examples: default: value: @@ -117224,15 +117256,15 @@ paths: parameters: - *475 - *476 - - *763 + - *764 responses: '200': description: Response content: application/json: - schema: *761 + schema: *762 examples: - default: *764 + default: *765 '403': *27 '404': *6 x-github: @@ -117258,7 +117290,7 @@ paths: parameters: - *475 - *476 - - *763 + - *764 requestBody: required: true content: @@ -117429,10 +117461,10 @@ paths: description: Response content: application/json: - schema: *761 + schema: *762 examples: - default: *764 - add_credit: *764 + default: *765 + add_credit: *765 '403': *27 '404': *6 '422': @@ -117472,7 +117504,7 @@ paths: parameters: - *475 - *476 - - *763 + - *764 responses: '202': *37 '400': *14 @@ -117501,7 +117533,7 @@ paths: parameters: - *475 - *476 - - *763 + - *764 responses: '202': description: Response @@ -117642,7 +117674,7 @@ paths: application/json: schema: type: array - items: &765 + items: &766 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -118015,7 +118047,7 @@ paths: application/json: schema: type: array - items: *765 + items: *766 examples: default: value: @@ -118105,7 +118137,7 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: default: value: @@ -118199,7 +118231,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &767 + schema: &768 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -118299,7 +118331,7 @@ paths: description: Response content: application/json: - schema: *767 + schema: *768 examples: default: value: @@ -118509,7 +118541,7 @@ paths: description: Response content: application/json: - schema: &768 + schema: &769 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -118521,7 +118553,7 @@ paths: required: - names examples: - default: &769 + default: &770 value: names: - octocat @@ -118576,9 +118608,9 @@ paths: description: Response content: application/json: - schema: *768 + schema: *769 examples: - default: *769 + default: *770 '404': *6 '422': *7 x-github: @@ -118601,7 +118633,7 @@ paths: parameters: - *475 - *476 - - &770 + - &771 name: per description: The time frame to display results for. in: query @@ -118632,7 +118664,7 @@ paths: - 128 clones: type: array - items: &771 + items: &772 title: Traffic type: object properties: @@ -118880,7 +118912,7 @@ paths: parameters: - *475 - *476 - - *770 + - *771 responses: '200': description: Response @@ -118901,7 +118933,7 @@ paths: - 3782 views: type: array - items: *771 + items: *772 required: - uniques - count @@ -119572,7 +119604,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &779 + - &780 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -119582,7 +119614,7 @@ paths: type: string examples: - members - - &784 + - &785 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -119594,7 +119626,7 @@ paths: format: int32 examples: - 1 - - &785 + - &786 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -119638,7 +119670,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &774 + items: &775 allOf: - type: object required: @@ -119720,7 +119752,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: &786 + meta: &787 type: object description: The metadata associated with the creation/updates to the user. @@ -119785,30 +119817,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &775 + '400': &776 description: Bad request content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 - '401': *773 - '403': &776 + schema: *773 + '401': *774 + '403': &777 description: Permission denied - '429': &777 + '429': &778 description: Too many requests content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 - '500': &778 + schema: *773 + '500': &779 description: Internal server error content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 + schema: *773 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119832,7 +119864,7 @@ paths: required: true content: application/json: - schema: &782 + schema: &783 type: object required: - schemas @@ -119896,9 +119928,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *774 + schema: *775 examples: - group: &780 + group: &781 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -119917,13 +119949,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': *775 - '401': *773 - '403': *776 - '409': &783 + '400': *776 + '401': *774 + '403': *777 + '409': &784 description: Duplicate record detected - '429': *777 - '500': *778 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119940,7 +119972,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: - - &781 + - &782 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -119949,22 +119981,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *779 + - *780 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *774 + schema: *775 examples: - default: *780 - '400': *775 - '401': *773 - '403': *776 + default: *781 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '429': *777 - '500': *778 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -119983,13 +120015,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: - - *781 + - *782 - *39 requestBody: required: true content: application/json: - schema: *782 + schema: *783 examples: group: summary: Group @@ -120015,17 +120047,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *774 + schema: *775 examples: - group: *780 - groupWithMembers: *780 - '400': *775 - '401': *773 - '403': *776 + group: *781 + groupWithMembers: *781 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '409': *783 - '429': *777 - '500': *778 + '409': *784 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120049,13 +120081,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: - - *781 + - *782 - *39 requestBody: required: true content: application/json: - schema: &793 + schema: &794 type: object required: - Operations @@ -120115,17 +120147,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *774 + schema: *775 examples: - updateGroup: *780 - addMembers: *780 - '400': *775 - '401': *773 - '403': *776 + updateGroup: *781 + addMembers: *781 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '409': *783 - '429': *777 - '500': *778 + '409': *784 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120141,17 +120173,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: - - *781 + - *782 - *39 responses: '204': description: Group was deleted, no content - '400': *775 - '401': *773 - '403': *776 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '429': *777 - '500': *778 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120185,8 +120217,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *784 - *785 + - *786 - *39 responses: '200': @@ -120220,7 +120252,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &788 + items: &789 allOf: - type: object required: @@ -120312,7 +120344,7 @@ paths: address. examples: - true - roles: &787 + roles: &788 type: array description: The roles assigned to the user. items: @@ -120371,7 +120403,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *786 + meta: *787 startIndex: type: integer description: A starting index for the returned page @@ -120410,11 +120442,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *775 - '401': *773 - '403': *776 - '429': *777 - '500': *778 + '400': *776 + '401': *774 + '403': *777 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120438,7 +120470,7 @@ paths: required: true content: application/json: - schema: &791 + schema: &792 type: object required: - schemas @@ -120531,9 +120563,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *787 + roles: *788 examples: - user: &792 + user: &793 summary: User value: schemas: @@ -120580,9 +120612,9 @@ paths: description: User has been created content: application/scim+json: - schema: *788 + schema: *789 examples: - user: &789 + user: &790 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -120608,13 +120640,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: *789 - '400': *775 - '401': *773 - '403': *776 - '409': *783 - '429': *777 - '500': *778 + enterpriseOwner: *790 + '400': *776 + '401': *774 + '403': *777 + '409': *784 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120631,7 +120663,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: - - &790 + - &791 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -120644,15 +120676,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *788 + schema: *789 examples: - default: *789 - '400': *775 - '401': *773 - '403': *776 + default: *790 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '429': *777 - '500': *778 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120703,30 +120735,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: - - *790 + - *791 - *39 requestBody: required: true content: application/json: - schema: *791 + schema: *792 examples: - user: *792 + user: *793 responses: '200': description: User was updated content: application/scim+json: - schema: *788 + schema: *789 examples: - user: *789 - '400': *775 - '401': *773 - '403': *776 + user: *790 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '409': *783 - '429': *777 - '500': *778 + '409': *784 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120767,13 +120799,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: - - *790 + - *791 - *39 requestBody: required: true content: application/json: - schema: *793 + schema: *794 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -120813,18 +120845,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *788 - examples: - userMultiValuedProperties: *789 - userSingleValuedProperties: *789 - disableUser: *789 - '400': *775 - '401': *773 - '403': *776 + schema: *789 + examples: + userMultiValuedProperties: *790 + userSingleValuedProperties: *790 + disableUser: *790 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '409': *783 - '429': *777 - '500': *778 + '409': *784 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120844,17 +120876,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: - - *790 + - *791 - *39 responses: '204': description: User was deleted, no content - '400': *775 - '401': *773 - '403': *776 + '400': *776 + '401': *774 + '403': *777 '404': *6 - '429': *777 - '500': *778 + '429': *778 + '500': *779 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -120945,7 +120977,7 @@ paths: - 1 Resources: type: array - items: &794 + items: &795 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -121192,22 +121224,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': &795 + '404': &796 description: Resource not found content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 - '403': &796 + schema: *773 + '403': &797 description: Forbidden content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 - '400': *775 - '429': *777 + schema: *773 + '400': *776 + '429': *778 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -121233,9 +121265,9 @@ paths: description: Response content: application/scim+json: - schema: *794 + schema: *795 examples: - default: &797 + default: &798 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -121258,17 +121290,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': *795 - '403': *796 - '500': *778 + '404': *796 + '403': *797 + '500': *779 '409': description: Conflict content: application/json: - schema: *772 + schema: *773 application/scim+json: - schema: *772 - '400': *775 + schema: *773 + '400': *776 requestBody: required: true content: @@ -121368,17 +121400,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *790 + - *791 responses: '200': description: Response content: application/scim+json: - schema: *794 + schema: *795 examples: - default: *797 - '404': *795 - '403': *796 + default: *798 + '404': *796 + '403': *797 '304': *35 x-github: githubCloudOnly: true @@ -121402,18 +121434,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *790 + - *791 responses: '200': description: Response content: application/scim+json: - schema: *794 + schema: *795 examples: - default: *797 + default: *798 '304': *35 - '404': *795 - '403': *796 + '404': *796 + '403': *797 requestBody: required: true content: @@ -121528,19 +121560,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *790 + - *791 responses: '200': description: Response content: application/scim+json: - schema: *794 + schema: *795 examples: - default: *797 + default: *798 '304': *35 - '404': *795 - '403': *796 - '400': *775 + '404': *796 + '403': *797 + '400': *776 '429': description: Response content: @@ -121636,12 +121668,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *790 + - *791 responses: '204': description: Response - '404': *795 - '403': *796 + '404': *796 + '403': *797 '304': *35 x-github: githubCloudOnly: true @@ -121778,7 +121810,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &798 + text_matches: &799 title: Search Result Text Matches type: array items: @@ -121942,7 +121974,7 @@ paths: enum: - author-date - committer-date - - &799 + - &800 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 @@ -122062,7 +122094,7 @@ paths: type: number node_id: type: string - text_matches: *798 + text_matches: *799 required: - sha - node_id @@ -122255,7 +122287,7 @@ paths: - interactions - created - updated - - *799 + - *800 - *17 - *19 - name: advanced_search @@ -122369,11 +122401,11 @@ paths: type: - string - 'null' - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: type: string state_reason: @@ -122397,7 +122429,7 @@ paths: - string - 'null' format: date-time - text_matches: *798 + text_matches: *799 pull_request: type: object properties: @@ -122671,7 +122703,7 @@ paths: enum: - created - updated - - *799 + - *800 - *17 - *19 responses: @@ -122716,7 +122748,7 @@ paths: - 'null' score: type: number - text_matches: *798 + text_matches: *799 required: - id - node_id @@ -122802,7 +122834,7 @@ paths: - forks - help-wanted-issues - updated - - *799 + - *800 - *17 - *19 responses: @@ -123048,7 +123080,7 @@ paths: - admin - pull - push - text_matches: *798 + text_matches: *799 temp_clone_token: type: string allow_merge_commit: @@ -123357,7 +123389,7 @@ paths: - string - 'null' format: uri - text_matches: *798 + text_matches: *799 related: type: - array @@ -123552,7 +123584,7 @@ paths: - followers - repositories - joined - - *799 + - *800 - *17 - *19 responses: @@ -123662,7 +123694,7 @@ paths: type: - boolean - 'null' - text_matches: *798 + text_matches: *799 blog: type: - string @@ -123744,7 +123776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &802 + - &803 name: team_id description: The unique identifier of the team. in: path @@ -123785,7 +123817,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *802 + - *803 requestBody: required: true content: @@ -123886,7 +123918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *802 + - *803 responses: '204': description: Response @@ -123915,7 +123947,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *802 + - *803 - *17 - *19 responses: @@ -123953,7 +123985,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *802 + - *803 - name: role description: Filters members returned by their role in the team. in: query @@ -124004,7 +124036,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *802 + - *803 - *140 responses: '204': @@ -124041,7 +124073,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *802 + - *803 - *140 responses: '204': @@ -124081,7 +124113,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *802 + - *803 - *140 responses: '204': @@ -124118,7 +124150,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *802 + - *803 - *140 responses: '200': @@ -124127,7 +124159,7 @@ paths: application/json: schema: *474 examples: - response-if-user-is-a-team-maintainer: *803 + response-if-user-is-a-team-maintainer: *804 '404': *6 x-github: githubCloudOnly: false @@ -124160,7 +124192,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *802 + - *803 - *140 requestBody: required: false @@ -124188,7 +124220,7 @@ paths: application/json: schema: *474 examples: - response-if-users-membership-with-team-is-now-pending: *804 + response-if-users-membership-with-team-is-now-pending: *805 '403': description: Forbidden if team synchronization is set up '422': @@ -124222,7 +124254,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *802 + - *803 - *140 responses: '204': @@ -124250,7 +124282,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *802 + - *803 - *17 - *19 responses: @@ -124292,7 +124324,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *802 + - *803 - *475 - *476 responses: @@ -124300,7 +124332,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *805 + schema: *806 examples: alternative-response-with-extra-repository-information: value: @@ -124450,7 +124482,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *802 + - *803 - *475 - *476 requestBody: @@ -124502,7 +124534,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *802 + - *803 - *475 - *476 responses: @@ -124533,7 +124565,7 @@ 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: - - *802 + - *803 responses: '200': description: Response @@ -124568,7 +124600,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: - - *802 + - *803 requestBody: required: true content: @@ -124660,7 +124692,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *802 + - *803 - *17 - *19 responses: @@ -124672,7 +124704,7 @@ paths: type: array items: *316 examples: - response-if-child-teams-exist: *806 + response-if-child-teams-exist: *807 headers: Link: *45 '404': *6 @@ -124705,7 +124737,7 @@ paths: application/json: schema: oneOf: - - &807 + - &808 title: Private User description: Private User type: object @@ -124955,7 +124987,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &832 + - &833 title: Public User description: Public User type: object @@ -125289,7 +125321,7 @@ paths: description: Response content: application/json: - schema: *807 + schema: *808 examples: default: value: @@ -125687,7 +125719,7 @@ paths: type: integer secrets: type: array - items: &808 + items: &809 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -125807,7 +125839,7 @@ paths: description: Response content: application/json: - schema: *808 + schema: *809 examples: default: value: @@ -126220,7 +126252,7 @@ paths: description: Response content: application/json: - schema: &809 + schema: &810 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -126273,7 +126305,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &810 + default: &811 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -126318,9 +126350,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *810 examples: - default: *810 + default: *811 '404': *6 x-github: githubCloudOnly: false @@ -126359,7 +126391,7 @@ paths: type: array items: *578 examples: - default: *811 + default: *812 '304': *35 '500': *38 '401': *23 @@ -127325,7 +127357,7 @@ paths: type: array items: *404 examples: - default: &822 + default: &823 value: - id: 197 name: hello_docker @@ -127426,7 +127458,7 @@ paths: application/json: schema: type: array - items: &812 + items: &813 title: Email description: Email type: object @@ -127496,9 +127528,9 @@ paths: application/json: schema: type: array - items: *812 + items: *813 examples: - default: &824 + default: &825 value: - email: octocat@github.com verified: true @@ -127575,7 +127607,7 @@ paths: application/json: schema: type: array - items: *812 + items: *813 examples: default: value: @@ -127833,7 +127865,7 @@ paths: application/json: schema: type: array - items: &813 + items: &814 title: GPG Key description: A unique encryption key type: object @@ -127978,7 +128010,7 @@ paths: - subkeys - revoked examples: - default: &842 + default: &843 value: - id: 3 name: Octocat's GPG Key @@ -128063,9 +128095,9 @@ paths: description: Response content: application/json: - schema: *813 + schema: *814 examples: - default: &814 + default: &815 value: id: 3 name: Octocat's GPG Key @@ -128122,7 +128154,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: - - &815 + - &816 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -128134,9 +128166,9 @@ paths: description: Response content: application/json: - schema: *813 + schema: *814 examples: - default: *814 + default: *815 '404': *6 '304': *35 '403': *27 @@ -128159,7 +128191,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: - - *815 + - *816 responses: '204': description: Response @@ -128626,7 +128658,7 @@ paths: application/json: schema: type: array - items: &816 + items: &817 title: Key description: Key type: object @@ -128729,9 +128761,9 @@ paths: description: Response content: application/json: - schema: *816 + schema: *817 examples: - default: &817 + default: &818 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -128764,15 +128796,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: - - *688 + - *689 responses: '200': description: Response content: application/json: - schema: *816 + schema: *817 examples: - default: *817 + default: *818 '404': *6 '304': *35 '403': *27 @@ -128795,7 +128827,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: - - *688 + - *689 responses: '204': description: Response @@ -128828,7 +128860,7 @@ paths: application/json: schema: type: array - items: &818 + items: &819 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -128907,7 +128939,7 @@ paths: - account - plan examples: - default: &819 + default: &820 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -128969,9 +129001,9 @@ paths: application/json: schema: type: array - items: *818 + items: *819 examples: - default: *819 + default: *820 headers: Link: *45 '304': *35 @@ -129989,7 +130021,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - *400 - - *820 + - *821 responses: '204': description: Response @@ -130102,7 +130134,7 @@ paths: - docker - nuget - container - - *821 + - *822 - *19 - *17 responses: @@ -130114,8 +130146,8 @@ paths: type: array items: *404 examples: - default: *822 - '400': *823 + default: *823 + '400': *824 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -130144,7 +130176,7 @@ paths: application/json: schema: *404 examples: - default: &843 + default: &844 value: id: 40201 name: octo-name @@ -130506,9 +130538,9 @@ paths: application/json: schema: type: array - items: *812 + items: *813 examples: - default: *824 + default: *825 headers: Link: *45 '304': *35 @@ -130621,7 +130653,7 @@ paths: type: array items: *78 examples: - default: &831 + default: &832 summary: Default response value: - id: 1296269 @@ -130982,7 +131014,7 @@ paths: type: array items: *659 examples: - default: *825 + default: *826 headers: Link: *45 '304': *35 @@ -131062,7 +131094,7 @@ paths: application/json: schema: type: array - items: &826 + items: &827 title: Social account description: Social media account type: object @@ -131079,7 +131111,7 @@ paths: - provider - url examples: - default: &827 + default: &828 value: - provider: twitter url: https://twitter.com/github @@ -131142,9 +131174,9 @@ paths: application/json: schema: type: array - items: *826 + items: *827 examples: - default: *827 + default: *828 '422': *15 '304': *35 '404': *6 @@ -131232,7 +131264,7 @@ paths: application/json: schema: type: array - items: &828 + items: &829 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -131252,7 +131284,7 @@ paths: - title - created_at examples: - default: &857 + default: &858 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -131317,9 +131349,9 @@ paths: description: Response content: application/json: - schema: *828 + schema: *829 examples: - default: &829 + default: &830 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -131349,7 +131381,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: - - &830 + - &831 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -131361,9 +131393,9 @@ paths: description: Response content: application/json: - schema: *828 + schema: *829 examples: - default: *829 + default: *830 '404': *6 '304': *35 '403': *27 @@ -131386,7 +131418,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: - - *830 + - *831 responses: '204': description: Response @@ -131415,7 +131447,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: - - &858 + - &859 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 @@ -131440,11 +131472,11 @@ paths: type: array items: *78 examples: - default-response: *831 + default-response: *832 application/vnd.github.v3.star+json: schema: type: array - items: &859 + items: &860 title: Starred Repository description: Starred Repository type: object @@ -131813,10 +131845,10 @@ paths: application/json: schema: oneOf: - - *807 - - *832 + - *808 + - *833 examples: - default-response: &836 + default-response: &837 summary: Default response value: login: octocat @@ -131851,7 +131883,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &837 + response-with-git-hub-plan-information: &838 summary: Response with GitHub plan information value: login: octocat @@ -131908,7 +131940,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &834 + - &835 name: user_id description: The unique identifier of the user. in: path @@ -131974,7 +132006,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *833 + - *834 - *17 responses: '200': @@ -132009,7 +132041,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *834 + - *835 - *422 requestBody: required: true @@ -132084,7 +132116,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *835 + schema: *836 examples: table_view: summary: Response for creating a table view @@ -132136,11 +132168,11 @@ paths: application/json: schema: oneOf: - - *807 - - *832 + - *808 + - *833 examples: - default-response: *836 - response-with-git-hub-plan-information: *837 + default-response: *837 + response-with-git-hub-plan-information: *838 '404': *6 x-github: githubCloudOnly: false @@ -132190,8 +132222,8 @@ paths: required: - subject_digests examples: - default: *838 - withPredicateType: *839 + default: *839 + withPredicateType: *840 responses: '200': description: Response @@ -132231,7 +132263,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *840 + default: *841 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -132704,7 +132736,7 @@ paths: application/json: schema: *331 examples: - default: &841 + default: &842 summary: Example response for a user copilot space value: id: 42 @@ -132805,7 +132837,7 @@ paths: application/json: schema: *331 examples: - default: *841 + default: *842 '403': *27 '404': *6 x-github: @@ -132931,7 +132963,7 @@ paths: application/json: schema: *331 examples: - default: *841 + default: *842 '403': *27 '404': *6 '422': *15 @@ -133699,7 +133731,7 @@ paths: type: array items: *404 examples: - default: *822 + default: *823 '403': *27 '401': *23 x-github: @@ -134083,9 +134115,9 @@ paths: application/json: schema: type: array - items: *813 + items: *814 examples: - default: *842 + default: *843 headers: Link: *45 x-github: @@ -134314,7 +134346,7 @@ paths: - docker - nuget - container - - *821 + - *822 - *140 - *19 - *17 @@ -134327,10 +134359,10 @@ paths: type: array items: *404 examples: - default: *822 + default: *823 '403': *27 '401': *23 - '400': *823 + '400': *824 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -134360,7 +134392,7 @@ paths: application/json: schema: *404 examples: - default: *843 + default: *844 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -134709,7 +134741,7 @@ paths: type: array items: *425 examples: - default: *844 + default: *845 headers: Link: *45 '304': *35 @@ -134769,7 +134801,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *845 + items: *846 required: - name - data_type @@ -134785,7 +134817,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *846 + iteration_configuration: *847 required: - name - data_type @@ -134807,8 +134839,8 @@ paths: value: name: Due date data_type: date - single_select_field: *847 - iteration_field: *848 + single_select_field: *848 + iteration_field: *849 responses: '201': description: Response @@ -134816,11 +134848,11 @@ paths: application/json: schema: *425 examples: - text_field: *849 - number_field: *850 - date_field: *851 - single_select_field: *852 - iteration_field: *853 + text_field: *850 + number_field: *851 + date_field: *852 + single_select_field: *853 + iteration_field: *854 '304': *35 '403': *27 '401': *23 @@ -134842,7 +134874,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - *422 - - *854 + - *855 - *140 responses: '200': @@ -134851,7 +134883,7 @@ paths: application/json: schema: *425 examples: - default: *855 + default: *856 headers: Link: *45 '304': *35 @@ -135208,7 +135240,7 @@ paths: parameters: - *422 - *140 - - *856 + - *857 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -135487,9 +135519,9 @@ paths: application/json: schema: type: array - items: *826 + items: *827 examples: - default: *827 + default: *828 headers: Link: *45 x-github: @@ -135519,9 +135551,9 @@ paths: application/json: schema: type: array - items: *828 + items: *829 examples: - default: *857 + default: *858 headers: Link: *45 x-github: @@ -135546,7 +135578,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *140 - - *858 + - *859 - *110 - *17 - *19 @@ -135558,11 +135590,11 @@ paths: schema: anyOf: - type: array - items: *859 + items: *860 - type: array items: *78 examples: - default-response: *831 + default-response: *832 headers: Link: *45 x-github: @@ -135722,7 +135754,7 @@ webhooks: type: string enum: - disabled - enterprise: &860 + enterprise: &861 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -135791,7 +135823,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &861 + installation: &862 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -135812,7 +135844,7 @@ webhooks: required: - id - node_id - organization: &862 + organization: &863 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -135885,7 +135917,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &863 + repository: &864 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -136800,10 +136832,10 @@ webhooks: type: string enum: - enabled - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -136879,11 +136911,11 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - rule: &864 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + rule: &865 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) @@ -137106,11 +137138,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - rule: *864 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + rule: *865 sender: *4 required: - action @@ -137298,11 +137330,11 @@ webhooks: - everyone required: - from - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - rule: *864 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + rule: *865 sender: *4 required: - action @@ -137375,7 +137407,7 @@ webhooks: required: true content: application/json: - schema: &884 + schema: &885 title: Exemption request cancellation event type: object properties: @@ -137383,11 +137415,11 @@ webhooks: type: string enum: - cancelled - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - exemption_request: &865 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + exemption_request: &866 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -137696,7 +137728,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &866 + items: &867 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -137808,7 +137840,7 @@ webhooks: required: true content: application/json: - schema: &885 + schema: &886 title: Exemption request completed event type: object properties: @@ -137816,11 +137848,11 @@ webhooks: type: string enum: - completed - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - exemption_request: *865 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + exemption_request: *866 sender: *4 required: - action @@ -137892,7 +137924,7 @@ webhooks: required: true content: application/json: - schema: &882 + schema: &883 title: Exemption request created event type: object properties: @@ -137900,11 +137932,11 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - exemption_request: *865 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + exemption_request: *866 sender: *4 required: - action @@ -137976,7 +138008,7 @@ webhooks: required: true content: application/json: - schema: &886 + schema: &887 title: Exemption response dismissed event type: object properties: @@ -137984,12 +138016,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - exemption_request: *865 - exemption_response: *866 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + exemption_request: *866 + exemption_response: *867 sender: *4 required: - action @@ -138063,7 +138095,7 @@ webhooks: required: true content: application/json: - schema: &883 + schema: &884 title: Exemption response submitted event type: object properties: @@ -138071,12 +138103,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - exemption_request: *865 - exemption_response: *866 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + exemption_request: *866 + exemption_response: *867 sender: *4 required: - action @@ -138160,7 +138192,7 @@ webhooks: type: string enum: - completed - check_run: &868 + check_run: &869 title: CheckRun description: A check performed on the code of a given code change type: object @@ -138270,7 +138302,7 @@ webhooks: - examples: - neutral - deployment: *867 + deployment: *868 details_url: type: string examples: @@ -138368,10 +138400,10 @@ webhooks: - output - app - pull_requests - installation: *861 - enterprise: *860 - organization: *862 - repository: *863 + installation: *862 + enterprise: *861 + organization: *863 + repository: *864 sender: *4 required: - check_run @@ -138762,11 +138794,11 @@ webhooks: type: string enum: - created - check_run: *868 - installation: *861 - enterprise: *860 - organization: *862 - repository: *863 + check_run: *869 + installation: *862 + enterprise: *861 + organization: *863 + repository: *864 sender: *4 required: - check_run @@ -139160,11 +139192,11 @@ webhooks: type: string enum: - requested_action - check_run: *868 - installation: *861 - enterprise: *860 - organization: *862 - repository: *863 + check_run: *869 + installation: *862 + enterprise: *861 + organization: *863 + repository: *864 requested_action: description: The action requested by the user. type: object @@ -139567,11 +139599,11 @@ webhooks: type: string enum: - rerequested - check_run: *868 - installation: *861 - enterprise: *860 - organization: *862 - repository: *863 + check_run: *869 + installation: *862 + enterprise: *861 + organization: *863 + repository: *864 sender: *4 required: - check_run @@ -140556,10 +140588,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -141273,10 +141305,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -141984,10 +142016,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -142308,20 +142340,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &869 + commit_oid: &870 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: *860 - installation: *861 - organization: *862 - ref: &870 + enterprise: *861 + installation: *862 + organization: *863 + ref: &871 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: *863 + repository: *864 sender: *4 required: - action @@ -142729,12 +142761,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *869 - enterprise: *860 - installation: *861 - organization: *862 - ref: *870 - repository: *863 + commit_oid: *870 + enterprise: *861 + installation: *862 + organization: *863 + ref: *871 + repository: *864 sender: *4 required: - action @@ -143017,12 +143049,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *869 - enterprise: *860 - installation: *861 - organization: *862 - ref: *870 - repository: *863 + commit_oid: *870 + enterprise: *861 + installation: *862 + organization: *863 + ref: *871 + repository: *864 sender: *4 required: - action @@ -143368,12 +143400,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *869 - enterprise: *860 - installation: *861 - organization: *862 - ref: *870 - repository: *863 + commit_oid: *870 + enterprise: *861 + installation: *862 + organization: *863 + ref: *871 + repository: *864 sender: *4 required: - action @@ -143663,9 +143695,9 @@ webhooks: type: - string - 'null' - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -143673,7 +143705,7 @@ webhooks: type: - string - 'null' - repository: *863 + repository: *864 sender: *4 required: - action @@ -143919,12 +143951,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *869 - enterprise: *860 - installation: *861 - organization: *862 - ref: *870 - repository: *863 + commit_oid: *870 + enterprise: *861 + installation: *862 + organization: *863 + ref: *871 + repository: *864 sender: *4 required: - action @@ -144245,10 +144277,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -144508,10 +144540,10 @@ webhooks: - updated_at - author_association - body - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -144592,18 +144624,18 @@ webhooks: type: - string - 'null' - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *862 - pusher_type: &871 + organization: *863 + pusher_type: &872 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &872 + ref: &873 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -144613,7 +144645,7 @@ webhooks: enum: - tag - branch - repository: *863 + repository: *864 sender: *4 required: - ref @@ -144696,9 +144728,9 @@ webhooks: enum: - created definition: *153 - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 required: - action @@ -144783,9 +144815,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 required: - action @@ -144863,9 +144895,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 required: - action @@ -144943,9 +144975,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 required: - action @@ -145022,10 +145054,10 @@ webhooks: type: string enum: - updated - enterprise: *860 - installation: *861 - repository: *863 - organization: *862 + enterprise: *861 + installation: *862 + repository: *864 + organization: *863 sender: *4 new_property_values: type: array @@ -145110,18 +145142,18 @@ webhooks: title: delete event type: object properties: - enterprise: *860 - installation: *861 - organization: *862 - pusher_type: *871 - ref: *872 + enterprise: *861 + installation: *862 + organization: *863 + pusher_type: *872 + ref: *873 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *863 + repository: *864 sender: *4 required: - ref @@ -145202,10 +145234,10 @@ webhooks: enum: - assignees_changed alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145286,10 +145318,10 @@ webhooks: enum: - auto_dismissed alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145371,10 +145403,10 @@ webhooks: enum: - auto_reopened alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145456,10 +145488,10 @@ webhooks: enum: - created alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145539,10 +145571,10 @@ webhooks: enum: - dismissed alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145622,10 +145654,10 @@ webhooks: enum: - fixed alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145706,10 +145738,10 @@ webhooks: enum: - reintroduced alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145789,10 +145821,10 @@ webhooks: enum: - reopened alert: *609 - installation: *861 - organization: *862 - enterprise: *860 - repository: *863 + installation: *862 + organization: *863 + enterprise: *861 + repository: *864 sender: *4 required: - action @@ -145869,9 +145901,9 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - key: &873 + enterprise: *861 + installation: *862 + key: &874 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -145909,8 +145941,8 @@ webhooks: - verified - created_at - read_only - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -145987,11 +146019,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - key: *873 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + key: *874 + organization: *863 + repository: *864 sender: *4 required: - action @@ -146558,12 +146590,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - workflow: &877 + workflow: &878 title: Workflow type: - object @@ -147317,10 +147349,10 @@ webhooks: - *616 pull_requests: type: array - items: *708 - repository: *863 - organization: *862 - installation: *861 + items: *709 + repository: *864 + organization: *863 + installation: *862 sender: *4 responses: '200': @@ -147391,7 +147423,7 @@ webhooks: type: string enum: - approved - approver: &874 + approver: &875 type: object properties: avatar_url: @@ -147434,11 +147466,11 @@ webhooks: type: string comment: type: string - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - reviewers: &875 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + reviewers: &876 type: array items: type: object @@ -147519,7 +147551,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &876 + workflow_job_run: &877 type: object properties: conclusion: @@ -148265,18 +148297,18 @@ webhooks: type: string enum: - rejected - approver: *874 + approver: *875 comment: type: string - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - reviewers: *875 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + reviewers: *876 sender: *4 since: type: string - workflow_job_run: *876 + workflow_job_run: *877 workflow_job_runs: type: array items: @@ -148993,13 +149025,13 @@ webhooks: type: string enum: - requested - enterprise: *860 + enterprise: *861 environment: type: string - installation: *861 - organization: *862 - repository: *863 - requestor: &887 + installation: *862 + organization: *863 + repository: *864 + requestor: &888 title: User type: - object @@ -150932,12 +150964,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - workflow: *877 + workflow: *878 workflow_run: title: Deployment Workflow Run type: @@ -151628,7 +151660,7 @@ webhooks: type: string enum: - answered - answer: &880 + answer: &881 type: object properties: author_association: @@ -151788,11 +151820,11 @@ webhooks: - created_at - updated_at - body - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -151919,11 +151951,11 @@ webhooks: - from required: - category - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152006,11 +152038,11 @@ webhooks: type: string enum: - closed - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152092,7 +152124,7 @@ webhooks: type: string enum: - created - comment: &879 + comment: &880 type: object properties: author_association: @@ -152252,11 +152284,11 @@ webhooks: - updated_at - body - reactions - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152339,12 +152371,12 @@ webhooks: type: string enum: - deleted - comment: *879 - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + comment: *880 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152439,12 +152471,12 @@ webhooks: - from required: - body - comment: *879 - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + comment: *880 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152528,11 +152560,11 @@ webhooks: type: string enum: - created - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152614,11 +152646,11 @@ webhooks: type: string enum: - deleted - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152718,11 +152750,11 @@ webhooks: type: string required: - from - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152804,10 +152836,10 @@ webhooks: type: string enum: - labeled - discussion: *878 - enterprise: *860 - installation: *861 - label: &881 + discussion: *879 + enterprise: *861 + installation: *862 + label: &882 title: Label type: object properties: @@ -152840,8 +152872,8 @@ webhooks: - color - default - description - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -152924,11 +152956,11 @@ webhooks: type: string enum: - locked - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153010,11 +153042,11 @@ webhooks: type: string enum: - pinned - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153096,11 +153128,11 @@ webhooks: type: string enum: - reopened - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153185,16 +153217,16 @@ webhooks: changes: type: object properties: - new_discussion: *878 - new_repository: *863 + new_discussion: *879 + new_repository: *864 required: - new_discussion - new_repository - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153277,10 +153309,10 @@ webhooks: type: string enum: - unanswered - discussion: *878 - old_answer: *880 - organization: *862 - repository: *863 + discussion: *879 + old_answer: *881 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153362,12 +153394,12 @@ webhooks: type: string enum: - unlabeled - discussion: *878 - enterprise: *860 - installation: *861 - label: *881 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153450,11 +153482,11 @@ webhooks: type: string enum: - unlocked - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153536,11 +153568,11 @@ webhooks: type: string enum: - unpinned - discussion: *878 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + discussion: *879 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -153609,7 +153641,7 @@ webhooks: required: true content: application/json: - schema: *882 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153672,7 +153704,7 @@ webhooks: required: true content: application/json: - schema: *883 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153735,7 +153767,7 @@ webhooks: required: true content: application/json: - schema: *884 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153798,7 +153830,7 @@ webhooks: required: true content: application/json: - schema: *882 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153861,7 +153893,7 @@ webhooks: required: true content: application/json: - schema: *883 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153927,7 +153959,7 @@ webhooks: required: true content: application/json: - schema: *884 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -153993,7 +154025,7 @@ webhooks: required: true content: application/json: - schema: *885 + schema: *886 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154059,7 +154091,7 @@ webhooks: required: true content: application/json: - schema: *882 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154125,7 +154157,7 @@ webhooks: required: true content: application/json: - schema: *886 + schema: *887 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154191,7 +154223,7 @@ webhooks: required: true content: application/json: - schema: *883 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154256,7 +154288,7 @@ webhooks: required: true content: application/json: - schema: *884 + schema: *885 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154321,7 +154353,7 @@ webhooks: required: true content: application/json: - schema: *885 + schema: *886 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154386,7 +154418,7 @@ webhooks: required: true content: application/json: - schema: *882 + schema: *883 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154451,7 +154483,7 @@ webhooks: required: true content: application/json: - schema: *886 + schema: *887 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154517,7 +154549,7 @@ webhooks: required: true content: application/json: - schema: *883 + schema: *884 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154584,7 +154616,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *860 + enterprise: *861 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -155262,9 +155294,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - forkee @@ -155410,9 +155442,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pages: description: The pages that were updated. type: array @@ -155450,7 +155482,7 @@ webhooks: - action - sha - html_url - repository: *863 + repository: *864 sender: *4 required: - pages @@ -155526,10 +155558,10 @@ webhooks: type: string enum: - created - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories: &888 + organization: *863 + repositories: &889 description: An array of repository objects that the installation can access. type: array @@ -155555,8 +155587,8 @@ webhooks: - name - full_name - private - repository: *863 - requester: *887 + repository: *864 + requester: *888 sender: *4 required: - action @@ -155631,11 +155663,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories: *888 - repository: *863 + organization: *863 + repositories: *889 + repository: *864 requester: type: - 'null' @@ -155712,11 +155744,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories: *888 - repository: *863 + organization: *863 + repositories: *889 + repository: *864 requester: type: - 'null' @@ -155793,10 +155825,10 @@ webhooks: type: string enum: - added - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories_added: &889 + organization: *863 + repositories_added: &890 description: An array of repository objects, which were added to the installation. type: array @@ -155842,15 +155874,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *863 - repository_selection: &890 + repository: *864 + repository_selection: &891 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *887 + requester: *888 sender: *4 required: - action @@ -155929,10 +155961,10 @@ webhooks: type: string enum: - removed - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories_added: *889 + organization: *863 + repositories_added: *890 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -155959,9 +155991,9 @@ webhooks: - name - full_name - private - repository: *863 - repository_selection: *890 - requester: *887 + repository: *864 + repository_selection: *891 + requester: *888 sender: *4 required: - action @@ -156040,11 +156072,11 @@ webhooks: type: string enum: - suspend - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories: *888 - repository: *863 + organization: *863 + repositories: *889 + repository: *864 requester: type: - 'null' @@ -156227,10 +156259,10 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 target_type: type: string @@ -156309,11 +156341,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *860 + enterprise: *861 installation: *20 - organization: *862 - repositories: *888 - repository: *863 + organization: *863 + repositories: *889 + repository: *864 requester: type: - 'null' @@ -156479,7 +156511,7 @@ webhooks: pin: anyOf: - type: 'null' - - *685 + - *686 user: title: User type: @@ -156565,8 +156597,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -157378,8 +157410,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157740,8 +157772,8 @@ webhooks: - state - locked - assignee - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -157821,7 +157853,7 @@ webhooks: type: string enum: - deleted - comment: &891 + comment: &892 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -157978,7 +158010,7 @@ webhooks: pin: anyOf: - type: 'null' - - *685 + - *686 required: - url - html_url @@ -157992,8 +158024,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -158801,8 +158833,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159165,8 +159197,8 @@ webhooks: - state - locked - assignee - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -159246,7 +159278,7 @@ webhooks: type: string enum: - edited - changes: &915 + changes: &916 description: The changes to the comment. type: object properties: @@ -159258,9 +159290,9 @@ webhooks: type: string required: - from - comment: *891 - enterprise: *860 - installation: *861 + comment: *892 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -160071,8 +160103,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160433,8 +160465,8 @@ webhooks: - state - locked - assignee - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -160515,9 +160547,9 @@ webhooks: type: string enum: - pinned - comment: *891 - enterprise: *860 - installation: *861 + comment: *892 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -161330,8 +161362,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161694,8 +161726,8 @@ webhooks: - state - locked - assignee - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -161775,9 +161807,9 @@ webhooks: type: string enum: - unpinned - comment: *891 - enterprise: *860 - installation: *861 + comment: *892 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -162590,8 +162622,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162954,8 +162986,8 @@ webhooks: - state - locked - assignee - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -163044,9 +163076,9 @@ webhooks: type: number blocking_issue: *221 blocking_issue_repo: *78 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -163135,9 +163167,9 @@ webhooks: type: number blocking_issue: *221 blocking_issue_repo: *78 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -163225,9 +163257,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -163316,9 +163348,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -163398,10 +163430,10 @@ webhooks: type: string enum: - assigned - assignee: *887 - enterprise: *860 - installation: *861 - issue: &892 + assignee: *888 + enterprise: *861 + installation: *862 + issue: &893 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -164212,11 +164244,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164336,8 +164368,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -164417,8 +164449,8 @@ webhooks: type: string enum: - closed - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -165234,11 +165266,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165501,8 +165533,8 @@ webhooks: required: - state - closed_at - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -165581,8 +165613,8 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -166389,11 +166421,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166512,8 +166544,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -166592,8 +166624,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -167423,11 +167455,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167525,7 +167557,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &893 + milestone: &894 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167668,8 +167700,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -167768,8 +167800,8 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168580,11 +168612,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168704,9 +168736,9 @@ webhooks: - active_lock_reason - body - reactions - label: *881 - organization: *862 - repository: *863 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -168786,9 +168818,9 @@ webhooks: type: string enum: - field_added - enterprise: *860 - installation: *861 - issue: *892 + enterprise: *861 + installation: *862 + issue: *893 issue_field: type: object description: The issue field whose value was set or updated on the @@ -168954,8 +168986,8 @@ webhooks: - id required: - from - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -169035,9 +169067,9 @@ webhooks: type: string enum: - field_removed - enterprise: *860 - installation: *861 - issue: *892 + enterprise: *861 + installation: *862 + issue: *893 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -169124,8 +169156,8 @@ webhooks: - 'null' required: - id - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -169205,8 +169237,8 @@ webhooks: type: string enum: - labeled - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170016,11 +170048,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170140,9 +170172,9 @@ webhooks: - active_lock_reason - body - reactions - label: *881 - organization: *862 - repository: *863 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -170222,8 +170254,8 @@ webhooks: type: string enum: - locked - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171058,11 +171090,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171159,8 +171191,8 @@ webhooks: format: uri user_view_type: type: string - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -171239,8 +171271,8 @@ webhooks: type: string enum: - milestoned - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -172069,11 +172101,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172170,9 +172202,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *893 - organization: *862 - repository: *863 + milestone: *894 + organization: *863 + repository: *864 sender: *4 required: - action @@ -173059,11 +173091,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173655,8 +173687,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -174463,11 +174495,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -174590,8 +174622,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -174671,9 +174703,9 @@ webhooks: type: string enum: - pinned - enterprise: *860 - installation: *861 - issue: &894 + enterprise: *861 + installation: *862 + issue: &895 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -175478,11 +175510,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -175601,8 +175633,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -175681,8 +175713,8 @@ webhooks: type: string enum: - reopened - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -176515,11 +176547,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -176617,8 +176649,8 @@ webhooks: user_view_type: type: string type: *389 - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -177506,11 +177538,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -178120,11 +178152,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *860 - installation: *861 - issue: *894 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + issue: *895 + organization: *863 + repository: *864 sender: *4 required: - action @@ -178204,12 +178236,12 @@ webhooks: type: string enum: - typed - enterprise: *860 - installation: *861 - issue: *892 + enterprise: *861 + installation: *862 + issue: *893 type: *389 - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -178290,7 +178322,7 @@ webhooks: type: string enum: - unassigned - assignee: &918 + assignee: &919 title: User type: - object @@ -178362,11 +178394,11 @@ webhooks: required: - login - id - enterprise: *860 - installation: *861 - issue: *892 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + issue: *893 + organization: *863 + repository: *864 sender: *4 required: - action @@ -178445,12 +178477,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *860 - installation: *861 - issue: *892 - label: *881 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + issue: *893 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -178530,8 +178562,8 @@ webhooks: type: string enum: - unlocked - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -179364,11 +179396,11 @@ webhooks: anyOf: - type: 'null' - *222 - sub_issues_summary: *800 - issue_dependencies_summary: *801 + sub_issues_summary: *801 + issue_dependencies_summary: *802 issue_field_values: type: array - items: *669 + items: *670 state: description: State of the issue; either 'open' or 'closed' type: string @@ -179465,8 +179497,8 @@ webhooks: format: uri user_view_type: type: string - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -179546,11 +179578,11 @@ webhooks: type: string enum: - unpinned - enterprise: *860 - installation: *861 - issue: *894 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + issue: *895 + organization: *863 + repository: *864 sender: *4 required: - action @@ -179629,12 +179661,12 @@ webhooks: type: string enum: - untyped - enterprise: *860 - installation: *861 - issue: *892 + enterprise: *861 + installation: *862 + issue: *893 type: *389 - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -179714,11 +179746,11 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - label: *881 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -179796,11 +179828,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - label: *881 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -179910,11 +179942,11 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - label: *881 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + label: *882 + organization: *863 + repository: *864 sender: *4 required: - action @@ -179996,9 +180028,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *860 - installation: *861 - marketplace_purchase: &895 + enterprise: *861 + installation: *862 + marketplace_purchase: &896 title: Marketplace Purchase type: object required: @@ -180086,8 +180118,8 @@ webhooks: type: integer unit_count: type: integer - organization: *862 - previous_marketplace_purchase: &896 + organization: *863 + previous_marketplace_purchase: &897 title: Marketplace Purchase type: object properties: @@ -180171,7 +180203,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *863 + repository: *864 sender: *4 required: - action @@ -180251,10 +180283,10 @@ webhooks: - changed effective_date: type: string - enterprise: *860 - installation: *861 - marketplace_purchase: *895 - organization: *862 + enterprise: *861 + installation: *862 + marketplace_purchase: *896 + organization: *863 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -180342,7 +180374,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *863 + repository: *864 sender: *4 required: - action @@ -180424,10 +180456,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *860 - installation: *861 - marketplace_purchase: *895 - organization: *862 + enterprise: *861 + installation: *862 + marketplace_purchase: *896 + organization: *863 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -180513,7 +180545,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *863 + repository: *864 sender: *4 required: - action @@ -180594,8 +180626,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 marketplace_purchase: title: Marketplace Purchase type: object @@ -180681,9 +180713,9 @@ webhooks: type: integer unit_count: type: integer - organization: *862 - previous_marketplace_purchase: *896 - repository: *863 + organization: *863 + previous_marketplace_purchase: *897 + repository: *864 sender: *4 required: - action @@ -180763,12 +180795,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *860 - installation: *861 - marketplace_purchase: *895 - organization: *862 - previous_marketplace_purchase: *896 - repository: *863 + enterprise: *861 + installation: *862 + marketplace_purchase: *896 + organization: *863 + previous_marketplace_purchase: *897 + repository: *864 sender: *4 required: - action @@ -180870,11 +180902,11 @@ webhooks: type: string required: - to - enterprise: *860 - installation: *861 - member: *887 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + member: *888 + organization: *863 + repository: *864 sender: *4 required: - action @@ -180976,11 +181008,11 @@ webhooks: type: - string - 'null' - enterprise: *860 - installation: *861 - member: *887 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + member: *888 + organization: *863 + repository: *864 sender: *4 required: - action @@ -181059,11 +181091,11 @@ webhooks: type: string enum: - removed - enterprise: *860 - installation: *861 - member: *887 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + member: *888 + organization: *863 + repository: *864 sender: *4 required: - action @@ -181141,11 +181173,11 @@ webhooks: type: string enum: - added - enterprise: *860 - installation: *861 - member: *887 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + member: *888 + organization: *863 + repository: *864 scope: description: The scope of the membership. Currently, can only be `team`. @@ -181223,7 +181255,7 @@ webhooks: required: - login - id - team: &897 + team: &898 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -181453,11 +181485,11 @@ webhooks: type: string enum: - removed - enterprise: *860 - installation: *861 - member: *887 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + member: *888 + organization: *863 + repository: *864 scope: description: The scope of the membership. Currently, can only be `team`. @@ -181536,7 +181568,7 @@ webhooks: required: - login - id - team: *897 + team: *898 required: - action - scope @@ -181618,8 +181650,8 @@ webhooks: type: string enum: - checks_requested - installation: *861 - merge_group: &898 + installation: *862 + merge_group: &899 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -181645,8 +181677,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -181732,10 +181764,10 @@ webhooks: - merged - invalidated - dequeued - installation: *861 - merge_group: *898 - organization: *862 - repository: *863 + installation: *862 + merge_group: *899 + organization: *863 + repository: *864 sender: *4 required: - action @@ -181808,7 +181840,7 @@ webhooks: type: string enum: - deleted - enterprise: *860 + enterprise: *861 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -181917,12 +181949,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *861 - organization: *862 + installation: *862 + organization: *863 repository: anyOf: - type: 'null' - - *863 + - *864 sender: *4 required: - action @@ -182002,11 +182034,11 @@ webhooks: type: string enum: - closed - enterprise: *860 - installation: *861 - milestone: *893 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + milestone: *894 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182085,9 +182117,9 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - milestone: &899 + enterprise: *861 + installation: *862 + milestone: &900 title: Milestone description: A collection of related issues and pull requests. type: object @@ -182229,8 +182261,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182309,11 +182341,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - milestone: *893 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + milestone: *894 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182423,11 +182455,11 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - milestone: *893 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + milestone: *894 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182507,11 +182539,11 @@ webhooks: type: string enum: - opened - enterprise: *860 - installation: *861 - milestone: *899 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + milestone: *900 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182590,11 +182622,11 @@ webhooks: type: string enum: - blocked - blocked_user: *887 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + blocked_user: *888 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182673,11 +182705,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *887 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + blocked_user: *888 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -182753,7 +182785,7 @@ webhooks: enum: - created definition: *148 - enterprise: *860 + enterprise: *861 sender: *4 required: - action @@ -182833,8 +182865,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 sender: *4 required: - action @@ -182907,8 +182939,8 @@ webhooks: enum: - updated definition: *148 - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 sender: *4 required: - action @@ -182980,9 +183012,9 @@ webhooks: type: string enum: - updated - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 new_property_values: type: array @@ -183070,9 +183102,9 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - membership: &900 + enterprise: *861 + installation: *862 + membership: &901 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -183182,8 +183214,8 @@ webhooks: - role - organization_url - user - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 required: - action @@ -183261,11 +183293,11 @@ webhooks: type: string enum: - member_added - enterprise: *860 - installation: *861 - membership: *900 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + membership: *901 + organization: *863 + repository: *864 sender: *4 required: - action @@ -183344,8 +183376,8 @@ webhooks: type: string enum: - member_invited - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -183467,10 +183499,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 - user: *887 + user: *888 required: - action - invitation @@ -183548,11 +183580,11 @@ webhooks: type: string enum: - member_removed - enterprise: *860 - installation: *861 - membership: *900 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + membership: *901 + organization: *863 + repository: *864 sender: *4 required: - action @@ -183639,11 +183671,11 @@ webhooks: properties: from: type: string - enterprise: *860 - installation: *861 - membership: *900 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + membership: *901 + organization: *863 + repository: *864 sender: *4 required: - action @@ -183721,9 +183753,9 @@ webhooks: type: string enum: - published - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 package: description: Information about the package. type: object @@ -184246,7 +184278,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &901 + items: &902 title: Ruby Gems metadata type: object properties: @@ -184343,7 +184375,7 @@ webhooks: - owner - package_version - registry - repository: *863 + repository: *864 sender: *4 required: - action @@ -184420,9 +184452,9 @@ webhooks: type: string enum: - updated - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 package: description: Information about the package. type: object @@ -184784,7 +184816,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *901 + items: *902 source_url: type: string format: uri @@ -184855,7 +184887,7 @@ webhooks: - owner - package_version - registry - repository: *863 + repository: *864 sender: *4 required: - action @@ -185035,12 +185067,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *860 + enterprise: *861 id: type: integer - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - id @@ -185117,7 +185149,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &902 + personal_access_token_request: &903 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -185267,10 +185299,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *860 - organization: *862 + enterprise: *861 + organization: *863 sender: *4 - installation: *861 + installation: *862 required: - action - personal_access_token_request @@ -185347,11 +185379,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *902 - enterprise: *860 - organization: *862 + personal_access_token_request: *903 + enterprise: *861 + organization: *863 sender: *4 - installation: *861 + installation: *862 required: - action - personal_access_token_request @@ -185427,11 +185459,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *902 - enterprise: *860 - organization: *862 + personal_access_token_request: *903 + enterprise: *861 + organization: *863 sender: *4 - installation: *861 + installation: *862 required: - action - personal_access_token_request @@ -185506,11 +185538,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *902 - organization: *862 - enterprise: *860 + personal_access_token_request: *903 + organization: *863 + enterprise: *861 sender: *4 - installation: *861 + installation: *862 required: - action - personal_access_token_request @@ -185615,7 +185647,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *903 + last_response: *904 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -185647,8 +185679,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 zen: description: Random string of GitHub zen. @@ -185893,10 +185925,10 @@ webhooks: - from required: - note - enterprise: *860 - installation: *861 - organization: *862 - project_card: &904 + enterprise: *861 + installation: *862 + organization: *863 + project_card: &905 title: Project Card type: object properties: @@ -186019,7 +186051,7 @@ webhooks: - creator - created_at - updated_at - repository: *863 + repository: *864 sender: *4 required: - action @@ -186100,11 +186132,11 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - project_card: *904 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project_card: *905 + repository: *864 sender: *4 required: - action @@ -186184,9 +186216,9 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 project_card: title: Project Card type: object @@ -186316,7 +186348,7 @@ webhooks: repository: anyOf: - type: 'null' - - *863 + - *864 sender: *4 required: - action @@ -186410,11 +186442,11 @@ webhooks: - from required: - note - enterprise: *860 - installation: *861 - organization: *862 - project_card: *904 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project_card: *905 + repository: *864 sender: *4 required: - action @@ -186508,9 +186540,9 @@ webhooks: - from required: - column_id - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 project_card: allOf: - title: Project Card @@ -186707,7 +186739,7 @@ webhooks: type: string required: - after_id - repository: *863 + repository: *864 sender: *4 required: - action @@ -186787,10 +186819,10 @@ webhooks: type: string enum: - closed - enterprise: *860 - installation: *861 - organization: *862 - project: &906 + enterprise: *861 + installation: *862 + organization: *863 + project: &907 title: Project type: object properties: @@ -186917,7 +186949,7 @@ webhooks: - creator - created_at - updated_at - repository: *863 + repository: *864 sender: *4 required: - action @@ -186997,10 +187029,10 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - project_column: &905 + enterprise: *861 + installation: *862 + organization: *863 + project_column: &906 title: Project Column type: object properties: @@ -187040,7 +187072,7 @@ webhooks: - name - created_at - updated_at - repository: *863 + repository: *864 sender: *4 required: - action @@ -187119,14 +187151,14 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - project_column: *905 + enterprise: *861 + installation: *862 + organization: *863 + project_column: *906 repository: anyOf: - type: 'null' - - *863 + - *864 sender: *4 required: - action @@ -187215,11 +187247,11 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - organization: *862 - project_column: *905 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project_column: *906 + repository: *864 sender: *4 required: - action @@ -187299,11 +187331,11 @@ webhooks: type: string enum: - moved - enterprise: *860 - installation: *861 - organization: *862 - project_column: *905 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project_column: *906 + repository: *864 sender: *4 required: - action @@ -187383,11 +187415,11 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - project: *906 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project: *907 + repository: *864 sender: *4 required: - action @@ -187467,14 +187499,14 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - project: *906 + enterprise: *861 + installation: *862 + organization: *863 + project: *907 repository: anyOf: - type: 'null' - - *863 + - *864 sender: *4 required: - action @@ -187575,11 +187607,11 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - organization: *862 - project: *906 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project: *907 + repository: *864 sender: *4 required: - action @@ -187658,11 +187690,11 @@ webhooks: type: string enum: - reopened - enterprise: *860 - installation: *861 - organization: *862 - project: *906 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + project: *907 + repository: *864 sender: *4 required: - action @@ -187743,8 +187775,8 @@ webhooks: type: string enum: - closed - installation: *861 - organization: *862 + installation: *862 + organization: *863 projects_v2: *420 sender: *4 required: @@ -187826,8 +187858,8 @@ webhooks: type: string enum: - created - installation: *861 - organization: *862 + installation: *862 + organization: *863 projects_v2: *420 sender: *4 required: @@ -187909,8 +187941,8 @@ webhooks: type: string enum: - deleted - installation: *861 - organization: *862 + installation: *862 + organization: *863 projects_v2: *420 sender: *4 required: @@ -188032,8 +188064,8 @@ webhooks: type: string to: type: string - installation: *861 - organization: *862 + installation: *862 + organization: *863 projects_v2: *420 sender: *4 required: @@ -188117,7 +188149,7 @@ webhooks: type: string enum: - archived - changes: &910 + changes: &911 type: object properties: archived_at: @@ -188133,9 +188165,9 @@ webhooks: - string - 'null' format: date-time - installation: *861 - organization: *862 - projects_v2_item: &907 + installation: *862 + organization: *863 + projects_v2_item: &908 title: Projects v2 Item description: An item belonging to a project type: object @@ -188275,9 +188307,9 @@ webhooks: - 'null' to: type: string - installation: *861 - organization: *862 - projects_v2_item: *907 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -188359,9 +188391,9 @@ webhooks: type: string enum: - created - installation: *861 - organization: *862 - projects_v2_item: *907 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -188442,9 +188474,9 @@ webhooks: type: string enum: - deleted - installation: *861 - organization: *862 - projects_v2_item: *907 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -188549,7 +188581,7 @@ webhooks: oneOf: - type: string - type: integer - - &908 + - &909 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -188573,7 +188605,7 @@ webhooks: required: - id - name - - &909 + - &910 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -188613,8 +188645,8 @@ webhooks: oneOf: - type: string - type: integer - - *908 - *909 + - *910 type: - 'null' - string @@ -188637,9 +188669,9 @@ webhooks: - 'null' required: - body - installation: *861 - organization: *862 - projects_v2_item: *907 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -188736,9 +188768,9 @@ webhooks: type: - string - 'null' - installation: *861 - organization: *862 - projects_v2_item: *907 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -188821,10 +188853,10 @@ webhooks: type: string enum: - restored - changes: *910 - installation: *861 - organization: *862 - projects_v2_item: *907 + changes: *911 + installation: *862 + organization: *863 + projects_v2_item: *908 sender: *4 required: - action @@ -188906,8 +188938,8 @@ webhooks: type: string enum: - reopened - installation: *861 - organization: *862 + installation: *862 + organization: *863 projects_v2: *420 sender: *4 required: @@ -188989,9 +189021,9 @@ webhooks: type: string enum: - created - installation: *861 - organization: *862 - projects_v2_status_update: *911 + installation: *862 + organization: *863 + projects_v2_status_update: *912 sender: *4 required: - action @@ -189072,9 +189104,9 @@ webhooks: type: string enum: - deleted - installation: *861 - organization: *862 - projects_v2_status_update: *911 + installation: *862 + organization: *863 + projects_v2_status_update: *912 sender: *4 required: - action @@ -189220,9 +189252,9 @@ webhooks: - string - 'null' format: date - installation: *861 - organization: *862 - projects_v2_status_update: *911 + installation: *862 + organization: *863 + projects_v2_status_update: *912 sender: *4 required: - action @@ -189293,10 +189325,10 @@ webhooks: title: public event type: object properties: - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - repository @@ -189373,13 +189405,13 @@ webhooks: type: string enum: - assigned - assignee: *887 - enterprise: *860 - installation: *861 - number: &912 + assignee: *888 + enterprise: *861 + installation: *862 + number: &913 description: The pull request number. type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -191731,7 +191763,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -191813,11 +191845,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -194162,7 +194194,7 @@ webhooks: - draft reason: type: string - repository: *863 + repository: *864 sender: *4 required: - action @@ -194244,11 +194276,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -196593,7 +196625,7 @@ webhooks: - draft reason: type: string - repository: *863 + repository: *864 sender: *4 required: - action @@ -196675,13 +196707,13 @@ webhooks: type: string enum: - closed - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: &913 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: &914 allOf: - - *708 + - *709 - type: object properties: allow_auto_merge: @@ -196743,7 +196775,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *863 + repository: *864 sender: *4 required: - action @@ -196824,12 +196856,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: *913 - repository: *863 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: *914 + repository: *864 sender: *4 required: - action @@ -196909,11 +196941,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *860 + enterprise: *861 milestone: *423 - number: *912 - organization: *862 - pull_request: &914 + number: *913 + organization: *863 + pull_request: &915 title: Pull Request type: object properties: @@ -199257,7 +199289,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -199336,11 +199368,11 @@ webhooks: type: string enum: - dequeued - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -201703,7 +201735,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *863 + repository: *864 sender: *4 required: - action @@ -201827,12 +201859,12 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: *913 - repository: *863 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: *914 + repository: *864 sender: *4 required: - action @@ -201912,11 +201944,11 @@ webhooks: type: string enum: - enqueued - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -204264,7 +204296,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -204344,11 +204376,11 @@ webhooks: type: string enum: - labeled - enterprise: *860 - installation: *861 - label: *881 - number: *912 - organization: *862 + enterprise: *861 + installation: *862 + label: *882 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -206699,7 +206731,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -206780,10 +206812,10 @@ webhooks: type: string enum: - locked - enterprise: *860 - installation: *861 - number: *912 - organization: *862 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -209132,7 +209164,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -209212,12 +209244,12 @@ webhooks: type: string enum: - milestoned - enterprise: *860 + enterprise: *861 milestone: *423 - number: *912 - organization: *862 - pull_request: *914 - repository: *863 + number: *913 + organization: *863 + pull_request: *915 + repository: *864 sender: *4 required: - action @@ -209296,12 +209328,12 @@ webhooks: type: string enum: - opened - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: *913 - repository: *863 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: *914 + repository: *864 sender: *4 required: - action @@ -209382,12 +209414,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: *913 - repository: *863 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: *914 + repository: *864 sender: *4 required: - action @@ -209467,12 +209499,12 @@ webhooks: type: string enum: - reopened - enterprise: *860 - installation: *861 - number: *912 - organization: *862 - pull_request: *913 - repository: *863 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 + pull_request: *914 + repository: *864 sender: *4 required: - action @@ -209847,9 +209879,9 @@ webhooks: - start_side - side - reactions - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: type: object properties: @@ -212082,7 +212114,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *863 + repository: *864 sender: *4 required: - action @@ -212162,7 +212194,7 @@ webhooks: type: string enum: - deleted - comment: &916 + comment: &917 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. @@ -212455,9 +212487,9 @@ webhooks: - start_side - side - reactions - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: type: object properties: @@ -214678,7 +214710,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *863 + repository: *864 sender: *4 required: - action @@ -214758,11 +214790,11 @@ webhooks: type: string enum: - edited - changes: *915 - comment: *916 - enterprise: *860 - installation: *861 - organization: *862 + changes: *916 + comment: *917 + enterprise: *861 + installation: *862 + organization: *863 pull_request: type: object properties: @@ -216986,7 +217018,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *863 + repository: *864 sender: *4 required: - action @@ -217067,9 +217099,9 @@ webhooks: type: string enum: - dismissed - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: title: Simple Pull Request type: object @@ -219305,7 +219337,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *863 + repository: *864 review: description: The review that was affected. type: object @@ -219556,9 +219588,9 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: title: Simple Pull Request type: object @@ -221667,8 +221699,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *863 - review: &917 + repository: *864 + review: &918 description: The review that was affected. type: object properties: @@ -221906,12 +221938,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: description: The pull request number. type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -224261,7 +224293,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 requested_reviewer: title: User type: @@ -224347,12 +224379,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: description: The pull request number. type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -226709,7 +226741,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 requested_team: title: Team description: Groups of organization members that gives permissions @@ -226904,12 +226936,12 @@ webhooks: type: string enum: - review_requested - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: description: The pull request number. type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -229261,7 +229293,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 requested_reviewer: title: User type: @@ -229348,12 +229380,12 @@ webhooks: type: string enum: - review_requested - enterprise: *860 - installation: *861 + enterprise: *861 + installation: *862 number: description: The pull request number. type: integer - organization: *862 + organization: *863 pull_request: title: Pull Request type: object @@ -231696,7 +231728,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 requested_team: title: Team description: Groups of organization members that gives permissions @@ -231880,9 +231912,9 @@ webhooks: type: string enum: - submitted - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: title: Simple Pull Request type: object @@ -234121,8 +234153,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *863 - review: *917 + repository: *864 + review: *918 sender: *4 required: - action @@ -234202,9 +234234,9 @@ webhooks: type: string enum: - resolved - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: title: Simple Pull Request type: object @@ -236352,7 +236384,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *863 + repository: *864 sender: *4 thread: type: object @@ -236749,9 +236781,9 @@ webhooks: type: string enum: - unresolved - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 pull_request: title: Simple Pull Request type: object @@ -238882,7 +238914,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *863 + repository: *864 sender: *4 thread: type: object @@ -239281,10 +239313,10 @@ webhooks: type: string before: type: string - enterprise: *860 - installation: *861 - number: *912 - organization: *862 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -241622,7 +241654,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -241704,11 +241736,11 @@ webhooks: type: string enum: - unassigned - assignee: *918 - enterprise: *860 - installation: *861 - number: *912 - organization: *862 + assignee: *919 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -244061,7 +244093,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -244140,11 +244172,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *860 - installation: *861 - label: *881 - number: *912 - organization: *862 + enterprise: *861 + installation: *862 + label: *882 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -246486,7 +246518,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -246567,10 +246599,10 @@ webhooks: type: string enum: - unlocked - enterprise: *860 - installation: *861 - number: *912 - organization: *862 + enterprise: *861 + installation: *862 + number: *913 + organization: *863 pull_request: title: Pull Request type: object @@ -248902,7 +248934,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *863 + repository: *864 sender: *4 required: - action @@ -249105,7 +249137,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *860 + enterprise: *861 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -249200,8 +249232,8 @@ webhooks: - url - author - committer - installation: *861 - organization: *862 + installation: *862 + organization: *863 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -249800,9 +249832,9 @@ webhooks: type: string enum: - published - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 registry_package: type: object properties: @@ -250279,7 +250311,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *901 + items: *902 summary: type: string tag_name: @@ -250335,7 +250367,7 @@ webhooks: - owner - package_version - registry - repository: *863 + repository: *864 sender: *4 required: - action @@ -250413,9 +250445,9 @@ webhooks: type: string enum: - updated - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 registry_package: type: object properties: @@ -250727,7 +250759,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *901 + items: *902 summary: type: string tag_name: @@ -250777,7 +250809,7 @@ webhooks: - owner - package_version - registry - repository: *863 + repository: *864 sender: *4 required: - action @@ -250854,10 +250886,10 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - release: &919 + enterprise: *861 + installation: *862 + organization: *863 + release: &920 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -251188,7 +251220,7 @@ webhooks: - updated_at - zipball_url - body - repository: *863 + repository: *864 sender: *4 required: - action @@ -251265,11 +251297,11 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - release: *919 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + release: *920 + repository: *864 sender: *4 required: - action @@ -251386,11 +251418,11 @@ webhooks: type: boolean required: - to - enterprise: *860 - installation: *861 - organization: *862 - release: *919 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + release: *920 + repository: *864 sender: *4 required: - action @@ -251468,9 +251500,9 @@ webhooks: type: string enum: - prereleased - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -251806,7 +251838,7 @@ webhooks: - string - 'null' format: uri - repository: *863 + repository: *864 sender: *4 required: - action @@ -251882,10 +251914,10 @@ webhooks: type: string enum: - published - enterprise: *860 - installation: *861 - organization: *862 - release: &920 + enterprise: *861 + installation: *862 + organization: *863 + release: &921 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -252218,7 +252250,7 @@ webhooks: - string - 'null' format: uri - repository: *863 + repository: *864 sender: *4 required: - action @@ -252294,11 +252326,11 @@ webhooks: type: string enum: - released - enterprise: *860 - installation: *861 - organization: *862 - release: *919 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + release: *920 + repository: *864 sender: *4 required: - action @@ -252374,11 +252406,11 @@ webhooks: type: string enum: - unpublished - enterprise: *860 - installation: *861 - organization: *862 - release: *920 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + release: *921 + repository: *864 sender: *4 required: - action @@ -252454,11 +252486,11 @@ webhooks: type: string enum: - published - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - repository_advisory: *761 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + repository_advisory: *762 sender: *4 required: - action @@ -252534,11 +252566,11 @@ webhooks: type: string enum: - reported - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - repository_advisory: *761 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + repository_advisory: *762 sender: *4 required: - action @@ -252614,10 +252646,10 @@ webhooks: type: string enum: - archived - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -252694,10 +252726,10 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -252775,10 +252807,10 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -252863,10 +252895,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -252981,10 +253013,10 @@ webhooks: - 'null' items: type: string - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -253056,10 +253088,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 status: type: string @@ -253140,10 +253172,10 @@ webhooks: type: string enum: - privatized - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -253220,10 +253252,10 @@ webhooks: type: string enum: - publicized - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -253317,10 +253349,10 @@ webhooks: - name required: - repository - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -253400,10 +253432,10 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 repository_ruleset: *187 sender: *4 required: @@ -253482,10 +253514,10 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 repository_ruleset: *187 sender: *4 required: @@ -253564,10 +253596,10 @@ webhooks: type: string enum: - edited - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 repository_ruleset: *187 changes: type: object @@ -253629,16 +253661,16 @@ webhooks: properties: added: type: array - items: *728 + items: *729 deleted: type: array - items: *728 + items: *729 updated: type: array items: type: object properties: - rule: *728 + rule: *729 changes: type: object properties: @@ -253875,10 +253907,10 @@ webhooks: - from required: - owner - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -253956,10 +253988,10 @@ webhooks: type: string enum: - unarchived - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254037,7 +254069,7 @@ webhooks: type: string enum: - create - alert: &921 + alert: &922 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -254162,10 +254194,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254375,10 +254407,10 @@ webhooks: type: string enum: - dismissed - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254456,11 +254488,11 @@ webhooks: type: string enum: - reopen - alert: *921 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *922 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254662,10 +254694,10 @@ webhooks: enum: - fixed - open - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254743,7 +254775,7 @@ webhooks: type: string enum: - assigned - alert: &922 + alert: &923 type: object properties: number: *127 @@ -254883,10 +254915,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -254964,11 +254996,11 @@ webhooks: type: string enum: - created - alert: *922 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *923 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255049,11 +255081,11 @@ webhooks: type: string enum: - created - alert: *922 - installation: *861 - location: *923 - organization: *862 - repository: *863 + alert: *923 + installation: *862 + location: *924 + organization: *863 + repository: *864 sender: *4 required: - location @@ -255291,11 +255323,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *922 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *923 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255373,11 +255405,11 @@ webhooks: type: string enum: - reopened - alert: *922 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *923 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255455,11 +255487,11 @@ webhooks: type: string enum: - resolved - alert: *922 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *923 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255537,12 +255569,12 @@ webhooks: type: string enum: - unassigned - alert: *922 + alert: *923 assignee: *4 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255620,11 +255652,11 @@ webhooks: type: string enum: - validated - alert: *922 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + alert: *923 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -255754,10 +255786,10 @@ webhooks: - organization - enterprise - - repository: *863 - enterprise: *860 - installation: *861 - organization: *862 + repository: *864 + enterprise: *861 + installation: *862 + organization: *863 sender: *4 required: - action @@ -255835,11 +255867,11 @@ webhooks: type: string enum: - published - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - security_advisory: &924 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + security_advisory: &925 description: The details of the security advisory, including summary, description, and severity. type: object @@ -256012,11 +256044,11 @@ webhooks: type: string enum: - updated - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 - security_advisory: *924 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 + security_advisory: *925 sender: *4 required: - action @@ -256089,10 +256121,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -256266,9 +256298,9 @@ webhooks: type: object properties: security_and_analysis: *434 - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: *480 sender: *4 required: @@ -256347,12 +256379,12 @@ webhooks: type: string enum: - cancelled - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: &925 + sponsorship: &926 type: object properties: created_at: @@ -256657,12 +256689,12 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: *925 + sponsorship: *926 required: - action - sponsorship @@ -256750,12 +256782,12 @@ webhooks: type: string required: - from - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: *925 + sponsorship: *926 required: - action - changes @@ -256832,17 +256864,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &926 + effective_date: &927 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: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: *925 + sponsorship: *926 required: - action - sponsorship @@ -256916,7 +256948,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &927 + changes: &928 type: object properties: tier: @@ -256960,13 +256992,13 @@ webhooks: - from required: - tier - effective_date: *926 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + effective_date: *927 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: *925 + sponsorship: *926 required: - action - changes @@ -257043,13 +257075,13 @@ webhooks: type: string enum: - tier_changed - changes: *927 - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + changes: *928 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - sponsorship: *925 + sponsorship: *926 required: - action - changes @@ -257123,10 +257155,10 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -257210,10 +257242,10 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -257647,15 +257679,15 @@ webhooks: type: - string - 'null' - enterprise: *860 + enterprise: *861 id: description: The unique identifier of the status. type: integer - installation: *861 + installation: *862 name: type: string - organization: *862 - repository: *863 + organization: *863 + repository: *864 sender: *4 sha: description: The Commit SHA. @@ -257771,9 +257803,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -257862,9 +257894,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -257953,9 +257985,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -258044,9 +258076,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *221 - installation: *861 - organization: *862 - repository: *863 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -258122,12 +258154,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 - team: &928 + team: &929 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -258357,9 +258389,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: title: Repository description: A git repository @@ -258829,7 +258861,7 @@ webhooks: - topics - visibility sender: *4 - team: *928 + team: *929 required: - action - team @@ -258905,9 +258937,9 @@ webhooks: type: string enum: - created - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: title: Repository description: A git repository @@ -259377,7 +259409,7 @@ webhooks: - topics - visibility sender: *4 - team: *928 + team: *929 required: - action - team @@ -259454,9 +259486,9 @@ webhooks: type: string enum: - deleted - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: title: Repository description: A git repository @@ -259926,7 +259958,7 @@ webhooks: - topics - visibility sender: *4 - team: *928 + team: *929 required: - action - team @@ -260070,9 +260102,9 @@ webhooks: - from required: - permissions - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: title: Repository description: A git repository @@ -260542,7 +260574,7 @@ webhooks: - topics - visibility sender: *4 - team: *928 + team: *929 required: - action - changes @@ -260620,9 +260652,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *860 - installation: *861 - organization: *862 + enterprise: *861 + installation: *862 + organization: *863 repository: title: Repository description: A git repository @@ -261092,7 +261124,7 @@ webhooks: - topics - visibility sender: *4 - team: *928 + team: *929 required: - action - team @@ -261168,10 +261200,10 @@ webhooks: type: string enum: - started - enterprise: *860 - installation: *861 - organization: *862 - repository: *863 + enterprise: *861 + installation: *862 + organization: *863 + repository: *864 sender: *4 required: - action @@ -261244,17 +261276,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *860 + enterprise: *861 inputs: type: - object - 'null' additionalProperties: true - installation: *861 - organization: *862 + installation: *862 + organization: *863 ref: type: stri{"code":"deadline_exceeded","msg":"operation timed out"}